/external/javassist/src/main/javassist/ |
CtPrimitiveType.java | 32 String methodName, String mDesc, int opcode, int atype, 37 getMethodName = methodName;
|
/external/proguard/src/proguard/obfuscate/ |
MultiMappingProcessor.java | 81 String methodName, 91 methodName,
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/ |
InvocationProfileTest.java | 16 assertThat(profile.methodName).isEqualTo("invalidate"); 25 assertThat(profile.methodName).isEqualTo("invalidate");
|
MethodSignatureTest.java | 16 assertThat(signature.methodName).isEqualTo("foo"); 25 assertThat(signature.methodName).isEqualTo("foo");
|
/external/smali/deodexerant/ |
deodexerant.c | 38 const char* methodName; 89 printf("%s->%s%s\n", item->classDescriptor, item->methodName, item->methodSignature);
|
/external/vogar/src/vogar/target/junit/ |
VogarTestCaseRunnerFactory.java | 54 for (String methodName : requestedMethodNames) { 55 tests.add(createTest(testClass, methodName, NO_ANNOTATIONS));
|
/external/vogar/test/vogar/target/ |
AbstractTestRunnerTest.java | 138 public ExpectedResults failure(String methodName, String message) { 139 String output = outcome(testClassName, methodName, message, Result.EXEC_FAILED); 143 public ExpectedResults success(String methodName) { 144 String output = outcome(testClassName, methodName, null, Result.SUCCESS); 148 public ExpectedResults success(String methodName, String message) { 149 String output = outcome(testClassName, methodName, message, Result.SUCCESS); 180 String testClassName, String methodName, String message, Result result) { 181 String testName = JUnitUtils.getTestName(testClassName, methodName);
|
/art/test/655-jit-clinit/src/ |
Main.java | 26 public native static boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName);
|
/art/test/674-hiddenapi/src-ex/ |
JLI.java | 78 MethodHandles.Lookup lookup, Class<?> klass, String methodName, MethodType methodType) { 80 return lookup.findVirtual(klass, methodName, methodType) != null; 89 MethodHandles.Lookup lookup, Class<?> klass, String methodName, MethodType methodType) { 91 return lookup.findStatic(klass, methodName, methodType) != null;
|
/cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
SingleTestNgTestExecutor.java | 40 public static Result execute(Class<?> klass, String methodName) { 45 if (methodName == null) { 46 throw new NullPointerException("methodName must not be null"); 59 TestNG testng = createTestNG(klass.getName(), methodName, listener); 65 Log.w("TestNgExec", "execute class " + klass.getName() + ", method " + methodName +
|
/external/javassist/src/main/javassist/bytecode/ |
EnclosingMethodAttribute.java | 42 * @param methodName the name of the enclosing method. 46 String methodName, String methodDesc) { 49 int ni = cp.addNameAndTypeInfo(methodName, methodDesc); 101 public String methodName() { 131 methodName(), methodDescriptor());
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ErrorFinder.java | 51 String methodName = clazz.getName() + "." + method.getName() + method.getSignature(); 52 System.out.println("START: " + methodName); 58 System.out.println("SUCCESS: " + methodName + " - " + (System.currentTimeMillis() - time)); 60 System.out.println("FAIL: " + methodName + " - " + (e.getMessage() == null ? e.getClass().getName() : e.getMessage()));
|
/external/testng/src/main/java/org/testng/internal/ |
XmlMethodSelector.java | 164 String methodName = pkg != null ? pkg.getName() + "." + m.getName() : m.getName(); 166 logInclusion(result ? "Including" : "Excluding", "method", methodName + "()"); 219 String methodName = im; 221 Pattern pattern = Pattern.compile(methodName); 234 private String makeMethodName(String className, String methodName) { 235 return className + "." + methodName; 238 private void checkMethod(Class<?> c, String methodName) { 239 Pattern p = Pattern.compile(methodName); 245 Utils.log("Warning", 2, "The regular expression \"" + methodName + "\" didn't match any" + 254 String methodName = makeMethodName(c.getName(), m.getName()) [all...] |
/external/xmlrpcpp/src/ |
XmlRpcServerConnection.cpp | 14 const char XmlRpcServerConnection::METHODNAME_TAG[] = "<methodName>"; 21 const std::string XmlRpcServerConnection::METHODNAME = "methodName"; 210 std::string methodName = parseRequest(params); 212 methodName.c_str()); 216 if ( ! executeMethod(methodName, params, resultValue) && 217 ! executeMulticall(methodName, params, resultValue)) 218 generateFaultResponse(methodName + ": unknown method name"); 237 std::string methodName = XmlRpcUtil::parseTag(METHODNAME_TAG, _request, &offset); 239 if (methodName.size() > 0 && XmlRpcUtil::findTag(PARAMS_TAG, _request, &offset) [all...] |
/external/annotation-tools/annotation-file-utilities/src/annotator/scanner/ |
MethodOffsetClassVisitor.java | 36 private String methodName; 40 this.methodName = "LocalVariableVisitor: DEFAULT_METHOD"; 47 methodName = name + desc.substring(0, desc.indexOf(")") + 1); 80 Pair.of(methodName, Pair.of(index, start.getOffset())), 83 methodName, name, start.getOffset()); 99 // CastScanner.addCastToMethod(methodName, labelOffset() + 1); 100 CastScanner.addCastToMethod(methodName, 105 NewScanner.addNewToMethod(methodName, labelOffset()); 108 InstanceOfScanner.addInstanceOfToMethod(methodName, 118 NewScanner.addNewToMethod(methodName, labelOffset()) [all...] |
LocalVariableScanner.java | 134 * @param methodName the method containing the local variable 138 public static void addToMethodNameCounter(String methodName, String varName, 140 Map<String, List<Integer>> nameOffsetCounter = methodNameCounter.get(methodName); 143 methodNameCounter.put(methodName, nameOffsetCounter); 159 * @param methodName the name of the method 164 public static List<Integer> getFromMethodNameCounter(String methodName, String varName) { 165 return methodNameCounter.get(methodName).get(varName);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
Breakpoint002Test.java | 158 private void testBreakpointIn(String testName, String methodName) { 164 int breakpointReqID = debuggeeWrapper.vmMirror.setBreakpointAtMethodBegin(classID, methodName); 165 assertTrue("Failed to install breakpoint in method " + methodName, breakpointReqID != -1);
|
/external/mockito/src/main/java/org/mockito/internal/util/ |
JavaEightUtil.java | 128 * @param methodName The name of the factory method. 131 private static Object invokeNullaryFactoryMethod(final String fqcn, final String methodName) { 134 final Method method = type.getMethod(methodName); 141 String.format("Could not create %s#%s(): %s", fqcn, methodName, e), e);
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
Interceptors.java | 30 Interceptor interceptor = findInterceptor(methodSignature.className, methodSignature.methodName); 39 public Interceptor findInterceptor(String className, String methodName) { 40 Interceptor mh = interceptors.get(new MethodRef(className, methodName));
|
/external/tensorflow/tensorflow/contrib/estimator/python/estimator/ |
dnn_linear_combined_test.py | 69 def __init__(self, methodName='runTest'): # pylint: disable=invalid-name 70 test.TestCase.__init__(self, methodName) 78 def __init__(self, methodName='runTest'): # pylint: disable=invalid-name 79 test.TestCase.__init__(self, methodName) 87 def __init__(self, methodName='runTest'): # pylint: disable=invalid-name 88 test.TestCase.__init__(self, methodName) 114 def __init__(self, methodName='runTest'): # pylint: disable=invalid-name 115 test.TestCase.__init__(self, methodName) 123 def __init__(self, methodName='runTest'): # pylint: disable=invalid-name 124 test.TestCase.__init__(self, methodName) [all...] |
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
ClassHasNativeVisitorTest.java | 70 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { 72 mMethodsFound.add(methodName); 74 super.setHasNativeMethods(hasNativeMethods, methodName);
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 761 String methodName; 763 methodName = String.format("pair(device=%s)", device); 765 methodName = String.format("acceptPair(device=%s)", device); 769 fail(String.format("%s bluetooth not enabled", methodName)); 791 fail(String.format("%s invalid state: state=%d", methodName, state)); 801 writeOutput(String.format("%s completed in %d ms", methodName, 804 writeOutput(String.format("%s completed", methodName)); 815 methodName, state, BluetoothDevice.BOND_BONDED, firedFlags, mask)); [all...] |
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
ParentProfileTest.java | 103 String methodName = method.getName(); 104 if (SUPPORTED_APIS.contains(methodName)) { 123 methodName + " throws exception other than SecurityException.", e); 128 failedMethods.add(methodName); 129 Log.e(LOG_TAG, methodName + " failed to throw SecurityException");
|
/external/javassist/src/main/javassist/convert/ |
TransformReadField.java | 29 protected String methodClassname, methodName; 32 String methodClassname, String methodName) 38 this.methodName = methodName; 86 int methodref = cp.addMethodrefInfo(mi, methodName, type);
|
/external/mockito/src/test/java/org/mockito/internal/invocation/ |
InvocationBuilder.java | 28 private String methodName = "simpleMethod"; 58 method = IMethods.class.getMethod(methodName, argTypes.toArray(new Class[argTypes.size()])); 76 public InvocationBuilder method(String methodName) { 77 this.methodName = methodName;
|