/third_party/pulseaudio/src/tests/ |
H A D | mainloop-test.c | 47 pa_io_event *ioe; member 56 pa_assert_se(e == me->ioe); in iocb() 63 a->io_free(me->ioe); in iocb() 64 me->ioe = NULL; in iocb() 113 me.ioe = a->io_new(a, 0, PA_IO_EVENT_INPUT, iocb, &me); in START_TEST() 114 fail_if(!me.ioe); in START_TEST() 131 if (me.ioe) in START_TEST() 132 a->io_free(me.ioe); in START_TEST()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Preferences.java | 131 } catch (IOException ioe) {} // Ignore, its not critical in addRecentFilePreference() 164 } catch (IOException ioe) { in init() 166 ioe.printStackTrace(System.err); in init() 170 } catch (IOException ioe) { in init() 171 System.err.println("Error saving preferences " + ioe.getMessage()); in init()
|
H A D | Resources.java | 119 catch (IOException ioe) { in getAvailableLocales() 121 ioe.printStackTrace(System.err); in getAvailableLocales()
|
H A D | RBReporter.java | 102 try { generateReports(); } catch (IOException ioe) {} in RBReporter() 111 catch (IOException ioe) { in RBReporter() 112 JOptionPane.showMessageDialog(null, ioe.getMessage(), in RBReporter() 767 } catch (IOException ioe) { in saveDefaults() 769 ioe.printStackTrace(); in saveDefaults() 1123 try {Preferences.savePreferences();} catch (IOException ioe) {} in setInputBundle() 1136 try {Preferences.savePreferences();} catch (IOException ioe) {} in setOutputBundle() 1148 try {Preferences.savePreferences();} catch (IOException ioe) {} in setScanFile() 1172 } catch (IOException ioe) { in main() 1173 System.out.println("There was an error generating the reports...\n\n\t" + ioe in main() [all...] |
H A D | RBImporter.java | 373 } catch (IOException ioe) { in initComponents() 374 ioe.printStackTrace(System.err); in initComponents() 376 Resources.getTranslation("error") + "\n" + ioe.getLocalizedMessage(), in initComponents()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBManagerGUI.java | 319 } catch (IOException ioe) { in actionPerformed() 456 } catch (IOException ioe) { in actionPerformed() 459 ": " + ioe.getMessage()); in actionPerformed() 503 } catch (IOException ioe) { in actionPerformed() 512 } catch (IOException ioe) { in actionPerformed() 521 } catch (IOException ioe) { in actionPerformed() 530 } catch (IOException ioe) { in actionPerformed() 540 } catch (IOException ioe) { in actionPerformed() 1034 } catch (IOException ioe) { in deleteResources() 1035 JOptionPane.showMessageDialog(this, Resources.getTranslation("error_deleting", ioe in deleteResources() [all...] |
H A D | PreferencesDialog.java | 273 } catch (IOException ioe) { in updatePreferences() 276 ioe.printStackTrace(System.err); in updatePreferences()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
H A D | ICUZDump.java | 329 } catch (IOException ioe) { in main() 330 ioe.printStackTrace(); in main() 343 } catch (IOException ioe) { in main() 344 ioe.printStackTrace(); in main()
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
H A D | Receiver.java | 87 catch (IOException ioe) in loadRules() 89 Log.e(TAG, "Failed to open " + ANGLE_RULES_FILE + ": ", ioe); in loadRules()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUConfig.java | 39 } catch (IOException ioe) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUConfig.java | 41 } catch (IOException ioe) {
|
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 851 const SkOpPtT* ioe = inner->oppPtTEnd(); in DEBUG_COIN_DECLARE_PARAMS() local 852 FAIL_IF(ioe->deleted()); in DEBUG_COIN_DECLARE_PARAMS() 853 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS() 854 FAIL_IF(!this->addIfMissing(ocs->starter(oce), ios->starter(ioe), in DEBUG_COIN_DECLARE_PARAMS() 857 SkDEBUGPARAMS(ios->debugEnder(ioe)))); in DEBUG_COIN_DECLARE_PARAMS() 874 const SkOpPtT* ioe = inner->oppPtTEnd(); in DEBUG_COIN_DECLARE_PARAMS() local 875 if (ioe->deleted()) { in DEBUG_COIN_DECLARE_PARAMS() 879 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) { in DEBUG_COIN_DECLARE_PARAMS() 880 FAIL_IF(!this->addIfMissing(oos->starter(ooe), ios->starter(ioe), in DEBUG_COIN_DECLARE_PARAMS() 883 SkDEBUGPARAMS(ios->debugEnder(ioe)))); in DEBUG_COIN_DECLARE_PARAMS() [all...] |
H A D | SkPathOpsDebug.cpp | 1916 const SkOpPtT* ioe = inner->oppPtTEnd(); in debugAddMissing() local 1917 SkASSERT(!ioe->deleted()); in debugAddMissing() 1918 if (outerOpp != innerCoin && this->overlap(ocs, oce, ios, ioe, &overS, &overE)) { in debugAddMissing() 1919 this->debugAddIfMissing(log, ocs->starter(oce), ios->starter(ioe), in debugAddMissing() 1922 ios->debugEnder(ioe)); in debugAddMissing() 1939 const SkOpPtT* ioe = inner->oppPtTEnd(); in debugAddMissing() local 1940 if (ioe->deleted()) { in debugAddMissing() 1944 if (this->overlap(oos, ooe, ios, ioe, &overS, &overE)) { in debugAddMissing() 1945 this->debugAddIfMissing(log, oos->starter(ooe), ios->starter(ioe), in debugAddMissing() 1948 ios->debugEnder(ioe)); in debugAddMissing() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 486 } catch (IOException ioe) { in TestVTimeZoneRoundTrip() 547 } catch (IOException ioe) { in TestVTimeZoneRoundTripPartial() 613 } catch (IOException ioe) { in TestVTimeZoneSimpleWrite() 665 } catch (IOException ioe) { in TestVTimeZoneHeaderProps() 696 } catch (IOException ioe) { in TestVTimeZoneHeaderProps() 1313 } catch (IOException ioe) { in TestVTimeZoneParse()
|
H A D | TimeZoneTest.java | 1190 catch (IOException ioe) { in TestSimpleTimeZoneSerialization() 1191 errln(ioe.getMessage()); in TestSimpleTimeZoneSerialization()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 484 } catch (IOException ioe) { in TestVTimeZoneRoundTrip() 545 } catch (IOException ioe) { in TestVTimeZoneRoundTripPartial() 611 } catch (IOException ioe) { in TestVTimeZoneSimpleWrite() 663 } catch (IOException ioe) { in TestVTimeZoneHeaderProps() 694 } catch (IOException ioe) { in TestVTimeZoneHeaderProps() 1311 } catch (IOException ioe) { in TestVTimeZoneParse()
|
H A D | TimeZoneTest.java | 1162 catch (IOException ioe) { in TestSimpleTimeZoneSerialization() 1163 errln(ioe.getMessage()); in TestSimpleTimeZoneSerialization()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/ |
H A D | ICULocaleServiceProvider.java | 242 } catch (IOException ioe) { in loadConfiguration()
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 223 } catch (IOException ioe) { in loadStream() 225 "Error: Could not load " + argName + " " + argFile.getPath() + " - " + ioe.toString(), ioe); in loadStream()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 310 }catch (IOException ioe){ in filenameToURL()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | VTimeZone.java | 544 } catch (IOException ioe) { in load()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | VTimeZone.java | 515 } catch (IOException ioe) { in load()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |