Home
last modified time | relevance | path

Searched refs:delayed (Results 1 – 25 of 55) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c83 struct list_head delayed; member
133 curr = mgr->delayed.next; in _pb_cache_buffer_list_check_free()
135 while(curr != &mgr->delayed) { in _pb_cache_buffer_list_check_free()
162 LIST_ADDTAIL(&buf->head, &mgr->delayed); in pb_cache_buffer_destroy()
274 curr = mgr->delayed.next; in pb_cache_manager_create_buffer()
279 while(curr != &mgr->delayed) { in pb_cache_manager_create_buffer()
296 while(curr != &mgr->delayed) { in pb_cache_manager_create_buffer()
364 curr = mgr->delayed.next; in pb_cache_manager_flush()
366 while(curr != &mgr->delayed) { in pb_cache_manager_flush()
406 LIST_INITHEAD(&mgr->delayed); in pb_cache_manager_create()
/external/autotest/server/site_tests/firmware_ECLidSwitch/
Dfirmware_ECLidSwitch.py14 def delayed(seconds): function
53 @delayed(RPC_DELAY)
58 @delayed(RPC_DELAY)
69 @delayed(LONG_WAKE_DELAY)
74 @delayed(SHORT_WAKE_DELAY)
/external/ltrace/
Dlibrary.c152 int latent, int delayed) in private_library_symbol_init() argument
160 libsym->delayed = delayed; in private_library_symbol_init()
215 libsym->latent, libsym->delayed); in library_symbol_clone()
274 return libsym->delayed ? CBS_STOP : CBS_CONT; in library_symbol_delayed_cb()
Dlibrary.h71 int delayed : 1; member
Dproc.c779 if (libsym->latent || libsym->delayed) { in breakpoint_for_symbol()
862 assert(libsym->delayed); in proc_activate_delayed_symbol()
863 libsym->delayed = 0; in proc_activate_delayed_symbol()
/external/llvm/lib/Analysis/
DREADME.txt20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
/external/autotest/client/site_tests/power_AudioDetector/
Dcontrol12 delayed suspend.
/external/curl/tests/data/
Dtest16037 HTTP with delayed close, conn reuse, connection reset and retry
/external/libchrome/base/message_loop/
Dmessage_pump_mac.mm294 // In order to establish the proper priority in which work and delayed work
295 // are processed one for one, the timer used to schedule delayed work must
296 // signal a CFRunLoopSource used to dispatch both work and delayed work.
332 // Determine whether there's more delayed work, and if so, if it needs to
335 // function, and therefore any additional delayed work, will get another
341 // There's more delayed work to be done in the future.
344 // There's more delayed work to be done, and its time is in the past.
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/
DDoSFilter-mbean.properties2 …equests from a connection per second. Requests in excess of this are first delayed, then throttled.
/external/ltrace/sysdeps/linux-gnu/mips/
Dplt.c386 libsym->delayed = 1; in arch_elf_add_plt_entry()
/external/autotest/server/cros/faft/
Dfirmware_test.py738 def delayed(seconds): member in FirmwareTest
746 @delayed(WAKE_DELAY)
751 @delayed(WAKE_DELAY)
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c721 assert(!chain->delayed); in arch_elf_add_plt_entry()
722 chain->delayed = 1; in arch_elf_add_plt_entry()
/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java545 DelayedInitialize delayed = (DelayedInitialize)binding;
547 delayed.initialize(this, errors);
/external/clang/docs/analyzer/
DDebugChecks.rst143 Subscribe for a delayed warning when the symbol that represents the value of
/external/bison/tests/
Dglr-regression.at241 ## Improper merging of GLR delayed action sets. ##
244 AT_SETUP([Improper merging of GLR delayed action sets])
248 [[/* Regression Test: Improper merging of GLR delayed action sets. */
/external/clang/include/clang/Basic/
DLangOptions.def202 BENIGN_LANGOPT(DelayedTemplateParsing , 1, 0, "delayed template parsing")
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td172 // The second micro-op is delayed, as modeled by ReadExtrHi.
179 // EXTR's first register read is delayed by one cycle, effectively
/external/libvncserver/webclients/java-applet/ssl/
DREADME332 A login panel is delayed (not shown at startup.) Could be useful
/external/v8/
DBUILD.gn1496 "src/crankshaft/arm64/delayed-masm-arm64.cc",
1497 "src/crankshaft/arm64/delayed-masm-arm64.h",
1498 "src/crankshaft/arm64/delayed-masm-arm64-inl.h",
DAndroid.v8common.mk410 src/crankshaft/arm64/delayed-masm-arm64.cc \
/external/v8/tools/gyp/
Dv8.gyp1199 '../../src/crankshaft/arm64/delayed-masm-arm64.cc',
1200 '../../src/crankshaft/arm64/delayed-masm-arm64.h',
1201 '../../src/crankshaft/arm64/delayed-masm-arm64-inl.h',
/external/zlib/src/doc/
Drfc1950.txt484 The modulo on unsigned long accumulators can be delayed for 5552
/external/google-breakpad/src/build/
Dcommon.gypi281 # This is a delayed conditional.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
Dwords.txt638 delayed

123