HomeSort by relevance Sort by last modified time
    Searched refs:tp (Results 76 - 100 of 540) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/style/cts/
StrikethroughSpanTest.java 43 TextPaint tp = new TextPaint(); local
44 tp.setStrikeThruText(false);
45 assertFalse(tp.isStrikeThruText());
47 strikethroughSpan.updateDrawState(tp);
48 assertTrue(tp.isStrikeThruText());
  /external/lzma/CPP/Windows/
MemoryLock.cpp 43 TOKEN_PRIVILEGES tp;
51 (NULL, SE_LOCK_MEMORY_NAME, &(tp.Privileges[0].Luid)))
53 tp.PrivilegeCount = 1;
54 tp.Privileges[0].Attributes = enable ? SE_PRIVILEGE_ENABLED: 0;
61 (token, FALSE, &tp, 0, NULL, NULL))
  /external/iputils/
rdisc.c 1313 struct table *tp; local
1315 tp = table;
1316 while (tp) {
1317 if (tp->router.s_addr == addr.s_addr)
1318 return (tp);
1319 tp = tp->next;
1326 struct table *tp; local
1329 tp = table;
1330 while (tp) {
1343 struct table **tpp, *tp; local
1381 struct table **tpp, *tp; local
1397 struct table *tp; local
    [all...]
  /external/libffi/src/
raw_api.c 60 ffi_type **tp = cif->arg_types; local
64 for (i = 0; i < cif->nargs; i++, tp++, args++)
66 switch ((*tp)->type)
97 raw += ALIGN ((*tp)->size, FFI_SIZEOF_ARG) / FFI_SIZEOF_ARG;
106 for (i = 0; i < cif->nargs; i++, tp++, args++)
109 if ((*tp)->type == FFI_TYPE_STRUCT)
117 raw += ALIGN ((*tp)->size, sizeof (void*)) / sizeof (void*);
132 ffi_type **tp = cif->arg_types; local
134 for (i = 0; i < cif->nargs; i++, tp++, args++)
136 switch ((*tp)->type
    [all...]
  /external/qemu/slirp/
tcp_subr.c 65 tcp_template(struct tcpcb *tp)
67 struct socket *so = tp->t_socket;
68 register struct tcpiphdr *n = &tp->t_template;
94 * template for a connection tp->t_template. If flags are given
103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
110 DEBUG_ARG("tp = %lx", (long)tp);
117 if (tp)
118 win = sbspace(&tp->t_socket->so_rcv);
156 if (tp)
181 register struct tcpcb *tp; local
305 struct tcpcb *tp = intotcpcb(inp); local
436 struct tcpcb *tp; local
    [all...]
  /external/chromium/chrome/browser/
ntp_background_util.cc 60 ui::ThemeProvider* tp, gfx::Canvas* canvas, const gfx::Rect& area,
63 canvas->FillRectInt(tp->GetColor(ThemeService::COLOR_NTP_BACKGROUND),
66 if (tp->HasCustomImage(IDR_THEME_NTP_BACKGROUND)) {
68 tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_TILING,
71 if (tp->GetDisplayProperty(ThemeService::NTP_BACKGROUND_ALIGNMENT,
73 SkBitmap* ntp_background = tp->GetBitmapNamed(IDR_THEME_NTP_BACKGROUND);
ntp_background_util.h 25 ui::ThemeProvider* tp, gfx::Canvas* canvas,
  /external/chromium_org/chrome/browser/ui/
ntp_background_util.cc 69 void NtpBackgroundUtil::PaintBackgroundDetachedMode(ui::ThemeProvider* tp,
74 canvas->FillRect(area, tp->GetColor(ThemeProperties::COLOR_NTP_BACKGROUND));
76 if (tp->HasCustomImage(IDR_THEME_NTP_BACKGROUND)) {
78 tp->GetDisplayProperty(ThemeProperties::NTP_BACKGROUND_TILING, &tiling);
80 if (tp->GetDisplayProperty(ThemeProperties::NTP_BACKGROUND_ALIGNMENT,
83 tp->GetImageSkiaNamed(IDR_THEME_NTP_BACKGROUND);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_shader_state.c 136 struct nvc0_program *tp = nvc0->tctlprog; local
138 if (tp && nvc0_program_validate(nvc0, tp)) {
139 if (tp->tp.tess_mode != ~0) {
141 PUSH_DATA (push, tp->tp.tess_mode);
145 PUSH_DATA (push, tp->code_base);
147 PUSH_DATA (push, tp->max_gpr);
149 if (tp->tp.input_patch_size <= 32
162 struct nvc0_program *tp = nvc0->tevlprog; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 136 struct nvc0_program *tp = nvc0->tctlprog; local
138 if (tp && nvc0_program_validate(nvc0, tp)) {
139 if (tp->tp.tess_mode != ~0) {
141 PUSH_DATA (push, tp->tp.tess_mode);
145 PUSH_DATA (push, tp->code_base);
147 PUSH_DATA (push, tp->max_gpr);
149 if (tp->tp.input_patch_size <= 32
162 struct nvc0_program *tp = nvc0->tevlprog; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ppc64-mont.pl 109 $tp="r10";
211 slwi $tp,$num,2 ; place for {an}p_{lh}[num], i.e. 4*num
212 add $tp,$tp,$num ; place for tp[num+1]
213 addi $tp,$tp,`$FRAME+$TRANSFER+8+64+$RZONE`
214 subf $tp,$tp,$sp ; $sp-$tp
    [all...]
parisc-mont.pl 41 # more memory references, most notably to tp[num], but this doesn't
108 $tp="%r31";
197 ldo 36($arrsz),$hi1 ; space for tp[num+1]
203 ldo `$LOCALS+32+4`($fp),$tp
270 stw $nm1,-4($tp) ; tp[j-1]
272 stw,ma $nm0,8($tp) ; tp[j-1]
293 stw $nm1,-4($tp) ; tp[j-1
    [all...]
alpha-mont.pl 33 $tp="t7";
104 mov sp,$tp
116 lda $tp,8($tp)
138 stq $lo1,-8($tp)
155 stq $lo1,0($tp)
159 stq $hi1,8($tp)
160 stq AT,16($tp)
191 mov sp,$tp
200 ldq $tj,8($tp) #L
    [all...]
  /external/llvm/utils/release/
findRegressions-nightly.py 10 (tp, exp) = ('compileTime_', 'executeTime_')
53 test[fname][tp + n] = float(t[2].split(' ')[2])
55 print test[fname][tp + n]
96 if d_old[t].has_key(tp + x):
97 if not d_new[t].has_key(tp + x):
98 print t + " *** REGRESSION (" + tp + x + ")\n"
101 if d_new[t].has_key(tp + x):
102 print t + " * NEW PASS (" + tp + x + ")\n"
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 109 $tp="r10";
211 slwi $tp,$num,2 ; place for {an}p_{lh}[num], i.e. 4*num
212 add $tp,$tp,$num ; place for tp[num+1]
213 addi $tp,$tp,`$FRAME+$TRANSFER+8+64+$RZONE`
214 subf $tp,$tp,$sp ; $sp-$tp
    [all...]
parisc-mont.pl 41 # more memory references, most notably to tp[num], but this doesn't
108 $tp="%r31";
197 ldo 36($arrsz),$hi1 ; space for tp[num+1]
203 ldo `$LOCALS+32+4`($fp),$tp
270 stw $nm1,-4($tp) ; tp[j-1]
272 stw,ma $nm0,8($tp) ; tp[j-1]
293 stw $nm1,-4($tp) ; tp[j-1
    [all...]
  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 62 public void updateDrawState(TextPaint tp) {
63 tp.bgColor = mBackgroundColor;
  /libcore/luni/src/test/java/tests/security/spec/
ECFieldF2mTest.java 131 ECFieldF2mDomainParams tp = intCtorTestParameters[i]; local
134 new ECFieldF2m(tp.m);
136 if (tp.x != null) {
142 if (tp.x == null || !e.getClass().isInstance(tp.x)) {
256 ECFieldF2mDomainParams tp = constructorTestParameters[i]; local
259 ECFieldF2m test = new ECFieldF2m(tp.m, tp.ks);
261 if (tp.x != null) {
267 if (tp.x == null || !e.getClass().isInstance(tp.x))
295 ECFieldF2mDomainParams tp = constructorTestParameters[i]; local
    [all...]
  /external/tcpdump/
print-dhcp6.c 322 u_char *tp; local
353 tp = (u_char *)(dh6o + 1);
354 switch (EXTRACT_16BITS(tp)) {
358 EXTRACT_16BITS(&tp[2]),
359 EXTRACT_32BITS(&tp[4]));
361 printf("%02x", tp[i]);
373 printf("%02x", tp[i]);
384 EXTRACT_16BITS(&tp[2]));
386 printf("%02x", tp[i]);
395 printf(" type %d)", EXTRACT_16BITS(tp));
    [all...]
print-tcp.c 62 static int tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp,
115 register const struct tcphdr *tp,
141 return in_cksum((u_short *)tp, len,
146 static int tcp6_cksum(const struct ip6_hdr *ip6, const struct tcphdr *tp,
174 sp = (const u_int16_t *)tp;
194 register const struct tcphdr *tp; local
206 tp = (struct tcphdr *)bp;
215 if (!TTEST(tp->th_dport)) {
222 sport = EXTRACT_16BITS(&tp->th_sport);
223 dport = EXTRACT_16BITS(&tp->th_dport)
    [all...]
  /external/grub/netboot/
via-rhine.c 676 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
679 tp->tx_full = 0;
680 tp->cur_rx = tp->cur_tx = 0;
681 tp->dirty_rx = tp->dirty_tx = 0;
686 tp->rx_ring[i].rx_status.bits.own_bit = 1;
687 tp->rx_ring[i].rx_ctrl.bits.rx_buf_size = 1536;
689 tp->rx_ring[i].buf_addr_1 = virt_to_bus (tp->rx_buffs[i])
879 struct rhine_private *tp; local
980 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
996 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1100 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1134 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 67 tcp_template(struct tcpcb *tp)
69 struct socket *so = tp->t_socket;
70 register struct tcpiphdr *n = &tp->t_template;
96 * template for a connection tp->t_template. If flags are given
105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
112 DEBUG_ARG("tp = %lx", (long)tp);
119 if (tp)
120 win = sbspace(&tp->t_socket->so_rcv);
158 if (tp)
183 register struct tcpcb *tp; local
307 struct tcpcb *tp = intotcpcb(inp); local
592 struct tcpcb *tp; local
    [all...]
slirp.c     [all...]
  /external/qemu/
oslib-win32.c 101 int qemu_gettimeofday(qemu_timeval *tp)
108 if(tp) {
110 tp->tv_usec=(long)((_now.ns100 / 10ULL) % 1000000ULL );
111 tp->tv_sec= (long)((_now.ns100 - _W32_FT_OFFSET) / 10000000ULL);
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 94 #define DUMP_TUPLE(tp) \
96 (tp), (tp)->dst.protonum, \
97 NIPQUAD((tp)->src.ip), ntohs((tp)->src.u.all), \
98 NIPQUAD((tp)->dst.ip), ntohs((tp)->dst.u.all))

Completed in 470 milliseconds

1 2 34 5 6 7 8 91011>>