Searched refs:DumpFile (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 01_api.t | 18 ok( !defined(&DumpFile), 'DumpFile function not exported' ); 26 use CPAN::Meta::YAML qw/Load Dump LoadFile DumpFile freeze thaw/; 30 ok( defined(&DumpFile), 'Found exported DumpFile function' );
|
| H A D | 21_yamlpm_compat.t | 10 # This file test that the YAML.pm compatible Dump/Load/DumpFile/LoadFile 38 my $rv = CPAN::Meta::YAML::DumpFile( 40 ok($rv, "DumpFile returned true value"); 46 "Functional interface: DumpFile to LoadFile roundtrip works as expected"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/ |
| H A D | 04_export.t | 22 ok not(defined &main::DumpFile), 'DumpFile is not exported';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/ |
| H A D | YAML.pm | 49 sub DumpFile { subroutine
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 565 static bool DumpFile(Stream &s, const FileSpec &file, FileKind file_kind) { in DumpFile() function 1223 if (DumpFile(s, exe_module->GetFileSpec(), (FileKind)entry.number)) in Format() 1430 if (DumpFile(s, module->GetFileSpec(), (FileKind)entry.number)) in Format() 1440 if (DumpFile(s, cu->GetPrimaryFile(), (FileKind)entry.number)) in Format() 1806 if (DumpFile(s, sc->line_entry.file, (FileKind)entry.number)) in Format()
|