Home
last modified time | relevance | path

Searched refs:true (Results 1 - 25 of 161) sorted by relevance

1234567

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go77 return true
84 return true
89 return true
94 return true
99 return true
104 return true
109 return true
114 return true
119 return true
124 return true
[all...]
H A Dtsclient.go44 return true
51 return true
56 return true
61 return true
66 return true
71 return true
76 return true
81 return true
86 return true
90 return true
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go77 return true
84 return true
89 return true
94 return true
99 return true
104 return true
109 return true
114 return true
119 return true
124 return true
[all...]
H A Dtsclient.go44 return true
51 return true
56 return true
61 return true
66 return true
71 return true
76 return true
81 return true
86 return true
90 return true
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go77 return true
84 return true
89 return true
94 return true
99 return true
104 return true
109 return true
114 return true
119 return true
124 return true
[all...]
H A Dtsclient.go44 return true
51 return true
56 return true
61 return true
66 return true
71 return true
76 return true
81 return true
86 return true
90 return true
[all...]
/third_party/skia/infra/bots/task_drivers/fm_driver/
H A Dfm_driver.go34 local = flag.Bool("local", true, "Running locally (else on the bots)?")
121 "arw": true,
122 "cr2": true,
123 "dng": true,
124 "nef": true,
125 "nrw": true,
126 "orf": true,
127 "pef": true,
128 "raf": true,
129 "rw2": true,
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php196 return true;
205 return true;
226 return true;
245 return true;
255 return true;
266 $value = true;
268 return true;
312 return $output->writeVarint32($value, true);
323 return $output->writeVarint32($value, true);
355 return $output->writeVarint32(1, true);
[all...]
H A DCodedInputStream.php140 return true;
205 return true;
219 return true;
235 return true;
259 return true;
280 $this->legitimate_message_end = true;
309 return true;
H A DGPBJsonWire.php41 &$output, $has_field_name = true)
64 $first = true;
79 $additional_quote = true;
111 return true;
114 $first = true;
130 return true;
217 $output->writeRaw("true", 4);
243 return true;
/third_party/python/PCbuild/
H A Dbuild.bat80 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts
81 if "%~1"=="--pgo" (set do_pgo=true) & shift & goto CheckOpts
82 if "%~1"=="--pgo-job" (set do_pgo=true) & (set pgo_job=%~2) & shift & shift & goto CheckOpts
83 if "%~1"=="--test-marker" (set UseTestMarker=true) & shift & goto CheckOpts
85 if "%~1"=="--regen" (set Regen=true) & shift & goto CheckOpts
89 if "%~1"=="-e" (set IncludeExternals=true) & shift & goto CheckOpts
95 if "%IncludeExternals%"=="" set IncludeExternals=true
96 if "%IncludeCTypes%"=="" set IncludeCTypes=true
97 if "%IncludeSSL%"=="" set IncludeSSL=true
98 if "%IncludeTkinter%"=="" set IncludeTkinter=true
[all...]
H A Dget_externals.bat8 set DO_FETCH=true
18 if "%~1"=="--tkinter-src" (set IncludeTkinterSrc=true) & shift & goto CheckOpts
19 if "%~1"=="--openssl-src" (set IncludeSSLSrc=true) & shift & goto CheckOpts
20 if "%~1"=="--libffi-src" (set IncludeLibffiSrc=true) & shift & goto CheckOpts
23 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts
24 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts
/third_party/protobuf/php/tests/
H A DEncodeDecodeTest.php51 $m->mergeFromJsonString("true");
52 $this->assertEquals(true, $m->getValue());
61 $m->setValue(true);
62 $this->assertSame("true", $m->serializeToJsonString());
412 $this->assertTrue(true);
420 $this->assertTrue(true);
436 $this->assertTrue(true);
444 $this->assertTrue(true);
501 $this->assertTrue(true);
807 \"optionalInt32\":1}", true);
[all...]
H A DArrayTest.php378 $arr[] = true;
379 $this->assertSame(true, $arr[0]);
382 $this->assertSame(true, $arr[1]);
385 $this->assertSame(true, $arr[2]);
398 $arr[0] = true;
399 $this->assertSame(true, $arr[0]);
402 $this->assertSame(true, $arr[1]);
405 $this->assertSame(true, $arr[2]);
429 $arr[] = true;
449 $arr[3] = true;
[all...]
H A DWellKnownTest.php52 $this->assertTrue(true);
153 $m->setRequestStreaming(true);
154 $this->assertSame(true, $m->getRequestStreaming());
159 $m->setResponseStreaming(true);
160 $this->assertSame(true, $m->getResponseStreaming());
230 $m->setPacked(true);
231 $this->assertSame(true, $m->getPacked());
288 $m->setBoolValue(true);
289 $this->assertSame(true, $m->getBoolValue());
386 $m->setValue(true);
[all...]
H A Dtest_util.php66 $m->setOptionalBool(true);
86 self::appendHelper($m, 'RepeatedBool', true);
124 self::kvUpdateHelper($m, 'MapBoolBool', true, true);
148 $m->setOptionalBool(true);
186 self::kvUpdateHelper($m, 'MapBoolBool', true, false);
235 assert(true=== $m->getOptionalBool());
261 assert(true=== $m->getRepeatedBool()[0]);
313 assert(true === $m->getMapBoolBool()[true]);
[all...]
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
H A DStruct.php14 if (static::$is_initialized == true) {
19 ), true);
21 static::$is_initialized = true;
H A DFieldMask.php14 if (static::$is_initialized == true) {
28 static::$is_initialized = true;
/third_party/skia/infra/bots/task_drivers/canary/
H A Dcanary.go43 local = flag.Bool("local", true, "True if running locally (as opposed to on the bots)")
94 DryRun: true,
95 NoEmail: true,
96 NoResolveRevision: true,
97 Canary: true,
146 addedRollLinkStepData = true
/third_party/nghttp2/integration-tests/
H A Dserver_tester.go74 // tls, if set to true, sets up TLS frontend connection.
77 // when tls is true.
83 // quic, if set to true, sets up QUIC frontend connection.
84 // quic implies tls = true.
91 opts.tls = true
109 backendTLS = true
111 dns = true
113 dns = true
114 externalDNS = true
116 acceptProxyProtocol = true
[all...]
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
H A Dslowstrconv.go62 negative = true
145 // truncated set true means that there are non-zero digits after the first
178 sawDot = true
181 sawDigits = true
188 h.truncated = true
236 return true
276 h.truncated = true
307 h.truncated = true
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dschema.go22 // equal returns true if the given part of this job's name equals any of the
31 return true
37 // role returns true if the role for this job equals any of the given values.
42 // os returns true if the OS for this job equals any of the given values.
47 // compiler returns true if the compiler for this job equals any of the given
53 // model returns true if the model for this job equals any of the given values.
58 // frequency returns true if the frequency for this job equals any of the given
64 // cpu returns true if the task's cpu_or_gpu is "CPU" and the CPU for this
66 // true if this task runs on CPU.
70 return true
[all...]
H A Dtask_builder.go54 alreadyHave = true
85 b.Spec.Idempotent = true
149 alreadyHave = true
159 // useIsolatedAssets returns true if this task should use assets which are
165 return true
226 b.dimension("docker_installed:true")
263 DevShell: true,
264 GitAuth: true,
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dimport.go62 "src/Common": true,
63 "src/Main": true,
64 "src/OpenGL": true,
65 "src/Renderer": true,
66 "src/Shader": true,
67 "src/System": true,
/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go33 var random = flag.Bool("random", true, "Assign sources into job batches randomly?")
118 matched = true
124 matched = true
265 "cpu": true,
266 "skp": true,
267 "pdf": true,

Completed in 10 milliseconds

1234567