Searched refs:equals (Results 1 - 25 of 2377) sorted by last modified time

1234567891011>>

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java278 "true".equals(value) ||
279 "t".equals(value) ||
280 "on".equals(value) ||
281 "yes".equals(value);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DLatin1Converter.java68 if ("UTF-8".equals(buffer.getEncoding()))
H A DParseRDF.java216 if ("xmlns".equals(attribute.getPrefix()) ||
217 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
245 if (!xmpParent.getName().equals(attribute.getNodeValue()))
376 if ("xmlns".equals(attribute.getPrefix()) ||
377 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
413 if (!(XML_LANG.equals(attribute.getNodeName()) &&
414 !("ID".equals(attrLocal) && NS_RDF.equals(attrNS))))
416 if ("datatype".equals(attrLocal) && NS_RDF.equals(attrN
[all...]
H A DUtils.java65 if (XMPConst.X_DEFAULT.equals(value))
165 if (NS_DC.equals(schema))
167 if ("dc:format".equals(prop) || "dc:language".equals(prop))
172 else if (NS_XMP.equals(schema))
174 if ("xmp:BaseURL".equals(prop) || "xmp:CreatorTool".equals(prop)
175 || "xmp:Format".equals(prop) || "xmp:Locale".equals(prop)
176 || "xmp:MetadataDate".equals(pro
[all...]
H A DXMPMetaImpl.java485 || !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);
534 && xdItem.getValue().equals(itemNode.getValue()))
549 || !currItem.getValue().equals(
569 && xdItem.getValue().equals(itemNode.getValue()))
H A DXMPMetaParser.java346 XMPConst.TAG_XMPMETA.equals(rootLocal) ||
347 XMPConst.TAG_XAPMETA.equals(rootLocal)
349 XMPConst.NS_X.equals(rootNS)
356 "RDF".equals(rootLocal) &&
357 XMPConst.NS_RDF.equals(rootNS))
H A DXMPNode.java655 (XMPConst.XML_LANG.equals(quals[sortFrom].getName()) ||
656 "rdf:type".equals(quals[sortFrom].getName()))
768 (XMPConst.XML_LANG.equals(quals[i].getName()) ||
769 "rdf:type".equals(quals[i].getName()))
805 return XMPConst.XML_LANG.equals(name);
814 return "rdf:type".equals(name);
882 if (child.getName().equals(expr))
899 if (!XMPConst.ARRAY_ITEM_NAME.equals(childName) &&
915 if (!XMPConst.ARRAY_ITEM_NAME.equals(qualifierName) &&
H A DXMPNodeUtils.java327 if (!(node.getOptions().isQualifier() && XML_LANG.equals(node.getName())))
622 if (!fieldName.equals(currField.getName()))
626 if (fieldValue.equals(currField.getValue()))
655 if (XML_LANG.equals(qualName))
681 if (qualName.equals(qualifier.getName()) &&
682 qualValue.equals(qualifier.getValue()))
714 if (child.hasQualifier() && X_DEFAULT.equals(child.getQualifier(1).getValue()))
784 if (!X_DEFAULT.equals(langQual.getValue()))
843 || !XML_LANG.equals(currItem.getQualifier(1).getName()))
852 if (specificLang.equals(currLan
[all...]
H A DXMPNormalizer.java137 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()))
524 if (!aliasNode.getValue().equals(baseNode.getValue()) ||
532 (!aliasNode.getName().equals(baseNode.getName()) ||
533 !aliasNode.getOptions().equals(baseNode.getOptions()) ||
630 if (!dmValue.equals(defaultValue))
640 if (!defaultValue.substring(lfPos + 2).equals(dmValue))
H A DXMPSerializerRDF.java506 if (XMPConst.ARRAY_ITEM_NAME.equals(elemName))
527 hasRDFResourceQual = "rdf:resource".equals(qualifier.getName());
964 else if (XMPConst.ARRAY_ITEM_NAME.equals(elemName))
985 hasRDFResourceQual = "rdf:resource".equals(qualifier.getName());
1042 else if (node.getValue() == null || "".equals(node.getValue()))
1213 !XMPConst.ARRAY_ITEM_NAME.equals(node.getName());
H A DXMPUtilsImpl.java317 if (itemValue.equals(arrayNode.getChild(oldChild).getValue()))
667 || !XMPConst.XML_LANG.equals(sourceItem.getQualifier(1).getName()))
690 if (!XMPConst.X_DEFAULT.equals(sourceItem.getQualifier(1).getValue())
749 if (leftForm.equals(rightForm))
757 if (!leftNode.getValue().equals(rightNode.getValue()))
766 && !leftNode.getQualifier(1).getValue().equals(
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java127 if (!"?xml:lang".equals(segment.getName()))
268 if (!"[last()".equals(pos.path.substring(pos.stepBegin, pos.stepEnd)))
506 if (!prefix.equals(regPrefix))
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java135 * @see Object#equals(Object)
137 public boolean equals(Object obj) method in class:Options
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java123 if (action.equals(Intents.Scan.ACTION)) {
H A DInactivityTimer.java98 if (Intent.ACTION_BATTERY_CHANGED.equals(intent.getAction())) {
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp459 if (requiredSize.equals(textureInfo->m_width, textureInfo->m_height))
462 if (!requiredSize.equals(bitmap.width(), bitmap.height())) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformDataQt.cpp93 const bool equals = (m_data->size == other.m_data->size local
97 return equals;
/external/webkit/Source/WebCore/platform/text/
H A DSegmentedString.h246 template<bool equals(const UChar* str1, const UChar* str2, size_t count)>
250 if (equals(string.characters(), m_currentString.m_current, string.length()))
254 return lookAheadSlowCase<equals>(string);
257 template<bool equals(const UChar* str1, const UChar* str2, size_t count)>
267 if (equals(string.characters(), consumedCharacters, count))
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp920 size_t equals = str.find('='); local
921 if (equals == WTF::notFound)
934 *result = WebCore::decodeURLEscapeSequences(str.substring(equals + 1));
/external/webkit/Source/WebKit/chromium/public/
H A DWebAccessibilityObject.h67 WEBKIT_API bool equals(const WebAccessibilityObject&) const;
H A DWebNode.h63 WEBKIT_API bool equals(const WebNode&) const;
150 return a.equals(b);
H A DWebNotification.h66 bool equals(const WebNotification& other) const { return m_private == other.m_private; } function in class:WebKit::WebNotification
112 return a.equals(b);
117 return !a.equals(b);
H A DWebString.h76 WEBKIT_API bool equals(const WebString& s) const;
167 return a.equals(b);
/external/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityObject.cpp70 bool WebAccessibilityObject::equals(const WebAccessibilityObject& n) const function in class:WebKit::WebAccessibilityObject

Completed in 336 milliseconds

1234567891011>>