Home
last modified time | relevance | path

Searched defs:deep (Results 1 – 25 of 29) sorted by relevance

12

/external/proguard/src/proguard/classfile/attribute/visitor/
DAllAttributeVisitor.java41 private final boolean deep; field in AllAttributeVisitor
64 public AllAttributeVisitor(boolean deep, in AllAttributeVisitor()
/external/llvm/docs/
DSphinxQuickstartTemplate.rst160 .. _`reStructuredText Primer`: http://sphinx.pocoo.org/rest.html
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSphinxQuickstartTemplate.rst160 .. _`reStructuredText Primer`: http://sphinx.pocoo.org/rest.html
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
DAllElementValueVisitor.java42 private final boolean deep; field in AllElementValueVisitor
65 public AllElementValueVisitor(boolean deep, in AllElementValueVisitor()
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
D_sklearn.py40 def get_params(self, deep=True): argument
/external/python/cpython2/Lib/test/
Dtest_minidom.py530 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
Dtest_mhlib.py130 def deep(folder, n): function
/external/icu/icu4c/source/common/
Dutext.cpp520 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone()
1563 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1696 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
2086 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2346 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2747 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
/external/python/cpython3/Lib/test/
Dtest_minidom.py655 def _setupCloneElement(self, deep): argument
780 def check_import_document(self, deep, testName): argument
805 def check_clone_attribute(self, deep, testName): argument
825 def check_clone_pi(self, deep, testName): argument
Dtest_pickle.py305 def recurse(deep): argument
/external/python/cpython2/Lib/
Dcopy.py306 def _reconstruct(x, info, deep, memo=None): argument
/external/clang/test/SemaCXX/
Dreinterpret-cast.cpp52 ppint *deep = reinterpret_cast<ppint*>(p3); in pointer_conversion() local
Dcstyle-cast.cpp189 ppint *deep = (ppint*)(p3); in pointer_conversion() local
Dfunctional-cast.cpp256 ppint *deep = pppint(p3); in pointer_conversion() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java98 public Node cloneNode(boolean deep) {throw new DTMException(NOT_SUPPORTED_ERR);} in cloneNode()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java533 public Node cloneNode(boolean deep) in cloneNode()
952 public Node importNode(Node importedNode, boolean deep) throws DOMException in importNode()
/external/python/cpython3/Lib/xml/dom/
Dminidom.py205 def cloneNode(self, deep): argument
1300 def cloneNode(self, deep): argument
1625 def cloneNode(self, deep): argument
1782 def importNode(self, node, deep): argument
1857 def _clone_node(node, deep, newOwnerDocument): argument
/external/python/cpython2/Lib/xml/dom/
Dminidom.py204 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/
DDTMNodeProxy.java558 public final Node cloneNode(boolean deep) in cloneNode()
820 public final Node importNode(Node importedNode, boolean deep) in importNode()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DArrayFieldVector.java206 public ArrayFieldVector(ArrayFieldVector<T> v, boolean deep) { in ArrayFieldVector()
DArrayRealVector.java167 public ArrayRealVector(ArrayRealVector v, boolean deep) { in ArrayRealVector()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java768 public Node cloneNode(boolean deep) in cloneNode()
/external/libxml2/
Dxmlregexp.c2456 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms()
2501 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms()
2594 int deep = 1; in xmlFARecurseDeterminism() local
2653 int deep = 1; in xmlFAComputesDeterminism() local
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1353 cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in cloneFragmentedUnicodeString()
/external/python/cpython3/Python/
Dast.c2948 node *deep, *ann = CHILD(n, 1); in ast_for_expr_stmt() local

12