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:deSleep
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/vk-gl-cts/framework/delibs/deutil/
H
A
D
deTimerTest.c
71
deSleep
((deUint32)(interval*intervalSleepMultiplier));
in deTimer_selfTest()
73
deSleep
((deUint32)interval);
in deTimer_selfTest()
H
A
D
deTimer.c
337
deSleep
(sleepTime);
in timerThread()
/third_party/vk-gl-cts/framework/delibs/dethread/
H
A
D
deThreadTest.c
45
deSleep
(100);
in threadTestThr2()
88
deSleep
(0);
in deThread_selfTest()
89
deSleep
(100);
in deThread_selfTest()
287
deSleep
(100);
in deMutex_selfTest()
605
deSleep
((deUint32)initTimeMs);
in initTestSingleton()
H
A
D
deThread.h
56
void
deSleep
(deUint32 milliseconds);
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglSwapBuffersTests.cpp
346
deSleep
(waitFrames * 16);
in executeForConfig()
364
deSleep
(waitFrames * 16);
in executeForConfig()
385
deSleep
(waitFrames * 16);
in executeForConfig()
399
deSleep
(waitFrames * 16);
in executeForConfig()
405
deSleep
(waitFrames * 16);
in executeForConfig()
H
A
D
teglGetFrameTimestampsTests.cpp
700
deSleep
(static_cast<deUint32>(frame.compositeInterval / 1000000));
in executeForConfig()
H
A
D
teglNativeColorMappingTests.cpp
347
deSleep
(waitFrames*16);
in testNativeWindow()
H
A
D
teglNativeCoordMappingTests.cpp
395
deSleep
(waitFrames*16);
in testNativeWindow()
/third_party/vk-gl-cts/execserver/
H
A
D
xsPosixTestProcess.cpp
79
deSleep
(1); // Yield.
in run()
148
deSleep
(FILEREADER_IDLE_SLEEP);
in run()
H
A
D
xsPosixFileReader.cpp
93
deSleep
(FILEREADER_IDLE_SLEEP);
in run()
H
A
D
xsWin32TestProcess.cpp
254
deSleep
(FILEREADER_IDLE_SLEEP);
in run()
281
deSleep
(FILEREADER_IDLE_SLEEP);
in run()
662
deSleep
(LOGFILE_DELETE_SLEEP_MS);
in start()
H
A
D
xsExecutionServer.cpp
253
deSleep
(SERVER_IDLE_SLEEP); // Too long since last IO, sleep for a while.
in processSession()
/third_party/glslang/
H
A
D
osinclude.cpp
106
deSleep
(milliseconds);
in OS_Sleep()
/third_party/vk-gl-cts/external/glslang/
H
A
D
osinclude.cpp
106
deSleep
(milliseconds);
in OS_Sleep()
/third_party/vk-gl-cts/executor/
H
A
D
xeLocalTcpIpLink.cpp
93
deSleep
(SERVER_START_IDLE_SLEEP);
in start()
/third_party/vk-gl-cts/framework/delibs/decpp/
H
A
D
deBlockBuffer.cpp
136
deSleep
(1);
in run()
327
deSleep
(sleepMs);
in runTest()
H
A
D
deThreadSafeRingBuffer.cpp
109
deSleep
(1);
in run()
/third_party/vk-gl-cts/execserver/tools/
H
A
D
xsTest.cpp
290
deSleep
(200); /* Give 200ms for server to start. */
in runCase()
316
deSleep
(100);
in runCase()
609
deSleep
(500);
in runProgram()
770
deSleep
(sleepTime);
in runClient()
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H
A
D
deThreadUnix.c
145
void
deSleep
(deUint32 milliseconds)
in deSleep()
function
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H
A
D
deThreadWin32.c
109
void
deSleep
(deUint32 milliseconds)
in deSleep()
function
/third_party/vk-gl-cts/framework/qphelper/
H
A
D
qpDebugOut.c
200
# include "deThread.h" /*!< for
deSleep
() */
212
deSleep
(5000);
in exitProcess()
H
A
D
qpWatchDog.c
89
deSleep
(100);
in watchDogThreadFunc()
/third_party/vk-gl-cts/framework/platform/win32/
H
A
D
tcuWin32EGLNativeDisplayFactory.cpp
303
deSleep
(WAIT_WINDOW_VISIBLE_MS - (deUint32)(timeSinceVisibleUs/1000));
in readScreenPixels()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H
A
D
vktSynchronizationBasicSemaphoreTests.cpp
389
deSleep
(1); // milisecond
in basicThreadTimelineCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H
A
D
vktWsiDisplayControlTests.cpp
1038
deSleep
(psd.waitMs);
in testDisplayPowerControl()
Completed in 17 milliseconds
1
2