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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 155 String X_DEFAULT = "x-default";
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 209 XMPNode newLang = new XMPNode(XMPConst.XML_LANG, XMPConst.X_DEFAULT, null);
378 XMPConst.X_DEFAULT);
428 XMPNode langQual = new XMPNode(XMPConst.XML_LANG, XMPConst.X_DEFAULT, null);
606 xmp.setLocalizedText(XMPConst.NS_DC, "rights", "", XMPConst.X_DEFAULT, dmValue,
611 int xdIndex = XMPNodeUtils.lookupLanguageItem(dcRightsArray, XMPConst.X_DEFAULT);
617 xmp.setLocalizedText (XMPConst.NS_DC, "rights", "", XMPConst.X_DEFAULT,
619 xdIndex = XMPNodeUtils.lookupLanguageItem(dcRightsArray, XMPConst.X_DEFAULT);
XMPNodeUtils.java 662 XMPNode xdefault = new XMPNode(XML_LANG, X_DEFAULT, null);
714 if (child.hasQualifier() && X_DEFAULT.equals(child.getQualifier(1).getValue()))
784 if (!X_DEFAULT.equals(langQual.getValue()))
865 else if (X_DEFAULT.equals(currLang))
Utils.java 65 if (XMPConst.X_DEFAULT.equals(value))
XMPMetaImpl.java 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 690 if (!XMPConst.X_DEFAULT.equals(sourceItem.getQualifier(1).getValue())
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 817 X_CONFIG : X_DEFAULT;
822 X_CONFIG : X_DEFAULT;
    [all...]

Completed in 729 milliseconds