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

1 2 3 4 5 6 7 891011>>

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 28 import java.io.FileNotFoundException;
129 } catch (FileNotFoundException e) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 27 import java.io.FileNotFoundException;
394 } catch (FileNotFoundException e) {
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOp.java 23 import java.io.FileNotFoundException;
188 * @throws FileNotFoundException if the source file doesn't exist.
200 * @throws FileNotFoundException if the source files don't exist.
355 public OutputStream newFileOutputStream(File file) throws FileNotFoundException {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 27 import java.io.FileNotFoundException;
218 if (e instanceof FileNotFoundException) {
  /sdk/traceview/src/com/android/traceview/
MainWindow.java 37 import java.io.FileNotFoundException;
199 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 49 import java.io.FileNotFoundException;
377 } catch (FileNotFoundException e) {
406 * @throws FileNotFoundException
410 throws ParseException, FileNotFoundException, ConfigurationException {
518 } catch (FileNotFoundException e) {
577 * @throws FileNotFoundException
619 InputStream createXmlStream(File xmlFile) throws FileNotFoundException {
TestPackageDef.java 28 import java.io.FileNotFoundException;
378 InputStream getFileStream(File fileDir, String fileName) throws FileNotFoundException {
  /frameworks/base/core/java/android/webkit/
CacheManager.java 26 import java.io.FileNotFoundException;
389 } catch (FileNotFoundException e) {
415 } catch (FileNotFoundException e) {
509 } catch (FileNotFoundException e) {
515 } catch (FileNotFoundException e2) {
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 21 import java.io.FileNotFoundException;
144 } catch (FileNotFoundException e) {
491 private void touch(File file) throws FileNotFoundException {
611 FileNotFoundException, IOException, ClientProtocolException {
697 throws FileNotFoundException, DownloaderException, IOException {
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 21 import java.io.FileNotFoundException;
367 } catch (FileNotFoundException fne) {
368 fail("Unexpected FileNotFoundException " + fne.toString());
390 } catch (FileNotFoundException fne) {
391 fail("Unexpected FileNotFoundException " + fne.toString());
568 } catch (FileNotFoundException fne) {
569 fail("Unexpected FileNotFoundException " + fne.toString());
594 } catch (FileNotFoundException fne) {
595 fail("Unexpected FileNotFoundException " + fne.toString());
798 } catch (FileNotFoundException fne)
    [all...]
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 28 import java.io.FileNotFoundException;
374 } catch (FileNotFoundException e) {
432 } catch (FileNotFoundException e) {
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 42 import java.io.FileNotFoundException;
410 * @throws FileNotFoundException if there is no file associated with the incoming URI.
414 throws FileNotFoundException {
444 throw new FileNotFoundException("Unable to query " + uri);
  /frameworks/base/core/java/android/content/
ContextWrapper.java 35 import java.io.FileNotFoundException;
158 throws FileNotFoundException {
164 throws FileNotFoundException {
ContentProviderNative.java 37 import java.io.FileNotFoundException;
512 throws RemoteException, FileNotFoundException {
534 throws RemoteException, FileNotFoundException {
600 throws RemoteException, FileNotFoundException {
  /frameworks/base/core/java/android/net/
Downloads.java 31 import java.io.FileNotFoundException;
388 throws FileNotFoundException
403 throws FileNotFoundException, IOException
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 35 import java.io.FileNotFoundException;
286 } catch (FileNotFoundException e) {
481 } catch (FileNotFoundException e) {
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 40 import java.io.FileNotFoundException;
127 } catch (FileNotFoundException e) {
141 } catch (FileNotFoundException e) {
222 } catch (FileNotFoundException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PrintStreamTest.java 25 import java.io.FileNotFoundException;
46 public MockPrintStream(String fileName) throws FileNotFoundException {
50 public MockPrintStream(String fileName, String csn) throws FileNotFoundException, UnsupportedEncodingException {
159 public void test_clearError() throws FileNotFoundException {
  /external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java 21 import java.io.FileNotFoundException;
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 47 import java.io.FileNotFoundException;
568 throw new FileNotFoundException("Resource does not exist: " + uri);
574 throw new FileNotFoundException("Failed to open " + uri);
586 } catch (FileNotFoundException fnfe) {
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
FileFilter.java 25 import java.io.FileNotFoundException;
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 20 import java.io.FileNotFoundException;
380 * java.io only throws FileNotFoundException when opening files, regardless of what actually
385 public static FileDescriptor open(String path, int flags) throws FileNotFoundException {
406 FileNotFoundException ex = new FileNotFoundException(path + ": " + errnoException.getMessage());
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 22 import java.io.FileNotFoundException;
265 } catch (FileNotFoundException e) {
275 private File findFile(File directory, String name) throws FileNotFoundException {
287 throw new FileNotFoundException("Missing file: " + file);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 56 import java.io.FileNotFoundException;
283 } catch (FileNotFoundException e) {
302 } catch (FileNotFoundException e) {
750 } catch (FileNotFoundException e) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
ApkBuilder.java 28 import java.io.FileNotFoundException;
242 } catch (FileNotFoundException e) {
    [all...]

Completed in 2009 milliseconds

1 2 3 4 5 6 7 891011>>