Home
last modified time | relevance | path

Searched refs:unless (Results 1 – 25 of 1839) sorted by relevance

12345678910>>...74

/third_party/typescript/tests/baselines/reference/
DbigIntWithTargetLessThanES2016.errors.txt1 …,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 …
DcheckJsxNotSetError.errors.txt2 /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.
DrecursiveInitializer.types2 // number unless otherwise specified
20 // string unless otherwise specified
45 // boolean unless otherwise specified
DoptionsOutAndNoModuleGen.errors.txt1 …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 …
DoutModuleConcatUnspecifiedModuleKind.errors.txt1 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'…
DtypeReferenceDirectives11.errors.txt1 /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 …
DconflictMarkerTrivia3.errors.txt1 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.
DrecursiveInitializer.symbols2 // number unless otherwise specified
17 // string unless otherwise specified
36 // boolean unless otherwise specified
DmoduleAugmentationGlobal6_1.errors.txt2 …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…
DmoduleAugmentationGlobal8_1.errors.txt2 …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…
DmoduleAugmentationGlobal7_1.errors.txt2 …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…
DtypeReferenceDirectives12.errors.txt1 /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/
D00-base-templates.conf51 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/
D00-base-templates.conf51 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/
Dtest_gettext.py730 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/
Dxf86atomic.h105 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/
DMakefile.PL62 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/
DMakefile.PL62 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
/third_party/rust/crates/cxx/tests/ui/
Dmut_return.stderr1 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/
Dcrocus_bufmgr.h196 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/
Dconfigdata.pm.in76 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/
Dconfigdata.pm.in76 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/
Dthreading.rst119 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/
Dtsget.in105 $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/
Dtsget.in105 $error_string .= ", http code: $http_code" unless $http_code == 0;
150 @ARGV = ("-") unless @ARGV != 0;
151 $options{e} = ".tsr" unless defined($options{e});

12345678910>>...74