HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/gen/
time.c 37 struct timeval tt; local
39 if (gettimeofday(&tt, NULL) < 0)
42 *t = (time_t)tt.tv_sec;
43 return (tt.tv_sec);
  /external/clang/test/CodeGenCXX/
temp-order.cpp 21 TempTracker &TT;
26 : TT(_TT), P(_P), Truth(_Truth) {}
27 A(const A &RHS) : TT(RHS.TT), P(RHS.P), Truth(RHS.Truth) { RHS.P = 0; }
30 TT.Product *= pow(P, ++TT.Index);
34 TT = RHS.TT;
46 TempTracker tt; local
48 A a(tt, 2)
58 TempTracker tt; local
70 TempTracker tt; local
82 TempTracker tt; local
96 TempTracker tt; local
108 TempTracker tt; local
122 TempTracker tt; local
134 TempTracker tt; local
143 TempTracker tt; local
    [all...]
2009-10-27-crash.cpp 30 } tt; typedef in typeref:struct:__anon8286
35 tt t;
  /system/bt/tools/scripts/
change_types.sh 44 for tt in "${TYPES[@]}" ;
46 before=${tt%%:*}
47 after=${tt#*:}
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 84 tt = TestBasic.get_by_id(t.id)
85 _objects['test_basic_tt'] = tt
86 assert tt.id == t.id
90 assert t.size == tt.size
91 assert t.foo == tt.foo
92 assert t.name == tt.name
93 #assert t.date == tt.date
106 tt = TestFloat.get_by_id(t.id)
107 _objects['test_float_tt'] = tt
108 assert tt.id == t.i
    [all...]
  /external/toybox/toys/other/
w.c 27 time_t tt = x->ut_tv.tv_sec; local
30 ctime(&tt), x->ut_host);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
41 if not tt:
43 elif tt[0] == '#':
46 pos = len(tt) + 1
50 elif tt == 'machine':
52 elif tt == 'default':
54 elif tt == 'macdef': # Just skip to end of macdefs
67 "bad toplevel token %r" % tt, file, lexer.lineno)
74 tt = lexer.get_token()
75 if (tt.startswith('#') o
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
41 if not tt:
43 elif tt[0] == '#':
46 pos = len(tt) + 1
50 elif tt == 'machine':
52 elif tt == 'default':
54 elif tt == 'macdef': # Just skip to end of macdefs
67 "bad toplevel token %r" % tt, file, lexer.lineno)
74 tt = lexer.get_token()
75 if (tt.startswith('#') o
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
41 if not tt:
43 elif tt[0] == '#':
46 pos = len(tt) + 1
50 elif tt == 'machine':
52 elif tt == 'default':
54 elif tt == 'macdef': # Just skip to end of macdefs
67 "bad toplevel token %r" % tt, file, lexer.lineno)
74 tt = lexer.get_token()
75 if (tt.startswith('#') o
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
41 if not tt:
43 elif tt[0] == '#':
46 pos = len(tt) + 1
50 elif tt == 'machine':
52 elif tt == 'default':
54 elif tt == 'macdef': # Just skip to end of macdefs
67 "bad toplevel token %r" % tt, file, lexer.lineno)
74 tt = lexer.get_token()
75 if (tt.startswith('#') o
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat384.java 18 int[] tt = Nat192.createExt(); local
19 Nat192.mul(dx, dy, tt);
21 c18 += neg ? Nat.addTo(12, tt, 0, zz, 6) : Nat.subFrom(12, tt, 0, zz, 6);
37 int[] tt = Nat192.createExt(); local
38 Nat192.square(dx, tt);
40 c18 += Nat.subFrom(12, tt, 0, zz, 6);
Nat512.java 18 int[] tt = Nat256.createExt(); local
19 Nat256.mul(dx, dy, tt);
21 c24 += neg ? Nat.addTo(16, tt, 0, zz, 8) : Nat.subFrom(16, tt, 0, zz, 8);
37 int[] tt = Nat256.createExt(); local
38 Nat256.square(dx, tt);
40 c24 += Nat.subFrom(16, tt, 0, zz, 8);
  /external/clang/test/Sema/
implicit-int.c 18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
  /external/boringssl/src/crypto/asn1/
tasn_fre.c 79 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
119 tt = it->templates + i;
120 pchval = asn1_get_field_ptr(pval, tt);
121 ASN1_template_free(pchval, tt);
160 tt = it->templates + it->tcount - 1;
161 for (i = 0; i < it->tcount; tt--, i++)
164 seqtt = asn1_do_adb(pval, tt, 0);
181 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
184 if (tt->flags & ASN1_TFLG_SK_MASK)
191 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item)
    [all...]
tasn_new.c 70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
196 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
198 pseqval = asn1_get_field_ptr(pval, tt);
199 if (!ASN1_template_new(pseqval, tt))
265 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
267 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
269 if (tt->flags & ASN1_TFLG_OPTIONAL)
271 asn1_template_clear(pval, tt);
    [all...]
  /external/boringssl/src/crypto/des/
internal.h 168 uint32_t tt; \
169 PERM_OP(r, l, tt, 4, 0x0f0f0f0fL); \
170 PERM_OP(l, r, tt, 16, 0x0000ffffL); \
171 PERM_OP(r, l, tt, 2, 0x33333333L); \
172 PERM_OP(l, r, tt, 8, 0x00ff00ffL); \
173 PERM_OP(r, l, tt, 1, 0x55555555L); \
178 uint32_t tt; \
179 PERM_OP(l, r, tt, 1, 0x55555555L); \
180 PERM_OP(r, l, tt, 8, 0x00ff00ffL); \
181 PERM_OP(l, r, tt, 2, 0x33333333L);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 46 UINT8 tt; local
54 for (tt = 0; tt < GKI_MAX_TASKS; tt++)
56 gki_cb.com.OSWaitTmr [tt] = 0;
59 gki_cb.com.OSTaskTmr0 [tt] = 0;
60 gki_cb.com.OSTaskTmr0R [tt] = 0;
64 gki_cb.com.OSTaskTmr1 [tt] = 0;
65 gki_cb.com.OSTaskTmr1R [tt] = 0;
69 gki_cb.com.OSTaskTmr2 [tt] = 0
102 UINT8 tt; local
589 UINT8 tt; local
803 UINT8 tt; local
905 UINT8 tt; local
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 46 UINT8 tt; local
54 for (tt = 0; tt < GKI_MAX_TASKS; tt++)
56 gki_cb.com.OSWaitTmr [tt] = 0;
59 gki_cb.com.OSTaskTmr0 [tt] = 0;
60 gki_cb.com.OSTaskTmr0R [tt] = 0;
64 gki_cb.com.OSTaskTmr1 [tt] = 0;
65 gki_cb.com.OSTaskTmr1R [tt] = 0;
69 gki_cb.com.OSTaskTmr2 [tt] = 0
102 UINT8 tt; local
589 UINT8 tt; local
803 UINT8 tt; local
905 UINT8 tt; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP521R1Field.java 56 int[] tt = Nat.create(33); local
57 implMultiply(x, y, tt);
58 reduce(tt, z);
103 int[] tt = Nat.create(33); local
104 implSquare(x, tt);
105 reduce(tt, z);
112 int[] tt = Nat.create(33); local
113 implSquare(x, tt);
114 reduce(tt, z);
118 implSquare(z, tt);
    [all...]
  /external/skia/src/sfnt/
SkOTTable_maxp.h 28 struct TT : SkOTTableMaximumProfile_TT { } tt; member in union:SkOTTableMaximumProfile::Version
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 192 text_reset(TestText *tt) {
193 tt->limit = tt->text;
194 tt->number = 0;
198 text_nextString(TestText *tt, int32_t *pLength) {
199 char *s = tt->limit;
200 if (s == tt->textLimit) {
203 } else if (s == tt->text) {
205 if ((tt->textLimit - tt->text) >= 3 &
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]

Completed in 974 milliseconds

1 2 3 4 5 6 7 8 91011>>