Home
last modified time | relevance | path

Searched defs:methodSignature (Results 1 – 25 of 31) sorted by relevance

12

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInterceptor.java20 abstract public Function<Object, Object> handle(MethodSignature methodSignature); in handle()
25 …otected static Function<Object, Object> returnDefaultValue(final MethodSignature methodSignature) { in returnDefaultValue()
DInterceptors.java29 public Function<Object, Object> getInterceptionHandler(final MethodSignature methodSignature) { in getInterceptionHandler()
DInvocationProfile.java13 MethodSignature methodSignature = MethodSignature.parse(methodSignatureString); in InvocationProfile() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistConstructorDeclaration.java92 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(ctConstr… in getParam() local
111 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(ctConstr… in getTypeParameters() local
DJavassistMethodDeclaration.java122 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(ctMethod… in getParam() local
154 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(ctMethod… in getTypeParameters() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistConstructorDeclaration.java98 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(ctConstr… in getParam() local
119 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(ctConstr… in getTypeParameters() local
DJavassistMethodDeclaration.java134 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(signatur… in getParam() local
163 …SignatureAttribute.MethodSignature methodSignature = SignatureAttribute.toMethodSignature(ctMethod… in getTypeParameters() local
/external/desugar/java/com/google/devtools/build/android/desugar/
DTryWithResourcesRewriter.java257 private final String methodSignature; field in TryWithResourcesRewriter.TryWithResourceVisitor
262 String methodSignature, in TryWithResourceVisitor()
300 methodSignature); in visitMethodInsn() local
320 methodSignature); in visitMethodInsn() local
DCloseResourceMethodScanner.java70 private final String methodSignature; field in CloseResourceMethodScanner.StackMapFrameCollector
DBytecodeTypeInference.java46 private final String methodSignature; field in BytecodeTypeInference
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
DShadowWranglerUnitTest.java30 MethodSignature methodSignature = MethodSignature.parse("java/lang/Object/unknownMethod()V"); in getInterceptionHandler_whenCallIsNotRecognized_shouldReturnDoNothingHandler() local
38 …MethodSignature methodSignature = MethodSignature.parse("java/util/LinkedHashMap/eldest()Ljava/lan… in getInterceptionHandler_whenInterceptingElderOnLinkedHashMap_shouldReturnNonDoNothingHandler() local
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
DAndroidInterceptors.java51 public Function<Object, Object> handle(MethodSignature methodSignature) { in handle()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliPositionManager.java64 …cePosition getSourcePosition(final String declaringType, String methodName, String methodSignature, in getSourcePosition()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSyntheticMethodsTest.java95 String methodSignature = methodsReply.getNextValueAsString(); in runTestSyntheticMethods() local
/external/smali/deodexerant/
Ddeodexerant.c39 const char* methodSignature; member
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DAbstractNewInstanceTestCase.java108 final String methodSignature = constructorSignature; in checkNewInstanceTag() local
/external/oj-libjdwp/src/share/back/
Dinvoker.h49 char *methodSignature; member
Dutil.c749 methodSignature(jmethodID method, in methodSignature() function
/external/turbine/java/com/google/turbine/lower/
DLowerSignature.java130 public String methodSignature( in methodSignature() method in LowerSignature
/external/testng/src/main/java/org/testng/reporters/
DXMLSuiteResultWriter.java239 private String removeClassName(String methodSignature) { in removeClassName()
/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h284 OpMethodSignature methodSignature; variable
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java227 protected long getMethodID(long classID, String methodName, String methodSignature) { in getMethodID()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java878 public long getMethodID(long classID, String methodName, String methodSignature) { in getMethodID()
1252 String methodSignature = reply.getNextValueAsString(); in getMethods() local
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12