Home
last modified time | relevance | path

Searched refs:extend (Results 251 - 275 of 2063) sorted by relevance

1...<<11121314151617181920>>...83

/third_party/protobuf/js/commonjs/
H A Dimport_test.js40 googleProtobuf.object.extend(global, asserts);
H A Dstrict_test.js40 googleProtobuf.object.extend(global, asserts);
/third_party/protobuf/js/compatibility_tests/v3.0.0/commonjs/
H A Dimport_test.js40 googleProtobuf.object.extend(global, asserts);
/third_party/rust/crates/proc-macro-error/src/
H A Ddummy.rs141 ts.extend(dummy); in append_dummy()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp337 virtualCloudDb_->ForkUpload([&upIdx](const std::string &tableName, VBucket &extend) { in HWTEST_F()
340 extend[CloudDbConstant::ERROR_FIELD] = static_cast<int64_t>(DBStatus::CLOUD_RECORD_NOT_FOUND); in HWTEST_F()
388 virtualCloudDb_->ForkUpload([&upIdx](const std::string &tableName, VBucket &extend) { in HWTEST_F()
391 extend[CloudDbConstant::ERROR_FIELD] = static_cast<int64_t>(DBStatus::CLOUD_RECORD_ALREADY_EXISTED); in HWTEST_F()
445 virtualCloudDb_->ForkUpload([&upIdx](const std::string &tableName, VBucket &extend) { in HWTEST_F()
448 extend[CloudDbConstant::ERROR_FIELD] = static_cast<int64_t>(DBStatus::CLOUD_RECORD_NOT_FOUND); in HWTEST_F()
/third_party/jinja2/
H A Dnodes.py60 storage.extend(getattr(bases[0] if bases else object, attr, ()))
61 storage.extend(d.get(attr, ()))
215 todo.extend(node.iter_child_nodes())
226 todo.extend(node.iter_child_nodes())
235 todo.extend(node.iter_child_nodes())
724 args.extend(node.dyn_args.as_const(eval_ctx))
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dandroid.py403 extra_sources.extend(outputs)
515 extracted_includes.extend(includes_from_cflags)
527 includes.extend(extracted_includes)
626 final_generated_sources.extend(generated_not_sources)
832 deps.extend(
842 deps.extend(link_deps)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py403 extra_sources.extend(outputs)
515 extracted_includes.extend(includes_from_cflags)
527 includes.extend(extracted_includes)
626 final_generated_sources.extend(generated_not_sources)
832 deps.extend(
842 deps.extend(link_deps)
/third_party/python/Lib/re/
H A D_compiler.py227 code.extend(av)
229 code.extend(av)
456 prefix.extend(prefix1)
517 code.extend([INFO, 4, 0, lo, hi])
559 code.extend(prefix)
561 code.extend(_generate_overlap_table(prefix))
/third_party/skia/third_party/externals/angle2/infra/specs/
H A DPRESUBMIT.py44 messages.extend(input_api.RunTests(commands))
/third_party/skia/tools/malisc/
H A Dmalisc.py28 cmdline.extend(['-f', '-p'])
/third_party/python/Lib/unittest/
H A D__init__.py56 __all__.extend(['getTestCaseNames', 'makeSuite', 'findTestCases'])
/third_party/rust/crates/cxx/macro/src/
H A Dtype_id.rs14 Crate::Cxx => tokens.extend(quote!(::cxx)), in to_tokens()
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dvalgrind.py28 new_cmd.extend(cmd[1:])
/third_party/skia/infra/bots/assets/scripts/
H A Dcreate_and_upload.py37 cmd.extend(['--gsutil', args.gsutil])
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h154 virtual Offset GetHandleOffset(int32_t extend) = 0;
203 int32_t GetGraphemeClusterLength(int32_t extend, bool isPrefix) const;
/test/testfwk/arkxtest/jsunit/src/module/mock/
H A DMockKit.js88 extend(dest, source) {
221 this.extend(f, new ExtendInterface(this));
/test/xts/tools/build/
H A Dutils.py214 build_hap_cmd.extend(gradle_parm_cmd)
220 build_test_hap_cmd.extend(gradle_parm_cmd)
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py139 output_lines.extend([
158 lines.extend(['namespace %s {' % n for n in class_node.namespace]) # }
/third_party/node/deps/v8/tools/release/
H A Droll_merge.py96 self["full_revision_list"].extend(port_revision_list)
126 bugs.extend(s.strip() for s in bug.split(","))
/third_party/nghttp2/script/
H A Dfetch-ocsp-response150 args.extend(['-header', 'Host', ocsp_host])
174 args.extend(extra)
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_apitemp.py234 normal_entries.extend(normal_ents)
235 proto_entries.extend(proto_ents)
/third_party/rust/crates/aho-corasick/src/packed/
H A Dapi.rs325 pub fn extend<I, P>(&mut self, patterns: I) -> &mut Builder in extend() functions
420 Builder::new().extend(patterns).build() in new()
/third_party/python/Lib/idlelib/
H A Dautocomplete.py15 completion_kwds.extend(('match', 'case')) # Context keywords.
186 bigl.extend(completion_kwds)
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py69 dm_args.extend(['--config', 'gles', '--nocpu'])
71 dm_args.extend(['--config', '8888', '--nogpu'])

Completed in 13 milliseconds

1...<<11121314151617181920>>...83