HomeSort by relevance Sort by last modified time
    Searched refs:t2 (Results 151 - 175 of 261) sorted by null

1 2 3 4 5 67 8 91011

  /external/icu4c/test/intltest/
cpdtrtst.cpp 45 Transliterator* t2=Transliterator::createInstance(names[1], UTRANS_FORWARD, parseError, status); local
56 Transliterator* transarray3[]={t4, t1, t2};
57 Transliterator* transarray4[]={t1, t2, t3, t4};
108 delete t2;
transtst.h 412 void checkRules(const UnicodeString& label, Transliterator& t2,
tstnorm.cpp 865 UnicodeString r1, r2, t1, t2; local
905 UnicodeString t1, t2; local
    [all...]
transtst.cpp 1123 Transliterator *t2 = 0; local
1654 Transliterator* t2 = t->clone(); local
3170 Transliterator *t2 = Transliterator::createFromRules("source-target", UnicodeString(testRules, -1, US_INV), UTRANS_FORWARD, pe, ec); local
3654 Transliterator *t2 = Transliterator::createFromRules("Test2", rule2, UTRANS_FORWARD, pe, ec); local
4384 Transliterator* t2 = Transliterator::createFromRules((UnicodeString)"Test case #" + (i \/ 3), rules, local
4440 Transliterator* t2 = Transliterator::createInstance(reallyShortID, UTRANS_FORWARD, err); local
    [all...]
calcasts.cpp 82 UDate t2 = cal->getTime(status); local
84 if(t != t2) {
85 errln("Field->millis: Expected %.0f but got %.0f\n", t, t2);
  /external/libffi/src/mips/
ffitarget.h 113 #define t2 $10 macro
o32.S 80 SRL t2, t0, 4 # shift our arg info
142 bne t2, FFI_TYPE_INT, retlonglong
150 bne t2, FFI_TYPE_UINT64, retfloat
158 bne t2, FFI_TYPE_FLOAT, retdouble
165 bne t2, FFI_TYPE_DOUBLE, noretval
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 506 MyOtherThread t2 = new MyOtherThread(g1, "t2"); local
507 t2.start();
509 t2.join();
513 // Expect to see the traces of all threads (not just t2)
514 assertTrue("Must have traces for all threads", t2.visibleTraces > 1);
  /packages/apps/IM/libwbxml/src/
wbxml_parser.cpp 48 static int compareTokenData(const void * t1, const void * t2)
50 return ((TokenData *)t1)->token - ((TokenData *)t2)->token;
53 static int compareAttrData(const void * t1, const void * t2)
55 return ((AttrData *)t1)->token - ((AttrData *)t2)->token;
  /external/dropbear/libtommath/pre_gen/
mpi.c 1660 mp_int q, x, y, t1, t2; local
2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
4292 mp_int x0, x1, t1, t2, x0x0, x1x1; local
4412 mp_int t1, t2; local
5317 mp_int t1, t2, t3; local
7392 mp_int t1,t2; local
    [all...]
  /external/svox/pico/lib/
picosig2.c 832 picoos_int32 *t1, *t2; local
852 t2 = &(v1[PICODSP_FFTSIZE]);
853 FAST_DEVICE(PICODSP_FFTSIZE, *(t1++)=*(t2++););
867 t2 = &(fr[a]);
868 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff;);
880 t2 = &(fr[a]);
881 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff; );
887 t2 = &(fr[a]);
888 if (cnt > 0)FAST_DEVICE(cnt,*(t1--)+=*(t2++)*ff; );
899 t2 = &(fr[a])
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
EventLogTest.java 127 long t2 = getTime(); local
145 assertTrue(events.get(1).getTimeNanos() <= t2 * 1000000L);
  /external/elfutils/lib/
fixedsizehash.h 26 #define CONCAT(t1,t2) __CONCAT (t1,t2)
  /external/icu4c/common/
ucnvmbcs.h 314 /* double-byte fromUTF8 using the mbcsIndex; l and t1 combined into lt1; lt1 and t2 must be masked externally */
315 #define DBCS_RESULT_FROM_UTF8(table, results, lt1, t2) (results)[ (table)[lt1] +(t2) ]
bmpset.cpp 551 uint8_t t1, t2, t3; local
582 (t2=(uint8_t)(s[1]-0x80)) <= 0x3f
594 UChar32 c=(b<<12)|(t1<<6)|t2;
604 (t2=(uint8_t)(s[1]-0x80)) <= 0x3f &&
608 UChar32 c=((UChar32)(b-0xf0)<<18)|((UChar32)t1<<12)|(t2<<6)|t3;
ucnv_u8.c 761 uint8_t b, t1, t2; local
851 (t2=source[1]) >= 0x80 && t2 <= 0xbf
856 *target++=t2;
874 (t2=source[1]) >= 0x80 && t2 <= 0xbf
879 *target++=t2;
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 294 UTransliterator* t2=NULL; local
305 t2=utrans_open("Latin-Greek", UTRANS_FORWARD, NULL,0,NULL,&status);
313 t4=utrans_clone(t2, &status);
316 utrans_getID(t2, buf2, BUF_CAP);
332 utrans_close(t2);
  /external/openssl/crypto/des/
set_key.c 344 register DES_LONG c,d,t,s,t2; local
397 t2=((t<<16L)|(s&0x0000ffffL))&0xffffffffL;
398 *(k++)=ROTATE(t2,30)&0xffffffffL;
400 t2=((s>>16L)|(t&0xffff0000L));
401 *(k++)=ROTATE(t2,26)&0xffffffffL;
  /external/icu4c/tools/genuca/
genuca.cpp 266 uint32_t s1 = source[0], s2, t1 = target[0], t2; local
273 t2 = target[1];
275 t2 = 0;
279 if(s1 == t1 && s2 == t2) {
283 t = (t1 & 0xFFFF0000)|((t2 & 0xFFFF0000)>>16);
290 t = (t1 & 0x0000FF00) | (t2 & 0x0000FF00)>>8;
297 t = (t1 & 0x000000FF)<<8 | (t2 & 0x000000FF);
    [all...]
  /external/bluetooth/glib/tests/
regex-test.c 408 t1, s1, e1, t2, s2, e2) { \
411 t1, s1, e1, t2, s2, e2, NULL)) \
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
421 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \
431 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4, NULL)) \
    [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 290 unsigned int temp, t2;
314 t2 = temp - oldtime;
316 time = (double)t2 * pfreq;
  /external/quake/quake/src/WinQuake/
sys_win.cpp 473 unsigned int temp, t2; local
497 t2 = temp - oldtime;
499 time = (double)t2 * pfreq;
  /frameworks/base/location/java/android/location/
Location.java 316 double t2 = cosU1 * sinU2 - sinU1 * cosU2 * cosLambda; local
317 double sinSqSigma = t1 * t1 + t2 * t2; // (14)
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java 1000 Thread t2 = new Thread("") { \/\/$NON-NLS-1\$ local
    [all...]
  /bionic/libc/kernel/common/linux/
wanrouter.h 74 unsigned t2; member in struct:wan_x25_conf

Completed in 1873 milliseconds

1 2 3 4 5 67 8 91011