/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/ |
D | lib.rs | 128 static ONCE: std::sync::Once = std::sync::Once::new(); in lazy_static() constant 132 ONCE.call_once(|| VALUE = #init_ptr); in lazy_static()
|
/third_party/rust/crates/lazy-static.rs/tests/ |
D | test.rs | 113 static ONCE: X = X; variable 122 test(vec![X, Once(X).0, ONCE_INIT.0, DATA, ONCE,
|
/third_party/rust/crates/regex/bench/src/ffi/ |
D | tcl.rs | 10 static ONCE: Once = Once::new(); variable 73 ONCE.call_once(|| unsafe { in new()
|
/third_party/toybox/toys/pending/ |
D | init.c | 37 #define ONCE 0x04 macro 315 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list() 493 run_action_from_list(ONCE); in init_main()
|
/third_party/rust/crates/libloading/tests/ |
D | functions.rs | 20 static ONCE: ::std::sync::Once = ::std::sync::Once::new(); in make_helpers() variable 21 ONCE.call_once(|| { in make_helpers()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 2503 static const testCase test_cases[] = { { ASSIGNMENT_BEFORE_OPERATOR, ONCE, UNIX }, in prepareNextTestCase() 2504 { ASSIGNMENT_BEFORE_OPERATOR, ONCE, DOS }, in prepareNextTestCase() 2507 { ASSIGNMENT_AFTER_OPERATOR, ONCE, UNIX }, in prepareNextTestCase() 2508 { ASSIGNMENT_AFTER_OPERATOR, ONCE, DOS }, in prepareNextTestCase() 2511 { VECTOR_VARIABLE_INITIALIZER, ONCE, UNIX }, in prepareNextTestCase() 2512 { VECTOR_VARIABLE_INITIALIZER, ONCE, DOS }, in prepareNextTestCase() 2515 { TOKEN_INSIDE_FUNCTION_NAME, ONCE, UNIX }, in prepareNextTestCase() 2516 { TOKEN_INSIDE_FUNCTION_NAME, ONCE, DOS }, in prepareNextTestCase() 2519 { TOKEN_INSIDE_TYPE_NAME, ONCE, UNIX }, in prepareNextTestCase() 2520 { TOKEN_INSIDE_TYPE_NAME, ONCE, DOS }, in prepareNextTestCase() [all …]
|
D | gl4cShadingLanguage420PackTests.hpp | 731 ONCE = 0, enumerator
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 4158 static ONCE: Once = Once::new(); constant 4159 ONCE.call_once(|| { 4180 static ONCE: Once = Once::new(); constant 4181 ONCE.call_once(|| {
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 2812 ONCE
|
D | i386.txt | 22 MULTIMODULE, MultiSERVER, ONCE, OpenNET, OTP, PC BUBBLE, Plug-A-Bubble,
|
D | i386-notutf8.txt | 22 MULTIMODULE, MultiSERVER, ONCE, OpenNET, OTP, PC BUBBLE, Plug-A-Bubble,
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 6092 ONLY ONCE MORE THAT SOAP 15254 --Hold hard, says Joe, I HAVE A SPECIAL NACK OF PUTTING THE NOOSE ONCE IN 15853 too familiar to need recalling here) A NATION ONCE AGAIN in the execution 22663 FINGERS HE REPEATS ONCE MORE THE SERIES OF EMPTY FIFTHS. FLORRY 22756 ONCE THRUSTS HIS LIPLESS FACE THROUGH THE FORK OF HIS THIGHS) IL VIENT!
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 92289 REVERT THIS COMMIT ONCE FIXED ! 92290 REVERT THIS COMMIT ONCE FIXED ! 92291 REVERT THIS COMMIT ONCE FIXED ! 92292 REVERT THIS COMMIT ONCE FIXED ! 92293 REVERT THIS COMMIT ONCE FIXED ! 92294 REVERT THIS COMMIT ONCE FIXED !
|