Home
last modified time | relevance | path

Searched defs:retType (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dcommon.cpp124 ParameterType retType, ParameterType type1, in GetUnaryKernel()
281 ParameterType retType, ParameterType type1, in GetBinaryKernel()
472 const char *builtin, ParameterType retType, in GetTernaryKernel()
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DCast.java123 CtClass retType = getType(); in replace() local
158 CtClass retType; field in Cast.ProceedForCast
H A DInstanceof.java126 CtClass retType = CtClass.booleanType; in replace() local
H A DMethodCall.java225 CtClass retType = Descriptor.getReturnType(signature, cp); in replace() local
H A DNewArray.java196 CtClass retType; in replace2() local
H A DExpr.java209 static final boolean checkResultValue(CtClass retType, String prog) in checkResultValue()
H A DFieldAccess.java184 CtClass retType; in replace() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c157 UStringPrepType retType; in compareMapping() local
237 UStringPrepType retType; in compareFlagsForRange() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dsprpdata.c157 UStringPrepType retType; in compareMapping() local
237 UStringPrepType retType; in compareFlagsForRange() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp336 UStringPrepType retType; in compareMapping() local
409 UStringPrepType retType; in compareFlagsForRange() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtestidn.cpp336 UStringPrepType retType; in compareMapping() local
409 UStringPrepType retType; in compareFlagsForRange() local
/aosp_15_r20/external/javassist/src/main/javassist/util/proxy/
H A DRuntimeSupport.java200 public static String makeDescriptor(Class<?>[] params, Class<?> retType) { in makeDescriptor()
219 public static String makeDescriptor(String params, Class<?> retType) { in makeDescriptor()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbol.h339 const TType *retType, in TFunction()
365 const TType *retType, in TFunction()
H A DSymbol.cpp188 const TType *retType, in TFunction()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseables.cpp501 const char* retType; // return type key: empty matches type of 1st argument in initialize() member
912 … const char* retType = intrinsic.retType ? intrinsic.retType : argType; in initialize() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp501 const char* retType; // return type key: empty matches type of 1st argument in initialize() member
912 … const char* retType = intrinsic.retType ? intrinsic.retType : argType; in initialize() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DFixTypeConstructors.cpp29 const TType &retType = aggregateNode->getType(); in visitAggregate() local
H A DAddExplicitTypeCasts.cpp31 const TType &retType = callNode.getType(); in visitAggregatePost() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
H A DJavaParserFieldDeclaration.java71 …Type retType = JavaParserFacade.get(typeSolver).convert(variableDeclarator.getType(), wrappedNode); in getType() local
/aosp_15_r20/frameworks/rs/script_api/
H A DSpecification.cpp534 std::string* retType, int* lineNumber) const { in getReturn()
743 string retType; in FunctionPermutation() local
/aosp_15_r20/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dimportgl.h55 #define FNDEF(retType, funcName, args) \ argument
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtMethod.java293 CtClass retType; in setWrappedBody() local
/aosp_15_r20/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp216 llvm::Type *retType, in createFunction()
1748 llvm::Type *retType = builder.getVoidTy(); in createStandardUtilityFunctions() local
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dmarshaling.py881 …def doExtensionStructMarshalingCodegen(self, cgen, retType, extParam, forEach, funcproto, directio… argument
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py250 def IniGetValue(configFile, section, option, retType='str', default=''): argument

1234