/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | conversions.cpp | 209 #define BOOL_CASE(inType) \ argument 215 #define SIMPLE_CAST_CASE(inType, outEnum, outType) \ argument 223 #define DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument 246 #define U_DOWN_CAST_CASE(inType, outEnum, outType, sat) \ argument 264 #define TO_FLOAT_CASE(inType) \ argument 269 #define TO_DOUBLE_CASE(inType) \ argument 393 void convert_explicit_value(void *inRaw, void *outRaw, ExplicitType inType, in convert_explicit_value() 1094 cl_long read_upscale_signed(void *inRaw, ExplicitType inType) in read_upscale_signed() 1114 cl_ulong read_upscale_unsigned(void *inRaw, ExplicitType inType) in read_upscale_unsigned() 1134 float read_as_float(void *inRaw, ExplicitType inType) in read_as_float()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | basic_test_conversions.cpp | 363 Type inType, outType; in Run() local 453 void ConversionsTest::TestTypesConversion(const Type &inType, in TestTypesConversion() 534 int ConversionsTest::DoTest(Type outType, Type inType, SaturationMode sat, in DoTest() 965 Type inType = info->parent->inType; // the data type of the conversion input in CalcReferenceValuesComplete() local 1102 Type inType = info->inType; in PrepareReference() local 1300 cl_program MakeProgram(Type outType, Type inType, SaturationMode sat, in MakeProgram() 1455 int GetTestCase(const char *name, Type *outType, Type *inType, in GetTestCase()
|
H A D | basic_test_conversions.h | 158 Type inType; // the data type of the conversion input member
|
H A D | conversions_data_info.h | 58 Type inType; member
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-ffi_darwin.c | 309 const ffi_type* inType) in ffi64_struct_contains_fp() 1032 const ffi_type* inType, in ffi64_struct_to_ram_form() 1295 const ffi_type* inType, in ffi64_struct_to_reg_form() 1609 const ffi_type* inType, in ffi64_stret_needs_ptr() 1725 const ffi_type* inType) in ffi64_data_size()
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-ffi_darwin.c | 309 const ffi_type* inType) in ffi64_struct_contains_fp() 1032 const ffi_type* inType, in ffi64_struct_to_ram_form() 1295 const ffi_type* inType, in ffi64_struct_to_reg_form() 1609 const ffi_type* inType, in ffi64_stret_needs_ptr() 1725 const ffi_type* inType) in ffi64_data_size()
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
H A D | WildcardTypeName.kt | 119 val inType = mirror.superBound in producerOf() constant
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | ColorMatrix.cpp | 105 uint32_t inType :4; // [4 - 7] member 235 Key_t ColorMatrixTask::computeKey(size_t inVectorSize, int inType, size_t outVectorSize, 960 void ColorMatrixTask::preLaunch(size_t inVectorSize, int inType, size_t outVectorSize,
|
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | ColorMatrix.cpp | 106 uint32_t inType :4; // [4 - 7] member 236 Key_t ColorMatrixTask::computeKey(size_t inVectorSize, int inType, size_t outVectorSize, 961 void ColorMatrixTask::preLaunch(size_t inVectorSize, int inType, size_t outVectorSize,
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderConstExprTests.cpp | 47 glu::DataType inType; member 252 const glu::DataType inType = testCase.inType; in createTests() local
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuScript.cpp | 579 const Type *inType = ain0->getType(); in reduceMtlsSetup() local 663 const Type *inType = ain0->getType(); in forEachMtlsSetup() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderConstExprTests.hpp | 55 DataType inType; member
|
H A D | glsShaderConstExprTests.cpp | 121 const DataType inType = cases[caseNdx].inType; in createTests() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | MethodHandlesPermuteArgumentsTest.java | 186 MethodType inType = MethodType.methodType(Object.class, types); in testPermuteArguments() local
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | DebugServices.c | 240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ) in DebugInitialize() 2028 const char * inType, in DebugHexDump()
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | CustomElements.js | 404 window.CustomEvent = function(inType, params) { argument 414 window.Event = function(inType, params) { argument
|
H A D | HTMLImports.js | 404 window.CustomEvent = function(inType, params) { argument 414 window.Event = function(inType, params) { argument
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | dcfmtest.cpp | 406 EFormatInputType inType, // input number type in execFormatTest()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | dcfmtest.cpp | 404 EFormatInputType inType, // input number type in execFormatTest()
|
/aosp_15_r20/external/auto/common/src/main/java/com/google/auto/common/ |
H A D | Overrides.java | 197 DeclaredType inType = MoreTypes.asDeclared(in.asType()); in isSubsignature() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | helpers.cpp | 153 char * convert_to_expected( void * inputBuffer, size_t numPixels, ExplicitType inType, ExplicitType… in convert_to_expected()
|
/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/ |
H A D | MediaCodecsXmlParser.cpp | 266 bool inType() const { in inType() function 667 bool inType = true; in startElementHandler() local
|
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/ |
H A D | ICUTaglet.java | 73 public boolean inType() { in inType() method in ICUTaglet
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | helpers.cpp | 153 ExplicitType inType, ExplicitType outType, in convert_to_expected()
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/launch/ |
D | _Launchmodule.c | 263 OSType inType; in Launch_LSGetApplicationForInfo() local
|