Home
last modified time | relevance | path

Searched defs:outValue (Results 1 – 25 of 46) sorted by relevance

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAssetManagerTest.java138 TypedValue outValue = new TypedValue(); in multiFormatAttributes_integerDecimalValue() local
150 TypedValue outValue = new TypedValue(); in multiFormatAttributes_integerHexValue() local
162 TypedValue outValue = new TypedValue(); in multiFormatAttributes_stringValue() local
174 TypedValue outValue = new TypedValue(); in multiFormatAttributes_booleanValue() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAssetManagerTest.java136 TypedValue outValue = new TypedValue(); in multiFormatAttributes_integerDecimalValue() local
148 TypedValue outValue = new TypedValue(); in multiFormatAttributes_integerHexValue() local
160 TypedValue outValue = new TypedValue(); in multiFormatAttributes_stringValue() local
172 TypedValue outValue = new TypedValue(); in multiFormatAttributes_booleanValue() local
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
DAttributeSetBuilderImpl.java75 TypedValue outValue); in parseValue()
130 TypedValue outValue) { in parseValue()
135 TypedValue outValue) { in arscParse()
197 TypedValue outValue) { in parseValue()
392 TypedValue outValue = new TypedValue(); in parse() local
/external/robolectric/robolectric/src/main/java/org/robolectric/android/
DAttributeSetBuilderImpl.java76 TypedValue outValue); in parseValue()
131 TypedValue outValue) { in parseValue()
136 TypedValue outValue) { in arscParse()
198 TypedValue outValue) { in parseValue()
405 TypedValue outValue = new TypedValue(); in parse() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DResourceHelper2.java90 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
165 …private static void computeTypedValue(TypedValue outValue, float value, float scale, String unit) { in computeTypedValue()
DResourceHelper.java182 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
257 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
DShadowArscAssetManager.java517 protected int loadResourceValue(int ident, short density, TypedValue outValue, boolean resolve) { in loadResourceValue()
557 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue()
562 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue()
608 protected final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValue()
619 TypedValue outValue = new TypedValue(); in getResourceBagValue() local
629 private static int loadResourceBagValueInternal(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValueInternal()
1024 TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
1030 TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
DShadowLegacyAssetManager.java137 …private void convertAndFill(AttributeResource attribute, TypedValue outValue, ResTable_config conf… in convertAndFill()
317 …public boolean getResourceValue(int ident, int density, TypedValue outValue, boolean resolveRefs) { in getResourceValue()
348 public boolean getThemeValue(int themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue()
353 public boolean getThemeValue(long themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue()
1070 int themeHandle, int ident, TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
1077 long themeHandle, int ident, TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
1425 protected int loadResourceValue(int ident, short density, TypedValue outValue, boolean resolve) { in loadResourceValue()
1430 …protected int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, boolean resolve… in loadResourceBagValue()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DResourceHelper2.java90 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
165 …private static void computeTypedValue(TypedValue outValue, float value, float scale, String unit) { in computeTypedValue()
DResourceHelper.java182 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
257 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
DShadowArscAssetManager.java516 protected int loadResourceValue(int ident, short density, TypedValue outValue, boolean resolve) { in loadResourceValue()
556 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue()
561 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue()
607 protected final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValue()
618 TypedValue outValue = new TypedValue(); in getResourceBagValue() local
628 private static int loadResourceBagValueInternal(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValueInternal()
1023 TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
1029 TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
DShadowLegacyAssetManager.java139 …private void convertAndFill(AttributeResource attribute, TypedValue outValue, ResTable_config conf… in convertAndFill()
321 …public boolean getResourceValue(int ident, int density, TypedValue outValue, boolean resolveRefs) { in getResourceValue()
352 public boolean getThemeValue(int themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue()
357 public boolean getThemeValue(long themePtr, int ident, TypedValue outValue, boolean resolveRefs) { in getThemeValue()
1001 TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
1007 TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
1341 protected int loadResourceValue(int ident, short density, TypedValue outValue, boolean resolve) { in loadResourceValue()
1346 …protected int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, boolean resolve… in loadResourceBagValue()
/external/angle/src/common/
DBinaryStream.h55 void readInt(IntT *outValue) in readInt()
79 void readEnum(EnumT *outValue) in readEnum()
91 void readBool(bool *outValue) { *outValue = readBool(); } in readBool()
/external/angle/src/libANGLE/renderer/null/
DDeviceNULL.cpp26 egl::Error DeviceNULL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDeviceEAGL.cpp27 egl::Error DeviceEAGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/angle/src/libANGLE/renderer/gl/cgl/
DDeviceCGL.cpp26 egl::Error DeviceCGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/angle/src/libANGLE/renderer/d3d/
DDeviceD3D.cpp35 egl::Error DeviceD3D::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/angle/src/libANGLE/renderer/gl/egl/
DDeviceEGL.cpp43 egl::Error DeviceEGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/skia/src/codec/
DSkJpegXmp.cpp301 bool* outValue) { in get_attr_bool()
340 float* outValue) { in get_attr_float()
359 SkColor4f* outValue) { in get_attr_float3_as_list()
418 SkColor4f* outValue) { in get_attr_float3()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_options.cpp66 …lt_from_program( cl_context context, cl_command_queue queue, cl_program program, cl_int *outValue ) in get_result_from_program()
306 …ntext, cl_command_queue queue, cl_program program, cl_float inA, cl_float inB, cl_float *outValue ) in get_float_result_from_program()
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/
DPartnerConfigHelper.java222 TypedValue outValue = new TypedValue(); in getColor() local
266 TypedValue outValue = new TypedValue(); in getDrawable() local
538 TypedValue outValue = new TypedValue(); in getIllustrationResourceEntry() local
/external/angle/src/libANGLE/renderer/vulkan/
DDeviceVk.cpp59 egl::Error DeviceVk::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp363 cl_int *outValue = (cl_int *)(destItems + i * typeSize); in test_atomic_function() local
380 cl_long *outValue = (cl_long *)(destItems + i * typeSize); in test_atomic_function() local
406 cl_float *outValue = (cl_float *)destItems; in test_atomic_function() local
417 cl_int *outValue = (cl_int *)destItems; in test_atomic_function() local
428 cl_long *outValue = (cl_long *)destItems; in test_atomic_function() local
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DCopiedResourcesTest.java894 TypedValue outValue = new TypedValue(); in getValueShouldClearTypedArrayBetweenCalls() local
1111 TypedValue outValue = new TypedValue(); in getResourceValue_colorARGB8() local
1119 TypedValue outValue = new TypedValue(); in getResourceValue_colorRGB8() local
DResourcesTest.java891 TypedValue outValue = new TypedValue(); in getValueShouldClearTypedArrayBetweenCalls() local
1108 TypedValue outValue = new TypedValue(); in getResourceValue_colorARGB8() local
1116 TypedValue outValue = new TypedValue(); in getResourceValue_colorRGB8() local

12