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

1 2 34 5

  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 230 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS)); local
231 tb.setX(mBitmapIn.getWidth());
232 tb.setY(mBitmapIn.getHeight());
233 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create());
234 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 406 TextBody tb = new TextBody(theText); local
411 p.setBody(tb);
417 p.setBody(tb);
423 p.setBody(tb);
446 TextBody tb = new TextBody(UNICODE_EXPECT); local
451 p.setBody(tb);
458 p.setBody(tb);
465 p.setBody(tb);
472 p.setBody(tb);
483 p.setBody(tb);
    [all...]
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 351 Type.Builder tb = new Type.Builder(mRS, Element.RGBA_8888(mRS)); local
352 tb.setX(256);
353 tb.setY(256);
354 mTextureType = tb.create();
  /external/bluetooth/hcidump/parser/
lmp.c 526 uint16_t tb = LMP_U16(frm); local
543 printf("D_B %d T_B %d N_B %d X_B %d\n", db, tb, nb, xb);
568 uint16_t tb = LMP_U16(frm); local
581 printf("D_B %d T_B %d N_B %d X_B %d\n", db, tb, nb, xb);
  /external/pcre/
pcre_dfa_exec.c 2966 int tb; local
    [all...]
pcre_exec.c 5804 int tb; local
    [all...]
  /external/qemu/
savevm.c 1215 struct _timeb tb; local
1250 _ftime(&tb);
1251 sn->date_sec = tb.time;
1252 sn->date_nsec = tb.millitm * 1000000;
    [all...]
exec.c 55 /* make various TB consistency checks */
63 /* TB consistency checks only implemented for usermode emulation. */
679 TranslationBlock *tb; local
683 for(tb = tb_phys_hash[i]; tb != NULL; tb = tb->phys_hash_next) {
684 if (!(address + TARGET_PAGE_SIZE <= tb->pc ||
685 address >= tb->pc + tb->size))
697 TranslationBlock *tb; local
875 TranslationBlock *tb; local
904 TranslationBlock *tb; local
949 TranslationBlock *tb, *tb_next, *saved_tb; local
1082 TranslationBlock *tb; local
1198 TranslationBlock *tb; local
1270 TranslationBlock *tb; local
1565 TranslationBlock *tb; local
2915 TranslationBlock *tb; local
3818 TranslationBlock *tb; local
3879 TranslationBlock *tb; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 854 const BorderValue& tb = style()->borderStart(); local
855 if (tb.style() == BHIDDEN)
857 if (tb.style() > BHIDDEN)
858 borderWidth = tb.width();
911 const BorderValue& tb = style()->borderEnd(); local
999 const BorderValue& tb = style()->borderBefore(); local
1025 const BorderValue& tb = style()->borderAfter(); local
1040 const BorderValue& tb = style()->borderStart(); local
1070 const BorderValue& tb = style()->borderEnd(); local
    [all...]
  /external/wpa_supplicant/
libtommath.c 1538 mp_int ta, tb, tq, q; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 368 ObjectAnimator tb = ObjectAnimator.ofInt(mAnimScreen.mContent, "bottom", local
378 inanim.playTogether(tx, ty, tr, tb, sx, title);
  /external/bluetooth/glib/glib/
gtestutils.c 1915 GTestLogBuffer *tb = g_new0 (GTestLogBuffer, 1); local
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 2113 UResourceBundle *aliasB = NULL, *tb = NULL; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 1920 STRUCT_ENTRY_TARGET *ta, *tb; local
    [all...]
  /external/qemu/slirp-android/
slirp.c 282 struct _timeb tb; local
284 _ftime(&tb);
285 curtime = (u_int)tb.time * (u_int)1000;
286 curtime += (u_int)tb.millitm;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 163 struct nlattr *tb[CTRL_ATTR_MAX + 1]; local
168 nla_parse(tb, CTRL_ATTR_MAX, genlmsg_attrdata(gnlh, 0),
170 if (!tb[CTRL_ATTR_MCAST_GROUPS])
173 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) {
969 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
971 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0),
974 if (tb[NL80211_ATTR_IFINDEX]) {
975 int ifindex = nla_get_u32(tb[NL80211_ATTR_IFINDEX]);
1690 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 1596 mp_int ta, tb, tq, q; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 1596 mp_int ta, tb, tq, q; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 1234 SpannableStringBuilder tb = new SpannableStringBuilder(); local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 1578 mp_int ta, tb, tq, q; local
    [all...]
  /external/iproute2/misc/
ss.c 1323 struct rtattr * tb[INET_DIAG_MAX+1]; local
1327 parse_rtattr(tb, INET_DIAG_MAX, (struct rtattr*)(r+1),
1330 if (tb[INET_DIAG_MEMINFO]) {
1332 = RTA_DATA(tb[INET_DIAG_MEMINFO]);
1340 if (tb[INET_DIAG_INFO]) {
1342 int len = RTA_PAYLOAD(tb[INET_DIAG_INFO]);
1348 memcpy(info, RTA_DATA(tb[INET_DIAG_INFO]), len);
1350 info = RTA_DATA(tb[INET_DIAG_INFO]);
1361 if (tb[INET_DIAG_CONG])
1362 printf(" %s", (char *) RTA_DATA(tb[INET_DIAG_CONG]))
2119 char tb[16]; local
    [all...]
  /external/qemu/target-i386/
translate.c 110 struct TranslationBlock *tb; member in struct:DisasContext
2286 TranslationBlock *tb; local
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 886 const SkIRect& tb = mTextSlop.getBounds(); local
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 1061 struct _timeb tb; local
1062 _ftime(&tb);
1063 trans_id = tb.millitm & 0xffff;
    [all...]
  /external/qemu/target-arm/
translate.c 60 struct TranslationBlock *tb; member in struct:DisasContext
845 /* Force a TB lookup after an instruction that changes the CPU state. */
3450 TranslationBlock *tb; local
    [all...]

Completed in 4992 milliseconds

1 2 34 5