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

1 2 3 4 5 6 7 8

  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 59 private static void checkValue(final Resources res, final int resId,
75 private static void checkValue(final Resources res, final int resId,
232 checkValue(res, simpleRes, willHave ? simpleString : null);
233 checkValue(res, bagRes, R.styleable.TestConfig,
245 checkValue(res, R.configVarying.simple, "simple default");
246 checkValue(res, R.configVarying.bag,
252 checkValue(res, R.configVarying.simple, "simple xx");
253 checkValue(res, R.configVarying.bag,
260 checkValue(res, R.configVarying.simple, "simple xx-rYY");
261 checkValue(res, R.configVarying.bag
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.h 36 int32_t checkValue(int32_t value);
mnkytst.cpp 64 CollationMonkeyTest::checkValue(int32_t value)
82 int32_t s = checkValue(rand() % source.length());
83 int32_t t = checkValue(rand() % source.length());
84 int32_t slen = checkValue((rand() - source.length()) % source.length());
85 int32_t tlen = checkValue((rand() - source.length()) % source.length());
157 int32_t s = checkValue(rand() % source.length());
158 int32_t t = checkValue(rand() % source.length());
159 int32_t slen = checkValue((rand() - source.length()) % source.length());
160 int32_t tlen = checkValue((rand() - source.length()) % source.length());
  /prebuilts/go/darwin-x86/test/
heapsampling.go 76 checkValue(fname, ln, "objects", count, s.objects)
77 checkValue(fname, ln, "bytes", count*w, s.bytes)
86 // checkValue checks an unsampled value against a range.
87 func checkValue(fname string, ln int, name string, want, got int64) {
  /prebuilts/go/linux-x86/test/
heapsampling.go 76 checkValue(fname, ln, "objects", count, s.objects)
77 checkValue(fname, ln, "bytes", count*w, s.bytes)
86 // checkValue checks an unsampled value against a range.
87 func checkValue(fname string, ln int, name string, want, got int64) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 76 V checkValue(@Nullable V value) {
117 checkValue(value);
365 return inverse.checkValue(key);
369 V checkValue(V value) {
EnumBiMap.java 116 V checkValue(V value) {
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
jack-jar-tools.jar 
jack-jacoco-reporter.jar 
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 80 V checkValue(@Nullable V value) {
121 checkValue(value);
369 return inverse.checkValue(key);
373 V checkValue(V value) {
EnumBiMap.java 120 V checkValue(V value) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 220 public boolean checkValue(@Nullable String uri, @NonNull String name, @NonNull String value) {
232 return super.checkValue(uri, name, value);
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 398 static GLboolean checkValue (const driOptionValue *v, const driOptionInfo *info) {
526 if (!checkValue (&v, &data->cache->info[opt]))
599 if (!checkValue (&cache->values[opt], &cache->info[opt]))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 385 checkValue(title1, rules, expected, values[0]);
387 checkValue(title1, rules, expected, values[1]);
393 public void checkValue(String title1, PluralRules rules, String expected, String value) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 384 checkValue(title1, rules, expected, values[0]);
386 checkValue(title1, rules, expected, values[1]);
392 public void checkValue(String title1, PluralRules rules, String expected, String value) {
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java 359 if (checkValue()) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.1/
sdk-common-22.5.1.jar 

Completed in 1630 milliseconds

1 2 3 4 5 6 7 8