/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
ImageRequestTest.java | 66 assertEquals(1, options.getValue().inSampleSize); 73 assertEquals(options.getValue().outWidth, bitmapWidth); 74 assertEquals(options.getValue().outHeight, bitmapHeight); 96 assertNotSame(1, options.getValue().inSampleSize);
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
ConsumerTrap.java | 35 public A getValue() {
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
BackupSharedPreference.java | 28 Object getValue();
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RecurrenceSetTest.java | 115 assertEquals("19700101T000000Z", list.get(0).getValue()); 119 assertEquals(RRULE_LESS_THAN_75_CHARS,list.get(0).getValue()); 132 assertEquals(RRULE_MORE_THAN_75_CHARS_FOLDED, list.get(0).getValue()); 145 assertEquals(STRING_WITH_160_CHARS_FOLDED, list.get(0).getValue());
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
DataCollector.java | 83 if (entry.getValue() > 0) { 85 entry.getValue() + " milliseconds"); 127 if (entry.getValue() > 0 && t >= entry.getValue()) {
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
StmtDataCollectors.inc | 41 addData(S->getValue()); 85 addData(S->getValue()); 116 addData(llvm::hash_value(S->getValue())); 139 addData(llvm::hash_value(S->getValue()));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_dump.py | 9 self.assertEqual(sio.getvalue(), '{}')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_dump.py | 9 self.assertEqual(sio.getvalue(), '{}')
|
/test/suite_harness/tools/dex-tools/src/dex/structure/ |
DexEncodedAnnotation.java | 24 List<DexAnnotationAttribute> getValue();
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 228 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); 232 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); 239 BasicVals.getValue(integer->getValue(), 244 return makeTruthVal(boolean->getValue(), boolean->getType()); 250 return nonloc::ConcreteInt(BasicVals.getValue(integer)); 254 return loc::ConcreteInt(BasicVals.getValue(integer)); 258 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned)); 263 return loc::ConcreteInt(BasicVals.getValue(integer, type)); 265 return nonloc::ConcreteInt(BasicVals.getValue(integer, type)) [all...] |
/external/python/cpython3/Lib/test/test_email/ |
test_generator.py | 92 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[n])) 99 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[n])) 107 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[n])) 115 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[0])) 123 self.assertEqual(s.getvalue(), self.typ(self.refold_all_expected[n])) 132 self.assertEqual(s.getvalue(), self.typ(expected)) 141 self.assertEqual(s.getvalue(), self.typ(expected)) 163 self.assertEqual(s.getvalue(), self.typ(expected)) 190 self.assertEqual(s.getvalue(), expected) 218 self.assertEqual(s.getvalue(), expected [all...] |
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/ |
RawQueryTest.java | 99 assertThat(liveData.getValue(), is(nullValue())); 103 assertThat(liveData.getValue(), is(user)); 107 assertThat(liveData.getValue(), is(user)); 227 assertThat(liveData.getValue(), is(emptyList())); 233 List<UserAndPet> justUsers = liveData.getValue(); 243 List<UserAndPet> allItems = liveData.getValue(); 258 assertThat(liveData.getValue(), is(emptyList())); 276 assertThat(liveData.getValue().user, is(user)); 277 assertThat(liveData.getValue().pets, is(emptyList())); 281 assertThat(liveData.getValue().user, is(user)) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
RefSortedMap.java | 55 public V getValue() { 67 ^ (getValue() == null ? 0 : getValue().hashCode()); 78 && (getValue() == null ? entry.getValue() == null : getValue() 79 .equals(entry.getValue())); 322 return idx >= 0 ? entries.get(idx).getValue() : null; 341 put(e.getKey(), e.getValue()); 352 return entries.remove(idx).getValue(); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 240 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); 244 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); 251 BasicVals.getValue(integer->getValue(), 256 return makeTruthVal(boolean->getValue(), boolean->getType()); 262 return nonloc::ConcreteInt(BasicVals.getValue(integer)); 266 return loc::ConcreteInt(BasicVals.getValue(integer)); 270 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned)); 275 return loc::ConcreteInt(BasicVals.getValue(integer, type)); 277 return nonloc::ConcreteInt(BasicVals.getValue(integer, type)) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 245 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); 249 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); 256 BasicVals.getValue(integer->getValue(), 261 return makeTruthVal(boolean->getValue(), boolean->getType()); 267 return nonloc::ConcreteInt(BasicVals.getValue(integer)); 271 return loc::ConcreteInt(BasicVals.getValue(integer)); 275 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned)); 280 return loc::ConcreteInt(BasicVals.getValue(integer, type)); 282 return nonloc::ConcreteInt(BasicVals.getValue(integer, type)) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 245 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); 249 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); 256 BasicVals.getValue(integer->getValue(), 261 return makeTruthVal(boolean->getValue(), boolean->getType()); 267 return nonloc::ConcreteInt(BasicVals.getValue(integer)); 271 return loc::ConcreteInt(BasicVals.getValue(integer)); 275 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned)); 280 return loc::ConcreteInt(BasicVals.getValue(integer, type)); 282 return nonloc::ConcreteInt(BasicVals.getValue(integer, type)) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 245 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); 249 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); 256 BasicVals.getValue(integer->getValue(), 261 return makeTruthVal(boolean->getValue(), boolean->getType()); 267 return nonloc::ConcreteInt(BasicVals.getValue(integer)); 271 return loc::ConcreteInt(BasicVals.getValue(integer)); 275 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned)); 280 return loc::ConcreteInt(BasicVals.getValue(integer, type)); 282 return nonloc::ConcreteInt(BasicVals.getValue(integer, type)) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SValBuilder.h | 245 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); 249 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); 256 BasicVals.getValue(integer->getValue(), 261 return makeTruthVal(boolean->getValue(), boolean->getType()); 267 return nonloc::ConcreteInt(BasicVals.getValue(integer)); 271 return loc::ConcreteInt(BasicVals.getValue(integer)); 275 return nonloc::ConcreteInt(BasicVals.getValue(integer, isUnsigned)); 280 return loc::ConcreteInt(BasicVals.getValue(integer, type)); 282 return nonloc::ConcreteInt(BasicVals.getValue(integer, type)) [all...] |