HomeSort by relevance Sort by last modified time
    Searched refs:hasChild (Results 1 - 25 of 37) sorted by null

1 2

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodehaschildnodesfalse.java 67 boolean hasChild;
72 hasChild = emText.hasChildNodes();
73 assertFalse("hasChild", hasChild);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode05.java 75 boolean hasChild;
87 hasChild = aNode.hasChildNodes();
88 assertFalse("hasChild", hasChild);
importNode06.java 74 boolean hasChild;
85 hasChild = aNode.hasChildNodes();
86 assertTrue("throw_True", hasChild);
importNode08.java 75 boolean hasChild;
83 hasChild = aNode.hasChildNodes();
84 assertFalse("hasChild", hasChild);
  /external/guava/guava/src/com/google/common/collect/
BstNode.java 95 public final boolean hasChild(BstSide side) {
117 if (hasChild(LEFT)) {
120 if (hasChild(RIGHT)) {
BstInOrderPath.java 69 if (getTip().hasChild(side)) {
72 while (path.getTip().hasChild(otherSide)) {
BstRangeOps.java 143 if (tip.hasChild(side.other())) {
149 } else if (tip.hasChild(side)) {
BstOperations.java 167 if (root.hasChild(LEFT)) {
185 if (root.hasChild(RIGHT)) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 204 boolean hasChild;
216 hasChild = aNode.hasChildNodes();
217 assertFalse("hasChild", hasChild);
231 boolean hasChild;
242 hasChild = aNode.hasChildNodes();
243 assertTrue("throw_True", hasChild);
280 boolean hasChild;
288 hasChild = aNode.hasChildNodes();
289 assertFalse("hasChild", hasChild)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstNodeTest.java 39 assertFalse(node.hasChild(side));
48 assertTrue(node.hasChild(side));
BstTesting.java 89 } else if (left.hasChild(RIGHT)) {
140 while (path.getTip().hasChild(LEFT)) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 83 void setChildrenFlag(bool hasChild) { Children = hasChild; }
  /external/deqp/framework/common/
tcuCommandLine.cpp 244 bool hasChild (const std::string& name) const;
279 inline bool CaseTreeNode::hasChild (const std::string& name) const
418 if (nodeStack[stackPos]->hasChild(curName))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 314 virtual HRESULT WINAPI hasChildNodes(VARIANT_BOOL *hasChild) = 0;
361 HRESULT (WINAPI *hasChildNodes)(IXMLDOMNode *This,VARIANT_BOOL *hasChild);
410 #define IXMLDOMNode_hasChildNodes(This,hasChild) (This)->lpVtbl->hasChildNodes(This,hasChild)
463 HRESULT WINAPI IXMLDOMNode_hasChildNodes_Proxy(IXMLDOMNode *This,VARIANT_BOOL *hasChild);
538 HRESULT (WINAPI *hasChildNodes)(IXMLDOMDocumentFragment *This,VARIANT_BOOL *hasChild);
    [all...]
msxml2.h 974 virtual HRESULT WINAPI hasChildNodes(VARIANT_BOOL *hasChild) = 0;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 376 /// hasChild - Return true if N is any of our children.
377 bool hasChild(const TreePatternNode *N) const {
DAGISelMatcherGen.cpp 397 bool NeedCheck = !Root->hasChild(N);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 116 final boolean hasChild = state.getMimeEntriesCount(mimeType, true) > 0;
119 if (hasChild) {
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 

Completed in 594 milliseconds

1 2