Searched defs:expectedValue (Results 1 – 13 of 13) sorted by relevance
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
| D | ExifInterfaceTest.java | 241 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag() 246 private void assertDoubleTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertDoubleTag() 251 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() 261 ExpectedValue expectedValue, String verboseTag) { in compareWithExpectedValue() 316 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon() 357 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileName() 379 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor() 412 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream() 431 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForJpeg() local 446 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForRaw() local
|
| /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
| D | NoIdTest.java | 71 String expectedValue = view.getResources().getString(R.string.app_name); in testResourceTag() local 79 String expectedValue = view.getResources().getString(android.R.string.ok); in testAndroidResourceTag() local
|
| D | NoVariablesTest.java | 31 String expectedValue = getActivity().getResources().getString(R.string.app_name); in testAssign() local
|
| D | NoVariableIncludeTest.java | 33 String expectedValue = getActivity().getResources().getString(R.string.app_name); in testInclude() local
|
| /frameworks/support/design/tests/src/android/support/design/widget/ |
| D | AppBarLayoutBaseTest.java | 127 protected void assertAppBarElevation(float expectedValue) { in assertAppBarElevation()
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
| D | Preconditions.java | 65 String expectedName, T expectedValue) { in checkEquals()
|
| D | CameraErrorCollector.java | 587 int expectedValue, float errorPercent) { in expectSimilarValues()
|
| /frameworks/native/libs/gui/tests/ |
| D | SRGB_test.cpp | 399 int expectedValue = mLockedBuffer.data[midRGBOffset + c]; in TEST_F() local 480 int expectedValue = rgbAsSRGB * 255.0f + 0.5f; in TEST_F() local
|
| /frameworks/rs/driver/runtime/ |
| D | rs_core.c | 44 … __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()
|
| /frameworks/base/libs/androidfw/tests/ |
| D | ResTable_test.cpp | 225 void testU16StringToInt(const char16_t* str, uint32_t expectedValue, in testU16StringToInt()
|
| /frameworks/base/core/java/android/content/ |
| D | ContentProviderOperation.java | 332 final String expectedValue = values.getAsString(projection[i]); in apply() local
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
| D | Camera2SurfaceViewTestCase.java | 348 T expectedValue, int numResultsWait) { in waitForResultValue()
|
| /frameworks/base/packages/Shell/tests/src/com/android/shell/ |
| D | BugreportReceiverTest.java | 817 private void assertPropertyValue(String key, String expectedValue) { in assertPropertyValue()
|