HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 26 - 50 of 240) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c 194 text_reset(TestText *tt) {
195 tt->limit = tt->text;
196 tt->number = 0;
200 text_nextString(TestText *tt, int32_t *pLength) {
201 char *s = tt->limit;
202 if (s == tt->textLimit) {
205 } else if (s == tt->text) {
207 if ((tt->textLimit - tt->text) >= 3 &
    [all...]
  /external/icu4c/test/cintltst/
ucnvseltst.c 194 text_reset(TestText *tt) {
195 tt->limit = tt->text;
196 tt->number = 0;
200 text_nextString(TestText *tt, int32_t *pLength) {
201 char *s = tt->limit;
202 if (s == tt->textLimit) {
205 } else if (s == tt->text) {
207 if ((tt->textLimit - tt->text) >= 3 &
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 95 <p><tt>This&nbsp;is&nbsp;a&nbsp;test&nbsp;module&nbsp;for&nbsp;test_pydoc</tt></p>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
118 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
122 <dl><dt><a name="A-__init__"><strong>__init__</strong></a>()</dt><dd><tt>Wow,&nbsp;I&nbsp;have&nbsp;no&nbsp;function!</tt></dd></dl
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 95 <p><tt>This&nbsp;is&nbsp;a&nbsp;test&nbsp;module&nbsp;for&nbsp;test_pydoc</tt></p>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
118 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
122 <dl><dt><a name="A-__init__"><strong>__init__</strong></a>()</dt><dd><tt>Wow,&nbsp;I&nbsp;have&nbsp;no&nbsp;function!</tt></dd></dl
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftbitmap.c 445 FT_Byte* tt = t; local
455 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 );
456 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 );
457 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 );
458 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 );
459 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 );
460 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 );
461 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 );
462 tt[7] = (FT_Byte)( val & 0x01 );
464 tt += 8
527 FT_Byte* tt = t; local
579 FT_Byte* tt = t; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_utl.c 203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
206 if (tt->flags & ASN1_TFLG_COMBINE)
208 pvaltmp = offset2ptr(*pval, tt->offset);
220 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
228 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
229 return tt;
232 adb = ASN1_ADB_ptr(tt->item);
249 if (tt->flags & ASN1_TFLG_ADB_OID)
264 return &atbl->tt;
tasn_prn.c 165 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
195 const ASN1_TEMPLATE *tt; local
274 tt = it->templates + i;
275 tmpfld = asn1_get_field_ptr(fld, tt);
276 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
311 seqtt = asn1_do_adb(fld, tt, 1);
340 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
344 flags = tt->flags
    [all...]
  /external/openssl/crypto/asn1/
tasn_utl.c 203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
206 if (tt->flags & ASN1_TFLG_COMBINE)
208 pvaltmp = offset2ptr(*pval, tt->offset);
220 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
228 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
229 return tt;
232 adb = ASN1_ADB_ptr(tt->item);
249 if (tt->flags & ASN1_TFLG_ADB_OID)
264 return &atbl->tt;
tasn_prn.c 165 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
195 const ASN1_TEMPLATE *tt; local
274 tt = it->templates + i;
275 tmpfld = asn1_get_field_ptr(fld, tt);
276 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
311 seqtt = asn1_do_adb(fld, tt, 1);
340 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
344 flags = tt->flags
    [all...]
  /external/dhcpcd/
eloop.c 117 struct timeout *t, *tt = NULL; local
130 if (tt)
131 tt->next = t->next;
136 tt = t;
163 for (tt = timeouts; tt->next; tt = tt->next)
164 if (timercmp(&t->when, &tt->next->when, <)) {
165 t->next = tt->next
189 struct timeout *t, *tt, *last = NULL; local
229 struct timeout *t, *tt, *last = NULL; local
    [all...]
  /external/chromium_org/third_party/angle_dx11/tests/compiler_tests/
VariablePacker_test.cpp 38 for (size_t tt = 0; tt < sizeof(types) / sizeof(types[0]); ++tt) {
39 ShDataType type = types[tt];
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
TimeoutService.java 60 TimeoutToken tt = (TimeoutToken) todolist.getFirst(); local
62 if (tt.runTime > now)
68 todolist.wait(tt.runTime - now);
86 tt.handler.run();
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel_inline.h 86 register int32 tt = tmp; local
95 "r"(tt),
106 register int32 tt = tmp; local
115 "r"(tt),
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroupThunker.java 65 TypeThunker tt = (TypeThunker) t; local
66 bN.addConnection(tt.getNObj(), from.mN, to.mN);
71 TypeThunker tt = (TypeThunker) t; local
72 bN.addConnection(tt.getNObj(), from.mN, to.mN);
TypeThunker.java 70 TypeThunker tt = new TypeThunker(rs, nt); local
71 tt.internalCalc();
73 return tt;
AllocationThunker.java 226 TypeThunker tt = (TypeThunker)type; local
229 android.renderscript.Allocation.createTyped(rst.mN, tt.mN,
243 TypeThunker tt = new TypeThunker(rs, a.getType()); local
245 return new AllocationThunker(rs, tt, usage, a);
255 TypeThunker tt = new TypeThunker(rs, a.getType()); local
256 return new AllocationThunker(rs, tt, usage, a);
273 TypeThunker tt = new TypeThunker(rs, a.getType()); local
274 return new AllocationThunker(rs, tt, usage, a);
287 TypeThunker tt = new TypeThunker(rs, a.getType()); local
288 return new AllocationThunker(rs, tt, usage, a)
298 TypeThunker tt = new TypeThunker(rs, a.getType()); local
308 TypeThunker tt = new TypeThunker(rs, a.getType()); local
    [all...]
  /external/freetype/src/base/
ftbitmap.c 509 FT_Byte* tt = t; local
519 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 );
520 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 );
521 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 );
522 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 );
523 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 );
524 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 );
525 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 );
526 tt[7] = (FT_Byte)( val & 0x01 );
528 tt += 8
591 FT_Byte* tt = t; local
643 FT_Byte* tt = t; local
683 FT_Byte* tt = t; local
    [all...]
  /bionic/libc/upstream-netbsd/libc/isc/
ev_timers.c 370 idle_timer *tt; local
373 OKNEW(tt);
374 tt->func = func;
375 tt->uap = uap;
376 tt->lastTouched = ctx->lastEventTime;
377 tt->max_idle = max_idle;
379 if (evSetTimer(opaqueCtx, idle_timeout, tt,
382 FREE(tt);
386 tt->timer = opaqueID->opaque;
394 idle_timer *tt = del->uap local
409 idle_timer *tt = timer->uap; local
425 idle_timer *tt = t->uap; local
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 244 tt = 0
248 tt = tk[KC - 1]
249 tk[0] ^= (S[(tt >> 16) & 0xFF] & 0xFF) << 24 ^ \
250 (S[(tt >> 8) & 0xFF] & 0xFF) << 16 ^ \
251 (S[ tt & 0xFF] & 0xFF) << 8 ^ \
252 (S[(tt >> 24) & 0xFF] & 0xFF) ^ \
261 tt = tk[KC / 2 - 1]
262 tk[KC / 2] ^= (S[ tt & 0xFF] & 0xFF) ^ \
263 (S[(tt >> 8) & 0xFF] & 0xFF) << 8 ^ \
264 (S[(tt >> 16) & 0xFF] & 0xFF) << 16 ^
    [all...]
  /external/qemu/android/
help.c 1616 const TopicHelp* tt; local
1632 const TopicHelp* tt; local
1696 const TopicHelp* tt; local
    [all...]
looper-qemu.c 35 QEMUTimer* tt = impl; local
37 qemu_del_timer(tt);
39 qemu_mod_timer(tt, qemu_get_clock_ms(host_clock) + timeout_ms);
45 QEMUTimer* tt = impl; local
47 qemu_del_timer(tt);
49 qemu_mod_timer(tt, deadline_ms);
55 QEMUTimer* tt = impl; local
56 qemu_del_timer(tt);
62 QEMUTimer* tt = impl; local
63 return qemu_timer_pending(tt);
69 QEMUTimer* tt = impl; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 9 If a lexer grammar specifies the <tt>filter = true</t> option, the generated
11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
  /external/bison/doc/
refcard.tex 181 \def\tt{\eighttt}
264 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
267 \obeylines\obeyspaces\parskip0pt\tt}
276 \tt}
320 \key{Generate token and {\tt YYSTYPE} definitions.} {-d}
322 \key{Don't put {\tt \#line} directives in the parser.} {-l}
326 \key{Emulate {\tt yacc} (generate {\tt y.tab.*} files).} {-y}
329 {\bf Note:} The token and {\tt YYSTYPE} definitions are generated
330 to a file called {\tt y.tab.h} if the {\tt -y} option is used
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 127 TRANSPORT_TYPE tt; member in struct:__anon2594
169 * \param tt the specific TRANSPORT_TYPE to be used, either TT_MP4_LOAS, TT_MP4_LATM_MCP1 or TT_MP4_LATM_MCP0 LOAS
179 TRANSPORT_TYPE tt,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 231 * <tt>type</tt>
232 * <tt>channel</tt>
233 * <tt>text</tt>
234 * <tt>input</tt>
235 * <tt>start</tt>
    [all...]

Completed in 628 milliseconds

12 3 4 5 6 7 8 910