Home
last modified time | relevance | path

Searched refs:extend (Results 151 - 175 of 684) sorted by relevance

12345678910>>...28

/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)
/third_party/python/Lib/distutils/
H A Dunixccompiler.py92 pp_args.extend(['-o', output_file])
96 pp_args.extend(extra_postargs)
173 ld_args.extend(extra_postargs)
/third_party/python/Lib/test/support/
H A Dscript_helper.py133 cmd_line.extend(args)
190 cmd_line.extend(args)
264 unlink.extend((init_name, script_name))
/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h69 void extend(TextStretch& stretch) { in extend() function in skia::textlayout::TextWrapper::TextStretch
81 void extend(Cluster* cluster) { in extend() function in skia::textlayout::TextWrapper::TextStretch
95 void extend(Cluster* cluster, size_t pos) { in extend() function in skia::textlayout::TextWrapper::TextStretch
/third_party/rust/crates/nix/test/sys/
H A Dtest_uio.rs27 to_write.extend(b.iter().cloned()); in test_writev()
97 read_buf.extend(iovec.iter().cloned()); in test_readv()
118 expected.extend(vec![1; 8]); in test_pwrite()
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py85 all_inputs.extend(implicit)
89 all_inputs.extend(order_only)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py85 all_inputs.extend(implicit)
89 all_inputs.extend(order_only)
/third_party/rust/crates/cxx/gen/src/
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/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()
/third_party/PyYAML/lib/yaml/
H A Dscanner.py1006 chunks.extend(breaks)
1046 chunks.extend(breaks)
1149 chunks.extend(self.scan_flow_scalar_non_spaces(double, start_mark))
1151 chunks.extend(self.scan_flow_scalar_spaces(double, start_mark))
1152 chunks.extend(self.scan_flow_scalar_non_spaces(double, start_mark))
1221 chunks.extend(self.scan_flow_scalar_breaks(double, start_mark))
1247 chunks.extend(breaks)
1301 chunks.extend(spaces)
1343 chunks.extend(breaks)
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm245 ; vertical top/bottom extend and body copy fast loops
285 ; extend pixels above body
327 ; left/right (horizontal) fast extend functions
328 ; these are essentially identical to the vertical extend ones above,
329 ; just left/right separated because number of pixels to extend is
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dmessage_test.py459 generator.field1.extend(messages)
460 generator.field2.extend(messages)
461 generator.field3.extend(messages)
462 generator.ext1.extend(messages)
463 generator.ext2.extend(messages)
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py375 result.extend(
446 commit_msg.extend([
633 cmd.extend(['--cc', NOTIFY_EMAIL])
636 cmd.extend(['--use-commit-queue'])
639 cmd.extend(['--cq-dry-run'])

Completed in 13 milliseconds

12345678910>>...28