| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Loaded/t/ |
| H A D | 01_Module-Loaded.t | 15 { ok( !is_loaded($Mod), "$Mod not loaded yet" ); 16 ok( mark_as_loaded($Mod), " $Mod now marked as loaded" ); 17 is( is_loaded($Mod), $0, " $Mod is loaded from $0" ); 26 ok( !is_loaded($Mod), " $Mod now longer loaded" ); 34 ### check for an already loaded module 36 ok( $where, "$Strict loaded" ); 43 ok( $rv, "$Strict loaded again" ); 47 " $Strict is loaded" );
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.cpp | 35 lib->loaded = false; in AddIgnoredLibrary() 46 if (!lib->loaded && (!lib->real_name) && in OnLibraryLoaded() 57 bool loaded = false; in OnLibraryLoaded() local 66 if (loaded) { in OnLibraryLoaded() 72 loaded = true; in OnLibraryLoaded() 73 if (lib->loaded) in OnLibraryLoaded() 79 lib->loaded = true; in OnLibraryLoaded() 90 if (lib->loaded && !loaded) { in OnLibraryLoaded()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | save-load.t | 86 ok( my $loaded = Parse::CPAN::Meta->load_file($metafile), 'load saved file' ); 87 is($loaded->{name}, 'Module-Build', 'name correct'); 90 $loaded->{x_serialization_backend}, 100 ok( $loaded = Parse::CPAN::Meta->load_file('t/data-test/META-1_4.yml'), 'load META-1.4' ); 101 is($loaded->{name}, 'Module-Build', 'name correct'); 110 ok( $loaded = Parse::CPAN::Meta->load_file($metayml), 'load saved file' ); 111 is( $loaded->{name}, 'Module-Build', 'name correct'); 112 is( $loaded->{requires}{perl}, "5.006", 'prereq correct' ); 115 $loaded->{x_serialization_backend}, 127 ok( $loaded = CPAN::Meta->load_file('t/data-test/META-2.meta'), 'load_file META-2.meta' ); [all …]
|
| H A D | converter.t | 43 ok( $original, "loaded $f" ); 114 ok( $original, "loaded META-1_4.yml" ); 132 ok( $original, "loaded META-2.json" ); 144 ok( $original, "loaded gpl-1_4.yml" ); 157 ok( $original, "loaded resources.yml" ); 176 ok( $original, "loaded resources.yml" ); 192 ok( $original, "loaded resources.yml" ); 222 ok( $original, "loaded " . basename $path ); 240 ok( $original, "loaded " . basename $path ); 251 ok( $original, "loaded " . basename $path ); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| H A D | 000_load.t | 6 my $loaded; 8 END {print "not ok 1\n" unless $loaded;} 12 $loaded = 1;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | harness-subclass.t | 20 my %loaded = (); 31 $loaded{$pkg} = 1; 59 is_deeply \%loaded,
|
| H A D | prove.t | 1091 my @loaded = get_plugin_load_log(); 1092 ok @loaded == 1 && $loaded[0][0] eq 'App::Prove::Plugin::Dummy', 1093 "Plugin loaded OK"; 1114 my @loaded = get_plugin_load_log(); 1115 ok @loaded == 1 && $loaded[0][0] eq 'App::Prove::Plugin::Dummy', 1116 "Plugin loaded OK"; 1117 my $args = $loaded[0][1]{args}; 1140 my @loaded [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/ |
| H A D | version.t | 10 is($Foo::VERSION, 0.2, 'affirmed version of loaded module'); 15 is($Foo::VERSION, 0.2, 'loaded module still retains its version'); 17 ok(eval "use Foo 0.2; 1", 'successfully loaded module again')
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| H A D | no_load_api.t | 39 my @loaded = grep { $INC{$_} } qw{ 48 Test2::Tools::Tiny::ok(!@loaded, "Test2::API was not loaded") 49 || Test2::Tools::Tiny::diag("Loaded: " . Dumper(\@loaded));
|
| /openbsd-src/gnu/usr.bin/perl/t/run/ |
| H A D | dtrace.t | 143 loaded-file { printf("loaded-file <%s>\n", copyinstr(arg0)) } 150 qr{loaded-file <strict\.pm>.*loaded-file <HTTP/Tiny\.pm>.*loaded-file <run/dtrace\.pl>}s,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/ |
| H A D | overrides.t | 38 'bigint hex() works when bigfloat and bigrat are loaded'; 40 'bigint oct() works when bigfloat and bigrat are loaded'; 56 'bigfloat hex() works when bigint and bigrat are loaded'; 58 'bigfloat oct() works when bigint and bigrat are loaded'; 74 'bigrat hex() works when bigfloat and bigint are loaded'; 76 'bigrat oct() works when bigfloat and bigint are loaded';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| H A D | Instance.t | 38 loaded => 0, 77 loaded => 0, 104 ok(!$one->loaded, "not loaded"); 106 ok($one->loaded, "loaded"); 348 You have loaded versions of test modules known to have problems with Test2. 428 ok(!$one->ipc, 'IPC not loaded, no IPC object'); 438 ok($one->ipc, 'IPC loaded if threads are'); 447 ok($one->ipc, 'IPC loaded i [all...] |
| /openbsd-src/distrib/notes/riscv64/ |
| H A D | prep | 9 and U-Boot to be loaded from uSD and OpenBSD bootloader and kernel to be 10 loaded from USB stick. 35 be loaded by placing bootriscv64.efi into /efi/boot/bootriscv64.efi on a FAT 40 "distro_bootcmd" then it must be loaded manually or by U-Boot commands or
|
| /openbsd-src/lib/libcrypto/err/ |
| H A D | err_all.c | 148 static pthread_once_t loaded = PTHREAD_ONCE_INIT; in ERR_load_crypto_strings() local 149 (void) pthread_once(&loaded, ERR_load_crypto_strings_internal); in ERR_load_crypto_strings()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/ |
| H A D | builder_loaded_late.t | 20 qr/Test::Builder was loaded after Test2 initialization, this is not recommended/, 26 qr/Formatter Test::Builder::Formatter loaded too late to be used as the global formatter/,
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.agent | 90 with private keys as they are loaded from a PKCS#11 token. 104 each certificate in the request with a corresponding private key loaded 110 the resultant certificates to be loaded to the agent. The default 115 if any key (plain private or certificate) was successfully loaded, or 116 SSH_AGENT_FAILURE if no key was loaded.
|
| /openbsd-src/lib/libcrypto/conf/ |
| H A D | README | 28 When this file is loaded a configuration module with the specified string 35 loaded. 43 loaded is the first one cleaned up.
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
| H A D | 01_load.t | 13 "Hash::Util::FieldHash not loaded", 27 "Hash::Util::FieldHash loaded",
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | inccode.t | 90 ok( $evalret, 'Originally loaded packages preserved' ); 225 undef $test_require::loaded; 228 is($test_require::loaded, undef, 'no module is loaded' ); 233 undef $test_require::loaded; 237 is($test_require::loaded, 1, 'the module is loaded');
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | xcoffsolib.c | 90 vp->loaded ? "Yes" : "No ", in solib_info() 134 if (vp->loaded) in sharedlibrary_command()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BigEndianNEON.rst | 75 …1. The content of a vector register is the same *as if* it had been loaded with an ``LDR`` instruc… 76 …2. The content of a vector register is the same *as if* it had been loaded with an ``LD1`` instruc… 105 …e stored with a single ``STR`` of the entire register; a short vector is loaded from memory using … 163 … over call boundaries as 1-element vectors (which is the same as if they were loaded with ``LDR``). 171 …s loaded and then saved again (called a "round trip"), the memory contents should be the same afte… 179 …the right. The mismatched ``LD1`` and ``ST1`` cause the stored data to differ from the loaded data. 183 …he in-register representation of the data to be *as if* it had just been loaded by a ``LD1`` of ty… 188 …me as if it had been loaded by ``LDR``) and then insert another ``REV`` to change the representati…
|
| /openbsd-src/usr.bin/vi/docs/internals/ |
| H A D | input | 92 If the first line is loaded into 'a' and executed: 99 If the first two lines are loaded into 'a' and executed: 106 If the first line is loaded into 'a', but not using line mode, 114 If the first two lines are loaded into 'a', but not using line mode, 135 The command is loaded into 'e', and then executed. 'e' executes 169 The command is loaded into 'e', and then executed. 'e' executes 217 In vi, the command is loaded into 'a' and then executed. The command 220 In ex, the command is loaded into 'a' and then executed. The command
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | constraints.md | 100 Such constants can be loaded using @code{lui}." 105 "A constant that cannot be loaded using @code{lui}, @code{addiu} 153 A constant @code{move_operand} that cannot be safely loaded into @code{$25} 161 A constant @code{move_operand} that can be safely loaded into @code{$25}
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/ |
| H A D | Event.pm | 45 $FACETS{$key} = {list => $list, class => $facet_type, loaded => 1}; 49 $FACETS{__GENERIC__} = {class => 'Test2::API::InterceptResult::Facet', loaded => 1}; 73 $FACETS{$key} = {list => $list, class => $class, loaded => 1}; 136 unless ($spec->{loaded}) { 139 $spec->{loaded} = 1;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/example/ |
| H A D | test.pl | 20 END { print "not ok 1\n" unless $loaded } 23 $loaded = 1;
|