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
defs:sleep
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/third_party/backends/lib/
H
A
D
sleep.c
9
unsigned int
sleep
(unsigned int seconds)
in sleep()
function
/third_party/musl/src/unistd/
H
A
D
sleep.c
4
unsigned
sleep
(unsigned seconds)
in sleep()
function
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H
A
D
SingleKvStoreKVCallbackJsTest.js
41
function
sleep
(ms) {
function
H
A
D
SingleKvStoreKVPromiseJsTest.js
44
function
sleep
(ms) {
function
H
A
D
DeviceKvStoreKVPromiseJsTest.js
45
function
sleep
(ms) {
function
H
A
D
DeviceKvStoreKVCallbackJsTest.js
43
function
sleep
(ms) {
function
/third_party/curl/tests/server/
H
A
D
util.h
48
#define
sleep
(sec) Sleep ((sec)*1000)
macro
/third_party/python/Lib/turtledemo/
H
A
D
lindenmayer.py
79
from time import
sleep
namespace
H
A
D
fractalcurves.py
15
from time import
sleep
, perf_counter as clock
namespace
H
A
D
rosette.py
17
from time import perf_counter as clock,
sleep
namespace
H
A
D
penrose.py
20
from time import perf_counter as clock,
sleep
namespace
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H
A
D
SingleKvStoreDataPromiseJsTest.js
38
function
sleep
(ms) {
function
H
A
D
DeviceKvStoreDataPromiseJsTest.js
41
function
sleep
(ms) {
function
H
A
D
SingleKvStoreDataCallbackJsTest.js
38
function
sleep
(ms) {
function
H
A
D
DeviceKvStoreDataCallbackJsTest.js
41
function
sleep
(ms) {
function
/third_party/skia/infra/bots/recipe_modules/flavor/
H
A
D
ios.py
39
def
sleep
(attempt):
function
/third_party/ffmpeg/libavfilter/
H
A
D
f_realtime.c
45
int64_t
sleep
= pts - now + s->delta;
in filter_frame()
local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H
A
D
platform.h
153
#define
sleep
(seconds) (SleepEx((seconds)*1000, 1)/1000)
macro
/third_party/python/Lib/test/
H
A
D
test_sched.py
24
def
sleep
(self, t):
member in Timer
[all...]
H
A
D
test_selectors.py
11
from time import
sleep
namespace
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H
A
D
ifeeding_smoother.cpp
195
int64_t
sleep
= sleep_ - adjustThre;
in AdjustSleepTime()
local
/third_party/python/Lib/asyncio/
H
A
D
streams.py
20
from .tasks import
sleep
namespace
/third_party/skia/third_party/externals/swiftshader/src/Common/
H
A
D
Thread.hpp
139
inline void Thread::
sleep
(int milliseconds)
in sleep()
function in sw::Thread
/third_party/openssl/ohos_lite/
H
A
D
e_os.h
335
# define
sleep
(a) taskDelay((a) * sysClkRateGet())
macro
/third_party/curl/tests/libtest/
H
A
D
test.h
46
#define
sleep
(sec) Sleep ((sec)*1000)
macro
Completed in 25 milliseconds
1
2
3