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

  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 73 throw new NoSuchMethodError();
  /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
base.py 37 class NoSuchMethodError(Exception):
56 super(NoSuchMethodError, self).__init__()
236 NoSuchMethodError: If this Servicer does not handle operations with the
  /art/test/971-iface-super/util-src/
generate_smali.py 211 NoSuchMethodError = 1
220 elif self == InterfaceCallResponse.NoSuchMethodError:
221 return "NoSuchMethodError thrown for {iface_name}.super.call() on {tree}\n"
275 # }} catch (NoSuchMethodError nsme) {{
276 # System.out.println("NoSuchMethodError thrown for {iface_name}.super.call() on {tree}");
292 .catch Ljava/lang/NoSuchMethodError; {{:call_{class_name}_{iface_name}_try_start .. :call_{class_name}_{iface_name}_try_end}} :NSME_{class_name}_{iface_name}_start
300 const-string v1, "NoSuchMethodError thrown for {iface_name}.super.call() on {tree}"
418 result in a NoSuchMethodError.
520 result in a NoSuchMethodError.
548 return InterfaceCallResponse.NoSuchMethodError
    [all...]
  /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
face.py 33 class NoSuchMethodError(Exception):
48 super(NoSuchMethodError, self).__init__()
53 return 'face.NoSuchMethodError(%s, %s)' % (
685 NoSuchMethodError: If this MultiMethod does not recognize the given group
    [all...]

Completed in 721 milliseconds