/third_party/typescript/tests/baselines/reference/ |
D | nullishCoalescingOperator_not_strict.types | 41 const aa1 = a1 ?? 'whatever' 42 >aa1 : "literal" | "whatever" 43 >a1 ?? 'whatever' : "literal" | "whatever" 45 >'whatever' : "whatever" 47 const aa2 = a2 ?? 'whatever' 48 >aa2 : "" | "whatever" 49 >a2 ?? 'whatever' : "" | "whatever" 51 >'whatever' : "whatever" 53 const aa3 = a3 ?? 'whatever' 54 >aa3 : 1 | "whatever" [all …]
|
D | nullishCoalescingOperator2.types | 41 const aa1 = a1 ?? 'whatever' 42 >aa1 : "literal" | "whatever" 43 >a1 ?? 'whatever' : "literal" | "whatever" 45 >'whatever' : "whatever" 47 const aa2 = a2 ?? 'whatever' 48 >aa2 : "" | "whatever" 49 >a2 ?? 'whatever' : "" | "whatever" 51 >'whatever' : "whatever" 53 const aa3 = a3 ?? 'whatever' 54 >aa3 : 1 | "whatever" [all …]
|
D | nullishCoalescingOperator_es2020.types | 41 const aa1 = a1 ?? 'whatever' 42 >aa1 : "literal" | "whatever" 43 >a1 ?? 'whatever' : "literal" | "whatever" 45 >'whatever' : "whatever" 47 const aa2 = a2 ?? 'whatever' 48 >aa2 : "" | "whatever" 49 >a2 ?? 'whatever' : "" | "whatever" 51 >'whatever' : "whatever" 53 const aa3 = a3 ?? 'whatever' 54 >aa3 : 1 | "whatever" [all …]
|
D | nullishCoalescingOperator1.types | 69 const aa1 = a1 ?? 'whatever'; 71 >a1 ?? 'whatever' : string 73 >'whatever' : "whatever" 75 const aa2 = a2 ?? 'whatever'; 77 >a2 ?? 'whatever' : string 79 >'whatever' : "whatever" 81 const aa3 = a3 ?? 'whatever'; 83 >a3 ?? 'whatever' : string 85 >'whatever' : "whatever" 87 const aa4 = a4 ?? 'whatever'; [all …]
|
D | nullishCoalescingOperator2.symbols | 30 const aa1 = a1 ?? 'whatever' 34 const aa2 = a2 ?? 'whatever' 38 const aa3 = a3 ?? 'whatever' 42 const aa4 = a4 ?? 'whatever' 46 const aa5 = a5 ?? 'whatever' 50 const aa6 = a6 ?? 'whatever' 54 const aa7 = a7 ?? 'whatever' 58 const aa8 = a8 ?? 'whatever' 62 const aa9 = a9 ?? 'whatever'
|
D | nullishCoalescingOperator_not_strict.symbols | 30 const aa1 = a1 ?? 'whatever' 34 const aa2 = a2 ?? 'whatever' 38 const aa3 = a3 ?? 'whatever' 42 const aa4 = a4 ?? 'whatever' 46 const aa5 = a5 ?? 'whatever' 50 const aa6 = a6 ?? 'whatever' 54 const aa7 = a7 ?? 'whatever' 58 const aa8 = a8 ?? 'whatever' 62 const aa9 = a9 ?? 'whatever'
|
D | nullishCoalescingOperator3.types | 29 const aa1 = a1 ?? a2 ?? a3 ?? a4 ?? a5 ?? a6 ?? 'whatever' 30 >aa1 : boolean | "" | 0 | "literal" | 1 | "whatever" 31 >a1 ?? a2 ?? a3 ?? a4 ?? a5 ?? a6 ?? 'whatever' : boolean | "" | 0 | "literal" | 1 | "whatever" 43 >'whatever' : "whatever"
|
D | nullishCoalescingOperator_es2020.symbols | 30 const aa1 = a1 ?? 'whatever' 34 const aa2 = a2 ?? 'whatever' 38 const aa3 = a3 ?? 'whatever' 42 const aa4 = a4 ?? 'whatever' 46 const aa5 = a5 ?? 'whatever' 50 const aa6 = a6 ?? 'whatever' 54 const aa7 = a7 ?? 'whatever' 58 const aa8 = a8 ?? 'whatever' 62 const aa9 = a9 ?? 'whatever'
|
D | strictModeReservedWordInModuleDeclaration.symbols | 9 module public.whatever { 11 >whatever : Symbol(whatever, Decl(strictModeReservedWordInModuleDeclaration.ts, 3, 14))
|
D | decoratorInstantiateModulesInFunctionBodies.symbols | 29 static whatever() { 30 >whatever : Symbol(Wat.whatever, Decl(b.ts, 8, 11))
|
D | decoratorInstantiateModulesInFunctionBodies.types | 35 static whatever() { 36 >whatever : () => void
|
D | decoratorInstantiateModulesInFunctionBodies.js | 18 static whatever() { method in Wat 47 Wat.whatever = function () { function in Wat
|
D | inferFromBindingPattern.js | 33 const [any, whatever] = selectJohn(); constant 57 var _a = selectJohn(), any = _a[0], whatever = _a[1]; variable
|
D | nullishCoalescingOperator1.symbols | 58 const aa1 = a1 ?? 'whatever'; 62 const aa2 = a2 ?? 'whatever'; 66 const aa3 = a3 ?? 'whatever'; 70 const aa4 = a4 ?? 'whatever';
|
/third_party/openssl/Configurations/ |
D | INTERNALS.Configure | 44 | ... whatever ... | | this line is processed | 46 | ... whatever ... | | this line is processed | 48 | ... whatever ... | | this line is skipped over | 50 | ... whatever ... | | this line is skipped over | 52 | ... whatever ... | | this line is processed | 54 | ... whatever ... | | this line is skipped over | 56 | ... whatever ... | | this line is skipped over | 58 | ... whatever ... | | this line is skipped over | 60 | ... whatever ... | | this line is skipped over | 62 | ... whatever ... | | this line is skipped over | [all …]
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testsentinel.py | 10 self.assertEqual(sentinel.whatever, sentinel.whatever, 12 self.assertNotEqual(sentinel.whatever, sentinel.whateverelse, 17 self.assertEqual(str(sentinel.whatever), 'sentinel.whatever', 31 pickled = pickle.dumps(sentinel.whatever, proto) 33 self.assertIs(unpickled, sentinel.whatever) 36 self.assertIs(copy.copy(sentinel.whatever), sentinel.whatever) 37 self.assertIs(copy.deepcopy(sentinel.whatever), sentinel.whatever)
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/test/src/runners/ |
D | ssh_command_runner_test.dart | 54 sshConfigPath: '/whatever', 58 await runner.run('ls /whatever'); 72 await runner.run('ls /whatever'); 95 when<String>(mockProcessResult.stdout).thenReturn('whatever'); 114 await runner.run('ls /whatever'); 131 await runner.run('ls /whatever');
|
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/test/src/dart/ |
D | dart_vm_test.dart | 28 expect(await DartVm.connect(Uri.parse('http://this.whatever/ws')), 43 await DartVm.connect(Uri.parse('http://this.whatever/ws')); 104 await DartVm.connect(Uri.parse('http://whatever.com/ws')); 162 await DartVm.connect(Uri.parse('http://whatever.com/ws')); 213 await DartVm.connect(Uri.parse('http://whatever.com/ws')); 268 await DartVm.connect(Uri.parse('http://whatever.com/ws')); 307 await DartVm.connect(Uri.parse('http://whatever.com/ws')); 343 await DartVm.connect(Uri.parse('http://whatever.com/ws'));
|
/third_party/boost/libs/array/test/ |
D | array_constexpr.cpp | 30 int whatever [ arr.at(4) ]; in main() local 32 (void) whatever; in main()
|
/third_party/libsnd/tests/ |
D | external_libs_test.c | 174 { float whatever [256] ; in flac_subset_test() local 195 rc = sf_write_float (file, whatever, ARRAY_LEN (whatever)) ; in flac_subset_test()
|
/third_party/openssl/ |
D | NOTES.UNIX | 45 -Wl,-rpath,/whatever/path # Linux, *BSD, etc. 46 -R /whatever/path # Solaris 47 -Wl,-R,/whatever/path # AIX (-bsvr4 is passed internally) 48 -Wl,+b,/whatever/path # HP-UX 49 -rpath /whatever/path # Tru64, IRIX 107 "naturally", i.e. with -L/whatever/path -lssl -lcrypto. But there are
|
/third_party/node/deps/npm/node_modules/promise-inflight/ |
D | README.md | 12 // key is any random string. like a url or filename or whatever. 14 // this is where you'd fetch the url or whatever
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | relative_mode.markdown | 10 clicks should not go to whatever app was under the cursor previously. 12 in the relative mode app should also not go to whatever app was under the
|
/third_party/ltp/utils/sctp/testlib/ |
D | sctputil.h | 116 #define tst_brkm(a1, a2, whatever...) \ argument 119 printf(whatever); \ 123 #define tst_resm(a1, whatever...) \ argument 128 printf(whatever); \
|
/third_party/boost/libs/outcome/doc/src/content/reference/functions/ |
D | failure.md | 10 … &" %}} returns whatever type `failure()` returns, and {{% api "BOOST_OUTCOME_TRY(var, expr)" %}} …
|