HomeSort by relevance Sort by last modified time
    Searched refs:getReturnType (Results 226 - 250 of 1309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.2/
asm-5.2.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm/5.0.4/
asm-5.0.4.jar 
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 79 if ( !method.getReturnType().getName().equals("void") ) {
80 ruleWithReturn.put(method.getName(), method.getReturnType().getName().replace('$', '.'));
  /external/clang/lib/Analysis/
BodyFarm.cpp 39 return FT && FT->getReturnType()->isVoidType() && FT->getNumParams() == 0;
291 QualType ResultTy = D->getReturnType();
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
KeyTest.java 209 TypeMirror intType = intMethod.getReturnType();
211 TypeMirror integerType = integerMethod.getReturnType();
  /external/llvm/lib/DebugInfo/CodeView/
TypeTableBuilder.cpp 36 Builder.writeTypeIndex(Record.getReturnType());
49 Builder.writeTypeIndex(Record.getReturnType());
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessMethodAdapters.java 233 if (executableElement.getReturnType().getKind() == TypeKind.VOID) {
250 if (executableElement.getReturnType().getKind() == TypeKind.VOID) {
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ProxyTest.java 283 assertEquals(Object.class, method.getReturnType());
295 assertEquals(String.class, method.getReturnType());
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 718 Class<?> returnType = method.getReturnType();
719 Class<?> vsReturnType = vs.getReturnType();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 132 Type *getReturnType() const { return getFunctionType()->getReturnType(); }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 585 Ty = FT->getReturnType();
643 Assert1(F.getReturnType()->isFirstClassType() ||
644 F.getReturnType()->isVoidTy() ||
645 F.getReturnType()->isStructTy(),
648 Assert1(!F.hasStructRetAttr() || F.getReturnType()->isVoidTy(),
796 if (F->getReturnType()->isVoidTy())
799 "return type!", &RI, F->getReturnType());
801 Assert2(N == 1 && F->getReturnType() == RI.getOperand(0)->getType(),
803 "type of return inst!", &RI, F->getReturnType());
    [all...]
  /cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/
JvmtiRedefineClassesTest.java     [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 317 public Type getReturnType() {
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 172 Type type = ((CstCallSiteRef) getAuxCst()).getReturnType();
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 350 public Type getReturnType() {
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 124 checkDescriptor(proto.getReturnType().getDescriptor());
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 268 NewProto->getReturnType(), NewProto->getParamTypes(),
290 NewProto->getReturnType(), NewProto->getParamTypes(),
785 Target->getReturnType(), TargetLoc, Source->getReturnType(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 583 RequiredRetType = MD->getReturnType();
585 RequiredRetType = FD->getReturnType();
779 QualType ReturnType = FuncType->getReturnType();
847 QualType RetType = Decl->getReturnType();
    [all...]

Completed in 3134 milliseconds

1 2 3 4 5 6 7 8 91011>>