Home
last modified time | relevance | path

Searched defs:outValue (Results 1 – 25 of 31) 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-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-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/libANGLE/
DBinaryStream.h55 void readInt(IntT *outValue) in readInt()
78 void readEnum(EnumT *outValue) in readEnum()
90 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/vulkan/
DDeviceVk.cpp27 egl::Error DeviceVk::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDeviceEAGL.cpp31 egl::Error DeviceEAGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
/external/angle/src/libANGLE/renderer/gl/cgl/
DDeviceCGL.cpp30 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/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.java163 TypedValue outValue = new TypedValue(); in getColor() local
207 TypedValue outValue = new TypedValue(); in getDrawable() local
479 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/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp316 cl_int *outValue = (cl_int *)( destItems + i * typeSize ); in test_atomic_function() local
330 cl_long *outValue = (cl_long *)( destItems + i * typeSize ); in test_atomic_function() local
352 cl_float *outValue = (cl_float *)destItems; in test_atomic_function() local
361 cl_int *outValue = (cl_int *)destItems; in test_atomic_function() local
370 cl_long *outValue = (cl_long *)destItems; in test_atomic_function() local
/external/libese/apps/weaver/card/src/com/android/weaver/core/
DCoreSlots.java61 byte[] outValue, short outOffset) { in read()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java124 int getTextValue(Res_value outValue) in getTextValue()
364 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/deqp/modules/gles2/scripts/
Dgen-conversions.py194 def __init__(self, inValue, outValue): argument
/external/angle/samples/shader_translator/
Dshader_translator.cpp855 static bool ParseIntValue(const std::string &num, int emptyDefault, int *outValue) in ParseIntValue()
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py207 def __init__(self, inValue, outValue): argument
/external/deqp/executor/tools/
DxeTestLogCompare.cpp115 OutputValue outValue; member
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp819 deBool checkValue (deUint16 inValue, float outValue, SubnormalizedConversionType& conversion) in checkValue()

12