Searched defs:HT (Results 1 - 20 of 20) 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/chromium_org/v8/src/
H A Dv8-counters.cc36 #define HT(name, caption) \ macro
38 HISTOGRAM_TIMER_LIST(HT)
39 #undef HT macro
91 #define HT(name, caption) name##_.Reset(); macro
92 HISTOGRAM_TIMER_LIST(HT)
93 #undef HT macro
H A Dv8-counters.h39 #define HISTOGRAM_TIMER_LIST(HT) \
41 HT(gc_compactor, V8.GCCompactor) \
42 HT(gc_scavenger, V8.GCScavenger) \
43 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
45 HT(parse, V8.Parse) \
46 HT(parse_lazy, V8.ParseLazy) \
47 HT(pre_parse, V8.PreParse) \
49 HT(compile, V8.Compile) \
50 HT(compile_eval, V8.CompileEval) \
51 HT(compile_laz
300 #define HT macro
303 #undef HT macro
386 #define HT macro
389 #undef HT macro
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp218 ScheduleHazardRecognizer::HazardType HT = local
220 if (HT == ScheduleHazardRecognizer::NoHazard) {
226 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DScheduleDAGRRList.cpp650 ScheduleHazardRecognizer::HazardType HT = local
653 if (HT == ScheduleHazardRecognizer::NoHazard)
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java58 public static final String HT = "\t"; field in interface:Separators
H A DGenericObject.java70 protected static final String HT = Separators.HT; field in class:GenericObject
H A DGenericObjectList.java90 protected static final String HT = Separators.HT; field in class:GenericObjectList
H A DLexerCore.java54 public static final int HT = (int) '\t'; field in class:LexerCore
/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/chromium_org/third_party/pexpect/
H A Dscreen.py31 HT = 9 # Move cursor to next tab stop. variable
/external/guava/guava/src/com/google/common/base/
H A DAscii.java138 public static final byte HT = 9; field in class:Ascii
/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/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp675 ScheduleHazardRecognizer::HazardType HT = local
677 if (HT == ScheduleHazardRecognizer::NoHazard) {
683 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
/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/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 441 milliseconds