/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-debug/ |
H A D | build.bat | 16 set BUILD_TYPE=Debug
17 set CMAKE_FLAGS=-G "Visual Studio 16 2019" -A x64
|
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-release/ |
H A D | build.bat | 16 set BUILD_TYPE=Release
17 set CMAKE_FLAGS=-G "Visual Studio 16 2019" -A x64
|
/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));
|
/third_party/benchmark/test/ |
H A D | benchmark_test.cc | 15 #include <set> 44 std::set<int64_t> ConstructRandomSet(int64_t size) { in ConstructRandomSet() 45 std::set<int64_t> s; in ConstructRandomSet() 87 std::set<int64_t> data; in BM_SetInsert()
|
/third_party/curl/lib/ |
H A D | pingpong.c | 55 timediff_t response_time = (data->set.server_response_timeout)? in Curl_pp_state_timeout() 56 data->set.server_response_timeout: pp->response_time; in Curl_pp_state_timeout() 58 /* if CURLOPT_SERVER_RESPONSE_TIMEOUT is set, use that to determine in Curl_pp_state_timeout() 68 if(data->set.timeout && !disconnecting) { in Curl_pp_state_timeout() 70 timediff_t timeout2_ms = data->set.timeout - /* timeout time */ in Curl_pp_state_timeout()
|