Home
last modified time | relevance | path

Searched defs:deep (Results 1 – 12 of 12) 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/vk-gl-cts/framework/platform/ohos/
Dtestmain.cpp106 …ode, std::vector<tcu::TestNode *> &casePath, std::vector<std::string> &namePath, uint32_t deep = 0) in GetCasePath()
/third_party/node/deps/icu-small/source/common/
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()
/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/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.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
Dtest_pickle.py345 def recurse(deep): argument
/third_party/python/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
/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp1357 cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in cloneFragmentedUnicodeString()
/third_party/python/Lib/
Dtarfile.py920 deep=True, _KEEP=_KEEP): argument
/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.c7567 int deep; member