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:once
(Results
51 - 75
of
106
) sorted by relevance
1
2
3
4
5
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H
A
D
call_once.h
194
std::atomic<uint32_t>*
once
= base_internal::ControlWord(flag);
in LowLevelCallOnce()
local
207
std::atomic<uint32_t>*
once
= base_internal::ControlWord(&flag);
in call_once()
local
/third_party/selinux/libselinux/src/
H
A
D
checkAccess.c
10
static pthread_once_t
once
= PTHREAD_ONCE_INIT;
variable
H
A
D
procattr.c
20
static pthread_once_t
once
= PTHREAD_ONCE_INIT;
variable
H
A
D
setrans_client.c
36
static pthread_once_t
once
= PTHREAD_ONCE_INIT;
variable
/third_party/ffmpeg/libavcodec/
H
A
D
ffjni.c
37
static pthread_once_t
once
= PTHREAD_ONCE_INIT;
variable
/third_party/libuv/src/unix/
H
A
D
darwin.c
36
static uv_once_t
once
= UV_ONCE_INIT;
variable
H
A
D
os390-syscalls.c
32
static uv_once_t
once
= UV_ONCE_INIT;
variable
/third_party/node/deps/openssl/openssl/ms/
H
A
D
applink.c
105
static int
once
= 1;
in __declspec()
local
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
threads_win.c
134
int CRYPTO_THREAD_run_once(CRYPTO_ONCE *
once
, void (*init)(void))
in CRYPTO_THREAD_run_once()
argument
/third_party/openssl/crypto/
H
A
D
threads_win.c
134
int CRYPTO_THREAD_run_once(CRYPTO_ONCE *
once
, void (*init)(void))
in CRYPTO_THREAD_run_once()
argument
/third_party/openssl/ms/
H
A
D
applink.c
105
static int
once
= 1;
in __declspec()
local
/third_party/libuv/test/
H
A
D
test-timer.c
117
uv_timer_t *
once
;
in TEST_IMPL()
local
165
uv_timer_t
once
;
in TEST_IMPL()
local
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
ident-list.h
61
IDENT(
once
);
variable
H
A
D
lib.c
169
static int
once
= 0;
in do_error()
local
/third_party/node/deps/uv/src/
H
A
D
threadpool.c
32
static uv_once_t
once
= UV_ONCE_INIT;
variable
/third_party/node/deps/uv/src/unix/
H
A
D
darwin.c
38
static uv_once_t
once
= UV_ONCE_INIT;
variable
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H
A
D
global_state.cpp
111
static dispatch_once_t
once
;
in GetCurrentThreadTLSIndex()
local
/third_party/skia/src/core/
H
A
D
SkFontMgr.cpp
170
static SkOnce
once
;
in RefDefault()
local
/third_party/skia/tools/gpu/gl/glx/
H
A
D
CreatePlatformGLTestContext_glx.cpp
89
static SkOnce
once
;
in get_display()
local
/third_party/protobuf/src/google/protobuf/
H
A
D
generated_message_reflection.h
284
once_flag*
once
;
member
/third_party/skia/modules/particles/src/
H
A
D
SkParticleEffect.cpp
510
static SkOnce
once
;
in RegisterParticleTypes()
local
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_session.cpp
32
static std::once_flag
once
;
in GetInstance()
local
/third_party/libwebsockets/test-apps/
H
A
D
test-client.c
48
static int deny_deflate, longlived, mirror_lifetime, test_post,
once
;
variable
/third_party/node/lib/
H
A
D
events.js
[all...]
/third_party/node/lib/internal/
H
A
D
util.js
525
function
once
(callback) {
function
Completed in 15 milliseconds
1
2
3
4
5