Home
last modified time | relevance | path

Searched defs:expectedValue (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java240 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
245 private void assertDoubleTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertDoubleTag()
250 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
261 ExpectedValue expectedValue, String verboseTag) { in compareWithExpectedValue()
315 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon()
356 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileName()
378 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
411 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream()
430 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForJpeg() local
445 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForRaw() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
H A DPowerComponentUtilUnitTest.java79 int expectedValue = mComponentFields[i].getInt(null); in testToPowerComponent() local
86 int expectedValue = mComponentFields[i].getInt(null); in testToPowerComponent() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DByteBufferReaderTest.java145 String expectedValue = "Hello World"; in readString() local
160 String expectedValue = "Hello World"; in readStringWithByteLength() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DMetricsUtilsTest.java190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify()
196 int expectedKey, int expectedValue) { in bucketValueAndVerify()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpecTests.java304 final String[] moreKeys, final String[] expected, final boolean expectedValue) { in assertGetBooleanValue()
344 final int expectedValue) { in assertGetIntValue()
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
H A DCreditCardMatcherTest.java94 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
H A DEditDistanceScorerTest.java82 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
H A DExactMatchTest.java96 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DTimezoneDataHostTest.java86 List<DebugEntryProto> entries, String entryKey, String expectedValue) { in assertEntryValue()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
H A DEnableContentCapturePreferenceControllerTest.java98 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
H A DShowClipAccessNotificationPreferenceControllerTest.java136 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DSparseDoubleArrayTest.java102 final double expectedValue = map.get(expectedKey); in testKeyValueAt() local
/aosp12/frameworks/base/core/tests/overlaytests/remount/src/com/android/overlaytest/remounted/
H A DOverlayRemountedTestBase.java54 void assertResource(String resourceName, String expectedValue) in assertResource()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DPreconditions.java65 String expectedName, T expectedValue) { in checkEquals()
/aosp12/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
H A DParentalControlsTest.java103 int minAge, int maxAge, int selectedAge, boolean expectedValue) { in assertRatingViewIsChecked()
/aosp12/system/chre/util/tests/
H A Dmemory_pool_test.cc63 size_t expectedValue; member
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DSettingsHelper.java107 @Nullable String expectedValue) { in assertNewValue()
/aosp12/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
H A DFabricatedOverlaysTest.java259 void waitForResourceValue(final int expectedValue) throws TimeoutException { in waitForResourceValue()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/
H A DBasePreferenceControllerTestCase.java68 protected static final void assertAvailability(int actualValue, int expectedValue) { in assertAvailability()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/
H A DUnitsBasePreferenceControllerTest.java138 String expectedValue = Integer.toString(DEFAULT_UNIT.getId()); in onCarServiceConnected_setsUnitBeingUsedAsPreferenceValue() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DSilentModeHandlerUnitTest.java217 String expectedValue = expectedMode ? VALUE_SILENT_MODE : VALUE_NON_SILENT_MODE; in assertSilentMode() local
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
H A DAssertOk.h129 static void expectValueOrFailure(Result res, Value expectedValue, Value actualValue, in expectValueOrFailure()
/aosp12/frameworks/rs/driver/runtime/
H A Drs_core.c44 … __attribute__((overloadable)) rsAtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t n… in rsAtomicCas()
48 …_attribute__((overloadable)) rsAtomicCas(volatile uint32_t *ptr, uint32_t expectedValue, uint32_t … in rsAtomicCas()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarVendorExtensionManagerTest.java235 final Long expectedValue = 100L; in testLongProperty() local
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java783 Object expectedValue = expectedArguments[i + 1]; in assertDataRow() local
895 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { in assertStoredValue()
896 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); in assertStoredValue() local
899 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { in assertStoredValue()
909 String column, Object expectedValue) { in assertStoredValue()
1114 protected void assertCursorValue(Cursor cursor, String column, Object expectedValue) { in assertCursorValue()
1190 String expectedValue = expectedValues.getAsString(column); in expectedValuePartiallyMatches() local
1209 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local

12