/openbsd/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/gnu/llvm/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 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() 218 return compareNode(Offset, Name, Strict, 0, 0, Buffer); in compareNode() 261 static std::size_t findSyllable(StringRef Name, bool Strict, in findSyllable() argument 304 if (!Strict) { in nameToHangulCodePoint() 359 if (Strict && in nameToGeneratedCodePoint() 364 if (!Strict) { in nameToGeneratedCodePoint() 380 Res = nameToGeneratedCodePoint(Name, Strict, Buffer); in nameToCodepoint() [all …]
|
/openbsd/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/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
H A D | 004gziphdr.t | 72 -Strict => 0, 314 #-Strict => 1, 618 -Strict => 0, 624 -Strict => 1 ); 628 -Strict => 0 ); 648 -Strict => 0, 652 -Strict => 0 ); 669 -Strict => 0, 673 ok ! IO::Uncompress::Gunzip->new( \$x, Strict => 1, 697 -Strict => 0, [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/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/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/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;
|
H A D | Inflate.pm | 93 if *$self->{Strict} && $ADLER32 != *$self->{Uncomp}->adler32() ;
|
H A D | Unzip.pm | 274 if (*$self->{Strict}) { 293 if $got != 4 && *$self->{Strict}; 312 if (*$self->{Strict}) {
|
H A D | RawInflate.pm | 209 *$self->{Strict} = 0 ;
|
/openbsd/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/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 | 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 | 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 | 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 | 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 | 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/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 39 Strict // Never fuse FP-ops. enumerator
|