/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
NodeSequence.java | 624 * Note: Not a deep clone. 646 * Note: Not a deep clone.
|
AxesWalker.java | 101 * Do a deep clone of this walker, including next and previous walkers.
|
PredicatedNodeTest.java | 605 * to be deep cloned.
|
/external/bluetooth/bluez/tools/ |
csr.c | 1008 return "Time in ms to deep sleep if nothing received"; 1010 return "Deep sleep state usage"; 1024 return "Exit deep sleep on CTS line activity"; 1048 return "Deep sleep clears the UART RTS line" [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/ |
ClassDef.java | 205 * Performs a deep copy. 213 // do deep copy:
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapFactory.java | 180 * deep copy of the input data. 188 * input data (inputstream, array, etc.) or if it must make a deep copy.
|
Matrix.java | 50 * Create a matrix that is a (deep) copy of src 75 * (deep) copy the src matrix into this matrix. If src is null, reset this
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BitmapFactory.java | 179 * deep copy of the input data. 187 * input data (inputstream, array, etc.) or if it must make a deep copy.
|
/packages/apps/Email/src/org/apache/commons/io/ |
DirectoryWalker.java | 278 * @param depthLimit controls how <i>deep</i> the hierarchy is
297 * @param depthLimit controls how <i>deep</i> the hierarchy is
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/ |
TNETWArb.c | 440 * This is done to prevent a deep nesting in case of RESTART. 489 * This is done to prevent a deep nesting in case of RESTART.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | 553 * @param deep 558 public final Node cloneNode(boolean deep) 813 * @param deep 820 public final Node importNode(Node importedNode, boolean deep) [all...] |
/external/webkit/WebCore/loader/icon/ |
IconDatabase.cpp | 223 // pageURLOriginal cannot be stored without being deep copied first. 310 // Cannot do anything with pageURLOriginal that would end up storing it without deep copying first 311 // Also, in the case we have a real answer for the caller, we must deep copy that as well 401 // Cannot do anything with pageURLOriginal that would end up storing it without deep copying first 445 // Cannot do anything with pageURLOriginal that would end up storing it without deep copying first 514 // Cannot do anything with dataOriginal or iconURLOriginal that would end up storing them without deep copying first 578 // Cannot do anything with iconURLOriginal or pageURLOriginal that would end up storing them without deep copying first [all...] |
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/ |
AnnotationMember.java | 306 // got some other error, have to go with deep cloning
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List4.java | 242 "In the deep bosom of the ocean buried." +
|
List6.java | 256 "In the deep bosom of the ocean buried." +
|
/external/bison/ |
TODO | 79 We should find a means to provide an access to values deep in the
|
/external/icu4c/i18n/ |
stsearch.cpp | 177 // Make a deep copy
|
/external/kernel-headers/original/linux/ |
serial_core.h | 4 * Copyright (C) 2000 Deep Blue Solutions Ltd.
|
/external/stlport/stlport/stl/ |
concept_checks.h | 357 other class errors deep inside the library. The name
|
/external/v8/src/ |
virtual-frame.cc | 39 // When cloned, a frame is a deep copy of the original.
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
README-jsDriver.html | 47 in a directory structure exactly three levels deep. The first level
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.h | 268 // mark the given rect (in layer coords) as needing dispay. Never goes deep.
|
/external/webkit/WebCore/platform/network/qt/ |
QNetworkReplyHandler.cpp | 53 // Take a deep copy of the FormDataElement
|
/external/webkit/WebCore/platform/text/ |
PlatformString.h | 195 // Makes a deep copy. Helpful only if you need to use a String on another thread
|
/external/webkit/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 564 var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options; 566 // Handle a deep copy situation 568 deep = target; 574 // Handle case when target is a string or something (possible in deep copy) 596 if ( deep && copy && typeof copy === "object" && !copy.nodeType ) 597 target[ name ] = jQuery.extend( deep, 619 noConflict: function( deep ) { 622 if ( deep ) [all...] |