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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/resources/articles/
future-proofing.jd 49 <p>Due to changes in the View rendering infrastructure, unreasonably deep
wikinotes-intents.jd 239 notes, as many links deep as you like, and then follow them. If you
240 follow links hundreds of notes deep, you will still only see a handful
  /frameworks/base/tools/localize/
XMLHandler.h 72 // a deep copy
  /packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java 53 // avoid too deep recursive call.
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 61 public Node cloneNode(boolean deep) {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 529 * @param deep Flag indicating whether to clone deep (clone member variables)
533 public Node cloneNode(boolean deep)
943 * @param deep If <code>true</code>, recursively import the subtree under
952 public Node importNode(Node importedNode, boolean deep) throws DOMException
1291 * @param deep If <code>true</code>, recursively compare the subtrees; if
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Object.java 65 * object references) from this instance to the new instance. A "deep" copy,
68 * to create the new instance and then create deep copies of the nested,
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
ImportNode.java 49 * The "importNode(importedNode,deep)" method for a Document should import the
56 * above. Invoke method importNode(importedNode,deep) on this document with
  /external/webkit/WebCore/wml/
WMLSelectElement.cpp 258 void WMLSelectElement::insertedIntoTree(bool deep)
261 WMLFormControlElement::insertedIntoTree(deep);
  /bionic/libc/regex/
regex2.h 150 sopno nplus; /* how deep does it nest +s? */
  /build/tools/droiddoc/templates/assets/
search_autocomplete.js 198 // match (i.e. favoring classes and deep package names)
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 44 /** The result of executing m_expr. Needs to be deep cloned on clone op. */
FilterExprWalker.java 221 /** The result of executing m_expr. Needs to be deep cloned on clone op. */
  /external/bluetooth/glib/glib/
gnode.h 71 * when doing a deep-copy of a tree.
  /external/elfutils/src/
ldlex.l 261 error (EXIT_FAILURE, 0, gettext ("%d: conditionals nested too deep"),
  /external/icu4c/i18n/
rbt.cpp 174 // Only do a deep copy if this is owned data, that is, data that
  /external/ipsec-tools/src/racoon/
TODO 76 o deep copy configuration entry to hander. It's easy to reload configuration.
  /external/webkit/JavaScriptCore/API/
JSClassRef.cpp 212 // Make a deep copy, so that the caller has no chance to put the original into IdentifierTable.
  /external/webkit/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 225 v8::Local<v8::String> code = v8ExternalString("throw RangeError('Recursion too deep')");
  /external/webkit/WebCore/dom/
Document.idl 54 in boolean deep)
ProcessingInstruction.cpp 92 PassRefPtr<Node> ProcessingInstruction::cloneNode(bool /*deep*/)
  /external/webkit/WebCore/page/
SecurityOrigin.h 55 // Create a deep copy of this SecurityOrigin. This method is useful
  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 66 /* This guy needs to make a deep copy of the bitmap, so that the returned
  /external/webkit/WebCore/platform/text/
StringImpl.h 114 // Makes a deep copy. Helpful only if you need to use a String on another thread
  /frameworks/base/libs/utils/
CallStack.cpp 328 * get very deep. So we request function names of each frame individually.

Completed in 276 milliseconds

1 2 3 4 5 67 8 91011>>