HomeSort by relevance Sort by last modified time
    Searched full:deep (Results 1 - 25 of 429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/classfile/attribute/visitor/
AllAttributeVisitor.java 41 private final boolean deep; field in class:AllAttributeVisitor
57 * Creates a new optionally deep AllAttributeVisitor.
58 * @param deep specifies whether the attributes contained
64 public AllAttributeVisitor(boolean deep,
67 this.deep = deep;
79 if (deep)
98 if (deep)
  /external/clearsilver/man/man3/
hdf_copy.3 32 hdf_copy is a deep copy of an HDF tree pointed to by
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonefalsenocopytext.java 31 * The "cloneNode(deep)" method does not copy text unless it
32 * is deep cloned.(Test for deep=false)
35 * the "cloneNode(deep)" method with deep=false. The
hc_nodeclonetruecopytext.java 31 * The "cloneNode(deep)" method does not copy text unless it
32 * is deep cloned.(Test for deep=true)
35 * the "cloneNode(deep)" method with deep=true. The
nodeclonefalsenocopytext.java 31 * The "cloneNode(deep)" method does not copy text unless it
32 * is deep cloned.(Test for deep=false)
35 * the "cloneNode(deep)" method with deep=false. The
hc_nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
35 * "cloneNode(deep)" method with deep=false. The
nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
35 * "cloneNode(deep)" method with deep=false. The
hc_nodeclonenodefalse.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * only if deep=false.
35 * "cloneNode(deep)" method with deep=false. The
hc_nodeclonenodetrue.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * and the subtree under it if deep=true.
35 * "cloneNode(deep)" method with deep=true. The
nodeclonenodefalse.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * only if deep=false.
35 * "cloneNode(deep)" method with deep=false. The
nodeclonenodetrue.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * and the subtree under it if deep=true.
35 * "cloneNode(deep)" method with deep=true. The
nodeclonetruecopytext.java 32 * the "cloneNode(deep)" method with deep=true. The
  /dalvik/tests/074-gc-thrash/src/
Main.java 111 Deep deep = new Deep(); local
116 deep.start();
127 deep.join();
194 class Deep extends Thread {
224 System.err.println("Deep: " + i + " strong=" + strong[i] +
239 System.err.println("Deep: weak still has " + i);
244 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
305 return new String("Deep" + val)
    [all...]
  /external/v8/test/mjsunit/
deep-recursion.js 29 * @fileoverview Check that flattening deep trees of cons strings does not
43 var deep = newdeep("foo", default_depth);
44 assertEquals('f', deep[0]);
  /external/webkit/WebCore/html/
HTMLDataGridColElement.cpp 61 void HTMLDataGridColElement::insertedIntoTree(bool deep)
63 HTMLElement::insertedIntoTree(deep);
73 void HTMLDataGridColElement::removedFromTree(bool deep)
75 HTMLElement::removedFromTree(deep);
HTMLDataGridColElement.h 44 virtual void insertedIntoTree(bool /*deep*/);
45 virtual void removedFromTree(bool /*deep*/);
HTMLImageElement.h 108 virtual void insertedIntoTree(bool deep);
109 virtual void removedFromTree(bool deep);
  /external/webkit/WebCore/dom/
DocumentFragment.cpp 63 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep)
66 if (deep)
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode05.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) on this document
40 * with importedNode being the element from above and deep is false.
importNode06.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) on this document
40 * with importedNode being the element from above and deep is true.
importNode10.java 34 * The "importNode(importedNode,deep)" method for a
37 * Only the EntityReference is copied, regardless of deep's value.
41 * Invoke method importNode(importedNode,deep) on this document with importedNode
importNode11.java 34 * The "importNode(importedNode,deep)" method for a
37 * Only the EntityReference is copied, regardless of deep's value.
41 * Invoke method importNode(importedNode,deep) on this document with importedNode
importNode12.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) on this document with deep as false.
importNode13.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) where importedNode
40 * contains the retrieved notation and deep is false. Method should
importNode17.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) where importedNode
40 * contains staff.xml and deep is true.

Completed in 95 milliseconds

1 2 3 4 5 6 7 8 91011>>