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
1 - 25
of
99
) sorted by relevance
1
2
3
4
/third_party/skia/src/core/
H
A
D
SkGlobalInitialization_core.cpp
12
static SkOnce
once
;
in RegisterFlattenablesIfNeeded()
local
H
A
D
SkOpts.cpp
149
static SkOnce
once
;
in Init()
local
/third_party/skia/src/ports/
H
A
D
SkFontConfigInterface_direct_factory.cpp
13
static SkOnce
once
;
in GetSingletonDirectInterface()
local
/third_party/skia/tests/
H
A
D
OnceTest.cpp
20
SkOnce
once
;
in DEF_TEST()
local
34
SkOnce
once
;
in DEF_TEST()
local
47
SkOnce
once
;
in DEF_TEST()
local
[all...]
/third_party/node/test/parallel/
H
A
D
test-http-max-http-headers.js
16
function
once
(cb) {
function
/third_party/node/deps/v8/src/base/
H
A
D
once.cc
18
void CallOnceImpl(OnceType*
once
, std::function<void()> init_func) {
in CallOnceImpl()
argument
H
A
D
once.h
89
inline void CallOnce(OnceType*
once
, std::function<void()> init_func) {
in CallOnce()
argument
97
inline void CallOnce(OnceType*
once
,
in CallOnce()
argument
[all...]
/third_party/skia/src/fonts/
H
A
D
SkRemotableFontMgr.cpp
19
static SkOnce
once
;
in NewEmpty()
local
/third_party/libuv/src/unix/
H
A
D
random-devurandom.c
28
static uv_once_t
once
= UV_ONCE_INIT;
variable
H
A
D
random-getrandom.c
37
static uv_once_t
once
= UV_ONCE_INIT;
variable
H
A
D
random-getentropy.c
31
static uv_once_t
once
= UV_ONCE_INIT;
variable
/third_party/node/deps/uv/src/unix/
H
A
D
random-devurandom.c
28
static uv_once_t
once
= UV_ONCE_INIT;
variable
H
A
D
random-getrandom.c
39
static uv_once_t
once
= UV_ONCE_INIT;
variable
H
A
D
random-getentropy.c
31
static uv_once_t
once
= UV_ONCE_INIT;
variable
/third_party/skia/src/utils/
H
A
D
SkEventTracer.cpp
59
static SkOnce
once
;
in GetInstance()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H
A
D
call_once_test.cc
30
absl::once_flag
once
;
member
/third_party/node/benchmark/net/
H
A
D
net-wrap-js-stream-passthrough.js
H
A
D
net-pipe.js
H
A
D
net-c2s.js
H
A
D
net-c2s-cork.js
/third_party/skia/src/utils/mac/
H
A
D
SkCTFont.cpp
305
static SkOnce
once
;
in SkCTFontGetNSFontWeightMapping()
local
331
static SkOnce
once
;
in SkCTFontGetDataFontWeightMapping()
local
/third_party/node/lib/internal/streams/
H
A
D
operators.js
/third_party/node/deps/v8/third_party/zlib/
H
A
D
cpu_features.c
75
static BOOL CALLBACK _cpu_check_features_forwarder(PINIT_ONCE
once
, PVOID param, PVOID* context)
in _cpu_check_features_forwarder()
argument
/third_party/node/deps/zlib/
H
A
D
cpu_features.c
81
static BOOL CALLBACK _cpu_check_features_forwarder(PINIT_ONCE
once
, PVOID param, PVOID* context)
in _cpu_check_features_forwarder()
argument
/third_party/musl/libc-test/src/regression/
H
A
D
pthread_once-deadlock.c
51
pthread_once_t
once
= PTHREAD_ONCE_INIT;
in main()
local
Completed in 11 milliseconds
1
2
3
4