HomeSort by relevance Sort by last modified time
    Searched defs:th (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 259 final int th = r.bottom - r.top; local
266 int dh = r.top + th + r.bottom;
270 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 120 AlphabeticIndex.ImmutableIndex th = createIndex(new Locale("th")); local
121 assertHasLabel(th, "\u0e2d\u0e07\u0e04\u0e4c\u0e40\u0e25\u0e47\u0e01", "\u0e2d");
122 assertHasLabel(th, "\u0e2a\u0e34\u0e07\u0e2b\u0e40\u0e2a\u0e19\u0e35", "\u0e2a");
189 .addLabels(new Locale("th"))
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraControls.java 110 int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin; local
117 result.top = b - th + lp.topMargin;
123 result.top = (b + t) / 2 - th / 2 + lp.topMargin;
124 result.bottom = (b + t) / 2 + th / 2 - lp.bottomMargin;
131 result.bottom = t + th - lp.bottomMargin;
137 result.top = (b + t) / 2 - th / 2 + lp.topMargin;
138 result.bottom = (b + t) / 2 + th / 2 - lp.bottomMargin;
147 int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin; local
151 cy - th / 2 + lp.topMargin,
153 cy + th / 2 - lp.bottomMargin)
159 int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin; local
199 int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin; local
    [all...]
  /frameworks/base/services/java/com/android/server/
NsdService.java 552 Thread th = new Thread(mNativeConnector, MDNS_TAG); local
553 th.start();
    [all...]
  /external/tcpdump/
print-tcp.c 313 register struct tcp_seq_hash *th; local
385 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
386 th->nxt; th = th->nxt)
387 if (memcmp((char *)&tha, (char *)&th->addr,
388 sizeof(th->addr)) == 0)
391 if (!th->nxt || (flags & TH_SYN)) {
393 if (th->nxt == NULL) {
394 th->nxt = (struct tcp_seq_hash *
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 180 int th = 1 << (31 - __builtin_clz(h)); local
182 if (th < h) th <<= 1;
186 if (tw != w || th != h) {
187 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
192 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA,
198 if (tw != w || th != h) {
199 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
204 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 120 } catch (Throwable th) {
121 mThrowable = th;
128 Thread th = new Thread(wrapper, "codec test"); local
129 th.start();
130 th.join();
    [all...]
EncodeDecodeTest.java 137 } catch (Throwable th) {
138 mThrowable = th;
147 Thread th = new Thread(wrapper, "codec test"); local
148 th.start();
149 th.join();
186 } catch (Throwable th) {
187 mThrowable = th;
196 Thread th = new Thread(wrapper, "codec test"); local
197 th.start();
198 th.join()
    [all...]
ExtractDecodeEditEncodeMuxTest.java 158 } catch (Throwable th) {
159 mThrowable = th;
169 Thread th = new Thread(wrapper, "codec test"); local
170 th.start();
171 th.join();
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 615 Thread th = new Thread("test"); local
617 th.join();
622 th.start();
676 Thread th = new Thread("test"); local
682 th.join(200);
688 th.start();
729 Thread th = new Thread("test"); local
735 th.join(200, 20);
741 th.start();
  /bionic/libc/kernel/common/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon548
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon1185
  /external/libppp/src/
ip.c 302 const struct tcphdr *th; local
362 th = (const struct tcphdr *)payload;
368 if (datalen < 20 || datalen < (th->th_off << 2)) {
372 sport = ntohs(th->th_sport);
373 dport = ntohs(th->th_dport);
374 estab = (th->th_flags & TH_ACK);
375 syn = (th->th_flags & TH_SYN);
376 finrst = (th->th_flags & (TH_FIN|TH_RST));
381 th->th_flags, sport, dport);
566 const struct tcphdr *th; local
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 808 const GLuint th = textureObject->surface.height; local
809 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon43454
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon43808
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon44162
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon44581
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon44944
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon45368
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon45730
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon46349
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon46686
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon47481
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon47928

Completed in 1490 milliseconds

1 2 34 5 6 7