Searched defs:expectedValue (Results 1 – 6 of 6) sorted by relevance
71 String expectedValue = view.getResources().getString(R.string.app_name); in testResourceTag() local79 String expectedValue = view.getResources().getString(android.R.string.ok); in testAndroidResourceTag() local
31 String expectedValue = getActivity().getResources().getString(R.string.app_name); in testAssign() local
399 int expectedValue = mLockedBuffer.data[midRGBOffset + c]; in TEST_F() local480 int expectedValue = rgbAsSRGB * 255.0f + 0.5f; in TEST_F() local
39 … __attribute__((overloadable)) rsAtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t n… in rsAtomicCas()43 …_attribute__((overloadable)) rsAtomicCas(volatile uint32_t *ptr, uint32_t expectedValue, uint32_t … in rsAtomicCas()
208 void testU16StringToInt(const char16_t* str, uint32_t expectedValue, in testU16StringToInt()
332 final String expectedValue = values.getAsString(projection[i]); in apply() local