/third_party/python/Lib/email/ |
H A D | feedparser.py | 124 self._lines.extend(lines)
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 409 nodes.extend(node.children)
|
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest.py | 330 FOUND_GARBAGE.extend(gc.garbage)
|
/third_party/skia/tools/skp/ |
H A D | webpages_playback.py | 193 ps.extend(chromium_ps)
|
/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 485 result.extend([_GENERATED_CODE_LINE, '// clang-format off', ''])
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 261 STRUCT_FOR_ID(extend)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dist.py | 74 sys.argv.extend(["--command-packages",
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_refactor.py | 169 results.extend([old_text, new_text, filename, equal])
|
/third_party/python/Lib/ |
H A D | uuid.py | 365 path_dirs.extend(['/sbin', '/usr/sbin'])
|
H A D | optparse.py | 325 result.extend(["%*s%s\n" % (self.help_position, "", line) 1303 options.extend(group.option_list)
|
H A D | shutil.py | 448 ignored_names.extend(fnmatch.filter(names, pattern)) 505 errors.extend(err.args[0])
|
/third_party/python/Lib/test/ |
H A D | test_platform.py | 342 expect_list.extend(['0'] * len_diff)
|
H A D | test_cmd_line.py | 120 cmd.extend(args) 822 tests.extend((
|
/third_party/python/Modules/_io/ |
H A D | iobase.c | 693 PyObject *ret = PyObject_CallMethodObjArgs(result, &_Py_ID(extend), in _io__IOBase_readlines_impl()
|
/third_party/rust/crates/clap/src/error/ |
H A D | format.rs | 103 styled.extend(suggestion.iter()); in format_error() 405 styled.extend(usage.into_iter()); in put_usage()
|
/third_party/rust/crates/syn/src/ |
H A D | stmt.rs | 123 /// attrs.extend(inner_attrs); 368 attrs.extend(attr_target.replace_attrs(Vec::new())); in stmt_expr()
|
/third_party/vulkan-loader/scripts/ |
H A D | update_deps.py | 517 cmake_cmd.extend(['-G', self._args.generator])
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 575 outputs.extend(output) 827 all_outputs.extend(outputs) 877 outputs.extend( 959 bundle_depends.extend(
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 575 outputs.extend(output) 827 all_outputs.extend(outputs) 877 outputs.extend( 959 bundle_depends.extend(
|
/third_party/mesa3d/src/imagination/csbgen/ |
H A D | gen_pack_header.py | 723 dwords[index].fields.extend(dwords[index + 1].fields) 724 dwords[index].addresses.extend(dwords[index + 1].addresses)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 69 expected.extend(imap(describe_token_expr, exprs)) 921 body.extend(rv)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | parser.py | 64 expected.extend(imap(describe_token_expr, exprs)) 885 body.extend(rv)
|
/third_party/littlefs/scripts/ |
H A D | perfbd.py | 584 results.extend(results_) 589 results.extend(collect_job(path, None, None,
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 515 fields.extend(non_bitfields); in raw_fields_to_fields_and_bitfield_units() 591 fields.extend(Some(Field::Bitfields(BitfieldUnit { in bitfields_to_allocation_units()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.cpp | 151 const vk::VkExtent3D& extend, in Image() 159 , m_extent (extend) in Image() 147 Image(const vk::DeviceInterface& vk, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkFormat format, const vk::VkExtent3D& extend, deUint32 levelCount, deUint32 layerCount, vk::Move<vk::VkImage> object_) Image() argument
|