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

  /cts/tests/tests/os/src/android/os/cts/
HandlerThreadTest.java 81 MockHandlerThread ht = new MockHandlerThread("test"); local
82 assertEquals(-1, ht.getThreadId());
83 ht.start();
86 assertEquals(ht.getMyTid(), ht.getThreadId());
88 assertTrue(ht.isRunCalled());
90 assertTrue(ht.isOnLooperPreparedCalled());
92 assertNotNull(ht.getLooper());
93 Looper looper = ht.getLooper();
95 assertSame(ht.getMyLooper(), looper)
    [all...]
  /external/opencore/codecs_v2/audio/mp3/dec/src/
s_tmp3dec_file.h 97 huffcodetab ht[HUFF_TBL]; member in struct:__anon3521
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 59 int ht = mBitmap.getHeight(); local
61 int need = ht - (v + fm.descent - fm.ascent - istartv);
65 need = ht - (v + fm.bottom - fm.top - istartv);
DrawableMarginSpan.java 65 int ht = mDrawable.getIntrinsicHeight(); local
67 int need = ht - (v + fm.descent - fm.ascent - istartv);
71 need = ht - (v + fm.bottom - fm.top - istartv);
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 97 huffcodetab ht[HUFF_TBL]; member in struct:__anon7440
  /cts/tests/tests/database/src/android/database/cts/
ContentObserverTest.java 69 HandlerThread ht = new HandlerThread(getClass().getName()); local
70 ht.start();
71 Looper looper = ht.getLooper();
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 90 HandlerThread ht = new HandlerThread("CameraHolder"); local
91 ht.start();
92 mHandler = new MyHandler(ht.getLooper());
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
symtab.h 40 typedef struct ht hash_table;
46 struct ht struct
97 extern void ht_load (hash_table *ht, hashnode *entries,
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 155 Hashtable ht = new Hashtable(map); local
157 ht.get("Gah") == firstVal);
159 ht.get("Ooga") == secondVal);
345 // final Hashtable ht = new Hashtable(7);
346 // ht.put("1", "a");
348 // ht.put("2", "b");
349 // ht.put("9", "c");
350 // ht.put("12", "d");
354 // Enumeration en = ht.elements();
357 // ht.remove("12")
505 final Hashtable ht = new Hashtable(); local
566 final Hashtable ht = new Hashtable(3); local
655 final Hashtable ht = new Hashtable(); local
840 final Hashtable ht = new Hashtable(); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Tutorial.java 109 int ht = tv.getPaddingTop() + tv.getPaddingBottom(); local
128 pop.setHeight(ht + l.getHeight());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 139 int ht = tv.getPaddingTop() + tv.getPaddingBottom(); local
158 pop.setHeight(ht + l.getHeight());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 141 int ht = tv.getPaddingTop() + tv.getPaddingBottom(); local
160 pop.setHeight(ht + l.getHeight());
  /frameworks/base/core/java/android/text/
DynamicLayout.java 283 int ht = reflowed.getLineTop(n); local
289 ht -= toppad;
294 ht += botpad;
298 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 1214 final HandlerThread ht = new HandlerThread("DialogTest"); local
1279 final HandlerThread ht = new HandlerThread("DialogTest"); local
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
187 LDD -24(%sp),ht_0 ; ht[0]
188 LDD -56(%sp),ht_1 ; ht[1]
195 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
198 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
204 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
205 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
208 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
210 ADD,DC ht_1,%r0,ht_1 ; ht[1]+
1002 ht .reg %r6 label
    [all...]
pa-risc2.s 165 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
166 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
195 LDD -24(%sp),ht_0 ; ht[0]
196 LDD -56(%sp),ht_1 ; ht[1]
203 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
206 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
212 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
213 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
216 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
218 ADD,DC ht_1,%r0,ht_1 ; ht[1]+
1015 ht .reg %r6 label
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 299 HandlerThread ht = new HandlerThread("thumbs thread", Process.THREAD_PRIORITY_BACKGROUND); local
300 ht.start();
301 mThumbHandler = new Handler(ht.getLooper()) {
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 107 var ht = sc_properties[sym];
108 if (!ht) {
109 ht = new Object();
110 sc_properties[sym] = ht;
112 ht[key] = val;
117 var ht = sc_properties[sym];
118 if (ht) {
119 if (key in ht)
120 return ht[key];
129 var ht = sc_properties[sym]
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 101 var ht = sc_properties[sym];
102 if (!ht) {
103 ht = new Object();
104 sc_properties[sym] = ht;
106 ht[key] = val;
111 var ht = sc_properties[sym];
112 if (ht) {
113 if (key in ht)
114 return ht[key];
123 var ht = sc_properties[sym]
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 3397 int ht = tv.getPaddingTop() + tv.getPaddingBottom(); local
5396 int ht = mLayout.getHeight(); local
5476 int ht = mLayout.getHeight(); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 6266 } *ht; member in struct:Hash
98662 } *ht; member in struct:Fts3Hash
    [all...]

Completed in 880 milliseconds