| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Loaded/t/ |
| H A D | 01_Module-Loaded.t | 8 my $Strict = $ENV{'PERL_CORE'} ? 'less' : 'strict'; 35 { my $where = is_loaded( $Strict ); 36 ok( $where, "$Strict loaded" ); 37 ok( mark_as_unloaded( $Strict ), 38 " $Strict unloaded" ); 42 my $rv = eval "require $Strict; 1"; 43 ok( $rv, "$Strict loaded again" ); 46 is( is_loaded( $Strict ), $where, 47 " $Strict is loaded" );
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith() argument 125 if (Strict) { in startsWith() 180 compareNode(uint32_t Offset, StringRef Name, bool Strict, in compareNode() argument 186 N.IsRoot || startsWith(Name, N.Name, Strict, Consummed, in compareNode() 201 compareNode(ChildOffset, Name.substr(Consummed), Strict, in compareNode() 217 compareNode(uint32_t Offset, StringRef Name, bool Strict, BufferType &Buffer) { in compareNode() argument 218 return compareNode(Offset, Name, Strict, 0, 0, Buffer); in compareNode() 261 static std::size_t findSyllable(StringRef Name, bool Strict, in findSyllable() argument 274 bool DoesStartWith = startsWith(Name, Syllable, Strict, Consummed, in findSyllable() 289 nameToHangulCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToHangulCodePoint() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 45 bool Strict; variable 67 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 004gziphdr.t | 72 -Strict => 0, 314 #-Strict => 1, 421 eval {$x = IO::Compress::Gzip->new( \$buffer, -ExtraField => $input, Strict => 1 ); }; 432 Strict => 0 ) 440 Strict => 0, 577 ok ! IO::Uncompress::Gunzip->new( \$buffer, -Transparent => 0, Strict => 1 ) 590 my $z = IO::Compress::Gzip->new(\$x, ExtraField => $store, Strict => 0) ; 593 my $gunz = IO::Uncompress::Gunzip->new( \$x, Strict => 0 ); 618 -Strict => 0, 624 -Strict [all...] |
| H A D | 005defhdr.t | 302 ok my $gunz = IO::Uncompress::Inflate->new( $name, Append => 1, Strict => $s ); 332 ok my $gunz = IO::Uncompress::Inflate->new( $name, Append => 1, Strict => 1 ); 353 ok my $gunz = IO::Uncompress::Inflate->new( $name, Append => 1, Strict => 0 );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
| H A D | multi.pl | 71 Strict => 1, 116 Strict => 1, 152 Strict => 1, 193 Strict => 1,
|
| H A D | truncate.pl | 144 -Strict => 1, 212 -Strict => 1, 262 -Strict => !$lax,
|
| H A D | zlib-generic.pl | 36 -Strict => 1,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/style/ |
| H A D | strict.t | 82 $Test::Strict::TEST_WARNINGS = 1; 86 END { $Test::Strict::TEST_WARNINGS = 0 }
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
| H A D | Gunzip.pm | 103 if (*$self->{Strict}) { 201 if *$self->{Strict} && $origname =~ /$GZIP_FNAME_INVALID_CHAR_RE/o ; 216 if *$self->{Strict} && $comment =~ /$GZIP_FCOMMENT_INVALID_CHAR_RE/o ; 227 if *$self->{Strict} && $crc16 != $HeaderCRC; 760 =item C<< Strict => 0|1 >> 763 carrying out the decompression. When Strict is on, the extra tests are 764 carried out, when Strict is off they are not. 811 If the C<Strict> is on it will automatically enable this option.
|
| H A D | Inflate.pm | 93 if *$self->{Strict} && $ADLER32 != *$self->{Uncomp}->adler32() ; 682 =item C<< Strict => 0|1 >> 685 carrying out the decompression. When Strict is on, the extra tests are 686 carried out, when Strict is off they are not.
|
| H A D | Unzip.pm | 274 if (*$self->{Strict}) { 293 if $got != 4 && *$self->{Strict}; 312 if (*$self->{Strict}) { 1617 =item C<< Strict => 0|1 >> 1620 carrying out the decompression. When Strict is on, the extra tests are 1621 carried out, when Strict is off they are not.
|
| H A D | RawInflate.pm | 209 *$self->{Strict} = 0 ; 827 =item C<< Strict => 0|1 >>
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.h | 81 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) { in EmitHSAMetadata() argument 145 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override; 205 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
|
| H A D | AMDGPUTargetStreamer.cpp | 283 msgpack::Document &HSAMetadataDoc, bool Strict) { in EmitHSAMetadata() argument 284 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata() 774 bool Strict) { in EmitHSAMetadata() argument 775 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | podnoerr.t | 38 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | poderr.t | 37 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | htmlescp.t | 36 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | feature.t | 48 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | htmldir4.t | 58 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | htmldir5.t | 47 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | htmldir2.t | 67 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | feature2.t | 57 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| H A D | htmldir1.t | 62 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 39 Strict // Never fuse FP-ops. enumerator
|