Home
last modified time | relevance | path

Searched refs:accepts (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
Dstrings.t26 ok($range->accepts('1.3'), 'exact version (==)');
27 ok(!$range->accepts('1.2'), 'lower version (==)');
28 ok(!$range->accepts('1.4'), 'higher version (==)');
32 ok(!$range->accepts('1.3'), 'exact version (!=)');
33 ok($range->accepts('1.2'), 'lower version (!=)');
34 ok($range->accepts('1.4'), 'higher version (!=)');
38 ok($range->accepts('1.3'), 'exact version (>=)');
39 ok(!$range->accepts('1.2'), 'lower version (>=)');
40 ok($range->accepts('1.4'), 'higher version (>=)');
44 ok($range->accepts('1.3'), 'exact version (<=)');
[all …]
Daccepts.t42 ok( $req->accepts(1), "need 1, got 1");
43 ok(! $req->accepts(0), "need 0, got 1");
49 ok( $req->accepts(1), "need 0, got 1");
50 ok( $req->accepts(undef), "need 0, got undef");
51 ok( $req->accepts("v0"), "need 0, got 'v0'");
52 ok( $req->accepts(v1.2.3), "need 0, got v1.2.3");
53 ok( $req->accepts("v1.2.3"), "need 0, got 'v1.2.3'");
59 ok( $req->accepts(1), "need <=1, got 1");
60 ok(! $req->accepts(2), "need <=1, got 2");
66 ok( $req->accepts(0), "need !1, got 0");
[all …]
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86ModRMFilters.h45 virtual bool accepts(uint8_t modRM) const = 0;
58 bool accepts(uint8_t modRM) const override { in accepts() function
78 bool accepts(uint8_t modRM) const override { in accepts() function
97 bool accepts(uint8_t modRM) const override { in accepts() function
118 bool accepts(uint8_t modRM) const override { in accepts() function
134 bool accepts(uint8_t modRM) const override { in accepts() function
/openbsd/src/gnu/usr.bin/perl/cpan/Text-Tabs/t/
Dundef.t14 ok( !defined $w, 'expand accepts undef silently' ) or cleanup;
17 ok( !defined $w, 'unexpand accepts undef silently' ) or cleanup;
20 ok( !defined $w, 'wrap accepts undef silently' ) or cleanup;
23 ok( !defined $w, 'fill accepts undef silently' ) or cleanup;
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dnew_overloaded.t32 is($bigfloat, 2.23, 'Math::BigFloat->new() accepts overloaded numbers');
35 is($bigint, 3, 'Math::BigInt->new() accepts overloaded numbers');
38 'Math::BigFloat->new() accepts a Math::BigInt');
/openbsd/src/usr.sbin/rdate/
Dntp.c195 int accepts = 0, rejects = 0; in sync_ntp() local
211 while (accepts < MAX_QUERIES) { in sync_ntp()
237 ++accepts; in sync_ntp()
245 if (accepts <= 1) in sync_ntp()
271 return (accepts); in sync_ntp()
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUInstructionNotation.rst84 vdata // operand only accepts vector registers
85 sdst // operand only accepts scalar registers
86 src1 // operand accepts vector registers, scalar registers, and scalar values
/openbsd/src/gnu/usr.bin/perl/ext/Sys-Hostname/t/
DHostname.t29 qr/hostname\(\) does not accepts arguments \(it used to silently discard any provided\)/,
/openbsd/src/gnu/usr.bin/binutils-2.17/config/
Dwarnings.m424 # compiler accepts.
47 # and accepts all of those options simultaneously, otherwise to nothing.
/openbsd/src/gnu/gcc/config/
Dwarnings.m424 # compiler accepts.
47 # and accepts all of those options simultaneously, otherwise to nothing.
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DCOFFOptions.td3 // link.exe accepts options starting with either a dash or a slash.
/openbsd/src/regress/sys/net/pf_divert/
DREADME17 localhost address, for TCP it also listens and accepts. The client
27 it also listens and accepts. For TCP the bidirectional connection,
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-ns32k.texi11 The 32x32 version of @code{@value{AS}} accepts a @samp{-m32032} option to
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-ns32k.texi12 The 32x32 version of @code{@value{AS}} accepts a @samp{-m32032} option to
/openbsd/src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/
DOptions.td3 // lib.exe accepts options starting with either a dash or a slash.
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRInstrFormats.td113 // (Only accepts r16-r31)
238 // (Only accepts even registers)
256 // (Only accepts r16-r31)
300 // (Only accepts r25:24 r27:26 r29:28 r31:30)
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/
DRequirements.pm215 return $range->accepts($version);
/openbsd/src/usr.sbin/nsd/
Dconfigure.ac181 AC_MSG_CHECKING([whether lex accepts -i])
210 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "format" attribute)
223 AC_DEFINE(HAVE_ATTR_FORMAT, 1, [Whether the C compiler accepts the "format" attribute])
229 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "unused" attribute)
241 AC_DEFINE(HAVE_ATTR_UNUSED, 1, [Whether the C compiler accepts the "unused" attribute])
247 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "weak" attribute)
259 AC_DEFINE(HAVE_ATTR_WEAK, 1, [Whether the C compiler accepts the "weak" attribute])
266 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "noreturn" attribute)
278 AC_DEFINE(HAVE_ATTR_NORETURN, 1, [Whether the C compiler accepts the "noreturn" attribute])
/openbsd/src/gnu/usr.bin/binutils/gas/
DNEWS77 * The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for
88 * The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated
384 format accepts it; SPARC CPU accepts it. It's the default only for OS "elf"
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dconfig.log10 configure:666: checking whether gcc accepts -g
/openbsd/src/gnu/llvm/clang/docs/
DMisExpect.rst34 exact thresholds. The ``-fdiagnostic-misexpect-tolerance=N`` accepts
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DNEWS59 * objcopy for MIPS targets now accepts "-M no-aliases" as an option to the
69 * objdump now accepts --debugging-tags to print the debug information in a
78 * objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DNEWS147 * The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for
158 * The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated
454 format accepts it; SPARC CPU accepts it. It's the default only for OS "elf"
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgccbug.in453 …""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimiz…
/openbsd/src/gnu/llvm/lld/docs/
Dwindows_support.rst19 command line options, and it drives further linking processes. LLD accepts

12345678910>>...13