OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileNotFoundException
(Results
251 - 275
of
975
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java
25
import java.io.
FileNotFoundException
;
46
* @throws
FileNotFoundException
/external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java
20
import java.io.
FileNotFoundException
;
260
} catch (
FileNotFoundException
ex) {
282
} catch (
FileNotFoundException
ex) {
319
} catch (
FileNotFoundException
ex) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java
19
import java.io.
FileNotFoundException
;
268
String readLocalFile(File dir, List scenarios) throws
FileNotFoundException
{
271
if (!dataFile.exists()) throw new
FileNotFoundException
();
438
} catch (
FileNotFoundException
e) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java
12
import java.io.
FileNotFoundException
;
70
public void validate() throws
FileNotFoundException
{
72
throw new
FileNotFoundException
(androidManifestFile.getAbsolutePath() + " not found or not a file; it should point to your project's AndroidManifest.xml");
76
throw new
FileNotFoundException
(getResourceDirectory().getAbsolutePath() + " not found or not a directory; it should point to your project's res directory");
/frameworks/base/graphics/java/android/graphics/
Movie.java
75
catch (java.io.
FileNotFoundException
e) {
/packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java
50
import java.io.
FileNotFoundException
;
142
} catch (
FileNotFoundException
e) {
247
} catch (
FileNotFoundException
e) {
371
* @throws
FileNotFoundException
373
public abstract void onPhotoSelected(Uri uri) throws
FileNotFoundException
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java
43
import java.io.
FileNotFoundException
;
205
* @throws
FileNotFoundException
208
throws
FileNotFoundException
{
211
throw new
FileNotFoundException
();
230
throw new
FileNotFoundException
();
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java
36
import java.io.
FileNotFoundException
;
105
} catch (
FileNotFoundException
e) {
192
} catch (
FileNotFoundException
e) {
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java
36
import java.io.
FileNotFoundException
;
192
} catch (
FileNotFoundException
e) {
203
} catch (
FileNotFoundException
e) {
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java
32
import java.io.
FileNotFoundException
;
174
} catch (
FileNotFoundException
fnfe) {
175
Log.e(TAG, "testFileReadAccess: failed to read test file,
FileNotFoundException
.");
194
} catch (
FileNotFoundException
fnfe) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JUnitDeviceTest.java
39
import java.io.
FileNotFoundException
;
163
} catch (
FileNotFoundException
e) {
210
} catch (
FileNotFoundException
e) {
TestPackageRepo.java
28
import java.io.
FileNotFoundException
;
136
} catch (
FileNotFoundException
e) {
156
InputStream createStreamFromFile(File xmlFile) throws
FileNotFoundException
{
JarHostTest.java
42
import java.io.
FileNotFoundException
;
308
} catch (
FileNotFoundException
fnfe) {
363
} catch (
FileNotFoundException
e) {
/external/conscrypt/src/main/java/org/conscrypt/
FileClientSessionCache.java
22
import java.io.
FileNotFoundException
;
159
} catch (
FileNotFoundException
e) {
205
} catch (
FileNotFoundException
e) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java
21
import java.io.
FileNotFoundException
;
125
} catch (
FileNotFoundException
e) {
159
} catch (
FileNotFoundException
e) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java
15
import java.io.
FileNotFoundException
;
213
catch (
FileNotFoundException
e)
242
catch (
FileNotFoundException
e)
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java
57
import java.io.
FileNotFoundException
;
191
public Cursor queryRoots(String[] projection) throws
FileNotFoundException
{
200
public Cursor queryDocument(String docId, String[] projection) throws
FileNotFoundException
{
292
throws
FileNotFoundException
{
382
throws
FileNotFoundException
{
417
throws
FileNotFoundException
{
449
String docId, Point sizeHint, CancellationSignal signal) throws
FileNotFoundException
{
752
private long getImageForBucketCleared(long bucketId) throws
FileNotFoundException
{
[
all
...]
/development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java
31
import java.io.
FileNotFoundException
;
233
* This method throws a
FileNotFoundException
if the URI isn't for a note ID or the MIME type
236
public void testOpenTypedAssetFile() throws
FileNotFoundException
, IOException {
294
} catch (
FileNotFoundException
e) {
312
} catch (
FileNotFoundException
e) {
332
public void testWriteDataToPipe() throws
FileNotFoundException
{
[
all
...]
/frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java
43
import java.io.
FileNotFoundException
;
310
* @throws
FileNotFoundException
if <code>Uri</code> is not pointing to a valid image.
313
final OnPrintFinishCallback callback) throws
FileNotFoundException
{
364
} catch (
FileNotFoundException
e) {
497
* @throws
FileNotFoundException
if the Uri does not point to an image
499
private Bitmap loadConstrainedBitmap(Uri uri, int maxSideLength) throws
FileNotFoundException
{
549
private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws
FileNotFoundException
{
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java
41
import java.io.
FileNotFoundException
;
284
private InputStream regenerateInputStream() throws
FileNotFoundException
{
301
} catch (
FileNotFoundException
e) {
313
} catch (
FileNotFoundException
e) {
326
} catch (
FileNotFoundException
e) {
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java
48
import java.io.
FileNotFoundException
;
349
} catch (final
FileNotFoundException
e) {
383
} catch (final
FileNotFoundException
e) {
395
} catch (final
FileNotFoundException
e) {
427
} catch (final
FileNotFoundException
e) {
435
} catch (final
FileNotFoundException
e) {
450
} catch (final
FileNotFoundException
e) {
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java
24
import java.io.
FileNotFoundException
;
126
* @throws
FileNotFoundException
if the file does not exist
140
throw new
FileNotFoundException
("File '" + file + "' does not exist");
640
throw new
FileNotFoundException
("Source '" + srcFile + "' does not exist");
[
all
...]
/external/guava/guava/src/com/google/common/io/
Files.java
39
import java.io.
FileNotFoundException
;
84
throws
FileNotFoundException
{
101
throws
FileNotFoundException
{
133
throw new
FileNotFoundException
(file.toString());
804
* @throws
FileNotFoundException
if the {@code file} does not exist
827
* @throws
FileNotFoundException
if the {@code file} does not exist
838
throw new
FileNotFoundException
(file.toString());
865
throws
FileNotFoundException
, IOException {
[
all
...]
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
Fuzzer.java
50
import java.io.
FileNotFoundException
;
412
} catch (
FileNotFoundException
e) {
439
} catch (
FileNotFoundException
e) {
/external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java
13
import java.io.
FileNotFoundException
;
107
catch (
FileNotFoundException
fnfe)
206
catch (
FileNotFoundException
fnfe)
Completed in 1831 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>