HomeSort by relevance Sort by last modified time
    Searched refs:newMethod (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
AppActiveStreams.java 119 int newMethod = oldMethod;
121 newMethod = StreamingService.UNICAST_METHOD;
123 newMethod = StreamingService.BROADCAST_METHOD;
125 if (newMethod != oldMethod || callbackWithState.isMethodSet()) {
126 callbackWithState.setMethod(newMethod);
127 callbackWithState.getCallback().onStreamMethodUpdated(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...]
MergeChanges.java 265 MethodAPI newMethod) {
267 if (oldMethod.isAbstract_ != newMethod.isAbstract_) {
277 oldMethod.isNative_ != newMethod.isNative_) {
287 oldMethod.isSynchronized_ != newMethod.isSynchronized_) {
  /external/annotation-tools/asmx/core/org/objectweb/asm/
ClassWriter.class 
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
Constant.java 220 cw.newMethod(strVal1, strVal2, strVal3, false);
223 cw.newMethod(strVal1, strVal2, strVal3, true);
ConstantPool.java 162 public Constant newMethod(
MethodConstantsCollector.java 114 cp.newMethod(owner, name, desc, itf);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
AbstractFakeCommandHandlerTestCase.groovy 249 * @param newMethod - the Closure representing the new method for this single instance
251 protected void overrideMethod(object, String methodName, Closure newMethod) {
254 emc."$methodName" = newMethod
264 def newMethod = {String path -> throw new FileSystemException("Error thrown by method [$methodName]", ERROR_MESSAGE_KEY) }
265 overrideMethod(fileSystem, methodName, newMethod)
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
UnitTest.java 36 cw.newMethod("A", "m", "()V", false);
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiClassItem.kt 312 val newMethod: PsiMethodItem
314 newMethod = PsiMethodItem.create(codebase, this, method)
318 newMethod = PsiMethodItem.create(codebase, this, psiMethod)
319 newMethod.inheritedMethod = method.inheritedMethod
320 newMethod.documentation = method.documentation
324 newMethod.setThrowsTypes(emptyList())
334 newMethod.setThrowsTypes(throwsTypes)
337 return newMethod
  /external/javassist/src/main/javassist/
CodeConverter.java 384 * @param newMethod the method with the new name.
388 CtMethod newMethod)
392 = new TransformCall(transformers, oldMethodName, newMethod);
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 312 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + generateCallToSuper(methodName, paramTypes) + "\n}");
313 newMethod.setModifiers(newModifiers);
317 ctClass.addMethod(newMethod);
320 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + "\n}");
321 ctMethod.setBody(newMethod, 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/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 668 private static boolean isDuplicated(MethodInfo newMethod, String newName,
688 return notBridgeMethod(minfo) && notBridgeMethod(newMethod);
  /external/annotation-tools/asmx/core/
asm-2.2.2.jar 
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassWriter.java     [all...]
  /external/annotation-tools/asmx/test/lib/
asm-2.1.jar 
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3.1/
asm-3.3.1.jar 

Completed in 251 milliseconds

1 2 3 4 5 6