HomeSort by relevance Sort by last modified time
    Searched refs:FileNotFoundException (Results 101 - 125 of 385) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/test-runner/src/android/test/
RenamingDelegatingContext.java 31 import java.io.FileNotFoundException;
184 throws FileNotFoundException {
189 throw new FileNotFoundException(internalName);
195 throws FileNotFoundException {
  /frameworks/base/test-runner/src/android/test/mock/
MockContentProvider.java 36 import java.io.FileNotFoundException;
83 FileNotFoundException {
89 FileNotFoundException {
124 throws RemoteException, FileNotFoundException {
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 20 import java.io.FileNotFoundException;
  /libcore/luni/src/main/java/java/io/
PrintStream.java 130 * @throws FileNotFoundException
133 public PrintStream(File file) throws FileNotFoundException {
146 * @throws FileNotFoundException
153 public PrintStream(File file, String csn) throws FileNotFoundException,
173 * @throws FileNotFoundException
176 public PrintStream(String fileName) throws FileNotFoundException {
190 * @throws FileNotFoundException
198 throws FileNotFoundException, UnsupportedEncodingException {
PrintWriter.java 123 * @throws FileNotFoundException
126 public PrintWriter(File file) throws FileNotFoundException {
141 * @throws FileNotFoundException
148 public PrintWriter(File file, String csn) throws FileNotFoundException,
164 * @throws FileNotFoundException
167 public PrintWriter(String fileName) throws FileNotFoundException {
184 * @throws FileNotFoundException
192 throws FileNotFoundException, UnsupportedEncodingException {
  /libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java 22 import java.io.FileNotFoundException;
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
BitmapUtils.java 35 import java.io.FileNotFoundException;
118 } catch (FileNotFoundException e) {
165 } catch (FileNotFoundException e) {
166 Log.e(TAG, "FileNotFoundException: " + uri);
242 } catch (FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 36 import java.io.FileNotFoundException;
163 * @throws FileNotFoundException
166 throws FileNotFoundException {
169 throw new FileNotFoundException();
188 throw new FileNotFoundException();
  /external/guava/src/com/google/common/io/
Files.java 26 import java.io.FileNotFoundException;
66 throws FileNotFoundException {
80 throws FileNotFoundException {
611 * @throws FileNotFoundException if the {@code file} does not exist
633 * @throws FileNotFoundException if the {@code file} does not exist
642 throw new FileNotFoundException(file.toString());
669 throws FileNotFoundException, IOException {
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 42 import java.io.FileNotFoundException;
198 throws FileNotFoundException {
202 throw new FileNotFoundException("cannot open file for write");
207 throw new FileNotFoundException(uri.toString());
215 throw new FileNotFoundException("unspported type: " + object);
  /frameworks/base/core/java/android/content/res/
AssetManager.java 23 import java.io.FileNotFoundException;
322 throw new FileNotFoundException("Asset file: " + fileName);
336 throw new FileNotFoundException("Asset file: " + fileName);
414 throw new FileNotFoundException("Asset absolute file: " + fileName);
434 throw new FileNotFoundException("Asset absolute file: " + fileName);
494 throw new FileNotFoundException("Asset XML file: " + fileName);
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 38 import java.io.FileNotFoundException;
101 BufferedReader getInputStream() throws FileNotFoundException {
105 BufferedReader getInputStream(String inputFile) throws FileNotFoundException {
343 } catch (FileNotFoundException ex) {
515 } catch (FileNotFoundException fnfe) {
531 } catch (FileNotFoundException fnfe) {
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 25 import java.io.FileNotFoundException;
174 } catch (FileNotFoundException e) {
  /cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java 27 import java.io.FileNotFoundException;
113 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 34 import java.io.FileNotFoundException;
163 } catch (FileNotFoundException e) {
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 20 import java.io.FileNotFoundException;
124 } catch (FileNotFoundException fnfe) {
  /external/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 19 import java.io.FileNotFoundException;
270 throw new FileNotFoundException(finalizerPath);
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 27 import java.io.FileNotFoundException;
60 throw new FileNotFoundException("Could not locate file " + name);
  /external/jsilver/src/com/google/clearsilver/jsilver/compatibility/
ClearsilverRenderer.java 31 import java.io.FileNotFoundException;
138 throw new FileNotFoundException(filename);
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapFileReader.java 24 import java.io.FileNotFoundException;
138 throw new FileNotFoundException("Unable to locate resource: " + templateMapFile);
  /external/jsilver/src/org/clearsilver/
DelegatedHdf.java 19 import java.io.FileNotFoundException;
75 public boolean readFile(String filename) throws IOException, FileNotFoundException {
  /external/nist-sip/java/gov/nist/core/net/
SslNetworkLayer.java 29 import java.io.FileNotFoundException;
68 String keyStoreType) throws GeneralSecurityException, FileNotFoundException, IOException
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockResponse.java 25 import java.io.FileNotFoundException;
107 } catch (FileNotFoundException e) {
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 26 import java.io.FileNotFoundException;
146 } catch(FileNotFoundException e) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 35 import java.io.FileNotFoundException;
63 } catch (FileNotFoundException e) {

Completed in 972 milliseconds

1 2 3 45 6 7 8 91011>>