/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 1041 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 D | xcode.py | 1041 concrete_outputs_all.extend(concrete_outputs_for_this_rule_source) 1136 prerequisites.extend(rule.get("inputs", []))
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen.py | 110 bb.extend(seg._bitdata) 890 self.extend(((val >> i) & 1) for i in reversed(range(n)))
|
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 457 /// 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 D | test_call.py | 454 CALLS_POSARGS.extend([ 468 CALLS_KWARGS.extend([
|
H A D | test_genericalias.py | 127 generic_types.extend((ctypes.Array, ctypes.LibraryLoader)) 129 generic_types.extend((ValueProxy, ApplyResult, MPSimpleQueue))
|
/third_party/python/Lib/ |
H A D | functools.py | 307 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.py | 1094 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 D | pickle.py | 136 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 D | main.py | 358 self.ns.match_tests.extend(error_names) 359 self.ns.match_tests.extend(failure_names)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sendfile.py | 64 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 D | MachineOutliner.cpp | 355 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 D | genRef.py | 341 notes.extend(( 347 notes.extend((
|
H A D | generator.py | 204 - 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 D | pyspecific.py | 231 env.all_audit_events[name]["source"].extend(value["source"]) 302 pnode.extend(n + m)
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 204 - 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 D | device.py | 403 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 D | input.py | 276 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 D | input.py | 276 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 D | command.rs | 2360 .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 D | generate_entry_points.py | 2019 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 D | dsoftbus.rs | 520 peer_dev_id.extend(vec![0; 65]); in on_session_opened()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_scan.S | 365 .extend 0,0,0,0,0,0,0,0,0,0
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_scan.S | 365 .extend 0,0,0,0,0,0,0,0,0,0
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 361 public_interface_func_list.extend(interface_func_list)
|