HomeSort by relevance Sort by last modified time
    Searched defs:out2 (Results 1 - 19 of 19) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
tstnrapi.cpp 81 UnicodeString out, out2; local
88 iter.getText(out2);
89 if( out!=out2 ||
numrgts.cpp 1940 UnicodeString out2; local
    [all...]
  /external/dropbear/libtomcrypt/testprof/
dsa_test.c 7 unsigned char msg[16], out[1024], out2[1024]; local
25 y = sizeof(out2);
26 DO(dsa_decrypt_key(out, x, out2, &y, &key));
28 if (y != 16 || memcmp(out2, msg, 16)) {
47 x = sizeof(out2);
48 DO(dsa_export(out2, &x, PK_PRIVATE, &key));
49 DO(dsa_import(out2, x, &key2));
57 x = sizeof(out2);
58 DO(dsa_export(out2, &x, PK_PUBLIC, &key));
60 DO(dsa_import(out2, x, &key2))
    [all...]
  /external/icu4c/test/intltest/
tstnrapi.cpp 80 UnicodeString out, out2; local
87 iter.getText(out2);
88 if( out!=out2 ||
numrgts.cpp 1940 UnicodeString out2; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cdtdptst.c 275 UChar* out2 = myDateFormat(fmt, d); local
276 if(u_strcmp(out1, out2) !=0)
nccbtst.c 1703 out2[]={ 0x004e, 0xfffe }, local
1740 out2[]={ UTF16_LEAD(0x0f1000), UTF16_TRAIL(0x0f1000), 0xfffe }, local
    [all...]
nucnvtst.c 2449 static const unsigned char out2[]={ local
    [all...]
  /external/icu4c/test/cintltst/
cdtdptst.c 275 UChar* out2 = myDateFormat(fmt, d); local
276 if(u_strcmp(out1, out2) !=0)
nccbtst.c 1722 out2[]={ 0x004e, 0xfffe }, local
1759 out2[]={ UTF16_LEAD(0x0f1000), UTF16_TRAIL(0x0f1000), 0xfffe }, local
    [all...]
nucnvtst.c 2482 static const unsigned char out2[]={ local
    [all...]
  /external/quake/quake/src/QW/client/
gl_rmisc.c 339 byte *out2; local
341 out2 = (byte *)pixels;
344 for (i=0 ; i< (int) scaled_height ; i++, out2 += scaled_width)
350 out2[j] = translate[inrow[frac>>16]];
352 out2[j+1] = translate[inrow[frac>>16]];
354 out2[j+2] = translate[inrow[frac>>16]];
356 out2[j+3] = translate[inrow[frac>>16]];
  /external/quake/quake/src/WinQuake/
gl_rmisc.cpp 337 byte *out2; local
339 out2 = (byte *)pixels;
342 for (i=0 ; i< (int) scaled_height ; i++, out2 += scaled_width)
348 out2[j] = translate[inrow[frac>>16]];
350 out2[j+1] = translate[inrow[frac>>16]];
352 out2[j+2] = translate[inrow[frac>>16]];
354 out2[j+3] = translate[inrow[frac>>16]];
  /system/core/sh/
output.c 82 struct output *out2 = &errout; variable in typeref:struct:output
93 out2 = &errout;
129 outstr(p, out2);
138 if (file == out2)
237 doformat(out2, fmt, ap);
239 flushout(out2);
  /external/jpeg/
jccolor.c 319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
367 UINT32* out2 = (UINT32*)outptr2; local
368 copyquads(in, out0, out1, out2, col4);
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 286 String out2 = TextUtils.ellipsize(s2, p, i, kind).toString(); local
296 assertEquals("wid " + i + " pass " + j, out1, out2);
297 assertEquals("wid " + i + " pass " + j, out2, out3);
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 220 final float out2 = cycleInterpolator.getInterpolation(0.125f); local
228 final float delta1 = out2 - out1;
229 final float delta2 = out3 - out2;
  /external/v8/test/cctest/
test-regexp.cc 1097 enum registers { out1, out2, out3, out4, out5, out6, sp, loop_cnt }; enumerator in enum:registers
    [all...]
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 82 double out2;// y[n-2] variable
119 out2 = 0.0f;
128 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
133 out2 = out1;

Completed in 465 milliseconds