HomeSort by relevance Sort by last modified time
    Searched refs:HT (Results 1 - 25 of 50) sorted by null

1 2

  /external/v8/src/
v8-counters.cc 36 #define HT(name, caption) \
39 HISTOGRAM_TIMER_LIST(HT)
40 #undef HT
v8-counters.h 38 #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_lazy, V8.CompileLazy
    [all...]
  /external/chromium_org/v8/src/
v8-counters.cc 36 #define HT(name, caption) \
38 HISTOGRAM_TIMER_LIST(HT)
39 #undef HT
83 #define HT(name, caption) name##_.Reset();
84 HISTOGRAM_TIMER_LIST(HT)
85 #undef HT
v8-counters.h 39 #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_lazy, V8.CompileLazy
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 48 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)>
93 return ch == SP || ch == HT || ch == CR || ch == LF;
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 14 // 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;
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/
Separators.java 58 public static final String HT = "\t";
GenericObjectList.java 90 protected static final String HT = Separators.HT;
GenericObject.java 70 protected static final String HT = Separators.HT;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 218 ScheduleHazardRecognizer::HazardType HT =
220 if (HT == ScheduleHazardRecognizer::NoHazard) {
226 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
ScheduleDAGRRList.cpp 650 ScheduleHazardRecognizer::HazardType HT =
653 if (HT == ScheduleHazardRecognizer::NoHazard)
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 138 public static final byte HT = 9;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 178 public static final int HT = LexerCore.HT;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 13 HT = 0x09 # ^I
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 13 HT = 0x09 # ^I
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 675 ScheduleHazardRecognizer::HazardType HT =
677 if (HT == ScheduleHazardRecognizer::NoHazard) {
683 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java     [all...]
  /external/chromium_org/third_party/pexpect/
screen.py 31 HT = 9 # Move cursor to next tab stop.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 347 | "{" | "}" | SP | HT
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 347 | "{" | "}" | SP | HT
    [all...]
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 728 milliseconds

1 2