| /external/proguard/src/proguard/classfile/attribute/visitor/ |
| D | AllAttributeVisitor.java | 41 private final boolean deep; field in AllAttributeVisitor 64 public AllAttributeVisitor(boolean deep, in AllAttributeVisitor()
|
| /external/python/pyyaml/lib/yaml/ |
| D | constructor.py | 67 def construct_object(self, node, deep=False): argument 124 def construct_sequence(self, node, deep=False): argument 132 def construct_mapping(self, node, deep=False): argument 147 def construct_pairs(self, node, deep=False): argument 215 def construct_mapping(self, node, deep=False): argument
|
| /external/llvm/docs/ |
| D | SphinxQuickstartTemplate.rst | 160 .. _`reStructuredText Primer`: http://sphinx.pocoo.org/rest.html
|
| /external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
| D | AllElementValueVisitor.java | 42 private final boolean deep; field in AllElementValueVisitor 65 public AllElementValueVisitor(boolean deep, in AllElementValueVisitor()
|
| /external/python/cpython2/Lib/test/ |
| D | test_minidom.py | 530 def _setupCloneElement(self, deep): argument 655 def check_import_document(self, deep, testName): argument 680 def check_clone_attribute(self, deep, testName): argument 700 def check_clone_pi(self, deep, testName): argument
|
| D | test_mhlib.py | 130 def deep(folder, n): function
|
| /external/cronet/third_party/icu/source/common/ |
| D | utext.cpp | 522 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() 1565 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone() 1698 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone() 2088 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone() 2348 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone() 2749 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
|
| /external/icu/icu4c/source/common/ |
| D | utext.cpp | 522 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() 1565 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone() 1698 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone() 2088 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone() 2348 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone() 2749 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
|
| /external/python/cpython3/Lib/test/ |
| D | test_minidom.py | 658 def _setupCloneElement(self, deep): argument 783 def check_import_document(self, deep, testName): argument 808 def check_clone_attribute(self, deep, testName): argument 828 def check_clone_pi(self, deep, testName): argument
|
| D | test_pickle.py | 322 def recurse(deep): argument
|
| /external/python/cpython2/Lib/ |
| D | copy.py | 306 def _reconstruct(x, info, deep, memo=None): argument
|
| /external/clang/test/SemaCXX/ |
| D | reinterpret-cast.cpp | 52 ppint *deep = reinterpret_cast<ppint*>(p3); in pointer_conversion() local
|
| D | cstyle-cast.cpp | 189 ppint *deep = (ppint*)(p3); in pointer_conversion() local
|
| D | functional-cast.cpp | 256 ppint *deep = pppint(p3); in pointer_conversion() local
|
| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| D | UnImplNode.java | 533 public Node cloneNode(boolean deep) in cloneNode() 952 public Node importNode(Node importedNode, boolean deep) throws DOMException in importNode()
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
| D | DOM2DTMdefaultNamespaceDeclarationNode.java | 98 public Node cloneNode(boolean deep) {throw new DTMException(NOT_SUPPORTED_ERR);} in cloneNode()
|
| /external/python/cpython3/Lib/xml/dom/ |
| D | minidom.py | 206 def cloneNode(self, deep): argument 1325 def cloneNode(self, deep): argument 1650 def cloneNode(self, deep): argument 1807 def importNode(self, node, deep): argument 1887 def _clone_node(node, deep, newOwnerDocument): argument
|
| /external/python/cpython2/Lib/xml/dom/ |
| D | minidom.py | 204 def cloneNode(self, deep): argument 1255 def cloneNode(self, deep): argument 1578 def cloneNode(self, deep): argument 1735 def importNode(self, node, deep): argument 1812 def _clone_node(node, deep, newOwnerDocument): argument
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
| D | DTMNodeProxy.java | 558 public final Node cloneNode(boolean deep) in cloneNode() 820 public final Node importNode(Node importedNode, boolean deep) in importNode()
|
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
| D | webcomponents-lite.js | 961 template.cloneNode = function(deep) { argument 1032 TemplateImpl.cloneNode = function(template, deep) { argument 1057 Node.prototype.cloneNode = function(deep) { argument 1076 HTMLTemplateElement.prototype.cloneNode = function(deep) { argument
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| D | Type.java | 391 CtClass deep = one; in findCommonSuperClass() local
|
| /external/cronet/net/disk_cache/blockfile/ |
| D | block_files.cc | 340 void BlockFiles::DeleteBlock(Addr address, bool deep) { in DeleteBlock()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| D | ArrayFieldVector.java | 206 public ArrayFieldVector(ArrayFieldVector<T> v, boolean deep) { in ArrayFieldVector()
|
| D | ArrayRealVector.java | 167 public ArrayRealVector(ArrayRealVector v, boolean deep) { in ArrayRealVector()
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| D | ElemLiteralResult.java | 768 public Node cloneNode(boolean deep) in cloneNode()
|