Home
last modified time | relevance | path

Searched refs:extend (Results 76 - 100 of 1956) sorted by relevance

12345678910>>...79

/third_party/jsframework/runtime/main/util/
H A Dshared.js7 export function extend(obj, ...prop) {
16 extend(obj, ...prop);
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddoc.rs41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens()
43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddoc.rs41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens()
43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddoc.rs41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens()
43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Ddoc.rs41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens()
43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddoc.rs41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens()
43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
/third_party/skia/infra/bots/recipe_modules/gsutil/
H A Dapi.py35 cmd.extend(extra_args)
36 cmd.extend([src, dst])
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_str_util.py956 getEnumGroupByName("GettableState").extend(getEnumGroupByName("EnableCap"))
959 getEnumGroupByName("TextureFormat").extend(getEnumGroupByName("UncompressedTextureFormat") + getEnumGroupByName("CompressedTextureFormat"))
/third_party/mesa3d/bin/
H A Dgen_calendar_entries_test.py201 gen_calendar_entries.extend(args)
227 gen_calendar_entries.extend(args)
234 expected.extend([
253 gen_calendar_entries.extend(args)
260 expected.extend([
/third_party/skia/infra/bots/recipe_modules/build/
H A Ddefault.py66 swiftshader_opts.extend([
180 extra_ldflags.extend(['-static-libstdc++', '-static-libgcc'])
212 extra_cflags.extend(['-march=native', '-fomit-frame-pointer', '-O3',
244 extra_cflags.extend([
251 extra_ldflags.extend([
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py183 golden_message.repeated_string.extend([
551 msg.repeated_int32.extend([1, 2, 3])
567 msg.repeated_int32.extend([1, 2, 3])
800 m.payload.repeated_int32.extend([])
1082 m.repeated_int32.extend(a for i in range(10)) # pylint: disable=undefined-variable
1084 m.repeated_nested_enum.extend(
1096 m.repeated_int32.extend(falsy_value)
1099 m.repeated_int32.extend([])
1109 m.repeated_float.extend(falsy_value)
1112 m.repeated_float.extend([])
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dfile.c422 bool *ilock_shared, bool *extend, in ext4_dio_write_checks()
441 *extend = ext4_extending_io(inode, offset, count); in ext4_dio_write_checks()
456 ((!IS_NOSEC(inode) || *extend || !overwrite || in ext4_dio_write_checks()
475 if (!*ilock_shared && (unaligned_io || *extend)) { in ext4_dio_write_checks()
506 bool extend = false, unwritten = false; in ext4_dio_write_iter() local
551 ret = ext4_dio_write_checks(iocb, from, &ilock_shared, &extend, in ext4_dio_write_iter()
559 if (extend) { in ext4_dio_write_iter()
581 if (extend) { in ext4_dio_write_iter()
635 bool extend = false; in ext4_dax_write_iter() local
665 extend in ext4_dax_write_iter()
421 ext4_dio_write_checks(struct kiocb *iocb, struct iov_iter *from, bool *ilock_shared, bool *extend, bool *unwritten, int *dio_flags) ext4_dio_write_checks() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_grammar_tables.py495 synthetic_exts_list.extend(extension_map.values())
530 enums.extend(optional_enums)
560 things_with_an_extensions_field.extend(enumerants)
571 extensions.extend(
676 exts[key].extend(enum_entry.get('extensions', []))
818 instructions.extend(core_grammar['instructions'])
819 instructions.extend(debuginfo_grammar['instructions'])
820 instructions.extend(cldebuginfo100_grammar['instructions'])
822 operand_kinds.extend(core_grammar['operand_kinds'])
823 operand_kinds.extend(debuginfo_gramma
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_grammar_tables.py495 synthetic_exts_list.extend(extension_map.values())
530 enums.extend(optional_enums)
560 things_with_an_extensions_field.extend(enumerants)
571 extensions.extend(
676 exts[key].extend(enum_entry.get('extensions', []))
818 instructions.extend(core_grammar['instructions'])
819 instructions.extend(debuginfo_grammar['instructions'])
820 instructions.extend(cldebuginfo100_grammar['instructions'])
822 operand_kinds.extend(core_grammar['operand_kinds'])
823 operand_kinds.extend(debuginfo_gramma
[all...]
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py510 synthetic_exts_list.extend(extension_map.values())
545 enums.extend(optional_enums)
575 things_with_an_extensions_field.extend(enumerants)
586 extensions.extend(
698 exts[key].extend(enum_entry.get('extensions', []))
847 instructions.extend(core_grammar['instructions'])
848 instructions.extend(debuginfo_grammar['instructions'])
849 instructions.extend(cldebuginfo100_grammar['instructions'])
851 operand_kinds.extend(core_grammar['operand_kinds'])
852 operand_kinds.extend(debuginfo_gramma
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.cpp744 void ExtendRectangle(const Rectangle &source, const Rectangle &extend, Rectangle *extended)
749 ASSERT(!extend.isReversedX() && !extend.isReversedY());
752 ASSERT((angle::CheckedNumeric<int>(extend.x) + extend.width).IsValid());
753 ASSERT((angle::CheckedNumeric<int>(extend.y) + extend.height).IsValid());
760 const int extendX0 = extend.x0();
761 const int extendX1 = extend.x1();
762 const int extendY0 = extend
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h256 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() argument
260 extend_(extend), in Operand()
267 DCHECK(reg.Is64Bits() || ((extend != SXTX) && (extend != UXTX))); in Operand()
315 return Operand(reg_.W(), extend(), shift_amount()); in ToW()
354 Extend Operand::extend() const { in extend() function in v8::internal::Operand
384 MemOperand::MemOperand(Register base, Register regoffset, Extend extend, in MemOperand() argument
391 extend_(extend), in MemOperand()
395 DCHECK((extend == UXTW) || (extend in MemOperand()
968 ExtendMode(Extend extend) ExtendMode() argument
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_execfile.py50 args.extend([Comma(), globals.clone()])
52 args.extend([Comma(), locals.clone()])
/third_party/python/Lib/xml/dom/
H A Dminicompat.py79 NL.extend(other)
84 NL.extend(other)
/third_party/skia/third_party/externals/abseil-cpp/
H A Dconanfile.py49 self.cpp_info.libs.extend(tools.collect_libs(self))
51 self.cpp_info.libs.extend(["-Wl,--end-group", "pthread"])
/third_party/rust/crates/syn/codegen/src/
H A Dgen.rs31 traits.extend(features.clone()); in traverse()
32 impls.extend(features); in traverse()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py593 all_failures.extend(failed_names(t, full_name))
718 test.log.extend(log)
722 test.log.extend(err_log)
729 test.log.extend(parse_diagnostic(lines))
741 test.log.extend(parse_diagnostic(lines))
762 sub_test.log.extend(sub_log)
767 test.log.extend(sub_log)
776 test.log.extend(parse_diagnostic(lines))
/test/testfwk/developer_test/src/core/build/
H A Dselect_targets.py168 target_list.extend(temp_list)
179 target_list.extend(temp_list)
194 target_list.extend(temp_list)
/third_party/node/deps/npm/node_modules/debug/src/
H A Dcommon.js119 debug.extend = extend;
149 function extend(namespace, delimiter) {
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dbash.rs134 subcmd_dets.extend(scs.iter().map(|sc| { in subcommand_details()
168 opts.extend(longs.iter().map(|long| { in option_details_for_path()
181 opts.extend(shorts.iter().map(|short| { in option_details_for_path()

Completed in 17 milliseconds

12345678910>>...79