HomeSort by relevance Sort by last modified time
    Searched refs:checkValue (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 49 private static void checkValue(final Resources res, final int resId,
65 private static void checkValue(final Resources res, final int resId,
176 checkValue(res, simpleRes, willHave ? simpleString : null);
177 checkValue(res, bagRes, R.styleable.TestConfig,
189 checkValue(res, R.configVarying.simple, "simple default");
190 checkValue(res, R.configVarying.bag,
196 checkValue(res, R.configVarying.simple, "simple xx");
197 checkValue(res, R.configVarying.bag,
204 checkValue(res, R.configVarying.simple, "simple xx-rYY");
205 checkValue(res, R.configVarying.bag
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-008.js 24 this.value = checkValue( value );
38 function checkValue( value ) {
  /external/icu4c/test/intltest/
mnkytst.h 34 int32_t checkValue(int32_t value);
mnkytst.cpp 62 CollationMonkeyTest::checkValue(int32_t value)
80 int32_t s = checkValue(rand() % source.length());
81 int32_t t = checkValue(rand() % source.length());
82 int32_t slen = checkValue((rand() - source.length()) % source.length());
83 int32_t tlen = checkValue((rand() - source.length()) % source.length());
155 int32_t s = checkValue(rand() % source.length());
156 int32_t t = checkValue(rand() % source.length());
157 int32_t slen = checkValue((rand() - source.length()) % source.length());
158 int32_t tlen = checkValue((rand() - source.length()) % source.length());
  /external/v8/test/mjsunit/regress/
regress-1170187.js 44 function checkValue(value) {
61 checkValue(local0Value);
62 checkValue(local1Value);
63 checkValue(local2Value);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 867 int checkValue, int dOffset,
872 if ((checkValue & 0xff) != checkValue) {
874 loadConstant(cUnit, tReg, checkValue);
879 newLIR2(cUnit, kThumbCmpRI8, reg, checkValue);

Completed in 32 milliseconds