/third_party/skia/tools/ |
H A D | BUILD_simulator.py | 34 # 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 D | ReachingDefAnalysis.h | 89 return MachineFunctionProperties().set( 90 MachineFunctionProperties::Property::NoVRegs).set(
|
/third_party/typescript/tests/baselines/reference/ |
H A D | superElementAccess.js | 9 set value(v: number) { } 64 set: function (v) { },
|
H A D | super_inside-object-literal-getters-and-setters.js | 8 set foo(value: string) { 53 set foo(value) {
|
H A D | classStaticBlock17.js | 39 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 D | classWithStaticMembers.js | 5 static set x(v) { } 46 set: function (v) { },
|
H A D | constDeclarations-validContexts.js | 109 set v(value) { 213 set v(value) {
|
H A D | privateNameAccessors.js | 4 set #prop(param: string) { } 23 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
H A D | privateNameFieldCallExpression.js | 32 _A_fieldFunc.set(this, function () { this.x = 10; });
33 _A_fieldFunc2.set(this, function (a, ...b) { });
|
H A D | privateNameInInExpressionTransform(target=es2020).js | 58 _Foo_field.set(this, 1);
87 _Bar_field.set(this, 1);
|
H A D | privateNameMethodAssignment.js | 20 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 D | privateNameStaticAccessors.js | 4 static set #prop(param: string) { } 23 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
H A D | privateNameStaticMethodAssignment.js | 20 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 D | letDeclarations-validContexts.js | 109 set v(value) { 233 set v(value) {
|
H A D | aliasUsageInAccessorsOfClass.js | 25 set A(x) { 79 set: function (x) {
|
H A D | typeGuardsObjectMethods.js | 34 set prop(param: string | number) { 79 set prop(param) {
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_enum.cc | 64 std::set<string> used_names; in Generate() 65 std::set<int> used_number; in Generate()
|
/third_party/skia/gm/ |
H A D | bigmatrix.cpp | 46 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 D | expand.h | 5 * 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 D | parse.rs | 45 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 D | delegate.rs | 20 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 D | fms_form_event_util_test.cpp | 533 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 D | hostip.c | 190 * 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 D | CollationIterator.java | 70 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 D | SpoofChecker.java | 139 * 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...] |