Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:close_loop
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pt_vsplit_tmp.h
190
const boolean
close_loop
= ((flags) == DRAW_SPLIT_BEFORE);
in CONCAT()
local
193
flags, istart, icount, FALSE, 0,
close_loop
, i0);
in CONCAT()
233
boolean
close_loop
= (flags == DRAW_SPLIT_BEFORE);
in vsplit_segment_loop_linear()
local
236
assert(icount + !!
close_loop
<= vsplit->segment_size);
in vsplit_segment_loop_linear()
241
if (
close_loop
) {
in vsplit_segment_loop_linear()
/third_party/libuv/test/
H
A
D
task.h
255
close_loop
(loop); \
335
UNUSED static void
close_loop
(uv_loop_t* loop) {
in close_loop()
function
H
A
D
test-metrics.c
106
close_loop
(&loop);
in metrics_routine_cb()
/third_party/python/Lib/test/test_asyncio/
H
A
D
utils.py
538
def
close_loop
(loop):
member in TestCase
564
self.addCleanup(self.
close_loop
, loop)
H
A
D
test_windows_events.py
57
self.
close_loop
(loop)
237
# Now shut down the loop itself (self.
close_loop
also shuts down the
239
self.
close_loop
(self.loop)
H
A
D
test_events.py
1735
async def
close_loop
(loop):
function
1738
coro =
close_loop
(self.loop)
Completed in 8 milliseconds