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

1 2 3 4 5

  /external/iproute2/doc/
ip-cref.tex 41 \section{{\tt ip} --- command syntax}
144 for the {\tt ip link} command, so {\tt ip link ls eth0} is equivalent
145 to {\tt ip link ls dev eth0}.
157 \section{{\tt ip} --- error messages}
225 \section{{\tt ip link} --- network device configuration}
233 \subsection{{\tt ip link set} --- change device attributes}
307 the {\tt ip} utility will allow that.
314 several parameters with one {\tt ip link set} call.
329 \subsection{{\tt ip link show} --- display device attributes
    [all...]
  /bionic/libc/unistd/
time.c 36 struct timeval tt; local
39 if (gettimeofday(&tt, (struct timezone *)0) < 0)
42 ret = tt.tv_sec;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/
Test_instance_of.java 69 T_instance_of_3 tt = new T_instance_of_3(); local
70 tt.run();
81 T_instance_of_7 tt = new T_instance_of_7(); local
82 tt.run();
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
TypeThunker.java 75 TypeThunker tt = new TypeThunker(rs, nt); local
76 tt.internalCalc();
78 return tt;
ScriptGroupThunker.java 85 TypeThunker tt = (TypeThunker) t; local
87 bN.addConnection(tt.getNObj(), from.mN, to.mN);
95 TypeThunker tt = (TypeThunker) t; local
97 bN.addConnection(tt.getNObj(), from.mN, to.mN);
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp.h 28 struct TT : SkOTTableMaximumProfile_TT { } tt; member in union:SkOTTableMaximumProfile::Version
  /external/dropbear/libtommath/etc/
mersenne.c 109 clock_t tt; local
115 tt = clock ();
125 tt = clock () - tt;
128 printf ("2^%-5ld - 1 is prime, test took %ld ticks\n", k, tt);
  /external/skia/src/sfnt/
SkOTTable_maxp.h 28 struct TT : SkOTTableMaximumProfile_TT { } tt; member in union:SkOTTableMaximumProfile::Version
  /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),
  /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();
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_fre.c 81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
121 tt = it->templates + i;
122 pchval = asn1_get_field_ptr(pval, tt);
123 ASN1_template_free(pchval, tt);
162 tt = it->templates + it->tcount - 1;
163 for (i = 0; i < it->tcount; tt--, i++)
166 seqtt = asn1_do_adb(pval, tt, 0);
183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
186 if (tt->flags & ASN1_TFLG_SK_MASK)
193 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
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
200 pseqval = asn1_get_field_ptr(pval, tt);
201 if (!ASN1_template_new(pseqval, tt))
266 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
    [all...]
  /external/chromium_org/ui/base/gestures/
velocity_calculator.cc 84 int64 tt = 0; // sum_i(t_i * t_i) local
92 tt += t_i * t_i;
95 if (tt > 0) {
97 x_velocity_ = xt / (tt / 1000000.0f);
98 y_velocity_ = yt / (tt / 1000000.0f);
  /external/clang/test/CodeGenCXX/
2009-10-27-crash.cpp 30 } tt; typedef in typeref:struct:__anon18408
35 tt t;
ptr-to-datamember.cpp 35 template <typename T> struct TT {
81 TT<I> tt; local
86 tt.pti = &I::x;
96 printf("%d\n", i.*tt.pti);
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...]
  /external/openssl/crypto/asn1/
tasn_fre.c 81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
121 tt = it->templates + i;
122 pchval = asn1_get_field_ptr(pval, tt);
123 ASN1_template_free(pchval, tt);
162 tt = it->templates + it->tcount - 1;
163 for (i = 0; i < it->tcount; tt--, i++)
166 seqtt = asn1_do_adb(pval, tt, 0);
183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
186 if (tt->flags & ASN1_TFLG_SK_MASK)
193 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
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
200 pseqval = asn1_get_field_ptr(pval, tt);
201 if (!ASN1_template_new(pseqval, tt))
266 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
parse_test.cc 406 string tt = nre->ToString(); local
407 if (s != ss || t != tt)
410 EXPECT_EQ(t, tt);
  /external/regex-re2/re2/testing/
parse_test.cc 406 string tt = nre->ToString(); local
407 if (s != ss || t != tt)
410 EXPECT_EQ(t, tt);
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 56 TestThrowable tt = new TestThrowable(testMessage); local
57 assertEquals("localized message", tt.getLocalizedMessage());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 288 tt = lexer.get_token() variable
289 if tt:
290 print "Token: " + repr(tt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 288 tt = lexer.get_token() variable
289 if tt:
290 print "Token: " + repr(tt)
  /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/bluetooth/bluedroid/gki/common/
gki_time.c 48 UINT8 tt; local
56 for (tt = 0; tt < GKI_MAX_TASKS; tt++)
58 gki_cb.com.OSWaitTmr [tt] = 0;
61 gki_cb.com.OSTaskTmr0 [tt] = 0;
62 gki_cb.com.OSTaskTmr0R [tt] = 0;
66 gki_cb.com.OSTaskTmr1 [tt] = 0;
67 gki_cb.com.OSTaskTmr1R [tt] = 0;
71 gki_cb.com.OSTaskTmr2 [tt] = 0
104 UINT8 tt; local
600 UINT8 tt; local
814 UINT8 tt; local
911 UINT8 tt; local
    [all...]

Completed in 2606 milliseconds

1 2 3 4 5