/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 67 def construct_object(self, node, deep=False): 70 if deep: 113 if deep: 124 def construct_sequence(self, node, deep=False): 129 return [self.construct_object(child, deep=deep) 132 def construct_mapping(self, node, deep=False): 139 key = self.construct_object(key_node, deep=deep) 143 value = self.construct_object(value_node, deep [all...] |
/third_party/vk-gl-cts/framework/platform/ohos/ |
H A D | testmain.cpp | 106 bool GetCasePath(tcu::TestNode *node, std::vector<tcu::TestNode *> &casePath, std::vector<std::string> &namePath, uint32_t deep = 0) in GetCasePath() 108 if (deep >= namePath.size()) in GetCasePath() 110 if (namePath[deep].compare(node->getName()) != 0) in GetCasePath() 126 // printf("-----------%s==%s\n",children[i]->getName(),namePath[deep+1].c_str()); in GetCasePath() 127 if (GetCasePath(children[i], casePath, namePath, deep + 1)) in GetCasePath()
|
/third_party/python/Lib/ |
H A D | copy.py | 1 """Generic (shallow and deep) copying operations. 8 x = copy.deepcopy(y) # make a deep copy of y 12 The difference between shallow and deep copying is only relevant for 20 - A deep copy constructs a new compound object and then, recursively, 23 Two problems often exist with deep copy operations that don't exist 29 b) because deep copy copies *everything* it may copy too much, e.g. 33 Python's deep copy operation avoids these problems by: 168 "un(deep)copyable object of type %s" % cls) 262 deep = memo is not None 263 if deep an [all...] |
H A D | tarfile.py | 815 return member.replace(**new_attrs, deep=False) 821 return member.replace(**new_attrs, deep=False) 923 deep=True, _KEEP=_KEEP): 924 """Return a deep copy of self with the given attributes replaced. 926 if deep:
|
/third_party/backends/lib/ |
H A D | alloca.c | 149 char *deep; /* For stack depth measure. */ member 185 if ((STACK_DIR > 0 && hp->h.deep > depth) 186 || (STACK_DIR < 0 && hp->h.deep < depth)) 214 ((header *) new)->h.deep = depth;
|
/third_party/jsframework/runtime/main/reactivity/ |
H A D | watcher.js | 21 * - {Boolean} deep 55 // State for avoiding false triggers for deep and Array watchers during vm._digest(). 66 // "touch" every property so they are all tracked as dependencies for deep watching. 67 if (this.deep) { 131 ((isObject(value) || this.deep) && !this.shallow) 185 * is collected as a "deep" dependency.</p>
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 206 def cloneNode(self, deep): 207 return _clone_node(self, deep, self.ownerDocument or self) 1327 def cloneNode(self, deep): 1334 if deep: 1652 def cloneNode(self, deep): 1653 if not deep: 1660 childclone = _clone_node(n, deep, clone) 1809 def importNode(self, node, deep): 1814 return _clone_node(node, deep, self) 1889 def _clone_node(node, deep, newOwnerDocumen [all...] |
/third_party/mesa3d/include/HaikuGL/ |
H A D | GLView.h | 73 virtual status_t Archive(BMessage *data, bool deep = true) const; 155 virtual status_t Archive(BMessage *data, bool deep = true) const;
|
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 273 BGLView::Archive(BMessage* data, bool deep) const in Archive() 275 return BView::Archive(data, deep); in Archive() 542 BGLScreen::Archive(BMessage* data, bool deep) const 544 return BWindowScreen::Archive(data, deep);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralParameterResolution.js | 4 extend<T>(deep: boolean, target: T, ...objs: any[]): T;
|
H A D | mappedTypeRecursiveInference.js | 5 declare function foo<T>(deep: Deep<T>): T;
|
/third_party/icu/icu4c/source/common/ |
H A D | utext.cpp | 522 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() argument 526 UText *result = src->pFuncs->clone(dest, src, deep, status); in utext_clone() 1565 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) 1570 // For deep clones, make a copy of the string. 1579 if (deep && U_SUCCESS(*status)) { 1698 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { 1702 // For deep clones, make a copy of the Replaceable. 1707 if (deep && U_SUCCESS(*status)) { 1712 // with deep clone, the copy is writable, even when the source is not. 2088 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCod [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | utext.cpp | 525 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() argument 529 UText *result = src->pFuncs->clone(dest, src, deep, status); in utext_clone() 1568 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) 1573 // For deep clones, make a copy of the string. 1582 if (deep && U_SUCCESS(*status)) { 1701 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { 1705 // For deep clones, make a copy of the Replaceable. 1710 if (deep && U_SUCCESS(*status)) { 1715 // with deep clone, the copy is writable, even when the source is not. 2091 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCod [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utext.cpp | 522 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() argument 526 UText *result = src->pFuncs->clone(dest, src, deep, status); in utext_clone() 1565 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) 1570 // For deep clones, make a copy of the string. 1579 if (deep && U_SUCCESS(*status)) { 1698 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { 1702 // For deep clones, make a copy of the Replaceable. 1707 if (deep && U_SUCCESS(*status)) { 1712 // with deep clone, the copy is writable, even when the source is not. 2088 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCod [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utext.h | 299 * A deep clone will copy both the UText data structures and the underlying text. 302 * required to support deep clones. The user of clone() must check the status return 306 * Replaceable all support deep cloning. 308 * The UText returned from a deep clone will be writable, assuming that the text 333 * write access with deep clones. 342 * @param deep true to request a deep clone, false for a shallow clone. 346 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR 353 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status); 938 * Generally occurs as the result of a deep clon [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utext.h | 299 * A deep clone will copy both the UText data structures and the underlying text. 302 * required to support deep clones. The user of clone() must check the status return 306 * Replaceable all support deep cloning. 308 * The UText returned from a deep clone will be writable, assuming that the text 333 * write access with deep clones. 342 * @param deep true to request a deep clone, false for a shallow clone. 346 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR 353 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status); 938 * Generally occurs as the result of a deep clon [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utext.h | 299 * A deep clone will copy both the UText data structures and the underlying text. 302 * required to support deep clones. The user of clone() must check the status return 306 * Replaceable all support deep cloning. 308 * The UText returned from a deep clone will be writable, assuming that the text 333 * write access with deep clones. 342 * @param deep true to request a deep clone, false for a shallow clone. 346 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR 353 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status); 938 * Generally occurs as the result of a deep clon [all...] |
/third_party/python/Lib/test/ |
H A D | test_minidom.py | 672 def _setupCloneElement(self, deep): 675 clone = root.cloneNode(deep) 677 root, clone, "testCloneElement" + (deep and "Deep" or "Shallow")) 797 def check_import_document(self, deep, testName): 800 self.assertRaises(xml.dom.NotSupportedErr, doc1.importNode, doc2, deep) 820 # Testing attribute clones uses a helper, and should always be deep, 822 def check_clone_attribute(self, deep, testName): 826 clone = attr.cloneNode(deep) 842 def check_clone_pi(self, deep, testName): 846 clone = pi.cloneNode(deep) [all...] |
H A D | test_pickle.py | 345 def recurse(deep): 347 for i in range(deep):
|
/third_party/node/test/parallel/ |
H A D | test-assert-deep.js | 7 const defaultMsgStart = 'Expected values to be strictly deep-equal:\n'; 19 let result = 'Expected values to be loosely deep-equal:\n\n'; 194 err || re`${a}\n\nshould loosely deep-equal\n\n${b}` 203 err || re`${b}\n\nshould loosely deep-equal\n\n${a}` 672 message: /1\n\nshould not loosely deep-equal\n\ntrue/ 679 message: /Expected "actual" not to be loosely deep-equal to:\n\n1/ 811 message: 'Expected "actual" not to be strictly deep-equal to:\n\n' + 944 message: 'Expected values to be strictly deep-equal:\n' + 948 " message: 'Expected values to be strictly deep-equal:\\n' +\n" +
|
/third_party/rust/crates/regex/src/ |
H A D | re_bytes.rs | 434 /// let result = re.replace(b"deep fried", &b"${first}_$second"[..]);
|
H A D | re_unicode.rs | 483 /// let result = re.replace("deep fried", "${first}_$second");
|
/third_party/node/lib/internal/assert/ |
H A D | assertion_error.js | 32 deepStrictEqual: 'Expected values to be strictly deep-equal:', 35 deepEqual: 'Expected values to be loosely deep-equal:', 36 notDeepStrictEqual: 'Expected "actual" not to be strictly deep-equal to:', 40 notDeepEqual: 'Expected "actual" not to be loosely deep-equal to:', 42 notDeepEqualUnequal: 'Expected values not to be loosely deep-equal:', 411 res = `${knownOperator}\n\n${res}\n\nshould loosely deep-equal\n\n`; 415 res = `${newOp}\n\n${res}\n\nshould not loosely deep-equal\n\n`;
|
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | 214 to specify how deep in the file tree to traverse.
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | utxttest.cpp | 300 // The UText is deep-cloned prior to each operation, so that the original UText remains unchanged. 563 UText *shallowClone = utext_clone(NULL, ut, false /*deep*/, false /*readOnly*/, &status); in TestAccess() 568 // Rerun again on a deep clone. in TestAccess() 569 // Note that text providers are not required to provide deep cloning, in TestAccess() 1279 ut2 = utext_clone(ut2, ut, true, false, &status); // deep clone in FreezeTest() 1291 ut2 = utext_clone(ut2, ut, true, false, &status); // deep clone in FreezeTest() 1357 cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in cloneFragmentedUnicodeString() argument 1361 if (deep) { in cloneFragmentedUnicodeString()
|