Searched defs:retType (Results 1 - 25 of 25) sorted by last modified time

/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.h148 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull, const char *ext = "") : argument
150 returnType(retType),
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp210 /// @param retType function return type
221 llvm::Type *retType,
229 llvm::FunctionType::get(retType, theArgTypes, isVarArg);
1798 llvm::Type *retType = builder.getVoidTy(); local
1807 retType,
1817 retType = builder.getVoidTy();
1826 retType,
1836 retType = builder.getVoidTy();
1844 retType,
1854 retType
220 createFunction(llvm::Module &module, llvm::Type *retType, const ArgTypes &theArgTypes, const ArgNames &theArgNames, const std::string &functName, llvm::GlobalValue::LinkageTypes linkage, bool declarationOnly, bool isVarArg) argument
[all...]
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp205 /// @param retType function return type
216 llvm::Type *retType,
224 llvm::FunctionType::get(retType, theArgTypes, isVarArg);
1748 llvm::Type *retType = builder.getVoidTy(); local
1757 retType,
1767 retType = builder.getVoidTy();
1776 retType,
1786 retType = builder.getVoidTy();
1794 retType,
1804 retType
215 createFunction(llvm::Module &module, llvm::Type *retType, const ArgTypes &theArgTypes, const ArgNames &theArgNames, const std::string &functName, llvm::GlobalValue::LinkageTypes linkage, bool declarationOnly, bool isVarArg) argument
[all...]
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java229 Type retType; field in class:SignatureAttribute.MethodSignature
235 retType = ret;
256 public Type getReturnType() { return retType; }
276 sbuf.append(retType);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTracer.java40 String retType) {
43 returnType = retType;
39 Tracer(ClassPool classes, ConstPool cp, int maxStack, int maxLocals, String retType) argument
/external/javassist/src/main/javassist/expr/
H A DCast.java102 CtClass retType = getType();
107 int retVar = jc.recordReturnType(retType, true);
108 jc.recordProceed(new ProceedForCast(index, retType));
112 checkResultValue(retType, statement);
118 bytecode.addConstZero(retType);
119 bytecode.addStore(retVar, retType); // initialize $_
122 bytecode.addLoad(retVar, retType);
137 CtClass retType; field in class:Cast.ProceedForCast
141 retType = t;
155 gen.setType(retType);
[all...]
H A DExpr.java211 static final boolean checkResultValue(CtClass retType, String prog) argument
217 if (!hasIt && retType != CtClass.voidType)
/external/javassist/src/main/javassist/util/proxy/
H A DRuntimeSupport.java148 * @param retType return type.
150 public static String makeDescriptor(Class[] params, Class retType) { argument
157 makeDesc(sbuf, retType);
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c154 UStringPrepType retType; local
164 retType = getValues(result,&value,&isIndex);
167 if(type != retType && retType != USPREP_DELETE){
189 length = (retType == USPREP_DELETE)? 0 : 1;
221 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
234 UStringPrepType retType; local
258 retType = getValues(result, &value, &isIndex);
260 if(retType != type){
261 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp336 UStringPrepType retType; local
339 retType = getValues(result,value,isIndex);
342 if(type != retType && retType != USPREP_DELETE){
364 length = (retType == USPREP_DELETE)? 0 : 1;
397 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
409 UStringPrepType retType; local
432 retType = getValues(result,value,isIndex);
434 if(retType != type){
435 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1293 const glu::DataType retType = getSamplerLookupReturnType(samplerTypes[i]); local
1294 if (typeReq[0](retType) || typeReq[1](retType))
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1109 const glu::DataType retType = getSamplerLookupReturnType(samplerTypes[i]); local
1110 if (typeReq[0](retType) || typeReq[1](retType))
/external/clang/lib/AST/
H A DASTContext.cpp7456 QualType retType; local
7463 retType = mergeTypes(LHS, RHS, true, UnqualifiedResult, true);
7466 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
7468 if (retType.isNull()) return QualType();
7471 retType = retType.getUnqualifiedType();
7480 if (getCanonicalType(retType) != LRetType)
7482 if (getCanonicalType(retType) != RRetType)
7562 return getFunctionType(retType, types, EPI);
7598 return getFunctionType(retType, prot
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1212 QualType retType = T; local
1214 if (const PointerType* PT = retType->getAs<PointerType>())
1216 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
H A DRewriteObjC.cpp1044 QualType retType = T; local
1046 if (const PointerType* PT = retType->getAs<PointerType>())
1048 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())

Completed in 592 milliseconds