/external/tcpdump/tests/ |
D | geonet_and_calm_fast.out | 1 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 2 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 3 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 4 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 5 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 6 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 7 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 8 GeoNet src:00:0c:42:6d:54:d5; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 9 GeoNet src:00:0c:42:6d:54:df; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… 10 GeoNet src:00:0c:42:6d:54:db; v:0 NH:0-Any HT:1-0-Beacon HopLim:1 Payload:0 GN_ADDR:00:00:00:0c:42:… [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; variable 96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() 223 PrevScope = HT.CurScope; in ScopedHashTableScope() 224 HT.CurScope = this; in ScopedHashTableScope() 230 assert(HT.CurScope == this && "Scope imbalance!"); in ~ScopedHashTableScope() 231 HT.CurScope = PrevScope; in ~ScopedHashTableScope() 237 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope() 239 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope() 241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope() [all …]
|
/external/v8/src/ |
D | counters.h | 300 #define HISTOGRAM_TIMER_LIST(HT) \ argument 302 HT(gc_compactor, V8.GCCompactor) \ 303 HT(gc_scavenger, V8.GCScavenger) \ 304 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \ 305 HT(gc_idle_notification, V8.GCIdleNotification) \ 306 HT(gc_incremental_marking, V8.GCIncrementalMarking) \ 307 HT(gc_low_memory_notification, V8.GCLowMemoryNotification) \ 309 HT(parse, V8.Parse) \ 310 HT(parse_lazy, V8.ParseLazy) \ 311 HT(pre_parse, V8.PreParse) \ [all …]
|
D | counters.cc | 63 #define HT(name, caption) \ in Counters() macro 65 HISTOGRAM_TIMER_LIST(HT) in Counters() 66 #undef HT in Counters() 154 #define HT(name, caption) name##_.Reset(); in ResetHistograms() macro 155 HISTOGRAM_TIMER_LIST(HT) in ResetHistograms() 156 #undef HT in ResetHistograms()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | Win64Exception.cpp | 435 for (WinEHHandlerType &HT : TBME.HandlerArray) in emitCXXFrameHandler3Table() 437 std::max(CatchHigh, FuncInfo.CatchHandlerMaxState[HT.Handler]); in emitCXXFrameHandler3Table() 461 for (const WinEHHandlerType &HT : TBME.HandlerArray) { in emitCXXFrameHandler3Table() local 464 GlobalValue::getRealLinkageName(HT.Handler->getName())); in emitCXXFrameHandler3Table() 472 if (HT.CatchObjRecoverIdx >= 0) { in emitCXXFrameHandler3Table() 476 HT.CatchObjRecoverIdx); in emitCXXFrameHandler3Table() 483 OS.EmitIntValue(HT.Adjectives, 4); // Adjectives in emitCXXFrameHandler3Table() 484 OS.EmitValue(createImageRel32(HT.TypeDescriptor), 4); // Type in emitCXXFrameHandler3Table() 486 OS.EmitValue(createImageRel32(HT.Handler), 4); // Handler in emitCXXFrameHandler3Table()
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HTTP.java | 53 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)> field in HTTP 98 return ch == SP || ch == HT || ch == CR || ch == LF; in isWhitespace()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGVLIW.cpp | 219 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local 221 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown() 227 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
|
D | FunctionLoweringInfo.cpp | 307 WinEHHandlerType HT; in createTryBlockMapEntry() local 309 HT.Adjectives = 0x40; in createTryBlockMapEntry() 310 HT.TypeDescriptor = nullptr; in createTryBlockMapEntry() 316 HT.Adjectives = in createTryBlockMapEntry() 318 HT.TypeDescriptor = in createTryBlockMapEntry() 321 HT.Handler = cast<Function>(CH->getHandlerBlockOrFunc()); in createTryBlockMapEntry() 322 HT.CatchObjRecoverIdx = CH->getExceptionVarIndex(); in createTryBlockMapEntry() 323 TBME.HandlerArray.push_back(HT); in createTryBlockMapEntry()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenTypes.java | 178 public static final int HT = LexerCore.HT; field
|
/external/icu/icu4c/source/data/region/ |
D | ig.txt | 14 HT{"Hati"}
|
D | fa_AF.txt | 48 HT{"هایتی"}
|
D | chr.txt | 109 HT{"ᎮᎢᏘ"}
|
D | yi.txt | 114 HT{"האַיטי"}
|
D | shi.txt | 96 HT{"ⵀⴰⵢⵜⵉ"}
|
D | zgh.txt | 95 HT{"ⵀⴰⵢⵜⵉ"}
|
D | vai.txt | 96 HT{"ꕌꔤꔳ"}
|
D | brx.txt | 139 HT{"हाइती"}
|
D | dyo.txt | 86 HT{"Ayti"}
|
D | ks.txt | 137 HT{"ہایتی"}
|
D | or.txt | 139 HT{"ହାଇତି"}
|
/external/nist-sip/java/gov/nist/core/ |
D | Separators.java | 58 public static final String HT = "\t"; field
|
D | GenericObjectList.java | 90 protected static final String HT = Separators.HT; field in GenericObjectList
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 555 ScheduleHazardRecognizer::HazardType HT = in ListScheduleTopDown() local 557 if (HT == ScheduleHazardRecognizer::NoHazard) { in ListScheduleTopDown() 574 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in ListScheduleTopDown()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_kdt_posd.pkb | 175 �D,(��2LeDB�HTm�K;& 276 1"�L�f�Q(&�2�3�� gYI*^ ��MT`�f��h4��� �6��Kn�HT�i n0p�3A��G� 314 3i�m!�S����6HT� ��XH5=,CHB�m%Ѧl,��4���6��3i
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_mgc1.pkb | 17 ��=��&�E��HT�:�l;ð��y.Lè�(�U��)3_�0��hS�XV��*r!�w�A'&L:�iX�8v��I�n�F� @�i�����…
|