Home
last modified time | relevance | path

Searched refs:extend (Results 201 - 225 of 2079) sorted by relevance

12345678910>>...84

/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dcfg.rs80 Err(errors) => all_errors.extend(errors), in try_eval()
95 Err(errors) => all_errors.extend(errors), in try_eval()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dcfg.rs80 Err(errors) => all_errors.extend(errors), in try_eval()
95 Err(errors) => all_errors.extend(errors), in try_eval()
/third_party/python/Tools/wasm/
H A Dwasm_assets.py246 omit_files.extend(OMIT_NETWORKING_FILES)
249 omit_files.extend(modfiles)
/third_party/python/Lib/distutils/command/
H A Dinstall_lib.py211 inputs.extend(build_py.get_outputs())
215 inputs.extend(build_ext.get_outputs())
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DVariable.hpp107 // extend() adds base to the list of Variables that will be searched and
110 inline void extend(const std::shared_ptr<Variables> &base);
198 void VariableContainer::extend(const std::shared_ptr<Variables> &base) in extend() function in vk::dbg::VariableContainer
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Doptimization.go107 extend := b.id // Do not take address of iterator!
109 a.grp.Extend = &extend
/third_party/python/Lib/unittest/
H A Dutil.py92 missing.extend(expected[i:])
93 unexpected.extend(actual[j:])
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcfg.rs80 Err(errors) => all_errors.extend(errors), in try_eval()
95 Err(errors) => all_errors.extend(errors), in try_eval()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_task_queue_extend.h28 virtual void SetExtend(ITaskQueueExtend* extend) = 0;
/third_party/rust/crates/clap/clap_complete/src/generator/
H A Dutils.rs13 subcmds.extend(sc_v); in all_subcommands()
/third_party/skia/buildtools/checkdeps/
H A DPRESUBMIT.py13 results.extend(input_api.canned_checks.RunUnitTests(
/third_party/python/Lib/test/
H A Dlist_tests.py249 a.extend(a2)
252 a.extend(self.type2test([]))
255 a.extend(a)
259 a.extend("eggs")
262 self.assertRaises(TypeError, a.extend, None)
263 self.assertRaises(TypeError, a.extend)
274 a.extend(CustomIter())
/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h324 // rm, {<extend> {#<shift_amount>}}
325 // where <extend> is one of {UXTB, UXTH, UXTW, UXTX, SXTB, SXTH, SXTW, SXTX}.
327 explicit Operand(Register reg, Extend extend, unsigned shift_amount = 0);
335 // This returns an LSL shift (<= 4) operand as an equivalent extend operand,
368 VIXL_DEPRECATED("GetExtend", Extend extend() const) { return GetExtend(); }
403 Extend extend,
605 // SVE offers no extend modes for scalar-plus-scalar, so both registers must in IsScalarPlusScalar()
612 // The modifier can be LSL or an an extend mode (UXTW or SXTW) here. Unlike in IsScalarPlusVector()
613 // in the core ISA, these extend modes do not imply an S-sized lane, so the in IsScalarPlusVector()
697 SVEOffsetModifier GetSVEOffsetModifierFor(Extend extend
[all...]
/third_party/skia/gn/
H A Dgn_to_cmake.py446 flags.extend(target.properties.get('cflags', []))
451 cflags_objc.extend(target.properties.get('cflags_objc', []))
453 cflags_objcc.extend(target.properties.get('cflags_objcc', []))
456 flags.extend(cflags_c)
458 flags.extend(cflags_cxx)
460 flags.extend(cflags_objc)
462 flags.extend(cflags_objcc)
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs114 inner.extend(group.stream.take_inner()); in drop()
255 stream.extend(tokens); in from_iter()
265 v.extend(stream.take_inner()); in from_iter()
273 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, tokens: I) { in extend() functions
282 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
283 self.inner.make_mut().extend(streams.into_iter().flatten()); in extend()
1000 repr.extend(ch.escape_debug()); in string()
1014 repr.extend(t.escape_debug()); in character()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_netvf_main.c133 if (fw_ver.extend & NFP_NET_CFG_VERSION_RESERVED_MASK || in nfp_netvf_pci_probe()
136 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe()
157 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe()
/third_party/node/test/parallel/
H A Dtest-readline-keys.js9 function extend(k) { function
33 expectedKeys = expectedKeys.map(extend);
64 expectedKeys = expectedKeys.map(extend);
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py315 self.result.extend(
327 self.result.extend(rules)
496 tree.children.extend(ParseGNFile(test_gn).children)
/third_party/node/tools/gyp/tools/
H A Dpretty_vcproj.py110 node_list.extend(FlattenFilter(current))
191 node_array.extend(FlattenFilter(current))
322 vsprops_list.extend(GetChildrenVsprops(current_vsprops))
/third_party/ninja/misc/
H A Dninja_syntax.py117 all_inputs.extend(implicit)
121 all_inputs.extend(order_only)
126 out_outputs.extend(implicit_outputs)
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_address.c203 mir_match_offset(nir_ssa_def *offset, bool first_free, bool extend) in mir_match_offset() argument
207 .type = extend ? midgard_index_address_u64 : midgard_index_address_u32, in mir_match_offset()
216 if (extend) { in mir_match_offset()
235 /* Sign extend instead of zero extend in case the address is something in mir_set_offset()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp112 Interval::extend(int a, int b) in extend() function in nv50_ir::Interval
192 this->extend(r->bgn, r->end); in insert()
200 this->extend(r->bgn, r->end); in unify()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dtemplate_params.rs265 used_by_this_id.extend(args); in constrain_instantiation_of_blocklisted_template()
327 used_by_this_id.extend(used_by_arg); in constrain_instantiation()
367 used_by_this_id.extend(used_by_sub_id); in constrain_join()
/third_party/python/Tools/scripts/
H A Dpatchcheck.py261 fixed.extend(normalize_whitespace(python_files))
262 fixed.extend(normalize_c_whitespace(c_files))
263 fixed.extend(normalize_docs_whitespace(doc_files))
/third_party/python/Tools/unicode/
H A Dgencodec.py334 l.extend(decoding_map_code)
339 l.extend(decoding_table_code)
351 l.extend(encoding_map_code)

Completed in 15 milliseconds

12345678910>>...84