Home
last modified time | relevance | path

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

12345678

/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/
Dv8-counters.h38 #define HISTOGRAM_TIMER_LIST(HT) \ argument
40 HT(gc_compactor, V8.GCCompactor) \
41 HT(gc_scavenger, V8.GCScavenger) \
42 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
44 HT(parse, V8.Parse) \
45 HT(parse_lazy, V8.ParseLazy) \
46 HT(pre_parse, V8.PreParse) \
48 HT(compile, V8.Compile) \
49 HT(compile_eval, V8.CompileEval) \
50 HT(compile_lazy, V8.CompileLazy)
[all …]
Dv8-counters.cc36 #define HT(name, caption) \ in Counters() macro
39 HISTOGRAM_TIMER_LIST(HT) in Counters()
40 #undef HT in Counters()
/external/apache-http/src/org/apache/http/protocol/
DHTTP.java48 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)> field in HTTP
93 return ch == SP || ch == HT || ch == CR || ch == LF; in isWhitespace()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp218 ScheduleHazardRecognizer::HazardType HT = in listScheduleTopDown() local
220 if (HT == ScheduleHazardRecognizer::NoHazard) { in listScheduleTopDown()
226 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in listScheduleTopDown()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java178 public static final int HT = LexerCore.HT; field
/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/icu4c/data/region/
Dig.txt17 HT{"Hati"}
Dfa_AF.txt49 HT{"هایتی"}
Dmy.txt113 HT{"ဟေတီ"}
Dchr.txt112 HT{"ᎮᎢᏘ"}
Dshi.txt99 HT{"ⵀⴰⵢⵜⵉ"}
Dvai.txt99 HT{"ꕌꔤꔳ"}
Dbe.txt134 HT{"Гаіці"}
Ddyo.txt89 HT{"Ayti"}
Dth.txt148 HT{"เฮติ"}
Dsi.txt148 HT{"හයිටි"}
Dfa.txt148 HT{"هائیتی"}
/external/guava/guava/src/com/google/common/base/
DAscii.java138 public static final byte HT = 9; field in Ascii
/external/icu4c/data/zone/
Dfr_CA.txt94 sg{"HT"}
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp677 ScheduleHazardRecognizer::HazardType HT = in ListScheduleTopDown() local
679 if (HT == ScheduleHazardRecognizer::NoHazard) { in ListScheduleTopDown()
685 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard; in ListScheduleTopDown()
/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�����…
/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/icu4c/test/testdata/
Dte.txt119 "HT",

12345678