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

1 2 3

  /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/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/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/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 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/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 541 ScheduleHazardRecognizer::HazardType HT =
543 if (HT == ScheduleHazardRecognizer::NoHazard) {
560 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java     [all...]
  /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/pexpect/
screen.py 31 HT = 9 # Move cursor to next tab stop.
  /external/lldb/test/pexpect-2.4/
screen.py 15 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/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 

Completed in 1301 milliseconds

1 2 3