/external/clang/test/CodeGenCXX/ |
D | block-in-ctor-dtor.cpp | 7 class Zone { class 9 Zone(); 10 ~Zone(); 13 Zone::Zone() { in Zone() function in Zone 18 Zone::~Zone() { in ~Zone() 23 class X : public virtual Zone {
|
/external/icu4c/tools/tzcode/ |
D | icuzones | 14 # Zone NAME GMTOFF RULES FORMAT 15 Zone Etc/Unknown 0 - Unknown 20 # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] 21 Zone SystemV/AST4ADT -4:00 SystemV A%sT 22 Zone SystemV/EST5EDT -5:00 SystemV E%sT 23 Zone SystemV/CST6CDT -6:00 SystemV C%sT 24 Zone SystemV/MST7MDT -7:00 SystemV M%sT 25 Zone SystemV/PST8PDT -8:00 SystemV P%sT 26 Zone SystemV/YST9YDT -9:00 SystemV Y%sT 27 Zone SystemV/AST4 -4:00 - AST [all …]
|
D | tz.alias | 24 #### Aliases that conflict with Olson compatibility Zone definition
|
/external/v8/src/ |
D | zone.cc | 70 Zone::Zone() in Zone() function in v8::internal::Zone 78 unsigned Zone::allocation_size_ = 0; 89 Segment* Zone::NewSegment(int size) { in NewSegment() 101 void Zone::DeleteSegment(Segment* segment, int size) { in DeleteSegment() 107 void Zone::DeleteAll() { in DeleteAll() 159 void Zone::DeleteKeptSegment() { in DeleteKeptSegment() 167 Address Zone::NewExpand(int size) { in NewExpand()
|
D | zone-inl.h | 42 inline void* Zone::New(int size) { in New() 72 T* Zone::NewArray(int length) { in NewArray() 77 bool Zone::excess_allocation() { in excess_allocation() 82 void Zone::adjust_segment_bytes_allocated(int delta) { in adjust_segment_bytes_allocated() 104 void* ZoneObject::operator new(size_t size, Zone* zone) { in new() 121 void* ZoneList<T>::operator new(size_t size, Zone* zone) { in new()
|
D | zone.h | 65 class Zone { 118 Zone(); 152 INLINE(void* operator new(size_t size, Zone* zone)); 163 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete() 188 INLINE(void* operator new(size_t size, Zone* zone)); 202 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete()
|
D | lithium-allocator.h | 219 void SplitAt(LifetimePosition pos, Zone* zone); 280 LiveRange(int id, Zone* zone); 291 LOperand* CreateAssignedOperand(Zone* zone); 296 Zone* zone); 297 void MakeSpilled(Zone* zone); 321 void SplitAt(LifetimePosition position, LiveRange* result, Zone* zone); 362 Zone* zone); 365 Zone* zone); 368 Zone* zone); 380 void ConvertOperands(Zone* zone); [all …]
|
D | hydrogen-instructions.cc | 506 void HValue::AddNewRange(Range* r, Zone* zone) { in AddNewRange() 522 void HValue::ComputeInitialRange(Zone* zone) { in ComputeInitialRange() 1020 Range* HValue::InferRange(Zone* zone) { in InferRange() 1028 Range* HChange::InferRange(Zone* zone) { in InferRange() 1043 Range* HConstant::InferRange(Zone* zone) { in InferRange() 1053 Range* HPhi::InferRange(Zone* zone) { in InferRange() 1071 Range* HAdd::InferRange(Zone* zone) { in InferRange() 1088 Range* HSub::InferRange(Zone* zone) { in InferRange() 1104 Range* HMul::InferRange(Zone* zone) { in InferRange() 1122 Range* HDiv::InferRange(Zone* zone) { in InferRange() [all …]
|
D | data-flow.h | 88 BitVector(int length, Zone* zone) in BitVector() 96 BitVector(const BitVector& other, Zone* zone) in BitVector()
|
D | hydrogen.h | 160 inline Zone* zone(); 249 Zone* zone() { return isolate_->zone(); } in zone() 383 Zone* HBasicBlock::zone() { return graph_->zone(); } in zone() 606 inline Zone* zone(); 1129 Zone* zone() { return zone_; } in zone() 1149 Zone* zone_; 1160 Zone* AstContext::zone() { return owner_->zone(); } in zone() 1186 HValueMap* Copy(Zone* zone) const { in Copy() 1203 HValueMap(Zone* zone, const HValueMap* other);
|
D | hydrogen-instructions.h | 240 Range* CopyClearLower(Zone* zone) const { in CopyClearLower() 243 Range* CopyClearUpper(Zone* zone) const { in CopyClearUpper() 246 Range* Copy(Zone* zone) const { in Copy() 694 void AddNewRange(Range* r, Zone* zone); 696 void ComputeInitialRange(Zone* zone); 741 virtual Range* InferRange(Zone* zone); 1217 virtual Range* InferRange(Zone* zone); 2271 virtual Range* InferRange(Zone* zone); 2449 virtual Range* InferRange(Zone* zone); 3136 static HInstruction* NewHAdd(Zone* zone, [all …]
|
D | parser.h | 288 Zone* zone() { return zone_; } in zone() 290 Zone* zone_; 400 Zone* zone() { return isolate_->zone(); } in zone() 549 Zone* zone() { return isolate_->zone(); } in zone()
|
D | lithium-allocator.cc | 90 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) { in SplitAt() 129 LiveRange::LiveRange(int id, Zone* zone) in LiveRange() 147 Zone* zone) { in set_assigned_register() 155 void LiveRange::MakeSpilled(Zone* zone) { in MakeSpilled() 228 LOperand* LiveRange::CreateAssignedOperand(Zone* zone) { in CreateAssignedOperand() 276 Zone* zone) { in SplitAt() 390 Zone* zone) { in EnsureInterval() 415 Zone* zone) { in AddUseInterval() 445 Zone* zone) { in AddUsePosition() 469 void LiveRange::ConvertOperands(Zone* zone) { in ConvertOperands()
|
D | full-codegen.h | 814 explicit AccessorTable(Zone* zone) : in AccessorTable() 827 Zone* zone_;
|
D | isolate.h | 839 Zone* zone() { return &zone_; } in zone() 1182 Zone zone_;
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebMemorySampler.mac.mm | 147 webKitMemoryStats.keys.append(String("Fast Malloc Zone Bytes")); 149 webKitMemoryStats.keys.append(String("Default Malloc Zone Bytes")); 151 webKitMemoryStats.keys.append(String("Dispatch Continuation Malloc Zone Bytes")); 153 webKitMemoryStats.keys.append(String("Purgeable Malloc Zone Bytes")); 159 webKitMemoryStats.keys.append(String("Fast Malloc Zone Bytes")); 161 webKitMemoryStats.keys.append(String("Default Malloc Zone Bytes")); 163 webKitMemoryStats.keys.append(String("Dispatch Continuation Malloc Zone Bytes")); 165 webKitMemoryStats.keys.append(String("Purgeable Malloc Zone Bytes"));
|
/external/chromium/net/base/ |
D | dnssec_chain_verifier.cc | 170 struct DNSSECChainVerifier::Zone { struct in net::DNSSECChainVerifier 176 Zone* prev; argument 196 Zone* next; in ~DNSSECChainVerifier() 197 for (Zone* cur = current_zone_; cur; cur = next) { in ~DNSSECChainVerifier() 581 Zone* prev = current_zone_; in EnterZone() 582 current_zone_ = new Zone; in EnterZone() 695 Zone* prev = current_zone_->prev; in LeaveZone()
|
D | dnssec_chain_verifier.h | 69 struct Zone; 94 Zone* current_zone_;
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.merit | 12 ATTRIBUTE Framed-AppleTalk-Zone 39 string
|
/external/v8/test/cctest/ |
D | test-dataflow.cc | 40 Zone* zone = ZONE; in TEST()
|
/external/icu4c/data/locales/ |
D | be.txt | 199 dn{"Zone"}
|
D | gsw.txt | 198 dn{"Zone"}
|
D | fil.txt | 185 dn{"Zone"}
|
D | en.txt | 233 dn{"Time Zone"}
|
/external/icu4c/samples/datefmt/ |
D | README.TXT | 60 Problem 2: Date Formatting, Specific Time Zone (Medium)
|