Home
last modified time | relevance | path

Searched refs:extend (Results 501 - 525 of 684) sorted by relevance

1...<<2122232425262728

/third_party/python/Lib/email/
H A Dfeedparser.py124 self._lines.extend(lines)
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py409 nodes.extend(node.children)
/third_party/python/Lib/test/libregrtest/
H A Druntest.py330 FOUND_GARBAGE.extend(gc.garbage)
/third_party/skia/tools/skp/
H A Dwebpages_playback.py193 ps.extend(chromium_ps)
/third_party/protobuf/objectivec/DevTools/
H A Dpddm.py485 result.extend([_GENERATED_CODE_LINE, '// clang-format off', ''])
/third_party/python/Include/internal/
H A Dpycore_global_strings.h261 STRUCT_FOR_ID(extend)
/third_party/python/Lib/distutils/tests/
H A Dtest_dist.py74 sys.argv.extend(["--command-packages",
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py169 results.extend([old_text, new_text, filename, equal])
/third_party/python/Lib/
H A Duuid.py365 path_dirs.extend(['/sbin', '/usr/sbin'])
H A Doptparse.py325 result.extend(["%*s%s\n" % (self.help_position, "", line)
1303 options.extend(group.option_list)
H A Dshutil.py448 ignored_names.extend(fnmatch.filter(names, pattern))
505 errors.extend(err.args[0])
/third_party/python/Lib/test/
H A Dtest_platform.py342 expect_list.extend(['0'] * len_diff)
H A Dtest_cmd_line.py120 cmd.extend(args)
822 tests.extend((
/third_party/python/Modules/_io/
H A Diobase.c693 PyObject *ret = PyObject_CallMethodObjArgs(result, &_Py_ID(extend), in _io__IOBase_readlines_impl()
/third_party/rust/crates/clap/src/error/
H A Dformat.rs103 styled.extend(suggestion.iter()); in format_error()
405 styled.extend(usage.into_iter()); in put_usage()
/third_party/rust/crates/syn/src/
H A Dstmt.rs123 /// attrs.extend(inner_attrs);
368 attrs.extend(attr_target.replace_attrs(Vec::new())); in stmt_expr()
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py517 cmake_cmd.extend(['-G', self._args.generator])
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py575 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 Dninja.py575 outputs.extend(output)
827 all_outputs.extend(outputs)
877 outputs.extend(
959 bundle_depends.extend(
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py723 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 Dparser.py69 expected.extend(imap(describe_token_expr, exprs))
921 body.extend(rv)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py64 expected.extend(imap(describe_token_expr, exprs))
885 body.extend(rv)
/third_party/littlefs/scripts/
H A Dperfbd.py584 results.extend(results_)
589 results.extend(collect_job(path, None, None,
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs515 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 DvktDrawImageObjectUtil.cpp151 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

Completed in 34 milliseconds

1...<<2122232425262728