Home
last modified time | relevance | path

Searched refs:extend (Results 576 - 600 of 2003) sorted by relevance

1...<<21222324252627282930>>...81

/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py1041 concrete_outputs_all.extend(concrete_outputs_for_this_rule_source)
1139 prerequisites.extend(rule.get("inputs", []))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py1041 concrete_outputs_all.extend(concrete_outputs_for_this_rule_source)
1136 prerequisites.extend(rule.get("inputs", []))
/third_party/qrcodegen/python/
H A Dqrcodegen.py110 bb.extend(seg._bitdata)
890 self.extend(((val >> i) & 1) for i in reversed(range(n)))
/third_party/rust/crates/either/src/
H A Dlib.rs457 /// right.extend(left.into_iter());
925 fn extend<T>(&mut self, iter: T) in extend() functions
929 for_both!(*self, ref mut inner => inner.extend(iter)) in extend()
/third_party/python/Lib/test/
H A Dtest_call.py454 CALLS_POSARGS.extend([
468 CALLS_KWARGS.extend([
H A Dtest_genericalias.py127 generic_types.extend((ctypes.Array, ctypes.LibraryLoader))
129 generic_types.extend((ValueProxy, ApplyResult, MPSimpleQueue))
/third_party/python/Lib/
H A Dfunctools.py307 args.extend(repr(x) for x in self.args)
308 args.extend(f"{k}={v!r}" for (k, v) in self.keywords.items())
H A D_collections_abc.py1094 def extend(self, values): member in MutableSequence
1095 'S.extend(iterable) -- extend sequence by appending elements from the iterable'
1116 self.extend(values)
H A Dpickle.py136 APPENDS = b'e' # extend list on stack by topmost stack slice
197 __all__.extend([x for x in dir() if re.match("[A-Z][A-Z0-9_]+$", x)])
1672 extend = list_obj.extend
1676 extend(items)
1678 # Even if the PEP 307 requires extend() and append() methods,
1679 # fall back on append() if the object has no extend() method
/third_party/python/Lib/test/libregrtest/
H A Dmain.py358 self.ns.match_tests.extend(error_names)
359 self.ns.match_tests.extend(failure_names)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py64 self.data.extend(data)
84 self.data.extend(data)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp355 unsigned extend(unsigned EndIdx, unsigned SuffixesToAdd) { in extend() function in __anon24056::SuffixTree
489 SuffixesToAdd = extend(PfxEndIdx, SuffixesToAdd); in SuffixTree()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py341 notes.extend((
347 notes.extend((
H A Dgenerator.py204 - reparentEnums - move <enum> elements which extend an enumerated
793 body.extend(aliasText)
797 body.extend((f' {expandPrefix}_BEGIN_RANGE{expandSuffix} = {minName},',
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py231 env.all_audit_events[name]["source"].extend(value["source"])
302 pnode.extend(n + m)
/third_party/vulkan-headers/registry/
H A Dgenerator.py204 - reparentEnums - move <enum> elements which extend an enumerated
793 body.extend(aliasText)
797 body.extend((f' {expandPrefix}_BEGIN_RANGE{expandSuffix} = {minName},',
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py403 cmd.extend(command)
406 cmd.extend(command.split(" "))
1220 cmd.extend(command)
1223 cmd.extend(command.split(" "))
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py276 includes_list.extend(includes)
2795 source_keys.extend(extra_sources_for_rules)
2901 qualified_root_targets.extend(qualified_targets)
2965 non_configuration_keys.extend(generator_input_info["non_configuration_keys"])
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py276 includes_list.extend(includes)
2773 source_keys.extend(extra_sources_for_rules)
2879 qualified_root_targets.extend(qualified_targets)
2943 non_configuration_keys.extend(generator_input_info["non_configuration_keys"])
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs2360 .extend(names.into_iter().map(|n| (n.into(), false))); in aliases()
2545 .extend(names.into_iter().map(|n| (n.into(), true))); in visible_aliases()
3489 result.extend( in get_arg_conflicts_with()
3768 global_arg_vec.extend( in get_used_global_args()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py2019 interface_lines.extend(decls['exts'][annotation][extname])
2660 all_commands_no_suffix.extend(xml.commands[version])
2661 all_commands_with_suffix.extend(xml.commands[version])
2727 extension_commands.extend(xml.ext_data[extension_name])
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs520 peer_dev_id.extend(vec![0; 65]); in on_session_opened()
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_scan.S365 .extend 0,0,0,0,0,0,0,0,0,0
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_scan.S365 .extend 0,0,0,0,0,0,0,0,0,0
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py361 public_interface_func_list.extend(interface_func_list)

Completed in 49 milliseconds

1...<<21222324252627282930>>...81