OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close_loop
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h
190
const boolean
close_loop
= ((flags) == DRAW_SPLIT_BEFORE);
local
193
flags, istart, icount, FALSE, 0,
close_loop
, i0);
233
boolean
close_loop
= (flags == DRAW_SPLIT_BEFORE);
local
236
assert(icount + !!
close_loop
<= vsplit->segment_size);
241
if (
close_loop
) {
/external/python/cpython3/Lib/test/test_asyncio/
test_events.py
1810
def
close_loop
(loop):
function in function:EventLoopTestsMixin.test_close_running_event_loop
[
all
...]
Completed in 633 milliseconds