/third_party/curl/tests/libtest/ |
H A D | lib1908.c | 12 * are also available at https://curl.se/docs/copyright.html. 46 /* make a copy and check that this also has alt-svc activated */ in test() 47 CURL *also = curl_easy_duphandle(hnd); in test() local 48 if(also) { in test() 49 ret = curl_easy_perform(also); in test() 52 curl_easy_cleanup(also); in test() 59 content just written from the 'also' handle */ in test()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | jsDeclarationsExportAssignmentExpressionPlusSecondary.js | 8 also: "ok", 23 also: "ok",
37 export declare const also: string;
|
H A D | typeFromPropertyAssignment29.js | 35 ExpandoNested.also = -1; 119 ExpandoNested.also = -1;
204 var also: number;
|
H A D | mappedTypeWithCombinedTypeMappers.js | 7 also: A;
|
H A D | jsFileCompilationDuplicateVariable.js | 31 !!! related TS6203 out.d.ts:1:13: 'x' was also declared here.
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 5 # upon demuxing; it also tests bz2 decompression and unknown-length cluster. 11 # It also tests automatic insertion of the vp9_superframe bitstream filter 21 # without CodecPrivate; it also tests zlib compressed WavPack. 36 # of flac tracks. It also tests header removal compression. 45 # tests and it also tests the FLAC decoder and encoder, in particular 74 # It also tests writing PCM audio in both endiannesses and putting 127 # of these. It furthermore also tests that this data is correctly propagated 137 # This test tests remuxing annex B H.264 into Matroska. It also tests writing 142 # output. Furthermore, this also tests writing PCM with bitdepth 32. 154 # it also test [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
H A D | has_type_param_in_array.rs | 170 also have array" in constrain() 176 also do not have array" in constrain() 187 trace!(" bases have array, so we also have"); in constrain() 197 trace!(" fields have array, so we also have"); in constrain() 213 insantiation also has array" in constrain() 224 insantiation also has" in constrain()
|
H A D | has_float.rs | 143 " Array with type T that has float also has float" in constrain() 147 trace!(" Array with type T that do not have float also do not have float"); in constrain() 153 " Vector with type T that has float also has float" in constrain() 157 trace!(" Vector with type T that do not have float also do not have float"); in constrain() 168 also have float" in constrain() 173 also do not have floaarrayt"); in constrain() 184 trace!(" bases have float, so we also have"); in constrain() 197 trace!(" fields have float, so we also have"); in constrain() 213 insantiation also has float" in constrain() 224 insantiation also ha in constrain() [all...] |
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 086-reserved-macro-names.c | 2 #define GL_ALSO_BAD() also reserved
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | template-param-usage-2.hpp | 8 T also; member in UsesTemplateParameter::AlsoUsesTemplateParameter
|
H A D | template-param-usage-3.hpp | 9 T also; member in UsesTemplateParameter::AlsoUsesTemplateParameterAndMore
|
/third_party/curl/scripts/ |
H A D | cd2cd | 13 # are also available at https://curl.se/docs/copyright.html. 109 elsif(/^See-also: +(.*)/i) { 113 elsif(/^See-also: */i) { 121 # the only list we support is the see-also 145 print STDERR "$f:$line:1:ERROR: no 'See-also:' present\n"; 180 push @desc, "See-also:\n";
|
H A D | cd2nroff | 13 # are also available at https://curl.se/docs/copyright.html. 143 elsif(/^See-also: +(.*)/i) { 147 elsif(/^See-also: */i) { 155 # the only list we support is the see-also 179 print STDERR "$f:$line:1:ERROR: no 'See-also:' present\n";
|
H A D | nroff2cd | 13 # are also available at https://curl.se/docs/copyright.html. 182 print "See-also:\n";
|
/third_party/node/test/fixtures/wpt/dom/events/resources/ |
H A D | prefixed-animation-event-tests.js | 162 `event handler also exists`); 181 `listener also exists`); 240 `listener also exists`); 259 `event handler also exists`);
|
/third_party/skia/third_party/externals/angle2/src/ |
H A D | copy_compiler_dll.bat | 7 :: This avoids rerunning because this batch file is also copied to the gen dir,
|
/third_party/gn/src/gn/ |
H A D | command_check.cc | 51 advice on fixing problems. Targets can also opt-out of checking, see 76 can be found on disk are also checked. 112 are also checked.
|
H A D | variables.cc | 263 to make toolchain-related decisions in the build. See also 322 See also "target_gen_dir" which is usually a better location for generated 343 See also "target_out_dir" which is usually a better location for output 370 See also "gn help root_gen_dir". 395 See also "gn help root_out_dir". 435 configs will also apply to the current target. 444 See also "public_configs". 496 Make sure the dependencies are also the same (you might consider a group to 529 the "gen_deps" list will also be generated, regardless of the usual criteria. 564 Args can also expan [all...] |
/third_party/lzma/CPP/7zip/ |
H A D | warn_gcc.mak | 33 # In C: -Wsign-conversion enabled also by -Wconversion
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | template-param-usage-2.rs | 17 pub also: T,
|
H A D | template-param-usage-3.rs | 17 pub also: T,
|
/third_party/toybox/toys/example/ |
H A D | skeleton.c | 14 USE_SKELETON(NEWTOY(skeleton, "(walrus)(blubber):;(also):e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN)) 53 char *also, *blubber;
|
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 13 # are also available at https://curl.se/docs/copyright.html. 104 return "See also $data. "; 274 # --tlsv1 is complicated since --tlsv1.2 etc are also 347 my $list; # identifies the list, 1 example, 2 see-also 383 elsif(/^See-also: +(.+)/i) { 385 print STDERR "ERROR: duplicated See-also in $f\n"; 390 elsif(/^See-also:/i) { 449 print STDERR "$f:$line:1:ERROR: no 'See-also:' field present\n"; 576 print STDERR "$f:$line:1:WARN: see-also a non-existing option: $k\n"; 713 * are also availabl [all...] |
/third_party/curl/winbuild/ |
H A D | gen_resp_file.bat | 13 rem * are also available at https://curl.se/docs/copyright.html.
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fate.sh | 34 Note, some test samples may not yet be available to the public, also this
|