Home
last modified time | relevance | path

Searched refs:extend (Results 376 - 400 of 875) sorted by relevance

1...<<11121314151617181920>>...35

/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dinclude.rs178 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 Ddeps.rs100 .extend(dirs.into_iter().map(|(_sort_key, dir)| HeaderDir { in direct_dependencies()
/third_party/python/Tools/scripts/
H A Dgenerate_re_casefix.py59 bad_codes.extend(t)
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dinclude.rs178 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 Dconf.py212 latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcheck_spec_links.py177 all_docs.extend([str(fn)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-hdmx-table.hh55 if (unlikely (!c->extend (this, length))) return_trace (false); in serialize()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dump.py65 expected.extend([
/third_party/python/Lib/distutils/command/
H A Dbuild_clib.py177 filenames.extend(sources)
/third_party/python/Lib/lib2to3/
H A Dbtm_matcher.py64 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 DLiveRangeCalc.h210 void extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg,
/third_party/python/Lib/test/
H A Dtest_ioctl.py47 buf.extend([fill] * (nbytes // intsize))
H A Dtest_repl.py31 cmd_line.extend(args)
H A Dtest_bdb.py391 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 Dfilesets.py79 dirs.extend(
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dinclude.rs178 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 Dmod.rs83 string.extend(DecodeWide::new(encoder)); in to_bytes()
/third_party/rust/crates/quote/src/
H A Druntime.rs261 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 Dto_tokens.rs203 dst.extend(iter::once(self.clone())); in to_tokens()
/third_party/rust/crates/syn/codegen/src/
H A Dclone.rs114 impls.extend(expand_impl(defs, node)); in generate()
/third_party/vk-gl-cts/scripts/
H A Dgen_android_bp.py142 sourceDirs.extend(EXTRA_INCLUDE_DIRS)
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Dhal8188e_rate_adaptive.c85 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 Dconstructor.py189 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 Dlib.rs273 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 Drender_text_field.h476 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.

Completed in 14 milliseconds

1...<<11121314151617181920>>...35