/external/javassist/src/main/javassist/ |
D | CtClass.java | 248 public URL getURL() throws NotFoundException { in getURL() 249 throw new NotFoundException(getName()); in getURL() 321 public CtClass getComponentType() throws NotFoundException { in getComponentType() 330 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() 542 public CtClass[] getNestedClasses() throws NotFoundException { in getNestedClasses() 585 public CtClass getSuperclass() throws NotFoundException { in getSuperclass() 611 public CtClass[] getInterfaces() throws NotFoundException { in getInterfaces() 643 public CtClass getDeclaringClass() throws NotFoundException { in getDeclaringClass() 654 public CtMethod getEnclosingMethod() throws NotFoundException { in getEnclosingMethod() 685 public CtField getField(String name) throws NotFoundException { in getField() [all …]
|
D | CtArray.java | 46 catch (NotFoundException e) {} in getModifiers() 50 public CtClass[] getInterfaces() throws NotFoundException { in getInterfaces() 63 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() 80 public CtClass getComponentType() throws NotFoundException { in getComponentType() 85 public CtClass getSuperclass() throws NotFoundException { in getSuperclass() 93 catch (NotFoundException e) { in getMethods() 99 throws NotFoundException in getMethod() 108 catch (NotFoundException e) { in getConstructors()
|
D | ClassPoolTail.java | 78 JarDirClassPath(String dirName) throws NotFoundException { in JarDirClassPath() 93 public InputStream openClassfile(String classname) throws NotFoundException { in openClassfile() 126 JarClassPath(String pathname) throws NotFoundException { in JarClassPath() 134 throw new NotFoundException(pathname); in JarClassPath() 138 throws NotFoundException in openClassfile() 149 throw new NotFoundException("broken jar file?: " in openClassfile() 242 throws NotFoundException in insertClassPath() 248 throws NotFoundException in appendClassPath() 254 throws NotFoundException in makePathObject() 283 throws NotFoundException, IOException, CannotCompileException in writeClassfile() [all …]
|
D | ClassPool.java | 386 throws NotFoundException in getAndRename() 390 throw new NotFoundException(orgName); in getAndRename() 431 public CtClass get(String classname) throws NotFoundException { in get() 439 throw new NotFoundException(classname); in get() 472 catch (NotFoundException e){} in getOrNull() 500 public CtClass getCtClass(String classname) throws NotFoundException { in getCtClass() 513 throws NotFoundException in get0() 597 catch (NotFoundException e) {} in checkNotFrozen() 622 catch (NotFoundException e) {} in checkNotExists() 630 InputStream openClassfile(String classname) throws NotFoundException { in openClassfile() [all …]
|
D | CtClassType.java | 120 catch (NotFoundException e) { in extendToString() 134 catch (NotFoundException e) { in extendToString() 187 throw new NotFoundException(getName()); in getClassFile2() 199 catch (NotFoundException e) { in getClassFile2() 266 public URL getURL() throws NotFoundException { in getURL() 269 throw new NotFoundException(getName()); in getURL() 297 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() 397 public CtClass[] getNestedClasses() throws NotFoundException { in getNestedClasses() 687 public CtClass getSuperclass() throws NotFoundException { in getSuperclass() 703 public CtClass[] getInterfaces() throws NotFoundException { in getInterfaces() [all …]
|
D | NotFoundException.java | 21 public class NotFoundException extends Exception { class 22 public NotFoundException(String msg) { in NotFoundException() method in NotFoundException 26 public NotFoundException(String msg, Exception e) { in NotFoundException() method in NotFoundException
|
D | CtNewMethod.java | 140 catch (NotFoundException e) { in make() 205 throws NotFoundException in abstractMethod() 243 catch (NotFoundException e) { in getter() 287 catch (NotFoundException e) { in setter() 322 catch (NotFoundException e) { in delegator() 328 throws CannotCompileException, NotFoundException in delegator0()
|
D | Translator.java | 43 throws NotFoundException, CannotCompileException; in start() 69 throws NotFoundException, CannotCompileException; in onLoad()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowResources.java | 67 public int getColor(int id) throws Resources.NotFoundException { in getColor() 84 public String getString(int id) throws Resources.NotFoundException { in getString() 89 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException { in getString() 95 … getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFoundException { in getQuantityString() 101 public String getQuantityString(int id, int quantity) throws Resources.NotFoundException { in getQuantityString() 106 public InputStream openRawResource(int id) throws Resources.NotFoundException { in openRawResource() 111 public String[] getStringArray(int id) throws Resources.NotFoundException { in getStringArray() 114 throw new Resources.NotFoundException(); in getStringArray() 120 public CharSequence[] getTextArray(int id) throws Resources.NotFoundException { in getTextArray() 125 public CharSequence getText(int id) throws Resources.NotFoundException { in getText() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | AndroidTranslator.java | 59 public void start(ClassPool classPool) throws NotFoundException, CannotCompileException { in start() 63 …injectClassHandlerToInstrumentedClasses(ClassPool classPool) throws NotFoundException, CannotCompi… in injectClassHandlerToInstrumentedClasses() 79 …public void onLoad(ClassPool classPool, String className) throws NotFoundException, CannotCompileE… in onLoad() 92 } catch (NotFoundException e) { in onLoad() 139 …aceClassWithFromAndroidEquivalent(ClassPool classPool, String className) throws NotFoundException { in replaceClassWithFromAndroidEquivalent() 193 } catch (NotFoundException e) { in addBypassShadowField() 203 private void fixConstructors(CtClass ctClass) throws CannotCompileException, NotFoundException { in fixConstructors() 230 … ctClass, boolean needsDefault, CtConstructor ctConstructor) throws NotFoundException, CannotCompi… in fixConstructor() 236 …tring generateConstructorBody(CtClass ctClass, CtClass[] parameterTypes) throws NotFoundException { in generateConstructorBody() 245 private void fixMethods(CtClass ctClass) throws NotFoundException, CannotCompileException { in fixMethods() [all …]
|
D | IgnorableClassNotFoundException.java | 3 import javassist.NotFoundException; 5 public class IgnorableClassNotFoundException extends NotFoundException { 6 public IgnorableClassNotFoundException(NotFoundException e) { in IgnorableClassNotFoundException()
|
/external/javassist/src/main/javassist/expr/ |
D | ConstructorCall.java | 21 import javassist.NotFoundException; 51 public CtMethod getMethod() throws NotFoundException { in getMethod() 52 throw new NotFoundException("this is a constructor call. Call getConstructor()."); in getMethod() 58 public CtConstructor getConstructor() throws NotFoundException { in getConstructor()
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Reflection.java | 103 public void start(ClassPool pool) throws NotFoundException { in start() 116 catch (NotFoundException e) { in start() 126 throws CannotCompileException, NotFoundException in onLoad() 147 throws CannotCompileException, NotFoundException in makeReflective() 173 throws CannotCompileException, NotFoundException in makeReflective() 200 NotFoundException in makeReflective() 239 throws CannotCompileException, NotFoundException in modifyClassfile() 276 throws CannotCompileException, NotFoundException in processMethods() 289 throws CannotCompileException, NotFoundException in processMethods0() 336 throws NotFoundException in findOriginal() [all …]
|
D | Loader.java | 19 import javassist.NotFoundException; 131 public Loader() throws CannotCompileException, NotFoundException { in Loader() 159 throws CannotCompileException, NotFoundException in makeReflective()
|
/external/javassist/src/main/javassist/tools/rmi/ |
D | StubGenerator.java | 70 public void start(ClassPool pool) throws NotFoundException { in start() 113 throws CannotCompileException, NotFoundException in makeProxyClass() 128 throws CannotCompileException, NotFoundException in produceProxyClass() 168 private CtClass toCtClass(Class rtclass) throws NotFoundException { in toCtClass() 185 private CtClass[] toCtClass(Class[] rtclasses) throws NotFoundException { in toCtClass() 198 throws CannotCompileException, NotFoundException in addMethods() 236 throws CannotCompileException, NotFoundException in modifySuperclass() 248 catch (NotFoundException e) { in modifySuperclass()
|
D | AppletServer.java | 22 import javassist.NotFoundException; 51 throws IOException, NotFoundException, CannotCompileException in AppletServer() 62 throws IOException, NotFoundException, CannotCompileException in AppletServer() 74 throws IOException, NotFoundException, CannotCompileException in AppletServer() 80 throws IOException, NotFoundException, CannotCompileException in AppletServer() 123 catch (NotFoundException e) { in exportObject()
|
/external/javassist/sample/evolve/ |
D | Evolution.java | 37 public void start(ClassPool _pool) throws NotFoundException { in start() 46 throws NotFoundException, CannotCompileException { in onLoad() 60 private void onLoadUpdatable(String classname) throws NotFoundException, in onLoadUpdatable() 78 throw new NotFoundException(classname, e); in onLoadUpdatable() 88 public void makeUpdatable(String classname) throws NotFoundException, in makeUpdatable() 103 throws CannotCompileException, NotFoundException { in makeAbstractClass() 170 int version) throws CannotCompileException, NotFoundException { in makeConcreteClass()
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberResolver.java | 151 catch (NotFoundException e) {} in lookupMethod() 176 catch (NotFoundException e) {} in lookupMethod() 252 catch (NotFoundException e) { in compareSignature() 295 catch (NotFoundException e) { in lookupFieldByJvmName2() 321 catch (NotFoundException e) {} in lookupField() 411 catch (NotFoundException e) { in lookupClass() 430 catch (NotFoundException e) { in searchImports() 440 catch (NotFoundException e2) { in searchImports() 451 throws NotFoundException in lookupClass0() 458 catch (NotFoundException e) { in lookupClass0() [all …]
|
D | CompileError.java | 19 import javassist.NotFoundException; 39 public CompileError(NotFoundException e) { in CompileError()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Type.java | 25 import javassist.NotFoundException; 133 } catch (NotFoundException e) { in lookupType() 232 } catch (NotFoundException e) { in getComponent() 307 } catch (NotFoundException e) { in merge() 328 } catch (NotFoundException e) { in createArray() 391 private static CtClass findCommonSuperClass(CtClass one, CtClass two) throws NotFoundException { in findCommonSuperClass() 448 private Type mergeClasses(Type type) throws NotFoundException { in mergeClasses() 511 } catch (NotFoundException e) { in findCommonInterfaces() 538 } catch (NotFoundException e) { in getAllInterfaces() 556 } catch (NotFoundException e) { in getDeclaredInterfaces()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/ |
D | JavassistHelper.java | 31 import javassist.NotFoundException; 52 public static String returnValue(CtBehavior method) throws NotFoundException { in returnValue() 69 private static boolean methodReturnsValue(CtBehavior method) throws NotFoundException { in methodReturnsValue() 93 public static String getSignature(CtBehavior method) throws NotFoundException { in getSignature()
|
/external/javassist/src/main/javassist/convert/ |
D | TransformReadField.java | 22 import javassist.NotFoundException; 52 catch (NotFoundException e) {} in isField() 64 catch (NotFoundException e) {} in isFieldInSuper()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/kms/ |
D | test_kms.py | 24 from boto.kms.exceptions import NotFoundException 37 with self.assertRaises(NotFoundException):
|
/external/javassist/sample/rmi/ |
D | Counter.java | 6 import javassist.NotFoundException; 21 throws IOException, NotFoundException, CannotCompileException in main()
|
/external/javassist/sample/vector/ |
D | VectorAssistant.java | 70 catch (NotFoundException e) { in assist() 85 throws CannotCompileException, NotFoundException, IOException in makeSubclass() 110 throws CannotCompileException, NotFoundException, IOException in makeSubclass2()
|