Home
last modified time | relevance | path

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

12

/third_party/pyyaml/lib3/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
/third_party/pyyaml/lib/yaml/
Dconstructor.py98 def construct_object(self, node, deep=False): argument
155 def construct_sequence(self, node, deep=False): argument
163 def construct_mapping(self, node, deep=False): argument
180 def construct_pairs(self, node, deep=False): argument
248 def construct_mapping(self, node, deep=False): argument
/third_party/node/deps/npm/test/tap/
Dpack-files-and-ignores.js80 deep: File(''), property
85 deep: File(''), property
87 deep: File(''), property
120 deep: File(''), property
124 deep: File(''), property
131 deep: File('') property
166 deep: File(''), property
171 deep: File(''), property
173 deep: File(''), property
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/source/common/
Dutext.cpp522 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()
/third_party/icu/icu4c/source/common/
Dutext.cpp522 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()
/third_party/node/deps/icu-small/source/common/
Dutext.cpp522 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()
/third_party/python/Lib/test/
Dtest_minidom.py656 def _setupCloneElement(self, deep): argument
781 def check_import_document(self, deep, testName): argument
806 def check_clone_attribute(self, deep, testName): argument
826 def check_clone_pi(self, deep, testName): argument
Dtest_pickle.py319 def recurse(deep): argument
/third_party/python/Lib/xml/dom/
Dminidom.py206 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
/third_party/mingw-w64/mingw-w64-headers/include/
Dmsxml.h413 #define IXMLDOMNode_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
590 #define IXMLDOMDocumentFragment_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,… argument
762 #define IXMLDOMDocument_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoo… argument
1126 #define IXMLDOMCharacterData_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,clo… argument
1262 #define IXMLDOMAttribute_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRo… argument
1395 #define IXMLDOMElement_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
1538 #define IXMLDOMText_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
1662 #define IXMLDOMComment_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
1782 #define IXMLDOMProcessingInstruction_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,… argument
1905 #define IXMLDOMCDATASection_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,clon… argument
[all …]
Dmsxml2.h1072 #define IXMLDOMNode_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
1249 #define IXMLDOMDocumentFragment_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,… argument
1421 #define IXMLDOMDocument_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoo… argument
1671 #define IXMLDOMDocument2_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRo… argument
1987 #define IXMLDOMCharacterData_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,clo… argument
2123 #define IXMLDOMAttribute_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRo… argument
2256 #define IXMLDOMElement_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
2399 #define IXMLDOMText_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
2524 #define IXMLDOMComment_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot) argument
2644 #define IXMLDOMProcessingInstruction_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,… argument
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c2485 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms()
2530 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms()
2623 int deep = 1; in xmlFARecurseDeterminism() local
2682 int deep = 1; in xmlFAComputesDeterminism() local
Dtree.c9405 int deep, in xmlDOMWrapCloneNode()
/third_party/libxml2/
Dxmlregexp.c2488 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms()
2533 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms()
2635 int deep = 1; in xmlFARecurseDeterminism() local
2717 int deep = 1; in xmlFAComputesDeterminism() local
Dtree.c9409 int deep, in xmlDOMWrapCloneNode()
/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp1357 cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in cloneFragmentedUnicodeString()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.c586 gboolean deep; in gst_buffer_copy_into() local
/third_party/python/Python/
Dast.c3227 node *deep, *ann = CHILD(n, 1); in ast_for_expr_stmt() local
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…
/third_party/boost/libs/hof/doc/html/_static/
Djquery-3.1.0.js10053 jQuery.noConflict = function( deep ) { argument
/third_party/boost/libs/python/doc/html/numpy/_static/
Djquery-3.1.0.js10053 jQuery.noConflict = function( deep ) { argument
/third_party/boost/libs/gil/doc/html/_static/
Djquery-3.1.0.js10053 jQuery.noConflict = function( deep ) { argument
/third_party/expat/tests/
Druntests.c7648 int deep; member
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c7440 int deep; member

12