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

1 23 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 26 import java.io.FileNotFoundException;
103 throws FileNotFoundException
  /external/javassist/sample/evolve/
DemoServer.java 67 catch (FileNotFoundException e) {
86 throws IOException, FileNotFoundException
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
HDFDataFactory.java 22 import java.io.FileNotFoundException;
56 throw new FileNotFoundException(dataFileName);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ParserFactory.java 26 import java.io.FileNotFoundException;
40 throws XmlPullParserException, FileNotFoundException {
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeedNative.java 26 import java.io.FileNotFoundException;
41 throws FileNotFoundException {
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
RandomBitsSupplier.java 24 import java.io.FileNotFoundException;
81 } catch (FileNotFoundException e) {
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 22 import java.io.FileNotFoundException;
62 } catch (FileNotFoundException e) {
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
DictionaryMaker.java 21 import java.io.FileNotFoundException;
151 throws FileNotFoundException, ParserConfigurationException, SAXException, IOException,
166 SAXException, FileNotFoundException {
181 * @throws FileNotFoundException if the file can't be found
186 throws FileNotFoundException, IOException, UnsupportedFormatException {
197 * @throws FileNotFoundException if one of the files can't be found
203 final String bigramXmlFilename) throws FileNotFoundException, SAXException,
217 * @throws FileNotFoundException if one of the output files can't be created.
221 throws FileNotFoundException, IOException {
235 * @throws FileNotFoundException if the output file can't be created
    [all...]
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 19 import java.io.FileNotFoundException;
62 } catch (FileNotFoundException e) {
  /sdk/anttasks/src/com/android/ant/
XPathTask.java 27 import java.io.FileNotFoundException;
86 } catch (FileNotFoundException e) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
BugReportImporter.java 21 import java.io.FileNotFoundException;
35 public BugReportImporter(String filePath) throws FileNotFoundException {
  /frameworks/base/core/java/android/content/
ContentResolver.java 47 import java.io.FileNotFoundException;
336 * is no data associated with the URI, FileNotFoundException is thrown.
350 * @throws FileNotFoundException if the provided URI could not be opened.
354 throws FileNotFoundException {
364 throw new FileNotFoundException("Resource does not exist: " + uri);
375 throw new FileNotFoundException("Unable to create stream");
383 * @throws FileNotFoundException if the provided URI could not be opened.
386 throws FileNotFoundException {
392 * is no data associated with the URI, FileNotFoundException is thrown.
406 * @throws FileNotFoundException if the provided URI could not be opened
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 20 import java.io.FileNotFoundException;
57 throws FileNotFoundException, IOException {
61 throw new FileNotFoundException("Cannot create folder: " + dir.getAbsolutePath());
65 throw new FileNotFoundException("Cannot create file .nomedia");
83 throws FileNotFoundException, IOException {
165 throws FileNotFoundException, IOException {
226 throws FileNotFoundException, IOException {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResultRepo.java 24 import java.io.FileNotFoundException;
76 } catch (FileNotFoundException e) {
113 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java 24 import java.io.FileNotFoundException;
82 } catch (FileNotFoundException e) {
102 InputStream createStreamFromFile(File xmlFile) throws FileNotFoundException {
InstrumentationApkTest.java 26 import java.io.FileNotFoundException;
83 } catch (FileNotFoundException e) {
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 25 import java.io.FileNotFoundException;
81 } catch (FileNotFoundException e) {
97 } catch (FileNotFoundException e) {
  /libcore/luni/src/test/java/libcore/java/io/
OldFileInputStreamTest.java 23 import java.io.FileNotFoundException;
50 fail("FileNotFoundException expected.");
51 } catch (FileNotFoundException e) {
82 fail("FileNotFoundException expected.");
83 } catch (FileNotFoundException e) {
128 } catch (FileNotFoundException e) {
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 46 import java.io.FileNotFoundException;
78 fail("Should always throw out FileNotFoundException!");
79 } catch (FileNotFoundException e) {
84 fail("Should always throw out FileNotFoundException!");
85 } catch (FileNotFoundException e) {
247 fail("Should always throw out FileNotFoundException!");
248 } catch (FileNotFoundException e) {
253 fail("Should always throw out FileNotFoundException!");
254 } catch (FileNotFoundException e) {
278 fail("Should throw FileNotFoundException!");
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java 30 import java.io.FileNotFoundException;
110 } catch (FileNotFoundException fnfe) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 12 import java.io.FileNotFoundException;
64 } catch (FileNotFoundException e) {
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 41 import java.io.FileNotFoundException;
264 throw new FileNotFoundException("No authority: " + resourceUri);
269 throw new FileNotFoundException("No package found for authority: " + resourceUri);
274 throw new FileNotFoundException("No path: " + resourceUri);
282 throw new FileNotFoundException("Single path segment is not a resource ID: " + resourceUri);
287 throw new FileNotFoundException("More than two path segments: " + resourceUri);
290 throw new FileNotFoundException("No resource found for: " + resourceUri);
294 } catch (FileNotFoundException e) {
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 23 import java.io.FileNotFoundException;
82 * @throws java.io.FileNotFoundException if the specified file does not
109 FileNotFoundException {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SpnOverride.java 20 import java.io.FileNotFoundException;
62 } catch (FileNotFoundException e) {
  /frameworks/base/test-runner/src/android/test/mock/
MockIContentProvider.java 32 import java.io.FileNotFoundException;
103 throws RemoteException, FileNotFoundException {

Completed in 1513 milliseconds

1 23 4 5 6 7 8 91011>>