/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | include.rs | 178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | deps.rs | 100 .extend(dirs.into_iter().map(|(_sort_key, dir)| HeaderDir { in direct_dependencies()
|
/third_party/python/Tools/scripts/ |
H A D | generate_re_casefix.py | 59 bad_codes.extend(t)
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | include.rs | 178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/python/Doc/ |
H A D | conf.py | 212 latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | check_spec_links.py | 177 all_docs.extend([str(fn)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-hdmx-table.hh | 55 if (unlikely (!c->extend (this, length))) return_trace (false); in serialize()
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_dump.py | 65 expected.extend([
|
/third_party/python/Lib/distutils/command/ |
H A D | build_clib.py | 177 filenames.extend(sources)
|
/third_party/python/Lib/lib2to3/ |
H A D | btm_matcher.py | 64 match_nodes.extend(self.add(pattern[1:], end))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeCalc.h | 210 void extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg,
|
/third_party/python/Lib/test/ |
H A D | test_ioctl.py | 47 buf.extend([fill] * (nbytes // intsize))
|
H A D | test_repl.py | 31 cmd_line.extend(args)
|
H A D | test_bdb.py | 391 args.extend(remain) 523 sl.extend(set_list) 1100 self.expect_set.extend( 1106 self.expect_set.extend(
|
/third_party/python/PC/layout/support/ |
H A D | filesets.py | 79 dirs.extend(
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | include.rs | 178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions 179 self.custom.extend(iter.into_iter().cloned()); in extend()
|
/third_party/rust/crates/os_str_bytes/src/windows/ |
H A D | mod.rs | 83 string.extend(DecodeWide::new(encoder)); in to_bytes()
|
/third_party/rust/crates/quote/src/ |
H A D | runtime.rs | 261 tokens.extend(iter::once(s)); in parse() 267 tokens.extend(s.into_iter().map(|t| respan_token_tree(t, span))); in parse_spanned() 323 tokens.extend(Lifetime { 357 tokens.extend(Lifetime {
|
H A D | to_tokens.rs | 203 dst.extend(iter::once(self.clone())); in to_tokens()
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | clone.rs | 114 impls.extend(expand_impl(defs, node)); in generate()
|
/third_party/vk-gl-cts/scripts/ |
H A D | gen_android_bp.py | 142 sourceDirs.extend(EXTRA_INCLUDE_DIRS)
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | hal8188e_rate_adaptive.c | 85 struct odm_ra_info *pRaInfo, u8 extend) in odm_SetTxRPTTiming_8188E() 93 if (extend == 0) { /* back to default timing */ in odm_SetTxRPTTiming_8188E() 95 } else if (extend == 1) {/* increase the timing */ in odm_SetTxRPTTiming_8188E() 99 } else if (extend == 2) {/* decrease the timing */ in odm_SetTxRPTTiming_8188E() 84 odm_SetTxRPTTiming_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo, u8 extend) odm_SetTxRPTTiming_8188E() argument
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 189 merge.extend(value_node.value) 202 merge.extend(value) 408 data.extend(self.construct_sequence(node)) 483 # 'extend' is blacklisted because it is used by 487 return ['^extend$', '^__.*__$'] 652 instance.extend(listitems)
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | lib.rs | 273 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, streams: I) { in extend() functions 274 self.inner.extend(streams); in extend() 279 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions 281 .extend(streams.into_iter().map(|stream| stream.inner)); in extend()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.h | 476 virtual Offset GetHandleOffset(int32_t extend) = 0; 510 Offset GetPositionForExtend(int32_t extend, bool isSingleHandle); 513 * Get grapheme cluster length before or after extend. 519 int32_t GetGraphemeClusterLength(int32_t extend, bool isPrefix) const; 644 bool extend_ = false; // Whether input support extend, this attribute is worked in textarea.
|