/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 162 enum {SET=0, WAIT, COUNT}; in singleSubmissionCase() enumerator 170 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT]}; in singleSubmissionCase() 174 makeCommonCommandBufferSubmitInfo(cmdBuffers[WAIT]) in singleSubmissionCase() 192 beginCommandBuffer(vk, cmdBuffers[WAIT]); in singleSubmissionCase() 193 synchronizationWrapper->cmdWaitEvents(cmdBuffers[WAIT], 1u, &event.get(), &dependencyInfo); in singleSubmissionCase() 194 endCommandBuffer(vk, cmdBuffers[WAIT]); in singleSubmissionCase() 206 enum { SET = 0, WAIT, COUNT }; in multiSubmissionCase() enumerator 212 VkFence fence[COUNT] = { *ptrFence[SET], *ptrFence[WAIT] }; in multiSubmissionCase() 215 VkCommandBuffer cmdBuffers[COUNT] = { *ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT] }; in multiSubmissionCase() 220 makeCommonCommandBufferSubmitInfo(cmdBuffers[WAIT]) in multiSubmissionCase() [all …]
|
/third_party/node/test/parallel/ |
D | test-repl-history-navigation.js | 65 const WAIT = '€'; constant 471 if (line.endsWith(WAIT)) { 473 callback(null, [[`${WAIT}WOW`], line]); 475 setTimeout(callback, 1000, null, [[`${WAIT}WOW`], line]).unref(); 483 WAIT, // The first call is awaited before new input is triggered! 487 WAIT, // The second call is not awaited. It won't trigger the preview. 494 WAIT, 500 WAIT,
|
/third_party/node/deps/npm/node_modules/lockfile/test/ |
D | retry-time.js | 17 var WAIT = 100 variable 19 var EXPECTTIME = (RETRYWAIT * RETRIES) + (WAIT * (RETRIES + 1)) 42 wait: WAIT,
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | send.c | 29 #define WAIT() pthread_barrier_wait(&g_barrier) macro 61 WAIT(); in SampleServerTask() 76 WAIT(); in SampleClientTask() 119 WAIT(); in SampleServerNullTask() 130 WAIT(); in SampleClientNullTask()
|
D | accept4.c | 32 #define WAIT() pthread_barrier_wait(&g_barrier) macro 66 WAIT(); in ServerTaskOne() 107 WAIT(); in ServerTaskTwo() 148 WAIT(); in ServerTaskThree() 189 WAIT(); in ServerTaskFive() 227 WAIT(); in ServerTaskSix() 241 WAIT(); in ClientTask()
|
D | getpeername.c | 39 #define WAIT() pthread_barrier_wait(&g_barrier) macro 68 WAIT(); in SampleServerTask() 88 WAIT(); in SampleClientTask()
|
D | recv.c | 40 #define WAIT() pthread_barrier_wait(&g_barrier) macro 83 WAIT(); in SampleServerTask() 100 WAIT(); in SampleClientTask()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getmntent_r.c | 22 #define WAIT() pthread_barrier_wait(&g_barrier) macro 43 WAIT(); in getmntent_rOne()
|
/third_party/toybox/toys/pending/ |
D | init.c | 36 #define WAIT 0x02 macro 306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list() 309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list() 478 run_action_from_list(WAIT); in init_main()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 96 private static boolean WAIT = true; field in ICUServiceThreadTest 107 WAIT = false; in runThreads() 111 WAIT = true; in runThreads() 134 while (WAIT) { in run()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 93 private static boolean WAIT = true; field in ICUServiceThreadTest 104 WAIT = false; in runThreads() 108 WAIT = true; in runThreads() 131 while (WAIT) { in run()
|
/third_party/grpc/test/cpp/qps/ |
D | client_async.cc | 367 next_state_ = State::WAIT; in RunNextState() 370 case State::WAIT: in RunNextState() 443 WAIT, enumerator 553 next_state_ = State::WAIT; in RunNextState() 556 case State::WAIT: in RunNextState() 599 WAIT, enumerator 800 next_state_ = State::WAIT; in RunNextState() 803 case State::WAIT: in RunNextState() 866 WAIT, enumerator
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/ |
D | FLClientStatus.java | 27 WAIT, enumConstant
|
D | CipherClient.java | 569 return FLClientStatus.WAIT; in judgeGetExchangeKeys() 743 return FLClientStatus.WAIT; in judgeGetShareSecrets() 771 while (curStatus == FLClientStatus.WAIT) { in exchangeKeys() 781 while (curStatus == FLClientStatus.WAIT) { in exchangeKeys() 799 while (curStatus == FLClientStatus.WAIT) { in shareSecrets() 809 while (curStatus == FLClientStatus.WAIT) { in shareSecrets() 828 while (curStatus == FLClientStatus.WAIT) { in reconstructSecrets() 843 while (curStatus == FLClientStatus.WAIT) { in reconstructSecrets()
|
D | SyncFLJob.java | 172 while (curStatus == FLClientStatus.WAIT) { in startFLJob() 181 while (curStatus == FLClientStatus.WAIT) { in updateModel() 190 while (curStatus == FLClientStatus.WAIT) { in getModel() 341 status = FLClientStatus.WAIT; in getModel()
|
D | GetModel.java | 216 return FLClientStatus.WAIT; in doResponse()
|
/third_party/glib/tests/ |
D | threadpool-test.c | 16 #define WAIT 5 /* seconds */ macro 242 g_usleep (WAIT * 1000); in test_thread_sort_entry_func() 312 g_usleep (WAIT * 1000); in test_thread_idle_time_entry_func()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
D | test-lazy-anon-1g-touch | 2 # no 'WAIT on mbind
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 828 WAIT, // recover by waiting enumConstant 834 private MachineState mState = MachineState.WAIT; 862 mState = MachineState.WAIT; in onExecutionProgressed() 871 case WAIT: // not a valid stratedy for connection refusal, fallthrough in recoverConnectionRefused() 912 case WAIT: in recoverComLinkKilled()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_statistics.cpp | 112 #define WAIT(res) BlockCycleEstimator::res, 0 in get_perf_info() macro 179 #undef WAIT in get_perf_info()
|
/third_party/vk-gl-cts/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 44 - QUERY_(BY_REGION_)(NO_)WAIT
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/ |
D | ClientListReq.java | 154 return FLClientStatus.WAIT; in judgeGetClientList()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 130 wait { yylval.integer = BRW_OPCODE_WAIT; return WAIT; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenSubtargetInfo.inc | 3513 { 1, 21, 26, 198, 201 }, // 123 WAIT 3832 { 1, 90, 91, 0, 0 }, // 123 WAIT 4151 { 1, 110, 111, 0, 0 }, // 123 WAIT 4470 { 1, 134, 135, 0, 0 }, // 123 WAIT 4789 { 1, 156, 157, 0, 0 }, // 123 WAIT 5108 { 1, 184, 185, 756, 759 }, // 123 WAIT 5427 { 1, 186, 188, 1295, 1297 }, // 123 WAIT 5746 { 1, 220, 222, 1685, 1687 }, // 123 WAIT 6065 { 1, 258, 260, 2167, 2169 }, // 123 WAIT 6384 { 1, 315, 317, 2743, 2746 }, // 123 WAIT [all …]
|
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client_main.py | 254 WAIT = 1 variable in DebuggerAction 681 action_type = DebuggerAction.PROMPT if self.prompt else DebuggerAction.WAIT
|