Home
last modified time | relevance | path

Searched defs:Zone (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dsame_struct_name_in_different_namespaces.hpp7 struct Zone { struct
8 int x;
9 int y;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.h36 class Zone; variable
DWasmTranslator.cpp1433 std::unique_ptr<Cfg> WasmTranslator::translateFunction(Zone *Zone, in translateFunction() argument
1471 Zone Zone; in translate() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java155 static class Zone implements Comparable { class in TimeZoneAliasTest
252 private Zone(String id) { // for interal use only; use make instead! in Zone() method in TimeZoneAliasTest.Zone
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneAliasTest.java158 static class Zone implements Comparable { class in TimeZoneAliasTest
255 private Zone(String id) { // for interal use only; use make instead! in Zone() method in TimeZoneAliasTest.Zone
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp142 void GCNMaxOccupancySchedStrategy::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp765 pickNodeFromQueue(VLIWSchedBoundary &Zone, const RegPressureTracker &RPTracker, in pickNodeFromQueue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2683 SchedBoundary &Zone) { in tryLatency()
3105 void GenericScheduler::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp50843 struct Zone struct
50846 JSRuntime* const runtime_;
50847 JSTracer* const barrierTracer_;
50850 bool needsIncrementalBarrier_;
50852 Zone(JSRuntime* runtime, JSTracer* barrierTracerArg) in Zone() function
50879 static __attribute__((always_inline)) inline JS::shadow::Zone* asShadowZone(JS::Zone* zone) { in asShadowZone()