HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 251 - 275 of 685) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnamelength.js 83 equal to "strong". The method should return a NodeList
hc_nodeattributenodename.js 80 by the "getNodeName()" method. It should be equal to
hc_nodedocumentfragmentnodename.js 84 equal to "#document-fragment".
hc_nodedocumentnodename.js 82 by the "getNodeName()" method. It should be equal to
hc_nodedocumentnodevalue.js 82 by the "getNodeValue()" method. It should be equal to
hc_nodeelementnodename.js 80 "getNodeName()" method. It should be equal to its
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domimplementationgetfeature05.js 79 as "" and version equal to null. This should return a null DOMObject.
domimplementationgetfeature06.js 79 as "1-1" (some junk) and version equal to "*". This should return a null DOMObject.
nodeisequalnode01.js 87 are equal.
nodeisequalnode02.js 79 and qualifiedName are equal.
nodeisequalnode04.js 79 the ownerDocument is equal to this Document using isEqualNode.
nodeisequalnode06.js 81 are equal.
nodeisequalnode10.js 79 check if nodes are not equal.
nodeisequalnode12.js 81 by parsing the same xml document are equal.
nodeisequalnode14.js 81 attribute, one created using createAttribute and the other createAttributeNS, are not equal.
nodeisequalnode16.js 81 node are equal.
nodeisequalnode19.js 81 are not equal.
nodeisequalnode20.js 79 and namsepaceURI are not equal.
nodeisequalnode27.js 81 returned by parsing the same xml document are equal.
nodeissamenode01.js 86 Using isSameNode to check if 2 Document nodes that are equal but do not reference the
nodeissamenode04.js 78 Using isSameNode check if 2 Element nodes that are equal but do not reference the
  /external/webkit/Source/JavaScriptCore/wtf/
HashSet.h 71 // static bool equal(const ValueType&, const T&);
83 // static bool equal(const ValueType&, const T&);
105 static bool equal(const ValueType& a, const T& b) { return Translator::equal(a, b); } function in struct:WTF::HashSetTranslatorAdapter
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 36 ; * equal to predQP especially when the current block and
44 ; * performed. It is equal to ac_pred_flag in the bit
  /frameworks/base/core/java/android/view/
DisplayInfo.java 213 && Objects.equal(address, other.address)
214 && Objects.equal(name, other.name)
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 286 if (Objects.equal(mCurrentKeyboardLayout, keyboardLayout)) {
325 if (Objects.equal(mCurrentKeyboardLayout, removedKeyboardLayout)) {

Completed in 275 milliseconds

<<11121314151617181920>>