Home
last modified time | relevance | path

Searched refs:HT (Results 1 – 25 of 224) sorted by relevance

123456789

/external/tcpdump/tests/
Dgeonet_and_calm_fast.out1 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/
DScopedHashTable.h85 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/
Dcounters.h300 #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 …]
Dcounters.cc63 #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/
DWin64Exception.cpp435 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/
DHTTP.java53 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/
DScheduleDAGVLIW.cpp219 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local
221 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown()
227 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
DFunctionLoweringInfo.cpp307 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/
DTokenTypes.java178 public static final int HT = LexerCore.HT; field
/external/icu/icu4c/source/data/region/
Dig.txt14 HT{"Hati"}
Dfa_AF.txt48 HT{"هایتی"}
Dchr.txt109 HT{"ᎮᎢᏘ"}
Dyi.txt114 HT{"האַיטי"}
Dshi.txt96 HT{"ⵀⴰⵢⵜⵉ"}
Dzgh.txt95 HT{"ⵀⴰⵢⵜⵉ"}
Dvai.txt96 HT{"ꕌꔤꔳ"}
Dbrx.txt139 HT{"हाइती"}
Ddyo.txt86 HT{"Ayti"}
Dks.txt137 HT{"ہایتی"}
Dor.txt139 HT{"ହାଇତି"}
/external/nist-sip/java/gov/nist/core/
DSeparators.java58 public static final String HT = "\t"; field
DGenericObjectList.java90 protected static final String HT = Separators.HT; field in GenericObjectList
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp555 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/
Den-US_kdt_posd.pkb175 �D,(��2LeDB�HTm�K;&
276 1" �L�f�Q(&� 2�3�� gYI*^ ��MT`�f��h4�� ��� �6��K n���HT�i n0p�3A��G�����
314 3i �m!�S����6HT� ��XH5=,CH�B����m%Ѧl,��4���6��3i
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kdt_mgc1.pkb17 ��=��&�E��HT�:�l;ð�����y.Lè�(�U��)3���_�0��hS�XV��*r!�w��A'&L:�iX�8v����I�n�F� @�i�����…

123456789