Home
last modified time | relevance | path

Searched refs:extend (Results 26 - 50 of 890) sorted by relevance

12345678910>>...36

/third_party/skia/infra/bots/recipes/
H A Dperf.py68 args.extend([k, v])
72 args.extend(['-i', api.flavor.device_dirs.resource_dir])
74 args.extend(['--skps', api.flavor.device_dirs.skp_dir]),
76 args.extend(['--images', api.flavor.device_path_join(
80 args.extend(['--texttraces', api.flavor.device_dirs.texttraces_dir])
82 args.extend(['--svgs', api.flavor.device_dirs.svg_dir])
89 args.extend(['--outResultsFile', json_path])
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPathTest.java40 assertThat(EMPTY.extend(false)).isEqualTo(SINGLE); in testExtend()
41 assertThat(EMPTY.extend(true)).isEqualTo(OPTIONAL); in testExtend()
43 assertPath(SINGLE.extend(false), 2); in testExtend()
45 assertPath(SINGLE.extend(true), 0, 2); in testExtend()
48 assertPath(AnyPath.of(0x4).extend(false), 3); in testExtend()
49 assertPath(AnyPath.of(0x4).extend(true), 0, 3); in testExtend()
/third_party/skia/third_party/externals/brotli/python/tests/
H A Dbro_test.py63 args.extend(['-i', temp_compressed, '-o', temp_uncompressed])
71 args.extend(['-q', str(kwargs['quality'])])
73 args.extend(['--lgwin', str(kwargs['lgwin'])])
74 args.extend(['-i', test_data, '-o', temp_compressed])
81 args.extend(['-q', str(kwargs['quality'])])
83 args.extend(['--lgwin', str(kwargs['lgwin'])])
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_lock_test.cpp116 int64_t begin, int64_t count, int64_t gidStart, std::vector<VBucket> &record, std::vector<VBucket> &extend);
208 int64_t begin, int64_t count, int64_t gidStart, std::vector<VBucket> &record, std::vector<VBucket> &extend) in GenerateDataRecords()
230 extend.push_back(log); in GenerateDataRecords()
239 std::vector<VBucket> extend; in InsertLocalData() local
240 GenerateDataRecords(begin, count, 0, record, extend); in InsertLocalData()
266 std::vector<VBucket> extend; in InsertCloudDBData() local
267 GenerateDataRecords(begin, count, gidStart, record, extend); in InsertCloudDBData()
268 ASSERT_EQ(g_virtualCloudDb->BatchInsertWithGid(tableName, std::move(record), extend), DBStatus::OK); in InsertCloudDBData()
277 std::vector<VBucket> extend; in UpdateCloudDBData() local
278 GenerateDataRecords(begin, count, gidStart, record, extend); in UpdateCloudDBData()
207 GenerateDataRecords( int64_t begin, int64_t count, int64_t gidStart, std::vector<VBucket> &record, std::vector<VBucket> &extend) GenerateDataRecords() argument
290 std::vector<VBucket> extend; DeleteCloudDBData() local
413 std::vector<VBucket> extend; UpdateCloudAssets() local
633 VBucket extend; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dicloud_db.h31 ** param[in & out] extend: will fill gid after insert ok
34 std::vector<VBucket> &extend) = 0;
36 std::vector<VBucket> &extend) = 0;
37 virtual DBStatus BatchDelete(const std::string &tableName, std::vector<VBucket> &extend) = 0;
41 virtual DBStatus Query(const std::string &tableName, VBucket &extend, std::vector<VBucket> &data) = 0;
/third_party/node/tools/
H A Dgyp_node.py26 args.extend(['-I', common_fn])
29 args.extend(['-I', options_fn])
36 args.extend(['--generator-output', output_dir])
39 args.extend(['-Goutput_dir=' + output_dir])
/third_party/typescript/tests/baselines/reference/
H A DintersectionTypeInference.js2 function extend<T, U>(obj1: T, obj2: U): T & U {
11 var x = extend({ a: "hello" }, { b: 42 });
32 function extend(obj1, obj2) { function
40 var x = extend({ a: "hello" }, { b: 42 });
H A DallowJscheckJsTypeParameterNoCrash.js8 declare function extend(options: ComponentOptions<{}>): void;
9 export var vextend = extend;
26 exports.vextend = extend;
/third_party/python/Lib/test/
H A Dssltests.py23 args.extend([
31 args.extend(extra_args)
32 args.extend(TESTS)
H A Dbisect_cmd.py52 cmd.extend(subprocess._args_from_interpreter_flags())
53 cmd.extend(subprocess._optim_args_from_interpreter_flags())
59 cmd.extend(['-m', 'test', '--list-cases'])
60 cmd.extend(args.test_args)
80 cmd.extend(['-m', 'test', '--matchfile', tmp])
81 cmd.extend(args.test_args)
/third_party/googletest/googletest/test/
H A Dgoogletest-shuffle-test.py132 ALL_TESTS.extend(
136 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0])
139 FILTERED_TESTS.extend(
143 SHARDED_TESTS.extend(
149 SHUFFLED_ALL_TESTS.extend(GetTestsForAllIterations(
153 SHUFFLED_ACTIVE_TESTS.extend(GetTestsForAllIterations(
157 SHUFFLED_FILTERED_TESTS.extend(GetTestsForAllIterations(
161 SHUFFLED_SHARDED_TESTS.extend(
318 sorted_active_tests.extend(ACTIVE_TESTS)
/third_party/skia/third_party/externals/angle2/
H A DPRESUBMIT.py387 results.extend(_CheckTabsInSourceFiles(input_api, output_api))
388 results.extend(_CheckNonAsciiInSourceFiles(input_api, output_api))
389 results.extend(_CheckCodeGeneration(input_api, output_api))
390 results.extend(_CheckChangeHasBugField(input_api, output_api))
391 results.extend(input_api.canned_checks.CheckChangeHasDescription(input_api, output_api))
392 results.extend(_CheckNewHeaderWithoutGnChange(input_api, output_api))
393 results.extend(_CheckExportValidity(input_api, output_api))
394 results.extend(
397 results.extend(_CheckCommitMessageFormatting(input_api, output_api))
/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs238 results.extend(search_directory(&sibling, filenames).into_iter()); in search_directories()
269 found.extend(search_directories(&directory.join("bin"), filenames)); in search_libclang_directories()
270 found.extend(search_directories(&directory.join("lib"), filenames)); in search_libclang_directories()
271 found.extend(search_directories(&directory.join("lib64"), filenames)); in search_libclang_directories()
280 found.extend(search_directories(&directory, filenames)); in search_libclang_directories()
287 found.extend(search_directories(&directory, filenames)); in search_libclang_directories()
313 found.extend(search_directories(&directory, filenames)); in search_libclang_directories()
/third_party/parse5/
H A Dbuild_parse5.py60 build_cmd.extend(['--project', options.parse5_project])
61 build_cmd.extend(['--outDir', options.parse5_output_dir])
62 build_cmd.extend(['--module', 'CommonJS'])
63 build_cmd.extend(['--target', 'ES6'])
65 depfile_deps.extend(build_utils.get_all_files(options.parse5_project))
/base/security/security_guard/frameworks/common/constants/include/
H A Dsecurity_guard_define.h55 std::string extend; variable
63 std::string extend;
71 std::string extend;
78 std::string extend;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp18 int32_t CloudDB::Execute(const std::string &table, const std::string &sql, const VBucket &extend) in Execute() argument
43 std::shared_ptr<Cursor> CloudDB::Query(const std::string &table, const VBucket &extend) in Query() argument
48 std::shared_ptr<Cursor> CloudDB::Query(GenQuery &query, const VBucket &extend) in Query() argument
53 int32_t CloudDB::PreSharing(const std::string &table, VBuckets &extend) in PreSharing() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h170 * extend [IN/OUT] HashMap<String, Value>
177 OhCloudExtHashMap *extend
186 * extend [IN/OUT] Vec<HashMap<String, Value>>
194 OhCloudExtVector *extend
203 * extend [IN/OUT] Vec<HashMap<String, Value>>
211 OhCloudExtVector *extend
220 * extend [IN/OUT] Vec<HashMap<String, Value>>
227 const OhCloudExtVector *extend
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtokens.rs16 tokens.extend(quote_spanned!(span=> ::cxx::private::)); in to_tokens()
19 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens()
36 Type::Void(span) => tokens.extend(quote_spanned!(*span=> ())), in to_tokens()
70 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
99 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
/third_party/rust/crates/clap/src/output/
H A Dusage.rs43 styled.extend(usage.into_iter());
106 styled.extend(self.create_help_usage(false).into_iter()); in create_help_usage()
193 styled.extend(required.into_iter());
236 required_groups_members.extend(group_members);
283 new.extend(styled.into_iter());
291 styled.extend(pos.stylized(Some(true)).into_iter());
305 ret_val.extend(required_opts);
306 ret_val.extend(required_groups);
389 required_groups_members.extend(group_members);
432 ret_val.extend(required_opt
[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtokens.rs16 tokens.extend(quote_spanned!(span=> ::cxx::private::)); in to_tokens()
19 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens()
36 Type::Void(span) => tokens.extend(quote_spanned!(*span=> ())), in to_tokens()
70 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
99 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtokens.rs16 tokens.extend(quote_spanned!(span=> ::cxx::private::)); in to_tokens()
19 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens()
36 Type::Void(span) => tokens.extend(quote_spanned!(*span=> ())), in to_tokens()
70 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
99 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
/third_party/python/Lib/distutils/
H A Dbcppcompiler.py91 compile_opts.extend (self.compile_options_debug)
93 compile_opts.extend (self.compile_options)
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
283 ld_args.extend([',',def_file])
286 ld_args.extend(resources)
292 ld_args.extend(extra_postargs)
378 pp_args.extend(extra_postargs)
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtokens.rs16 tokens.extend(quote_spanned!(span=> ::cxx::private::)); in to_tokens()
19 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens()
36 Type::Void(span) => tokens.extend(quote_spanned!(*span=> ())), in to_tokens()
70 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
99 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Dtokens.rs16 tokens.extend(quote_spanned!(span=> ::cxx::private::)); in to_tokens()
19 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens()
36 Type::Void(span) => tokens.extend(quote_spanned!(*span=> ())), in to_tokens()
70 tokens.extend(quote_spanned!(span=> ::cxx::)); in to_tokens()
73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
99 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
/third_party/python/Lib/distutils/command/
H A Dbdist_rpm.py319 rpm_cmd.extend(['--define', '__python %s' % self.python])
321 rpm_cmd.extend(['--define',
427 spec_file.extend([
440 spec_file.extend([
483 spec_file.extend([
493 # spec_file.extend([
532 spec_file.extend([
537 spec_file.extend(f.read().split('\n'))
543 spec_file.extend([
553 spec_file.extend([
[all...]

Completed in 11 milliseconds

12345678910>>...36