HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 801 - 825 of 2748) sorted by null

<<31323334353637383940>>

  /packages/apps/Camera2/src/com/android/camera/hardware/
HardwareSpecImpl.java 21 import com.android.ex.camera2.portability.CameraCapabilities;
  /packages/apps/Camera2/src/com/android/camera/module/
ModuleController.java 24 import com.android.ex.camera2.portability.CameraAgent;
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 111 } catch (IOException ex) {
150 } catch (FileNotFoundException ex) {
174 } catch (Throwable ex) {
175 Log.e(TAG, "miniThumbBitmap got exception", ex);
Image.java 94 } catch (IOException ex) {
95 Log.e(TAG, "cannot read exif", ex);
129 } catch (Exception ex) {
131 + fullSizeImageUri(), ex);
UriImage.java 60 } catch (FileNotFoundException ex) {
74 } catch (FileNotFoundException ex) {
97 } catch (Exception ex) {
98 Log.e(TAG, "got exception decoding bitmap ", ex);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileDeleteStrategy.java 78 } catch (IOException ex) {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 241 } catch (IOException ex) {
247 throw ex;
248 } catch (RuntimeException ex) {
254 throw ex;
LockableFileWriter.java 241 } catch (IOException ex) {
248 throw ex;
249 } catch (RuntimeException ex) {
256 throw ex;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 215 catch (IOException ex) {
216 if (false) Log.d(TAG, "start - mic.close failed - " + ex);
224 catch (IOException ex) {
225 if (false) Log.d(TAG, "start - mLoggger.close failed - " + ex);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 58 } catch (Exception ex) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 55 } catch (Exception ex) {
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 163 } catch (RemoteException ex) {
164 Log.w(LOG_TAG, "RemoteException!", ex);
181 } catch (RemoteException ex) {
182 Log.w(LOG_TAG, "RemoteException!", ex);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 45 self.ex = sys.exc_info()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 45 self.ex = sys.exc_info()
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 83 } catch (IOException ex) {
84 ex.printStackTrace();
160 } catch (IOException ex) {
161 ex.printStackTrace();
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerPolygon4x4_Test.cpp 26 int ex = e & 0x03; local
44 path.moveTo(ex, ey);
56 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
121 int ex = e & 0x03; local
129 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
139 path.lineTo(ex, ey);
149 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
218 int ex = e & 0x03; local
223 if (state.d && (ex - dx) * (fy - dy)
234 path.lineTo(ex, ey)
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalkerPolygon4x4_Test.cpp 26 int ex = e & 0x03; local
44 path.moveTo(ex, ey);
56 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
121 int ex = e & 0x03; local
129 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
139 path.lineTo(ex, ey);
149 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey);
218 int ex = e & 0x03; local
223 if (state.d && (ex - dx) * (fy - dy)
234 path.lineTo(ex, ey)
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 210 } catch (FileNotFoundException ex) {
219 } catch (IOException ex) {
220 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
222 } catch (XmlPullParserException ex) {
223 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
248 } catch (IOException ex) {
249 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
314 } catch (ArrayIndexOutOfBoundsException ex) {
315 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex);
327 } catch (ArrayIndexOutOfBoundsException ex) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 127 } catch (ParserConfigurationException ex) {
128 throw new SAXException(ex);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
filetestcase.py 68 except IOError, ex:
70 (self._filename, ex))
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
filetestcase.py 67 except IOError as ex:
69 (self._filename, ex))
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java 64 } catch (CloneNotSupportedException ex) {
65 throw new RuntimeException ("unexpected", ex);
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PChargingFunctionAddressesParser.java 107 } catch (ParseException ex) {
108 throw ex;
  /external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java 63 } catch (Exception ex) {
68 Throwables.propagate(ex);
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 199 catch (Exception ex)
201 ex.printStackTrace();

Completed in 1134 milliseconds

<<31323334353637383940>>