OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fnfe
(Results
1 - 20
of
20
) sorted by null
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java
52
} catch (FileNotFoundException
fnfe
) {
53
Log.w(TAG, "Unable to open file: " + uri,
fnfe
);
54
mText.setText("Unable to open file: " + uri + ": " +
fnfe
);
/dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java
101
} catch (FileNotFoundException
fnfe
) {
104
fnfe
.getMessage());
105
throw
fnfe
;
/external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java
107
catch (FileNotFoundException
fnfe
)
112
fnfe
.printStackTrace (System.out);
206
catch (FileNotFoundException
fnfe
)
211
fnfe
.printStackTrace (System.out);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java
146
} catch (FileNotFoundException
fnfe
) {
147
Log.w(TAG, "Icon not found: " + uri + ", " +
fnfe
.getMessage());
/frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java
172
} catch (FileNotFoundException
fnfe
) {
197
} catch (FileNotFoundException
fnfe
) {
217
} catch (FileNotFoundException
fnfe
) {
320
} catch (FileNotFoundException
fnfe
) {
391
} catch (FileNotFoundException
fnfe
) {
/external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java
398
catch (IOException
fnfe
) // FileNotFoundException
402
throw new EMMARuntimeException(
fnfe
);
/external/emma/core/java12/com/vladium/util/
IPathEnumerator.java
278
catch (FileNotFoundException
fnfe
) // ignore: this should not happen
280
if ($assert.ENABLED) throw
fnfe
;
/dalvik/tests/068-classloader/src/
FancyLoader.java
146
} catch (FileNotFoundException
fnfe
) {
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java
297
} catch (FileNotFoundException
fnfe
) {
299
"could not open file with systemId "+systemId, this,
fnfe
);
/external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java
509
catch (IOException
fnfe
) // FileNotFoundException
512
throw new EMMARuntimeException (
fnfe
);
/external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java
524
catch (IOException
fnfe
) // FileNotFoundException
527
throw new EMMARuntimeException (
fnfe
);
/external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java
272
catch (FileNotFoundException
fnfe
)
277
fnfe
.printStackTrace (System.out);
510
catch (FileNotFoundException
fnfe
)
515
fnfe
.printStackTrace (System.out);
[
all
...]
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
TouchDexLoader.java
247
catch (FileNotFoundException
fnfe
) {
PathClassLoader.java
348
catch (FileNotFoundException
fnfe
) {
/frameworks/base/core/java/android/app/
SuggestionsAdapter.java
575
} catch (FileNotFoundException
fnfe
) {
576
Log.w(LOG_TAG, "Icon not found: " + uri + ", " +
fnfe
.getMessage());
/external/jdiff/src/jdiff/
JDiffAntTask.java
316
} catch (java.io.FileNotFoundException
fnfe
) {
/packages/apps/Email/src/com/android/email/mail/transport/
Rfc822Output.java
263
catch (FileNotFoundException
fnfe
) {
/external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java
[
all
...]
/packages/apps/Email/src/com/android/email/mail/store/
LocalStore.java
[
all
...]
/external/emma/lib/
emma.jar
Completed in 179 milliseconds