HomeSort by relevance Sort by last modified time
    Searched refs:fnfe (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 51 } catch (FileNotFoundException fnfe) {
52 Log.w(TAG, "Unable to open file: " + uri, fnfe);
53 mText.setText("Unable to open file: " + uri + ": " + fnfe);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 124 } catch (FileNotFoundException fnfe) {
127 fnfe.getMessage());
128 throw fnfe;
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ReportLogCollector.java 73 } catch (FileNotFoundException fnfe) {
74 fnfe.printStackTrace();
ResultFilePuller.java 96 } catch (FileNotFoundException fnfe) {
97 fnfe.printStackTrace();
DeviceInfoCollector.java 144 } catch (FileNotFoundException fnfe) {
145 fnfe.printStackTrace();
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 496 FileNotFoundException fnfe = new FileNotFoundException(); local
497 IllegalArgumentException iae = new IllegalArgumentException(fnfe);
501 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex));
502 assertSame(fnfe, Iterables.getOnlyElement(Throwables.getCausalChain(fnfe)));
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 208 } catch (FileNotFoundException fnfe) {
209 throw fnfe;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java 110 } catch (FileNotFoundException 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);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 326 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); local
327 fnfe.initCause(t);
328 throw fnfe;
  /art/test/068-classloader/src/
FancyLoader.java 146 } catch (FileNotFoundException fnfe) {
  /art/test/138-duplicate-classes-check2/src/
FancyLoader.java 147 } catch (FileNotFoundException fnfe) {
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 174 } catch (FileNotFoundException fnfe) {
194 } catch (FileNotFoundException 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;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 169 } catch (FileNotFoundException fnfe) {
170 Log.w(TAG, "Icon not found: " + uri + ", " + fnfe.getMessage());
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/
plexus-velocity-1.1.7.jar 
  /art/runtime/native/
dalvik_system_DexFile.cc 357 ScopedLocalRef<jclass> fnfe(env, env->FindClass("java/io/FileNotFoundException"));
359 env->ThrowNew(fnfe.get(), message);
484 ScopedLocalRef<jclass> fnfe(env, env->FindClass("java/io/FileNotFoundException"));
486 env->ThrowNew(fnfe.get(), message);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 308 } catch (FileNotFoundException fnfe) {
309 reportLoadError(mJarFileName, className, fnfe);
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 398 catch (IOException fnfe) // FileNotFoundException
402 throw new EMMARuntimeException(fnfe);
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 325 } catch (FileNotFoundException fnfe) {
327 if (DEBUG) Log.d(TAG, "unable to find the stash file", fnfe);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 275 catch (FileNotFoundException fnfe) {
277 LogUtils.e(TAG, fnfe, "Rfc822Output#writeOneAttachment(), FileNotFoundException" +
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 364 } catch (FileNotFoundException fnfe) {
365 Log.e(TAG, "Error printing an image", fnfe);
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserModel.java     [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 509 catch (IOException fnfe) // FileNotFoundException
512 throw new EMMARuntimeException (fnfe);

Completed in 653 milliseconds

1 2 3 4