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
76 - 100
of
106
) sorted by relevance
1
2
3
4
5
/third_party/mesa3d/src/intel/common/
H
A
D
intel_measure.c
59
static bool
once
= false;
in intel_measure_init()
local
/third_party/node/deps/uv/src/unix/
H
A
D
os390-syscalls.c
32
static uv_once_t
once
= UV_ONCE_INIT;
variable
H
A
D
udp.c
66
static uv_once_t
once
= UV_ONCE_INIT;
variable
H
A
D
fs.c
311
static uv_once_t
once
= UV_ONCE_INIT;
in uv__fs_mkstemp()
local
/third_party/skia/modules/skunicode/src/
H
A
D
SkUnicode_icu.cpp
496
static SkOnce
once
;
in MakeIcuBasedUnicode()
local
/third_party/zlib/
H
A
D
crc32.c
239
local void
once
(once_t *state, void (*init)(void))
in once()
function
273
local void
once
(once_t *state, void (*init)(void))
in once()
function
[all...]
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H
A
D
hdi_session.cpp
29
static std::once_flag
once
;
in GetInstance()
local
/third_party/libuv/src/
H
A
D
threadpool.c
46
static uv_once_t
once
= UV_ONCE_INIT;
variable
/third_party/libwebsockets/lib/misc/fts/
H
A
D
trie-fd.c
58
char
once
;
member
/third_party/libdrm/nouveau/
H
A
D
nouveau.c
55
static bool
once
= false;
in debug_init()
local
/third_party/node/deps/zlib/
H
A
D
crc32.c
243
local void
once
(once_t *state, void (*init)(void)) {
in once()
function
275
local void
once
(once_t *state, void (*init)(void)) {
in once()
function
[all...]
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_dump_gpu.c
602
static bool
once
;
in ioctl()
local
/third_party/python/Lib/test/test_asyncio/
H
A
D
utils.py
98
async def
once
():
function
/third_party/skia/src/gpu/gradients/
H
A
D
GrGradientShader.cpp
141
static SkOnce
once
[kMaxUnrolledIntervalCount];
in make_unrolled_colorizer()
local
256
SkOnce
once
;
in make_looping_colorizer()
member
/third_party/skia/src/utils/win/
H
A
D
SkWGL_win.cpp
254
static SkOnce
once
;
in SkWGLExtensions()
local
465
static SkOnce
once
;
in Create()
local
/third_party/skia/tools/gpu/gl/command_buffer/
H
A
D
GLTestContext_command_buffer.cpp
129
static SkOnce
once
;
in load_command_buffer_once()
local
/third_party/selinux/libselinux/src/
H
A
D
matchpathcon.c
77
static pthread_once_t
once
= PTHREAD_ONCE_INIT;
variable
H
A
D
selinux_config.c
59
static pthread_once_t
once
= PTHREAD_ONCE_INIT;
variable
/third_party/libuv/src/unix/
H
A
D
fs.c
330
static uv_once_t
once
= UV_ONCE_INIT;
in uv__fs_mkstemp()
local
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
token.h
60
int dirty, next_stream,
once
;
member
/third_party/skia/src/core/
H
A
D
SkTypeface.cpp
157
static SkOnce
once
[4];
in GetDefaultTypeface()
local
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_pthread.cpp
744
int dng_pthread_once(dng_pthread_once_t *
once
, void (*init_func)())
in dng_pthread_once()
argument
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
2411
uint8_t
once
= 1;
in ehci_device_isoc_fs_enter()
local
2719
uint8_t
once
= 1;
local
/third_party/python/Lib/idlelib/
H
A
D
editor.py
90
import winreg # Windows only, block only executed
once
.
namespace
/third_party/skia/src/ports/
H
A
D
SkFontHost_win.cpp
1004
static SkOnce
once
;
in getInverseGammaTableGDI()
local
1020
static SkOnce
once
;
in getInverseGammaTableClearType()
local
Completed in 39 milliseconds
1
2
3
4
5