Home
last modified time | relevance | path

Searched defs:sleepTime (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/fixtures/
Dlinux-perf.js4 const sleepTime = new Number(process.argv[2] || "0.1"); constant
/third_party/flutter/skia/third_party/externals/angle2/util/posix/
DPosix_system_utils.cpp35 timespec sleepTime = { in Sleep() local
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLParameter.java56 private int sleepTime; field in FLParameter
274 public void setSleepTime(int sleepTime) { in setSleepTime()
/third_party/node/test/v8-updates/
Dtest-linux-perf.js34 const sleepTime = sampleCount * (1.0 / frequency); constant
/third_party/skia/third_party/externals/angle2/util/posix/
Dtest_utils_posix.cpp342 timespec sleepTime = { in Sleep() local
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeTimer.c320 int sleepTime = 0; in timerThread() local
/third_party/vk-gl-cts/execserver/tools/
DxsTest.cpp728 const int sleepTime = 200; in runClient() local