/third_party/typescript/tests/baselines/reference/ |
D | bigIntWithTargetLessThanES2016.errors.txt | 1 …,1): error TS2791: Exponentiation cannot be performed on 'bigint' values unless the 'target' optio… 2 …,1): error TS2791: Exponentiation cannot be performed on 'bigint' values unless the 'target' optio… 8 !!! error TS2791: Exponentiation cannot be performed on 'bigint' values unless the 'target' option … 13 !!! error TS2791: Exponentiation cannot be performed on 'bigint' values unless the 'target' option …
|
D | checkJsxNotSetError.errors.txt | 2 /bar.jsx(2,11): error TS17004: Cannot use JSX unless the '--jsx' flag is provided. 3 /foo.jsx(2,5): error TS17004: Cannot use JSX unless the '--jsx' flag is provided. 10 !!! error TS17004: Cannot use JSX unless the '--jsx' flag is provided. 20 !!! error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
|
D | recursiveInitializer.types | 2 // number unless otherwise specified 20 // string unless otherwise specified 45 // boolean unless otherwise specified
|
D | optionsOutAndNoModuleGen.errors.txt | 1 …duleGen.ts(1,1): error TS6131: Cannot compile modules using option 'out' unless the '--module' fla… 7 !!! error TS6131: Cannot compile modules using option 'out' unless the '--module' flag is 'amd' or …
|
D | outModuleConcatUnspecifiedModuleKind.errors.txt | 1 tests/cases/compiler/a.ts(1,14): error TS6131: Cannot compile modules using option 'outFile' unless… 7 !!! error TS6131: Cannot compile modules using option 'outFile' unless the '--module' flag is 'amd'…
|
D | typeReferenceDirectives11.errors.txt | 1 /mod1.ts(1,17): error TS6131: Cannot compile modules using option 'out' unless the '--module' flag … 14 !!! error TS6131: Cannot compile modules using option 'out' unless the '--module' flag is 'amd' or …
|
D | conflictMarkerTrivia3.errors.txt | 1 tests/cases/compiler/conflictMarkerTrivia3.tsx(1,11): error TS17004: Cannot use JSX unless the '--j… 9 !!! error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
|
D | recursiveInitializer.symbols | 2 // number unless otherwise specified 17 // string unless otherwise specified 36 // boolean unless otherwise specified
|
D | moduleAugmentationGlobal6_1.errors.txt | 2 …S2670: Augmentations for the global scope should have 'declare' modifier unless they appear in alr… 10 !!! error TS2670: Augmentations for the global scope should have 'declare' modifier unless they app…
|
D | moduleAugmentationGlobal8_1.errors.txt | 2 …S2670: Augmentations for the global scope should have 'declare' modifier unless they appear in alr… 11 !!! error TS2670: Augmentations for the global scope should have 'declare' modifier unless they app…
|
D | moduleAugmentationGlobal7_1.errors.txt | 2 …S2670: Augmentations for the global scope should have 'declare' modifier unless they appear in alr… 11 !!! error TS2670: Augmentations for the global scope should have 'declare' modifier unless they app…
|
D | typeReferenceDirectives12.errors.txt | 1 /main.ts(1,14): error TS6131: Cannot compile modules using option 'out' unless the '--module' flag … 17 !!! error TS6131: Cannot compile modules using option 'out' unless the '--module' flag is 'amd' or …
|
/third_party/node/deps/openssl/openssl/Configurations/ |
D | 00-base-templates.conf | 51 push @defs, "ZLIB" unless $disabled{zlib}; 52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"}; 95 unless ($disabled{"zlib-dynamic"}) { 103 unless ($disabled{zlib}) {
|
/third_party/openssl/Configurations/ |
D | 00-base-templates.conf | 51 push @defs, "ZLIB" unless $disabled{zlib}; 52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"}; 95 unless ($disabled{"zlib-dynamic"}) { 103 unless ($disabled{zlib}) {
|
/third_party/python/Lib/test/ |
D | test_gettext.py | 730 unless = self.assertTrue 731 unless(isinstance(self.ngettext('', '', 1), str)) 732 unless(isinstance(self.ngettext('', '', 2), str)) 735 unless = self.assertTrue 736 unless(isinstance(self.npgettext('', '', '', 1), str)) 737 unless(isinstance(self.npgettext('', '', '', 2), str)) 741 unless = self.assertTrue 743 unless(isinstance(t, str)) 745 unless(isinstance(t, str)) 747 unless(isinstance(t, str)) [all …]
|
/third_party/libdrm/ |
D | xf86atomic.h | 105 static inline int atomic_add_unless(atomic_t *v, int add, int unless) in atomic_add_unless() argument 109 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c) in atomic_add_unless() 111 return c == unless; in atomic_add_unless()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/ |
D | Makefile.PL | 62 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { 69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
|
/third_party/openssl/external/perl/Text-Template-1.56/ |
D | Makefile.PL | 62 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { 69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
|
/third_party/rust/crates/cxx/tests/ui/ |
D | mut_return.stderr | 1 error: &mut return type is not allowed unless there is a &mut argument 7 error: &mut return type is not allowed unless there is a &mut argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.h | 196 atomic_add_unless(int *v, int add, int unless) in atomic_add_unless() argument 200 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c) in atomic_add_unless() 202 return c == unless; in atomic_add_unless()
|
/third_party/openssl/ |
D | configdata.pm.in | 76 unless (caller) { 272 print " $what\n" unless $disabled{$what}; 333 unless file_name_is_absolute($config{builddir}); 346 unless file_name_is_absolute($config{builddir}); 354 unless file_name_is_absolute($config{sourcedir});
|
/third_party/node/deps/openssl/openssl/ |
D | configdata.pm.in | 76 unless (caller) { 272 print " $what\n" unless $disabled{$what}; 333 unless file_name_is_absolute($config{builddir}); 346 unless file_name_is_absolute($config{builddir}); 354 unless file_name_is_absolute($config{sourcedir});
|
/third_party/libuv/docs/src/ |
D | threading.rst | 119 Functions return 0 on success or an error code < 0 (unless the 132 Functions return 0 on success or an error code < 0 (unless the 147 Functions return 0 on success or an error code < 0 (unless the 159 Functions return 0 on success or an error code < 0 (unless the 183 Functions return 0 on success or an error code < 0 (unless the
|
/third_party/openssl/apps/ |
D | tsget.in | 105 $error_string .= ", http code: $http_code" unless $http_code == 0; 150 @ARGV = ("-") unless @ARGV != 0; 151 $options{e} = ".tsr" unless defined($options{e});
|
/third_party/node/deps/openssl/openssl/apps/ |
D | tsget.in | 105 $error_string .= ", http code: $http_code" unless $http_code == 0; 150 @ARGV = ("-") unless @ARGV != 0; 151 $options{e} = ".tsr" unless defined($options{e});
|