Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/python/pyyaml/lib/yaml/
Dconstructor.py67 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
/aosp_15_r20/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
/aosp_15_r20/system/media/audio_utils/tests/
H A Dvariadic_tests.cpp58 auto deep = std::make_pair(1., std::make_pair(2, 3)); in TEST() local
154 auto deep = std::make_pair(1., std::make_pair(2, 3)); in TEST() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dutext.cpp525 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone()
1568 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1701 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
2091 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2351 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2752 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dutext.cpp525 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone()
1568 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1701 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
2091 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2351 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2752 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_minidom.py672 def _setupCloneElement(self, deep): argument
797 def check_import_document(self, deep, testName): argument
822 def check_clone_attribute(self, deep, testName): argument
842 def check_clone_pi(self, deep, testName): argument
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentImpl.java218 Node cloneOrImportNode(short operation, Node node, boolean deep) { in cloneOrImportNode()
232 public Node importNode(Node importedNode, boolean deep) { in importNode()
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/iter/
H A Dcombining.py113 copy: Optional[Literal["shallow", "deep"]] = None,
162 copy: Optional[Literal["shallow", "deep"]] = None,
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/
H A DDOMResultTest.java176 public Node cloneNode(boolean deep) { return null; } in cloneNode()
277 public Node importNode(Node importedNode, boolean deep) throws DOMException { in importNode()
/aosp_15_r20/external/bazelbuild-rules_go/tests/legacy/examples/lib/deep/
H A Ddoc.go3 package deep package
H A Dthought.go1 package deep package
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminidom.py206 def cloneNode(self, deep): argument
1327 def cloneNode(self, deep): argument
1652 def cloneNode(self, deep): argument
1809 def importNode(self, node, deep): argument
1889 def _clone_node(node, deep, newOwnerDocument): argument
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminidom.py206 def cloneNode(self, deep): argument
1327 def cloneNode(self, deep): argument
1652 def cloneNode(self, deep): argument
1809 def importNode(self, node, deep): argument
1889 def _clone_node(node, deep, newOwnerDocument): argument
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminidom.py206 def cloneNode(self, deep): argument
1327 def cloneNode(self, deep): argument
1652 def cloneNode(self, deep): argument
1809 def importNode(self, node, deep): argument
1889 def _clone_node(node, deep, newOwnerDocument): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminidom.py206 def cloneNode(self, deep): argument
1327 def cloneNode(self, deep): argument
1652 def cloneNode(self, deep): argument
1809 def importNode(self, node, deep): argument
1889 def _clone_node(node, deep, newOwnerDocument): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminidom.py206 def cloneNode(self, deep): argument
1327 def cloneNode(self, deep): argument
1652 def cloneNode(self, deep): argument
1809 def importNode(self, node, deep): argument
1889 def _clone_node(node, deep, newOwnerDocument): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dminidom.py206 def cloneNode(self, deep): argument
1327 def cloneNode(self, deep): argument
1652 def cloneNode(self, deep): argument
1809 def importNode(self, node, deep): argument
1889 def _clone_node(node, deep, newOwnerDocument): argument
/aosp_15_r20/external/pytorch/torchgen/
H A Dyaml_utils.py17 def construct_mapping(self, node, deep=False): # type: ignore[no-untyped-def] argument
/aosp_15_r20/external/llvm/docs/
H A DSphinxQuickstartTemplate.rst160 .. _`reStructuredText Primer`: http://sphinx.pocoo.org/rest.html
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DJacobiPreconditioner.java39 public JacobiPreconditioner(final double[] diag, final boolean deep) { in JacobiPreconditioner()
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A Dwebcomponents-lite.js961 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
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java533 public Node cloneNode(boolean deep) in cloneNode()
952 public Node importNode(Node importedNode, boolean deep) throws DOMException in importNode()
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue15528.go80 deep interface{} = [1]struct{ a *[2]byte }{{a: &[2]byte{'z', 'w'}}} var

1234567