Searched refs:HT (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dv8-counters.cc36 #define HT(name, caption) \ macro
39 HISTOGRAM_TIMER_LIST(HT)
40 #undef HT macro
H A Dv8-counters.h38 #define HISTOGRAM_TIMER_LIST(HT) \
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_laz
256 #define HT macro
259 #undef HT macro
286 #define HT macro
289 #undef HT macro
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java48 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)> field in class:HTTP
93 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h14 // ScopedHashTable<int, int> HT;
16 // ScopedHashTableScope<int, int> Scope1(HT);
17 // HT.insert(0, 0);
18 // HT.insert(1, 1);
20 // ScopedHashTableScope<int, int> Scope2(HT);
21 // HT.insert(0, 42);
84 /// HT - The hashtable that we are active for.
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; member in class:llvm::ScopedHashTableScope
87 /// PrevScope - This is the scope that we are shadowing in HT.
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
[all...]
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java58 public static final String HT = "\t"; field in interface:Separators
H A DGenericObjectList.java90 protected static final String HT = Separators.HT; field in class:GenericObjectList
H A DGenericObject.java70 protected static final String HT = Separators.HT; field in class:GenericObject
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp216 ScheduleHazardRecognizer::HazardType HT = local
218 if (HT == ScheduleHazardRecognizer::NoHazard) {
224 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DScheduleDAGRRList.cpp631 ScheduleHazardRecognizer::HazardType HT = local
634 if (HT == ScheduleHazardRecognizer::NoHazard)
/external/guava/guava/src/com/google/common/base/
H A DAscii.java138 public static final byte HT = 9; field in class:Ascii
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java178 public static final int HT = LexerCore.HT; field in interface:TokenTypes
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp694 ScheduleHazardRecognizer::HazardType HT = local
696 if (HT == ScheduleHazardRecognizer::NoHazard) {
702 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;

Completed in 256 milliseconds