HomeSort by relevance Sort by last modified time
    Searched refs:XMPException (Results 26 - 33 of 33) sorted by null

12

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPDateTimeImpl.java 19 import com.adobe.xmp.XMPException;
117 * @throws XMPException If the string is a non-conform ISO 8601 string, an exception is thrown
119 public XMPDateTimeImpl(String strValue) throws XMPException
XMPIteratorImpl.java 17 import com.adobe.xmp.XMPException;
55 * @throws XMPException If the node defined by the paramters is not existing.
58 IteratorOptions options) throws XMPException
98 throw new XMPException("Schema namespace URI is required", XMPError.BADSCHEMA);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 84 * @throws XMPException When the ISO 8601 string is non-conform
86 public static XMPDateTime createFromISO8601(String strValue) throws XMPException
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 19 import com.adobe.xmp.XMPException;
73 } catch (XMPException e) {
120 } catch (XMPException e) {
248 } catch (XMPException e) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 25 import com.adobe.xmp.XMPException;
93 } catch (XMPException e) {
159 } catch (XMPException e) {
191 // Catch XMPException and NoSuchElementException.
365 } catch (XMPException e) {
439 } catch (XMPException e) {
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 8 import com.adobe.xmp.XMPException;
83 } catch (XMPException e) {
149 } catch (XMPException e) {
181 // Catch XMPException and NoSuchElementException.
355 } catch (XMPException e) {
429 } catch (XMPException e) {
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 41 import com.adobe.xmp.XMPException;
482 } catch (XMPException ex) {
488 private static int getInt(XMPMeta xmp, String key) throws XMPException {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 36 import com.adobe.xmp.XMPException;
557 } catch (XMPException e) {

Completed in 563 milliseconds

12