Home
last modified time | relevance | path

Searched defs:once (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc_list_gen.go20 once sync.Once member
57 once sync.Once member
105 once sync.Once member
142 once sync.Once member
212 once sync.Once member
249 once sync.Once member
286 once sync.Once member
323 once sync.Once member
H A Ddesc_list.go31 once sync.Once member
70 once sync.Once member
132 once sync.Once member
224 once sync.Once member
247 once sync.Once member
301 once sync.Once member
/aosp_15_r20/external/libvpx/vpx_ports/
H A Dvpx_once.h51 static void once(void (*func)(void)) { in once() function
96 static void once(void (*func)(void)) { in once() function
107 static void once(void (*func)(void)) { in once() function
/aosp_15_r20/external/skia/tests/
H A DOnceTest.cpp22 SkOnce once; in DEF_TEST() local
36 SkOnce once; in DEF_TEST() local
49 SkOnce once; in DEF_TEST() local
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Du_call_once_test.cpp32 static once_flag once = ONCE_FLAG_INIT; in test_call_once() local
40 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in test_call_once() local
46 static util_once_flag once = UTIL_ONCE_FLAG_INIT; in test_call_once() local
/aosp_15_r20/external/rust/android-crates-io/crates/spin/src/
Donce.rs693 let once = Once::<_, Spin>::new(); in try_call_once_err() localVariable
746 let once = Once::<_>::new(); in drop_occurs_and_skip_uninit_drop() localVariable
756 let once = Once::<DropTest>::new(); in drop_occurs_and_skip_uninit_drop() localVariable
769 let once = Arc::new(Once::<_, Spin>::new()); in call_once_test() localVariable
774 let once = once.clone(); in call_once_test() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dselect_macro.rs1181 let once = Box::new(()); in once_blocks() localVariable
1186 let once = Box::new(()); in once_blocks() localVariable
1217 let once = Box::new(()); in once_receiver() localVariable
1232 let once = Box::new(()); in once_sender() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Donednn_env_vars.cc27 static absl::once_flag once; in AreWeightsFrozen() local
37 static absl::once_flag once; in UseSystemAlloc() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Donce.cpp15 static boost::once_flag once; variable
18 static boost::once_flag once = BOOST_ONCE_INIT; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/posix/
Dcpu.cc48 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores() local
68 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_current_cpu() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/posix/
H A Dcpu.cc48 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores() local
68 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_current_cpu() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp636 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
663 VisitedSDNodeSet once; in dumpr() local
668 VisitedSDNodeSet once; in dumpr() local
/aosp_15_r20/external/python/bumble/bumble/
Dutils.py147 def once( member in EventWatcher
152 def once( member in EventWatcher
156 def once( member in EventWatcher
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/
H A Dcall_once.h200 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
213 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/
H A Dcall_once.h194 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
207 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/
H A Dcall_once.h194 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
207 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/aosp_15_r20/external/abseil-cpp/absl/base/
H A Dcall_once.h200 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
213 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dcall_once.h194 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
207 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/
H A Dcall_once.h200 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
213 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/
H A Dcall_once.h201 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local
214 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/windows/
H A Dsync.cc109 static BOOL CALLBACK run_once_func(gpr_once* once, void* v, void** pv) { in run_once_func()
115 void gpr_once_init(gpr_once* once, void (*init_function)(void)) { in gpr_once_init()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/windows/
Dsync.cc109 static BOOL CALLBACK run_once_func(gpr_once* once, void* v, void** pv) { in run_once_func()
115 void gpr_once_init(gpr_once* once, void (*init_function)(void)) { in gpr_once_init()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp892 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
919 VisitedSDNodeSet once; in dumpr() local
924 VisitedSDNodeSet once; in dumpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp987 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
1014 VisitedSDNodeSet once; in dumpr() local
1019 VisitedSDNodeSet once; in dumpr() local
/aosp_15_r20/external/drm_hwcomposer/bufferinfo/legacy/
H A DBufferInfoLibdrm.cpp101 static std::once_flag once; in GetYuvPlaneInfo() local
177 static std::once_flag once; in GetBoInfo() local

12345678910>>...15