Home
last modified time | relevance | path

Searched refs:set (Results 3476 - 3500 of 10745) sorted by relevance

1...<<131132133134135136137138139140>>...430

/third_party/skia/tools/
H A DBUILD_simulator.py34 # Returns a set of files that match pattern.
52 matches = set()
63 files = set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h89 return MachineFunctionProperties().set(
90 MachineFunctionProperties::Property::NoVRegs).set(
/third_party/typescript/tests/baselines/reference/
H A DsuperElementAccess.js9 set value(v: number) { }
64 set: function (v) { },
H A Dsuper_inside-object-literal-getters-and-setters.js8 set foo(value: string) {
53 set foo(value) {
H A DclassStaticBlock17.js39 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
50 _A_x.set(this, void 0);
H A DclassWithStaticMembers.js5 static set x(v) { }
46 set: function (v) { },
H A DconstDeclarations-validContexts.js109 set v(value) {
213 set v(value) {
H A DprivateNameAccessors.js4 set #prop(param: string) { }
23 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
H A DprivateNameFieldCallExpression.js32 _A_fieldFunc.set(this, function () { this.x = 10; });
33 _A_fieldFunc2.set(this, function (a, ...b) { });
H A DprivateNameInInExpressionTransform(target=es2020).js58 _Foo_field.set(this, 1);
87 _Bar_field.set(this, 1);
H A DprivateNameMethodAssignment.js20 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
36 (_a = this, { x: ({ set value(_b) { __classPrivateFieldSet(_a, _A3_instances, _b, "m"); } }).value } = { x: () => { } }); //Error, not writable
H A DprivateNameStaticAccessors.js4 static set #prop(param: string) { }
23 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
H A DprivateNameStaticMethodAssignment.js20 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
35 ({ x: ({ set value(_b) { __classPrivateFieldSet(A3, _a, _b, "m"); } }).value } = { x: () => { } }); //Error, not writable
H A DletDeclarations-validContexts.js109 set v(value) {
233 set v(value) {
H A DaliasUsageInAccessorsOfClass.js25 set A(x) {
79 set: function (x) {
H A DtypeGuardsObjectMethods.js34 set prop(param: string | number) {
79 set prop(param) {
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_enum.cc64 std::set<string> used_names; in Generate()
65 std::set<int> used_number; in Generate()
/third_party/skia/gm/
H A Dbigmatrix.cpp46 pt.set(30 * SK_Scalar1, 10 * SK_Scalar1); in DEF_SIMPLE_GM_BG()
58 pt.set(30 * SK_Scalar1, 30 * SK_Scalar1); in DEF_SIMPLE_GM_BG()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dexpand.h5 * A set of utility functions that aid policy decision when dealing
63 type_set_t * set, ebitmap_t * types,
65 extern int type_set_expand(type_set_t * set, ebitmap_t * t, policydb_t * p,
/third_party/rust/crates/unicode-ident/generate/src/
H A Dparse.rs45 let set = match name { in parse_xid_properties()
50 set.extend(lo..=hi); in parse_xid_properties()
/third_party/rust/crates/proc-macro-error/src/imp/
H A Ddelegate.rs20 IS_DIRTY.with(|c| c.set(false));
38 IS_DIRTY.with(|c| c.set(true));
/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp533 std::map<FormIdKey, std::set<int64_t>> noHostTempFormsMap; in HWTEST_F()
539 std::set<int64_t> formIdsSet; in HWTEST_F()
978 std::map<FormIdKey, std::set<int64_t>> noHostFormDbMap; in HWTEST_F()
985 std::set<int64_t> formIdsSet; in HWTEST_F()
1005 std::map<FormIdKey, std::set<int64_t>> noHostFormDbMap; in HWTEST_F()
1012 std::set<int64_t> formIdsSet; in HWTEST_F()
1033 std::map<FormIdKey, std::set<int64_t>> noHostFormDbMap; in HWTEST_F()
1040 std::set<int64_t> formIdsSet; in HWTEST_F()
1062 std::map<FormIdKey, std::set<int64_t>> noHostTempFormsMap; in HWTEST_F()
1068 std::set<int64_ in HWTEST_F()
[all...]
/third_party/curl/lib/
H A Dhostip.c190 * This function is set as a callback to be called for every entry in the DNS
242 /* the timeout may be set -1 (forever) */ in Curl_hostcache_prune()
243 int timeout = data->set.dns_cache_timeout; in Curl_hostcache_prune()
302 if(dns && (data->set.dns_cache_timeout != -1)) { in fetch_addr()
307 user.cache_timeout = data->set.dns_cache_timeout; in fetch_addr()
485 if(data->set.dns_shuffle_addresses) { in Curl_cache_addr()
739 if(data->set.resolver_start) { in Curl_resolv()
742 st = data->set.resolver_start( in Curl_resolv()
749 data->set.resolver_start_client); in Curl_resolv()
803 else if(allowDOH && data->set in Curl_resolv()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java70 long set(int i, long ce) { in set() method in CollationIterator.CEBuffer
254 return ceBuffer.set(cesIndex++, in nextCE()
262 return ceBuffer.set(cesIndex++, Collation.NO_CE); in nextCE()
269 return ceBuffer.set(cesIndex++, in nextCE()
277 return ceBuffer.set(cesIndex++, in nextCE()
300 ceBuffer.set(cesIndex - 1, ce); in setCurrentCE()
473 ceBuffer.set(ceBuffer.length, Collation.latinCE0FromCE32(ce32)); in appendCEsFromCE32()
474 ceBuffer.set(ceBuffer.length + 1, Collation.latinCE1FromCE32(ce32)); in appendCEsFromCE32()
582 ceBuffer.set(ceBuffer.length, Collation.ceFromCE32(jamoCE32s[c])); in appendCEsFromCE32()
583 ceBuffer.set(ceBuffe in appendCEsFromCE32()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java139 * startup, and call the cheaper {@link SpoofChecker#failsChecks} online. In the second line, we specify the set of
170 * <li><code>CHAR_LIMIT</code>: flags strings that contain characters outside of a specified set of acceptable
194 * recommended that users set their restriction level to <code>MODERATELY_RESTRICTIVE</code>, which allows Latin mixed
196 * the levels, see UTS 39 or {@link SpoofChecker.RestrictionLevel}. The Restriction Level test is aware of the set of
197 * allowed characters set in {@link SpoofChecker.Builder#setAllowedChars}. Note that characters which have script code
368 * Constants for the kinds of checks that USpoofChecker can perform. These values are used both to select the set of
401 * Enable this flag in {@link SpoofChecker.Builder#setChecks} to turn on all types of confusables. You may set the
446 * Check that an identifier contains only characters from a specified set of acceptable characters. See
502 * SpoofChecker Builder. To create a SpoofChecker, first instantiate a SpoofChecker.Builder, set the desired
529 * Constructor: Create a Spoof Checker Builder, and set th
[all...]

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...430