Home
last modified time | relevance | path

Searched refs:ONCE (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/libloading/tests/
H A Dfunctions.rs20 static ONCE: ::std::sync::Once = ::std::sync::Once::new(); in make_helpers() consts
21 ONCE.call_once(|| { in make_helpers()
/third_party/rust/crates/syn/examples/lazy-static/lazy-static/src/
H A Dlib.rs128 static ONCE: std::sync::Once = std::sync::Once::new(); in lazy_static() consts
132 ONCE.call_once(|| VALUE = #init_ptr); in lazy_static()
/third_party/rust/crates/regex/bench/src/ffi/
H A Dtcl.rs10 static ONCE: Once = Once::new(); consts
73 ONCE.call_once(|| unsafe { in new()
/third_party/toybox/toys/pending/
H A Dinit.c37 #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/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp2503 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, DO in prepareNextTestCase()
[all...]
H A Dgl4cShadingLanguage420PackTests.hpp731 ONCE = 0, enumerator
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs4158 static ONCE: Once = Once::new(); in get_new_idx() consts
4159 ONCE.call_once(|| { in get_new_idx()
4180 static ONCE: Once = Once::new(); in get_new_ssl_idx() consts
4181 ONCE.call_once(|| { in get_new_ssl_idx()

Completed in 20 milliseconds