Home
last modified time | relevance | path

Searched refs:DumpFile (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D01_api.t18 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 D21_yamlpm_compat.t10 # 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 D04_export.t22 ok not(defined &main::DumpFile), 'DumpFile is not exported';
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/
H A DYAML.pm49 sub DumpFile { subroutine
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp565 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()