Home
last modified time | relevance | path

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

12

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAssetManagerTest.java73 TypedValue outValue = new TypedValue(); in multiFormatAttributes_integerDecimalValue() local
85 TypedValue outValue = new TypedValue(); in multiFormatAttributes_integerHexValue() local
97 TypedValue outValue = new TypedValue(); in multiFormatAttributes_stringValue() local
109 TypedValue outValue = new TypedValue(); in multiFormatAttributes_booleanValue() local
/external/robolectric/robolectric/src/main/java/org/robolectric/android/
DAttributeSetBuilderImpl.java70 TypedValue outValue); in parseValue()
125 TypedValue outValue) { in parseValue()
130 TypedValue outValue) { in arscParse()
333 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.java185 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
271 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
DShadowArscAssetManager.java489 protected int loadResourceValue(int ident, short density, TypedValue outValue, boolean resolve) { in loadResourceValue()
529 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue()
534 …private static int copyValue(TypedValue outValue, ResTable table, Res_value value, int ref, int b… in copyValue()
579 int ident, int bagEntryId, TypedValue outValue, boolean resolve) { in loadResourceBagValue()
589 TypedValue outValue = new TypedValue(); in getResourceBagValue() local
599 private static int loadResourceBagValueInternal(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValueInternal()
979 long themeHandle, int ident, TypedValue outValue, boolean resolve) { in loadThemeAttributeValue()
/external/angle/src/common/
DBinaryStream.h56 void readInt(IntT *outValue) in readInt()
96 void readEnum(EnumT *outValue) in readEnum()
108 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/wgpu/
DDeviceWgpu.cpp26 egl::Error DeviceWgpu::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/d3d9/
DDevice9.cpp23 egl::Error Device9::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DDevice11.cpp40 egl::Error Device11::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/
DSkXmp.cpp142 bool* outValue) { in get_attr_bool()
181 float* outValue) { in get_attr_float()
200 SkColor4f* outValue) { in get_attr_float3_as_list()
259 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/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/
DResourcesTest.java867 TypedValue outValue = new TypedValue(); in getValueShouldClearTypedArrayBetweenCalls() local
1084 TypedValue outValue = new TypedValue(); in getResourceValue_colorARGB8() local
1092 TypedValue outValue = new TypedValue(); in getResourceValue_colorRGB8() local
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/
DPartnerConfigHelper.java242 TypedValue outValue = new TypedValue(); in getColor() local
286 TypedValue outValue = new TypedValue(); in getDrawable() local
558 TypedValue outValue = new TypedValue(); in getIllustrationResourceEntry() local
/external/angle/src/libANGLE/renderer/
DDisplayImpl.cpp25 egl::Error getAttribute(const egl::Display *display, EGLint attribute, void **outValue) override in getAttribute()
/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java61 byte[] outValue, short outOffset) { in read()
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java125 int getTextValue(Res_value outValue) in getTextValue()
365 public int getAttributeValue(int idx, Ref<Res_value> outValue) in getAttributeValue()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealMatrix.java209 final double outValue = in multiply() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DOpenMapRealMatrix.java223 final double outValue = in multiply() local
/external/armnn/shim/sl/canonical/
DConversionUtils.hpp745 OutputType& outValue, in GetInputScalar()
784 int32_t& outValue, in GetInputInt32()
793 float& outValue, in GetInputFloat32()

12