Home
last modified time | relevance | path

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

/third_party/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
/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/vk-gl-cts/framework/platform/ohos/
Dtestmain.cpp100 …ode, std::vector<tcu::TestNode *> &casePath, std::vector<std::string> &namePath, uint32_t deep = 0) in GetCasePath()
/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/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/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/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.py322 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/libxml2/
Dxmlregexp.c2495 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms()
2540 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms()
2642 int deep = 1; in xmlFARecurseDeterminism() local
2724 int deep = 1; in xmlFAComputesDeterminism() local
Dtree.c9426 int deep, in xmlDOMWrapCloneNode()
Dtestapi.c19810 int deep; /* descend into child if set */ in test_xmlDOMWrapCloneNode() local
/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.c601 gboolean deep; in gst_buffer_copy_into() local
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c96 bool deep) in dump_fb_state()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c7440 int deep; member