/third_party/typescript/tests/baselines/reference/ |
H A D | strictTypeofUnionNarrowing.js | 2 function stringify1(anything: { toString(): string } | undefined): string { 3 return typeof anything === "string" ? anything.toUpperCase() : ""; 6 function stringify2(anything: {} | undefined): string { 7 return typeof anything === "string" ? anything.toUpperCase() : ""; 10 function stringify3(anything: unknown | undefined): string { // should simplify to just `unknown` which should narrow fine 11 return typeof anything === "string" ? anything.toUpperCase() : ""; 14 function stringify4(anything [all...] |
H A D | fuzzy.js | 10 anything:number; 18 return <R>({ anything: 1 }); 22 return { anything:1, oneI:this }; 41 return ({ anything: 1 });
44 return { anything: 1, oneI: this };
|
H A D | esModuleInterop.js | 6 declare const anything: any; 7 export = anything;
9 declare const anything: any; 10 export = anything;
|
H A D | jsxImportInAttribute.js | 13 <anything attr={Test} />; // ? 22 <anything attr={Test_1["default"]}/>; // ?
|
H A D | flatArrayNoExcessiveStackDepth.js | 15 const match = value.match(/anything/) || []; 34 const match = value.match(/anything/) || [];
|
H A D | typeGuardOfFormTypeOfFunction.js | 85 return typeof x === "object" && x.anything; 161 return typeof x === "object" && x.anything;
|
H A D | objectSpread.js | 70 let anything: any; 71 let spreadAny = { ...anything }; 199 var anything;
variable 200 var spreadAny = __assign({}, anything);
|
H A D | thisTypeInFunctions.js | 112 // lambdas are assignable to anything 194 function missingTypeIsImplicitAny(this, a: number) { return this.anything + a; } 315 // lambdas are assignable to anything
392 function missingTypeIsImplicitAny(a) { return this.anything + a; }
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleValidityChecker.java | 121 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant 132 return anything; in get() 210 case anything: in isValidU()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleValidityChecker.java | 126 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant 137 return anything; in get() 215 case anything: in isValidU()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | echo_diagnostic.m | 33 printf ('You have a negative delay, the echo canceller has no chance to cancel anything!\n'); 59 printf ('Your clock is drifting! No way the AEC will be able to do anything with that. Most likely, you''re doing capture and playback from two different cards.\n');
|
/third_party/python/Tools/msi/ |
H A D | get_externals.bat | 87 echo.anything new.
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 49 cmp r2,#16 @ If it's short don't bother with anything clever 78 uadd8 r5, r5, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0 80 uadd8 r6, r6, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
|
/third_party/python/PCbuild/ |
H A D | get_externals.bat | 113 echo.anything new.
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 341 GN doesn't do anything with this string other than pass it along, 354 GN doesn't actually do anything with this extension other than pass it 548 determine if anything changed. Set this if your tool has the ability to
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 901 opened with the Perl C<open> command, so it can be a pipe or anything 1130 an array. In general, anything other than a simple string or number 1157 For anything else, you must pass a reference. 1332 Note that this does NOT have anything to do with loading a template from the 1555 templates don't do anything egregiously stupid, you won't have to
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 901 opened with the Perl C<open> command, so it can be a pipe or anything 1130 an array. In general, anything other than a simple string or number 1157 For anything else, you must pass a reference. 1332 Note that this does NOT have anything to do with loading a template from the 1555 templates don't do anything egregiously stupid, you won't have to
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
/third_party/gptfdisk/ |
H A D | basicmbr.cc | 1098 string anything; in MakeBiggestPart() local
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 109 % messages, but if we're using an old version of TeX, don't do anything. 1006 % We also make \indent itself not actually do anything until the next 3700 % Only one token in the argument. It could still be anything. 4137 % Ignore anything after the last `@end #1'; this matters in verbatim 4912 % it can discover if there is anything in it. 4994 % of each paragraph, so we need not do anything with that. 5970 % But if #1 is `omit', then we don't do anything. This is used for the 8307 % Oh yes, they do; otherwise, @ifset (and anything else that uses 8617 % If we have anything to print, print it, with space before. 8752 % Can't fully expand XR#1-lof because it can contain anything [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 390 derivatives, anything else will most likely cause an error unless you 1106 # it's extremely silly to do anything more, so just simulate that we did
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 390 derivatives, anything else will most likely cause an error unless you 1106 # it's extremely silly to do anything more, so just simulate that we did
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 1613 // slice so it can'be changed later by pushing anything into self.addresses in preallocate() 2425 // Don't assert anything about the size. in sockaddr_storage_to_addr()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 149 ; Pops anything that was pushed by PROLOGUE, and returns.
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 226 /// need to be referenced by anything. 868 // If this is a known named type, disallow generating anything in codegen() 4036 // We can't do anything with Internal functions if we are not wrapping them so just in codegen() 4037 // avoid generating anything for them. in codegen() 4735 // field doesn't do anything with the hash. in prepend_union_types()
|