/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 117 all_inputs.extend(implicit) 121 all_inputs.extend(order_only) 126 out_outputs.extend(implicit_outputs)
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_address.c | 203 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 D | nv50_ir_util.cpp | 112 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 D | template_params.rs | 265 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 D | patchcheck.py | 261 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 D | gencodec.py | 334 l.extend(decoding_map_code) 339 l.extend(decoding_table_code) 351 l.extend(encoding_map_code)
|
/third_party/python/Lib/distutils/ |
H A D | unixccompiler.py | 92 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 D | script_helper.py | 133 cmd_line.extend(args) 190 cmd_line.extend(args) 264 unlink.extend((init_name, script_name))
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.h | 69 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 D | test_uio.rs | 27 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 D | ninja_syntax.py | 85 all_inputs.extend(implicit) 89 all_inputs.extend(order_only)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 85 all_inputs.extend(implicit) 89 all_inputs.extend(order_only)
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | cfg.rs | 80 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 D | cfg.rs | 80 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 D | cfg.rs | 80 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 D | wasm_assets.py | 246 omit_files.extend(OMIT_NETWORKING_FILES) 249 omit_files.extend(modfiles)
|
/third_party/python/Lib/distutils/command/ |
H A D | install_lib.py | 211 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 D | Variable.hpp | 107 // 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 D | optimization.go | 107 extend := b.id // Do not take address of iterator! 109 a.grp.Extend = &extend
|
/third_party/python/Lib/unittest/ |
H A D | util.py | 92 missing.extend(expected[i:]) 93 unexpected.extend(actual[j:])
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | cfg.rs | 80 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 D | scanner.py | 1006 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 D | videodsp.asm | 245 ; 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 D | message_test.py | 459 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 D | roll_chromium_deps.py | 375 result.extend( 446 commit_msg.extend([ 633 cmd.extend(['--cc', NOTIFY_EMAIL]) 636 cmd.extend(['--use-commit-queue']) 639 cmd.extend(['--cq-dry-run'])
|