/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAssetManagerTest.java | 138 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/ |
D | AttributeSetBuilderImpl.java | 75 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/ |
D | ResourceHelper2.java | 90 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute() 165 …private static void computeTypedValue(TypedValue outValue, float value, float scale, String unit) { in computeTypedValue()
|
D | ResourceHelper.java | 182 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute() 257 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
|
D | ShadowArscAssetManager.java | 516 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()
|
D | ShadowLegacyAssetManager.java | 139 …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/ |
D | BinaryStream.h | 55 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/ |
D | DeviceNULL.cpp | 26 egl::Error DeviceNULL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | DeviceVk.cpp | 27 egl::Error DeviceVk::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DeviceEAGL.cpp | 31 egl::Error DeviceEAGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DeviceCGL.cpp | 30 egl::Error DeviceCGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DeviceD3D.cpp | 35 egl::Error DeviceD3D::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_build_options.cpp | 66 …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/ |
D | PartnerConfigHelper.java | 163 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/ |
D | DisplayImpl.cpp | 25 egl::Error getAttribute(const egl::Display *display, EGLint attribute, void **outValue) override in getAttribute()
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 316 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/ |
D | CoreSlots.java | 61 byte[] outValue, short outOffset) { in read()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResXMLParser.java | 124 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/ |
D | OpenMapRealMatrix.java | 209 final double outValue = in multiply() local
|
/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 194 def __init__(self, inValue, outValue): argument
|
/external/angle/samples/shader_translator/ |
D | shader_translator.cpp | 855 static bool ParseIntValue(const std::string &num, int emptyDefault, int *outValue) in ParseIntValue()
|
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 207 def __init__(self, inValue, outValue): argument
|
/external/deqp/executor/tools/ |
D | xeTestLogCompare.cpp | 115 OutputValue outValue; member
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 1024 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/ |
D | vktShaderPackingFunctionTests.cpp | 819 deBool checkValue (deUint16 inValue, float outValue, SubnormalizedConversionType& conversion) in checkValue()
|