HomeSort by relevance Sort by last modified time
    Searched refs:exp (Results 226 - 250 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 214 byte[] exp = new byte[8];
215 System.arraycopy(key1, 2, exp, 0, 8);
217 + "in constructor.", Arrays.equals(exp, res));
  /external/bluetooth/glib/tests/
regex-test.c 350 Match *exp = l_exp->data; local
353 if (!streq(exp->string, match->string))
356 match->string, exp->string);
361 if (exp->start != match->start || exp->end != match->end)
364 match->start, match->end, exp->start, exp->end);
1363 Match *exp = l_exp->data; local
1469 Match *exp = l_exp->data; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
usettest.cpp 273 UnicodeString exp; local
274 exp.append((UChar)0x0000).append("aeeoouu").append((UChar)(0x007a+1)).append((UChar)0xFFFF);
275 expectPairs(set, exp);
586 UnicodeSet exp((UChar32)3,(UChar32)15);
587 if (c == exp) {
590 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp);
593 exp.set((UChar32)0, (UChar32)2);
594 exp.add((UChar32)16, UnicodeSet::MAX_VALUE);
595 if (c == exp) {
598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
1340 const char exp[] = local
    [all...]
dtfmrgts.cpp 202 UnicodeString exp = expected[i]; local
203 if((exp.length() == 0 && str.length() == 0) || str == exp)
206 errln(UnicodeString(" expected ") + exp);
259 UDate exp = dates[i]; local
262 logln(s + " -> " + got + "; exp " + exp);
263 if(got != exp)
834 UDate exp = dates[i]; local
843 if (! ((d == 0 && exp == -1) || (d == exp))
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 273 UnicodeString exp; local
274 exp.append((UChar)0x0000).append("aeeoouu").append((UChar)(0x007a+1)).append((UChar)0xFFFF);
275 expectPairs(set, exp);
586 UnicodeSet exp((UChar32)3,(UChar32)15);
587 if (c == exp) {
590 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp);
593 exp.set((UChar32)0, (UChar32)2);
594 exp.add((UChar32)16, UnicodeSet::MAX_VALUE);
595 if (c == exp) {
598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
1377 const char exp[] = local
    [all...]
tmsgfmt.cpp 306 errln(((UnicodeString)" Exp: ") + testResultPatterns[i]);
672 UnicodeString exp[] = { local
678 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
694 UnicodeString exp[] = { local
700 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
716 UnicodeString exp[] = { local
722 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
738 UnicodeString exp[] = { local
744 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
762 UnicodeString exp[] = local
799 UnicodeString exp[] = { local
    [all...]
dtfmrgts.cpp 202 UnicodeString exp = expected[i]; local
203 if((exp.length() == 0 && str.length() == 0) || str == exp)
206 errln(UnicodeString(" expected ") + exp);
259 UDate exp = dates[i]; local
262 logln(s + " -> " + got + "; exp " + exp);
263 if(got != exp)
834 UDate exp = dates[i]; local
843 if (! ((d == 0 && exp == -1) || (d == exp))
    [all...]
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
368 _STLP_DMATH_INLINE(exp)
439 _STLP_DEF_MATH_INLINE(exp, exp)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
561 using ::exp;
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 213 int16 tmp, exp, exp0, log_en_int_e, log_en_int_m, level; local
406 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp);
408 one_ov_sqrt_norm(&ener32, &exp);
414 exp += exp0;
417 exp += 4;
422 exc2[i] = shl_int16(tmp, exp);
  /ndk/sources/android/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
368 _STLP_DMATH_INLINE(exp)
439 _STLP_DEF_MATH_INLINE(exp, exp)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
561 using ::exp;
  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 22 my $exp = 0;
34 $exp = 0;
316 $raw{$current}[$exp++] = [@_];
320 #$raw{$current}[$exp++] = [@_];
  /external/icu4c/test/perf/perldriver/
Output.pm 22 my $exp = 0;
34 $exp = 0;
316 $raw{$current}[$exp++] = [@_];
320 #$raw{$current}[$exp++] = [@_];
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 338 void scale_mem_Hp_wsp(Word16 mem[], Word16 exp);
493 Word16 exp /* (i) : exponent: x = round(x << exp) */
499 Word16 exp /* (i) : exponent: x = round(x << exp) */
  /libcore/luni/src/main/java/org/apache/xpath/
XPath.java 95 * @param exp the raw Expression object, which should not normally be null.
97 public void setExpression(Expression exp)
100 exp.exprSetParent(m_mainExp.exprGetParent()); // a bit bogus
101 m_mainExp = exp;
  /libcore/luni/src/main/java/org/apache/xpath/axes/
PredicatedNodeTest.java 640 public void setExpression(Expression exp)
642 exp.exprSetParent(PredicatedNodeTest.this);
643 m_predicates[m_index] = exp;
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 367 private double distance(int exp, int actual) {
368 int r = Color.red(actual) - Color.red(exp);
369 int g = Color.green(actual) - Color.green(exp);
370 int b = Color.blue(actual) - Color.blue(exp);
  /external/icu4c/test/cintltst/
putiltst.c 374 static void remainderTest(double x, double y, double exp)
381 log_err(" IEEEremainder(%f, %f) is %f, expected %f\n", x, y, result, exp);
383 else if(!compareWithNAN(result, exp)) {
384 log_err("FAIL: IEEEremainder(%f, %f) is %f, expected %f\n", x, y, result, exp);
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 55 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true ))
56 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 170 Object exp = expected[i]; local
173 if (!((exp==null) ? act==null : exp.equals(act))) {
174 failWrongElement(message, i, exp, act);
  /bionic/libc/stdio/
vfprintf.c 1 /* $OpenBSD: vfprintf.c,v 1.37 2006/01/13 17:56:18 millert Exp $ */
1260 exponent(char *p0, int exp, int fmtch)
1267 if (exp < 0) {
1268 exp = -exp;
1274 if (exp > 9) {
1276 *--t = to_char(exp % 10);
1277 } while ((exp /= 10) > 9);
1278 *--t = to_char(exp);
1283 *p++ = to_char(exp);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 137 Word16 psk, ps, alpk, alp, val, k_cn, k_dn, exp; local
243 s = Dot_product12_asm(cn, cn, L_SUBFR, &exp);
245 s = Dot_product12(cn, cn, L_SUBFR, &exp);
248 Isqrt_n(&s, &exp);
249 s = L_shl(s, (exp + 5));
254 s = Dot_product12_asm(dn, dn, L_SUBFR, &exp);
256 s = Dot_product12(dn, dn, L_SUBFR, &exp);
259 Isqrt_n(&s, &exp);
260 k_dn = (L_shl(s, (exp + 5 + 3)) + 0x8000) >> 16; /* k_dn = 256..4096 */
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java 53 public static String getExternalDir(Context context, Object exp) {
59 dir += "/Android/data/" + exp.getClass().getPackage().getName() + "/files";
  /external/chromium/third_party/icu/source/config/
mh-aix-gcc 83 %.e : %.exp
mh-aix-va 78 %.e : %.exp
mh-os400 92 %.e : %.exp

Completed in 2249 milliseconds

1 2 3 4 5 6 7 8 91011>>