/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
H A D | MethodDef.java | 52 public Class<?> retType; field in class:MethodDef
|
/external/webkit/Source/WebCore/platform/gtk/ |
H A D | PlatformScreenGtk.cpp | 128 Atom retType; local 134 0, 4, FALSE, XA_CARDINAL, &retType, &retFormat, &retNItems, &retAfter, (guchar**)&workAreaPos); 137 if (xRes == Success && workAreaPos != NULL && retType == XA_CARDINAL && retNItems == 4 && retFormat == 32) {
|
/external/javassist/src/main/javassist/expr/ |
H A D | Cast.java | 102 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 D | Expr.java | 211 static final boolean checkResultValue(CtClass retType, String prog) argument 217 if (!hasIt && retType != CtClass.voidType)
|
/external/javassist/src/main/javassist/util/proxy/ |
H A D | RuntimeSupport.java | 148 * @param retType return type. 150 public static String makeDescriptor(Class[] params, Class retType) { argument 157 makeDesc(sbuf, retType);
|
/external/icu4c/test/cintltst/ |
H A D | sprpdata.c | 152 UStringPrepType retType; local 162 retType = getValues(result,&value,&isIndex); 165 if(type != retType && retType != USPREP_DELETE){ 187 length = (retType == USPREP_DELETE)? 0 : 1; 219 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ 232 UStringPrepType retType; local 256 retType = getValues(result, &value, &isIndex); 258 if(retType != type){ 259 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); [all...] |
/external/icu4c/test/intltest/ |
H A D | testidn.cpp | 333 UStringPrepType retType; local 336 retType = getValues(result,value,isIndex); 339 if(type != retType && retType != USPREP_DELETE){ 361 length = (retType == USPREP_DELETE)? 0 : 1; 394 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){ 406 UStringPrepType retType; local 429 retType = getValues(result,value,isIndex); 431 if(retType != type){ 432 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]); [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
H A D | Tracer.java | 40 String retType) { 43 returnType = retType; 39 Tracer(ClassPool classes, ConstPool cp, int maxStack, int maxLocals, String retType) argument
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | SignatureAttribute.java | 229 Type retType; field in class:SignatureAttribute.MethodSignature 235 retType = ret; 256 public Type getReturnType() { return retType; } 276 sbuf.append(retType);
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
H A D | SymbolTable.h | 139 TFunction(const TString *name, TType& retType, TOperator tOp = EOpNull) : argument 141 returnType(retType),
|
/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 203 /// @param retType function return type 214 llvm::Type *retType, 222 llvm::FunctionType::get(retType, theArgTypes, isVarArg); 1718 llvm::Type *retType = builder.getVoidTy(); local 1727 retType, 1737 retType = builder.getVoidTy(); 1746 retType, 1756 retType = builder.getVoidTy(); 1764 retType, 1774 retType 213 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/webkit/Source/WebCore/bridge/qt/ |
H A D | qt_runtime.cpp | 1257 QtMethodMatchType retType = types[0]; local 1258 args[0] = QVariant(retType.typeId(), (void *)0); // the return value
|
/external/clang/lib/Rewrite/Frontend/ |
H A D | RewriteObjC.cpp | 1057 QualType retType = T; local 1059 if (const PointerType* PT = retType->getAs<PointerType>()) 1061 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
|
H A D | RewriteModernObjC.cpp | 1237 QualType retType = T; local 1239 if (const PointerType* PT = retType->getAs<PointerType>()) 1241 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
|
/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 6689 QualType retType; local 6696 retType = mergeTypes(LHS, RHS, true, UnqualifiedResult, true); 6699 retType = mergeTypes(lbase->getResultType(), rbase->getResultType(), false, 6701 if (retType.isNull()) return QualType(); 6704 retType = retType.getUnqualifiedType(); 6713 if (getCanonicalType(retType) != LRetType) 6715 if (getCanonicalType(retType) != RRetType) 6799 return getFunctionType(retType, types, EPI); 6836 return getFunctionType(retType, [all...] |
/external/robolectric/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guava/guava/lib/ |
H A D | jdiff.jar | META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ... |