HomeSort by relevance Sort by last modified time
    Searched refs:XMPConst (Results 1 - 16 of 16) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 17 import com.adobe.xmp.XMPConst;
101 XMPPath path = XMPPathParser.expandXPath(XMPConst.NS_XMP_MM, "InstanceID");
131 XMPNodeUtils.findSchemaNode(xmp.getRoot(), XMPConst.NS_DC, true);
137 if (XMPConst.NS_DC.equals(currSchema.getName()))
141 else if (XMPConst.NS_EXIF.equals(currSchema.getName()))
152 else if (XMPConst.NS_DM.equals(currSchema.getName()))
163 else if (XMPConst.NS_XMP_RIGHTS.equals(currSchema.getName()))
202 currProp.setName(XMPConst.ARRAY_ITEM_NAME);
209 XMPNode newLang = new XMPNode(XMPConst.XML_LANG, XMPConst.X_DEFAULT, null)
    [all...]
ParameterAsserts.java 12 import com.adobe.xmp.XMPConst;
21 class ParameterAsserts implements XMPConst
XMPMetaParser.java 31 import com.adobe.xmp.XMPConst;
331 ((ProcessingInstruction) root).getTarget() == XMPConst.XMP_PI)
346 XMPConst.TAG_XMPMETA.equals(rootLocal) ||
347 XMPConst.TAG_XAPMETA.equals(rootLocal)
349 XMPConst.NS_X.equals(rootNS)
357 XMPConst.NS_RDF.equals(rootNS))
XMPNode.java 19 import com.adobe.xmp.XMPConst;
655 (XMPConst.XML_LANG.equals(quals[sortFrom].getName()) ||
768 (XMPConst.XML_LANG.equals(quals[i].getName()) ||
805 return XMPConst.XML_LANG.equals(name);
899 if (!XMPConst.ARRAY_ITEM_NAME.equals(childName) &&
915 if (!XMPConst.ARRAY_ITEM_NAME.equals(qualifierName) &&
Utils.java 13 import com.adobe.xmp.XMPConst;
21 public class Utils implements XMPConst
65 if (XMPConst.X_DEFAULT.equals(value))
XMPSerializerRDF.java 20 import com.adobe.xmp.XMPConst;
67 XMPConst.XML_LANG, "rdf:resource", "rdf:ID", "rdf:bagID", "rdf:nodeID" }));
226 if (!xmp.doesPropertyExist(XMPConst.NS_XMP, "Thumbnails"))
506 if (XMPConst.ARRAY_ITEM_NAME.equals(elemName))
964 else if (XMPConst.ARRAY_ITEM_NAME.equals(elemName))
    [all...]
XMPMetaImpl.java 15 import com.adobe.xmp.XMPConst;
36 public class XMPMetaImpl implements XMPMeta, XMPConst
485 || !XMPConst.XML_LANG.equals(currItem.getQualifier(1).getName()))
489 else if (XMPConst.X_DEFAULT.equals(currItem.getQualifier(1).getValue()))
511 boolean specificXDefault = XMPConst.X_DEFAULT.equals(specificLang);
519 XMPNodeUtils.appendLangItem(arrayNode, XMPConst.X_DEFAULT, itemValue);
619 XMPNodeUtils.appendLangItem(arrayNode, XMPConst.X_DEFAULT, itemValue);
    [all...]
XMPUtilsImpl.java 16 import com.adobe.xmp.XMPConst;
32 public class XMPUtilsImpl implements XMPConst
667 || !XMPConst.XML_LANG.equals(sourceItem.getQualifier(1).getName()))
690 if (!XMPConst.X_DEFAULT.equals(sourceItem.getQualifier(1).getValue())
    [all...]
XMPSchemaRegistryImpl.java 21 import com.adobe.xmp.XMPConst;
35 public final class XMPSchemaRegistryImpl implements XMPSchemaRegistry, XMPConst
ParseRDF.java 20 import com.adobe.xmp.XMPConst;
33 public class ParseRDF implements XMPError, XMPConst
    [all...]
XMPNodeUtils.java 15 import com.adobe.xmp.XMPConst;
33 public class XMPNodeUtils implements XMPConst
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 18 public interface XMPConst
XMPUtils.java 254 * <li>{@link XMPConst#TRUESTR} and {@link XMPConst#FALSESTR}
292 * given by the constnts {@link XMPConst#TRUESTR} and
293 * {@link XMPConst#FALSESTR}.
297 return value ? XMPConst.TRUESTR : XMPConst.FALSESTR;
XMPPathFactory.java 89 else if (itemIndex == XMPConst.ARRAY_LAST_ITEM)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 24 import com.adobe.xmp.XMPConst;
151 !xmpMeta.doesPropertyExist(XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION)) {
158 XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION).getValue();
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 7 import com.adobe.xmp.XMPConst;
141 !xmpMeta.doesPropertyExist(XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION)) {
148 XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION).getValue();

Completed in 1294 milliseconds