HomeSort by relevance Sort by last modified time
    Searched defs:HT (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/v8/src/
counters.cc 63 #define HT(name, caption) \
65 HISTOGRAM_TIMER_LIST(HT)
66 #undef HT
154 #define HT(name, caption) name##_.Reset();
155 HISTOGRAM_TIMER_LIST(HT)
156 #undef HT
counters.h 300 #define HISTOGRAM_TIMER_LIST(HT) \
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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 220 ScheduleHazardRecognizer::HazardType HT =
222 if (HT == ScheduleHazardRecognizer::NoHazard) {
228 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
ScheduleDAGRRList.cpp 652 ScheduleHazardRecognizer::HazardType HT =
655 if (HT == ScheduleHazardRecognizer::NoHazard)
    [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;
LexerCore.java 54 public static final int HT = (int) '\t';
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 53 public static final int HT = 9; // <US-ASCII HT, horizontal-tab (9)>
98 return ch == SP || ch == HT || ch == CR || ch == LF;
  /external/chromium_org/third_party/pexpect/
screen.py 31 HT = 9 # Move cursor to next tab stop.
  /external/guava/guava/src/com/google/common/base/
Ascii.java 138 public static final byte HT = 9;
  /external/lldb/test/pexpect-2.4/
screen.py 15 HT = 9 # Move cursor to next tab stop.
  /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/llvm/lib/CodeGen/
PostRASchedulerList.cpp 541 ScheduleHazardRecognizer::HazardType HT =
543 if (HT == ScheduleHazardRecognizer::NoHazard) {
560 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 178 public static final int HT = LexerCore.HT;
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 505 HT(new String[]{
508 "postprefix", "HT",
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 909 milliseconds