| /third_party/rust/crates/lazy-static.rs/src/ |
| H A D | core_lazy.rs | 15 pub const INIT: Self = Lazy(Once::INIT); consts
|
| H A D | inline_lazy.rs | 23 pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT); consts
|
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | detection.rs | 5 static INIT: Once = Once::new(); consts
|
| /third_party/pulseaudio/src/tests/ |
| H A D | format-test.c | 31 #define INIT(f) f = pa_format_info_new() macro
|
| /third_party/rust/crates/rustix/src/process/ |
| H A D | id.rs | 107 pub const INIT: Self = Self( consts
|
| /third_party/elfutils/lib/ |
| H A D | dynamicsizehash.c | 173 #define INIT(name) _INIT (name) macro
|
| H A D | dynamicsizehash_concurrent.c | 347 #define INIT(name) _INIT (name) macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | regexec.c | 71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro 97 #undef INIT macro 120 #define INIT(o, n) ((o) = (n)) macro
|
| H A D | CommandLine.cpp | 814 enum { INIT, UNQUOTED, QUOTED } State = INIT; in TokenizeWindowsCommandLine() enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | regexec.c | 71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro 97 #undef INIT macro 120 #define INIT(o, n) ((o) = (n)) macro
|
| H A D | CommandLine.cpp | 929 enum { INIT, UNQUOTED, QUOTED } State = INIT; in TokenizeWindowsCommandLine() enumerator
|
| /third_party/rust/crates/rust-openssl/openssl-errors/src/ |
| H A D | lib.rs | 270 static INIT: $crate::export::Once = $crate::export::Once::new(); in id() consts
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/ |
| H A D | lib.rs | 102 static INIT: Once = Once::new(); consts
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_vendor_test.c | 25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_server_vendor_test.c | 20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_vendor_test.c | 25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_vendor_test.c | 20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | pool.py | 36 INIT = "INIT" variable
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | rasc.c | 40 #define INIT MKTAG('I', 'N', 'I', 'T') macro
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-shape-complex-arabic.cc | 122 INIT, enumerator
|
| /third_party/libuv/src/unix/ |
| H A D | fs.c | 100 #define INIT(subtype) \ macro [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | fs.c | 101 #define INIT(subtype) \ macro [all...] |
| /third_party/libuv/src/win/ |
| H A D | fs.c | 50 #define INIT(subtype) \ macro [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | fs.c | 45 #define INIT(subtype) \ macro [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiImageClearingTests.cpp | 2022 INIT, member in vkt::api::__anon27795::ClearColor64BitCase
|