HomeSort by relevance Sort by last modified time
    Searched defs:returnType (Results 76 - 100 of 700) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Browser2/src/org/chromium/webview_shell/
WebViewBrowserActivity.java 412 Class<?> returnType = method.getReturnType();
413 return ((returnType.equals(boolean.class) || returnType.equals(String.class))
  /external/dagger2/lib/
auto-factory-1.0-20150915.183854-35.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/factory/auto-factory/1.0-beta2/
auto-factory-1.0-beta2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /art/dexdump/
dexdump.cc     [all...]
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 293 public JDiffMethod(String name, int modifier, String returnType) {
296 if (returnType == null) {
299 mReturnType = scrubJdiffParamType(returnType);
370 String returnType = getReturnType();
371 if (!"".equals(returnType)) {
372 sb.append(returnType).append(" ");
    [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 815 QualType returnType = recurse(T->getReturnType());
816 if (returnType.isNull())
819 if (returnType.getAsOpaquePtr() == T->getReturnType().getAsOpaquePtr())
822 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo());
826 QualType returnType = recurse(T->getReturnType());
827 if (returnType.isNull())
867 if (returnType.getAsOpaquePtr() == T->getReturnType().getAsOpaquePtr() &&
871 return Ctx.getFunctionType(returnType, paramTypes, info);
    [all...]
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 122 final Key<?> returnType;
140 AssistData(Constructor<?> constructor, Key<?> returnType, ImmutableList<Key<?>> paramTypes,
145 this.returnType = returnType;
158 .add("return type", returnType)
240 Key<?> returnType;
242 returnType = Annotations.getKey(returnTypeLiteral, method, method.getAnnotations(), errors);
252 validateFactoryReturnType(errors, returnType.getTypeLiteral().getRawType(), factoryRawType);
271 TypeLiteral<?> implementation = collector.getBindings().get(returnType);
273 implementation = returnType.getTypeLiteral()
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-annotations/4.5/
antlr4-annotations-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-annotations/4.5/
antlr4-annotations-4.5.jar 
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 232 printTypeName(m.returnType());
263 printTypeName(m.returnType());
    [all...]
MethodInfo.java 250 TypeInfo returnType = mReturnType.getTypeWithArguments(typeArgumentMapping);
260 mOverriddenMethod, returnType, mParameters, mThrownExceptions, position(),
271 String flatSignature, MethodInfo overriddenMethod, TypeInfo returnType,
290 mReturnType = returnType;
335 public TypeInfo returnType() {
597 returnType().getTypeWithArguments(typeMapping).makeHDF(
598 data, base + ".returnType", false, typeVariables());
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.1/
javawriter-2.5.1.jar 
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 760 Code(SExpr *T, SExpr *B) : SExpr(COP_Code), ReturnType(T), Body(B) {}
762 : SExpr(C), ReturnType(T), Body(B) {}
764 SExpr *returnType() { return ReturnType; }
765 const SExpr *returnType() const { return ReturnType; }
772 auto Nt = Vs.traverse(ReturnType, Vs.typeCtx(Ctx));
779 typename C::CType Ct = Cmp.compare(returnType(), E->returnType());
786 SExpr* ReturnType;
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentWriter.java 432 TypeMirror returnType = method.getReturnType();
437 returnType.getKind().equals(TypeKind.VOID)
438 ? builderWriter.addMethod(returnType, methodName)
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 419 Class<?> returnType = method.getReturnType();
420 TypeId<?> resultType = TypeId.get(returnType);
435 Class<?> aBoxedClass = PRIMITIVE_TO_BOXED.get(returnType);
466 generateCodeForReturnStatement(code, returnType, invokeResult, resultHolder,
476 if (void.class.equals(returnType)) {
501 if (void.class.equals(returnType)) {
542 String returnType = method.getReturnType().getName();
544 + returnType.replace('.', '_').replace('[', '_').replace(';', '_');
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java     [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 247 TypeMirror returnType = eraseType(processingEnv, bindingMethod.getReturnType());
248 String value = getQualifiedName(returnType);
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 469 TypeId<T> returnType = TypeId.get(javaType);
470 Code code = dexMaker.declare(GENERATED.getMethod(returnType, "call"), PUBLIC | STATIC);
472 Local<T> i = code.newLocal(returnType);
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 130 TypeToken<?> returnType = new TypeToken<List<String>>() {}
132 assertEquals(String.class, returnType.getType());
    [all...]
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 

Completed in 1444 milliseconds

1 2 34 5 6 7 8 91011>>