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

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/dom/
Attr.h 78 virtual PassRefPtr<Node> cloneNode(bool deep);
Node.idl 78 Node cloneNode(in boolean deep);
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 267 /* [in] */ BOOL deep,
268 /* [retval][out] */ IDOMNode **result) { return DOMDocument::cloneNode(deep, result); }
354 /* [in] */ BOOL deep,
355 /* [retval][out] */ IDOMNode **result) { return DOMDocument::importNode(importedNode, deep, result); }
541 /* [in] */ BOOL deep,
542 /* [retval][out] */ IDOMNode **result) { return DOMElement::cloneNode(deep, result); }
    [all...]
DOMCoreClasses.h 186 /* [in] */ BOOL deep,
412 /* [in] */ BOOL deep,
413 /* [retval][out] */ IDOMNode **result) { return DOMNode::cloneNode(deep, result); }
499 /* [in] */ BOOL deep,
644 /* [in] */ BOOL deep,
645 /* [retval][out] */ IDOMNode **result) { return DOMNode::cloneNode(deep, result); }
    [all...]
  /external/webkit/WebKit/win/Interfaces/
DOMCore.idl 183 - (DOMNode *)cloneNode:(BOOL)deep;
185 HRESULT cloneNode([in] BOOL deep, [out, retval] IDOMNode** result);
389 - (DOMNode *)importNode:(DOMNode *)importedNode :(BOOL)deep;
391 HRESULT importNode([in] IDOMNode* importedNode, [in] BOOL deep, [out, retval] IDOMNode** result);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 148 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon6659
180 if ((STACK_DIR > 0 && hp->h.deep > depth)
181 || (STACK_DIR < 0 && hp->h.deep < depth))
205 ((header *) new)->h.deep = depth;
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 126 public Node importNode(Node importedNode, boolean deep) throws DOMException {
  /external/icu4c/test/intltest/
utxttest.cpp 294 // The UText is deep-cloned prior to each operation, so that the original UText remains unchanged.
557 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
562 // Rerun again on a deep clone.
563 // Note that text providers are not required to provide deep cloning,
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 169 * Returns a deep copy of this iterator. Cloned iterators may not be
173 * @return a deep copy of this iterator.
  /external/emma/core/java12/com/vladium/jcd/cls/
AttributeCollection.java 76 * Performs a deep copy.
84 // deep clone:
Field_info.java 151 * Performs a deep copy.
159 // do deep copy:
Method_info.java 178 * Performs a deep copy.
186 // do deep copy:
ConstantCollection.java 85 * Performs a deep copy.
93 // deep copy:
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
LineNumberTableAttribute_info.java 127 * Performs a deep copy.
133 // do deep copy:
CodeAttribute_info.java 163 * Performs a deep copy.
169 // do deep copy:
  /external/gtest/samples/
sample5_unittest.cc 197 // QueueTest. Google Test imposes no limit on how deep the hierarchy
199 // deep as to be confusing.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Document.java 229 * Note that the <code>deep</code> parameter has no effect on
233 * <dd>If the <code>deep</code> option
251 * <code>importNode</code> <code>deep</code> parameter was set to
262 * copied. If a <code>deep</code> import is requested, the descendants
268 * copied, even if a <code>deep</code> import is requested, since the
279 * Note that the <code>deep</code> parameter has no effect on this type
285 * source node.Note that the <code>deep</code> parameter has no effect
292 * that the <code>deep</code> parameter has no effect on these types of
296 * @param deep If <code>true</code>, recursively import the subtree under
313 boolean deep)
    [all...]
  /external/v8/test/cctest/
test-strings.cc 3 // Check that we can traverse very deep stacks of ConsStrings using
4 // StringInputBuffer. Check that Get(int) works on very deep stacks
6 // should be possible without getting errors due to too deep recursion.
  /external/icu4c/common/
utext.cpp 514 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) {
516 result = src->pFuncs->clone(dest, src, deep, status);
    [all...]
  /external/webkit/WebCore/html/
HTMLSelectElement.cpp 430 void HTMLSelectElement::insertedIntoTree(bool deep)
433 HTMLFormControlElementWithState::insertedIntoTree(deep);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode19.java 39 * Using the method importNode with deep=true/false, import a entity nodes ent2 and ent6
documentimportnode20.java 39 * Using the method importNode with deep=true, import a entity node ent4
documentimportnode21.java 39 * Using the method importNode with deep=true, retreive the entity refs present in the
documentimportnode22.java 39 * Using the method importNode with deep=true/false, import two notaiton nodes into the
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassCache.java 347 * Makes a deep copy of the given array of methods. This is useful
356 * @return non-null; a deep copy of the given array
514 * Makes a deep copy of the given array of fields. This is useful
523 * @return non-null; a deep copy of the given array

Completed in 5343 milliseconds

1 2 3 45 6 7 8 91011>>