HomeSort by relevance Sort by last modified time
    Searched full:checkvalue (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 58 private static void checkValue(final Resources res, final int resId,
74 private static void checkValue(final Resources res, final int resId,
228 checkValue(res, simpleRes, willHave ? simpleString : null);
229 checkValue(res, bagRes, R.styleable.TestConfig,
241 checkValue(res, R.configVarying.simple, "simple default");
242 checkValue(res, R.configVarying.bag,
248 checkValue(res, R.configVarying.simple, "simple xx");
249 checkValue(res, R.configVarying.bag,
256 checkValue(res, R.configVarying.simple, "simple xx-rYY");
257 checkValue(res, R.configVarying.bag
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 158 def checkvalue(self, opname, a, b, expres): member in class:NumberTest
170 self.checkvalue("lt", 0, 0, False)
171 self.checkvalue("le", 0, 0, True )
172 self.checkvalue("eq", 0, 0, True )
173 self.checkvalue("ne", 0, 0, False)
174 self.checkvalue("gt", 0, 0, False)
175 self.checkvalue("ge", 0, 0, True )
177 self.checkvalue("lt", 0, 1, True )
178 self.checkvalue("le", 0, 1, True )
179 self.checkvalue("eq", 0, 1, False
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 158 def checkvalue(self, opname, a, b, expres): member in class:NumberTest
170 self.checkvalue("lt", 0, 0, False)
171 self.checkvalue("le", 0, 0, True )
172 self.checkvalue("eq", 0, 0, True )
173 self.checkvalue("ne", 0, 0, False)
174 self.checkvalue("gt", 0, 0, False)
175 self.checkvalue("ge", 0, 0, True )
177 self.checkvalue("lt", 0, 1, True )
178 self.checkvalue("le", 0, 1, True )
179 self.checkvalue("eq", 0, 1, False
    [all...]
  /external/compiler-rt/make/
util.mk 57 # Function: CheckValue variable
64 # $(call CheckValue,foo)
66 # CHECKVALUE: foo: $(call streq,,) - true
67 CheckValue = $(info CHECKVALUE: $(1): $(value $(1)) - $($(1)))
  /external/icu/icu4c/source/test/intltest/
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());
mnkytst.h 34 int32_t checkValue(int32_t value);
  /external/v8/test/mjsunit/regress/
regress-1170187.js 46 function checkValue(value) {
63 checkValue(local0Value);
64 checkValue(local1Value);
65 checkValue(local2Value);
  /external/nanopb-c/generator/google/protobuf/internal/
containers.py 111 self._type_checker.CheckValue(value)
118 self._type_checker.CheckValue(value)
130 self._type_checker.CheckValue(elem)
149 self._type_checker.CheckValue(value)
161 self._type_checker.CheckValue(value)
type_checkers.py 87 def CheckValue(self, proposed_value):
100 def CheckValue(self, proposed_value):
113 def CheckValue(self, proposed_value):
  /external/protobuf/python/google/protobuf/internal/
containers.py 111 self._values.append(self._type_checker.CheckValue(value))
117 self._values.insert(key, self._type_checker.CheckValue(value))
128 new_values.append(self._type_checker.CheckValue(elem))
151 self._values[key] = self._type_checker.CheckValue(value)
162 new_values.append(self._type_checker.CheckValue(value))
type_checkers.py 95 def CheckValue(self, proposed_value):
113 def CheckValue(self, proposed_value):
134 def CheckValue(self, proposed_value):
151 def CheckValue(self, proposed_value):
  /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) {
  /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) {
  /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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 377 checkValue(title1, rules, expected, values[0]);
379 checkValue(title1, rules, expected, values[1]);
385 public void checkValue(String title1, PluralRules rules, String expected, String value) {
    [all...]
  /external/v8/src/arm/
lithium-arm.h 45 V(CheckValue) \
    [all...]
  /external/v8/src/arm64/
lithium-arm64.h 48 V(CheckValue) \
1014 DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
1015 DECLARE_HYDROGEN_ACCESSOR(CheckValue)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 49 V(CheckValue) \
    [all...]
  /external/v8/src/mips/
lithium-mips.h 45 V(CheckValue) \
    [all...]
  /external/v8/src/mips64/
lithium-mips64.h 45 V(CheckValue) \
    [all...]
  /external/v8/src/x64/
lithium-x64.h 45 V(CheckValue) \
    [all...]
  /external/v8/src/x87/
lithium-x87.h 49 V(CheckValue) \
    [all...]

Completed in 489 milliseconds

1 2 3 4