Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 25 of 192) sorted by relevance

12345678

/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dalloc.rs63 pub struct Global; struct
65 unsafe impl Allocator for Global { implementation
76 impl Default for Global { implementation
/external/pigweed/pw_metric/
Dglobal_test.cc29 TEST(Global, Metrics) { in TEST() argument
48 TEST(Global, Groups) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizerOptions.h18 Global, ///< Append to llvm.global_dtors enumerator
25 Global enumerator
/external/perfetto/include/perfetto/tracing/
Dtrack_event_args.h49 static PERFETTO_ALWAYS_INLINE inline Flow Global(uint64_t flow_id) { in Global() function
80 static PERFETTO_ALWAYS_INLINE inline TerminatingFlow Global( in Global() function
Dtrack.h112 static Track Global(uint64_t id) { return Track(id, Track()); } in Global() function
317 static constexpr CounterTrack Global(TrackEventName&& name, in Global() function
323 static constexpr CounterTrack Global(TrackEventName&& name, Unit unit) { in Global() function
328 static constexpr CounterTrack Global(TrackEventName&& name) { in Global() function
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/raw/
Dalloc.rs43 pub struct Global; struct
44 unsafe impl Allocator for Global { implementation
54 impl Default for Global { implementation
/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Dinternal.rs156 pub(crate) struct Global { struct
167 impl Global { argument
339 pub(crate) fn global(&self) -> &Global { in global()
/external/clang/test/CodeGen/
D2003-11-03-AddrArrayElement.c6 char Global[100]; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber()
80 void erase(GlobalValue *Global) { in erase()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber()
80 void erase(GlobalValue *Global) { in erase()
/external/compiler-rt/test/BlocksRuntime/
Dvoidarg.c20 int Global; variable
Dnestedimport.c21 int Global = 0; variable
/external/tensorflow/tensorflow/core/config/
Dflag_defs.cc24 Flags& Global() { in Global() function
/external/compiler-rt/test/tsan/
Dtiny_race.c4 int Global; variable
Dignore_race.cc4 int Global; variable
Dbenign_race.cc4 int Global; variable
Dignore_sync.cc8 int Global; variable
Dsuppressions_race.cc4 int Global; variable
Dsimple_race.cc4 int Global; variable
Dsuppressions_race2.cc4 int Global; variable
Dblacklist.cc8 int Global; variable
Drace_top_suppression.cc7 int Global; variable
Dsimple_race.c4 int Global; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dinput_colocation_exemption_registry.cc24 InputColocationExemptionRegistry* InputColocationExemptionRegistry::Global() { in Global() function in tensorflow::InputColocationExemptionRegistry
/external/compiler-rt/test/tsan/Darwin/
Dosspinlock-norace.cc6 int Global; variable

12345678