HomeSort by relevance Sort by last modified time
    Searched defs:newMethod (Results 1 - 12 of 12) sorted by null

  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 209 OAuthSignatureMethod signer = newMethod(message.getSignatureMethod(),
216 public static OAuthSignatureMethod newMethod(String name,
242 * Subsequently, newMethod(name) will attempt to instantiate the given
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMockGenerator.java 306 CtMethod newMethod = CtMethod.make(getGetDelegateMethodSource(), clazz);
308 CtMethod existingMethod = clazz.getMethod(newMethod.getName(), newMethod.getSignature());
313 clazz.addMethod(newMethod);
333 CtMethod newMethod = CtMethod.make(getInterfaceMethodSource(method), newInterface);
334 newInterface.addMethod(newMethod);
355 CtMethod newMethod = CtMethod.make(getDelegateMethodSource(method), newClass);
356 if (!existingMethods.contains(newMethod)) {
357 newClass.addMethod(newMethod);
  /external/jdiff/src/jdiff/
APIComparator.java 468 MethodAPI newMethod = methodArr[methodIdx];
469 if (oldMethod.compareTo(newMethod) == 0) {
494 MethodAPI newMethod = (MethodAPI)(newClass.methods_.get(startNew));
499 newMethod.inheritedFrom_ == null) {
502 compareMethods(oldMethod, newMethod, classDiff);
520 MethodAPI newMethod = (MethodAPI)(iter.next());
522 if (newMethod.inheritedFrom_ != null)
529 if (newMethod.compareTo(oldMethod) == 0) {
535 // int idx = Collections.binarySearch(oldClass.methods_, newMethod);
538 int startOld = oldClass.methods_.indexOf(newMethod);
    [all...]
  /cts/tools/dasm/src/dasm/
parser.java     [all...]
DAsm.java 392 void newMethod(String name, String descriptor, int access) {
394 System.out.println("newMethod(" + name + ", " + descriptor + ", "
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 849 CtMethod newMethod = new CtMethod(minfo, this);
850 cache.addMethod(newMethod);
    [all...]
  /prebuilt/common/asm/
asm-3.1.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1202 milliseconds