/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | Generator.js | 153 makeSpace(deep) { 155 for (let i = 0; i < deep; i++) ret += ' '; 173 objToHcsConfigNode(node, deep) { 176 ret = this.makeSpace(deep) + node.name_ + ' {\n'; 178 ret = this.makeSpace(deep) + node.name_ + ' : ' + node.ref_ + ' {\n'; 180 ret = this.makeSpace(deep) + node.name_ + ' : &' + node.ref_ + ' {\n'; 182 ret = this.makeSpace(deep) + node.name_ + ' : delete {\n'; 184 ret = this.makeSpace(deep) + 'template ' + node.name_ + ' {\n'; 186 ret = this.makeSpace(deep) + node.name_ + ' :: ' + node.ref_ + ' {\n'; 192 ret += this.objToHcs(node.value_[i], deep [all...] |
/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...] |
/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;
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | intel_pmc_bxt.c | 141 u64 deep, shlw; in intel_pmc_s0ix_counter_read() local 144 deep = readq(pmc->gcr_mem_base + PMC_GCR_TELEM_DEEP_S0IX_REG); in intel_pmc_s0ix_counter_read() 148 *data = S0IX_RESIDENCY_IN_USECS(deep, shlw); in intel_pmc_s0ix_counter_read()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | intel_pmc_bxt.c | 141 u64 deep, shlw; in intel_pmc_s0ix_counter_read() local 144 deep = readq(pmc->gcr_mem_base + PMC_GCR_TELEM_DEEP_S0IX_REG); in intel_pmc_s0ix_counter_read() 148 *data = S0IX_RESIDENCY_IN_USECS(deep, shlw); in intel_pmc_s0ix_counter_read()
|
/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;
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | proc.py | 61 for res, deep in get_resources(child, depth + 1): 62 yield res, deep
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | proc.py | 63 for res, deep in get_resources(child, depth + 1): 64 yield res, deep
|
/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...] |
/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");
|