Searched defs:Zone (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dblock-in-ctor-dtor.cpp7 class Zone { class
9 Zone();
10 ~Zone();
13 Zone::Zone() { function in class:Zone
18 Zone::~Zone() {
23 class X : public virtual Zone {
/external/v8/src/zone/
H A Dzone.cc45 Zone::Zone(AccountingAllocator* allocator, const char* name) function in class:v8::internal::Zone
57 Zone::~Zone() {
65 void* Zone::New(size_t size) {
94 void Zone::DeleteAll() {
115 Segment* Zone::NewSegment(size_t requested_size) {
127 Address Zone::NewExpand(size_t size) {
129 // there isn't enough room in the Zone to satisfy the request.
148 V8::FatalProcessOutOfMemory("Zone");
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java53 Zone.Seconds seconds = new Zone.Seconds();
54 for (Iterator it = Zone.getZoneSet().iterator(); it.hasNext(); ) {
55 Zone zone = (Zone)it.next();
61 + ": " + Zone.formatHours(zone.minRecentOffset)
62 + " != " + Zone.formatHours(zone.maxRecentOffset));
71 Zone otherZone = Zone.make(otherId);
77 + id + " => " + Zone
158 static class Zone implements Comparable { class in class:TimeZoneAliasTest
255 private Zone(String id) { // for interal use only; use make instead! method in class:TimeZoneAliasTest.Zone
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java50 Zone.Seconds seconds = new Zone.Seconds();
51 for (Iterator it = Zone.getZoneSet().iterator(); it.hasNext(); ) {
52 Zone zone = (Zone)it.next();
58 + ": " + Zone.formatHours(zone.minRecentOffset)
59 + " != " + Zone.formatHours(zone.maxRecentOffset));
68 Zone otherZone = Zone.make(otherId);
74 + id + " => " + Zone
155 static class Zone implements Comparable { class in class:TimeZoneAliasTest
252 private Zone(String id) { // for interal use only; use make instead! method in class:TimeZoneAliasTest.Zone
[all...]
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1433 std::unique_ptr<Cfg> WasmTranslator::translateFunction(Zone *Zone, argument
1445 SR_WasmDecoder<OperandNode, IceBuilder> Decoder(Zone, &Builder, Body);
1471 Zone Zone; local
1472 ZoneScope _(&Zone);
1488 auto Result = DecodeWasmModule(NoIsolate, &Zone, Buffer.data(),
1640 Func = translateFunction(&Zone, Body);
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2333 // DLat = max (N.depth - (CurrCycle - N.ReadyCycle) for N in Zone
2503 SchedBoundary &Zone) {
2504 if (Zone.isTop()) {
2505 if (Cand.SU->getDepth() > Zone.getScheduledLatency()) {
2514 if (Cand.SU->getHeight() > Zone.getScheduledLatency()) {
2793 /// \param Zone describes the scheduled zone that we are extending, or nullptr
2797 SchedBoundary *Zone) {
2828 bool SameBoundary = Zone != nullptr;
2834 if (Rem.IsAcyclicLatencyLimited && !Zone->getCurrMOps() &&
2835 tryLatency(TryCand, Cand, *Zone))
2501 tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, SchedBoundary &Zone) argument
2795 tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand, SchedBoundary *Zone) argument
2911 pickNodeFromQueue(SchedBoundary &Zone, const CandPolicy &ZonePolicy, const RegPressureTracker &RPTracker, SchedCandidate &Cand) argument
[all...]
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 258 milliseconds