Searched refs:TempName (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/bin/ |
D | jeprof.in | 629 RunGV(TempName($main::next_tmpfile, "ps"), ""); 631 RunEvince(TempName($main::next_tmpfile, "pdf"), ""); 633 my $tmp = TempName($main::next_tmpfile, "svg"); 898 $filename = TempName($main::next_tmpfile, "callgrind"); 971 RunGV(TempName($main::next_tmpfile, "ps"), " &"); 973 RunEvince(TempName($main::next_tmpfile, "pdf"), " &"); 975 RunWeb(TempName($main::next_tmpfile, "svg")); 1102 sub TempName { 1432 $fname = TempName($main::next_tmpfile, "html"); 2063 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "ps")); [all …]
|
/external/jemalloc/bin/ |
D | jeprof.in | 628 RunGV(TempName($main::next_tmpfile, "ps"), ""); 630 RunEvince(TempName($main::next_tmpfile, "pdf"), ""); 632 my $tmp = TempName($main::next_tmpfile, "svg"); 897 $filename = TempName($main::next_tmpfile, "callgrind"); 970 RunGV(TempName($main::next_tmpfile, "ps"), " &"); 972 RunEvince(TempName($main::next_tmpfile, "pdf"), " &"); 974 RunWeb(TempName($main::next_tmpfile, "svg")); 1101 sub TempName { 1431 $fname = TempName($main::next_tmpfile, "html"); 2062 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "ps")); [all …]
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 1582 ostringstream TempName; in transValueWithoutDecoration() local 1583 TempName << ".p" << SPIRSPIRVAddrSpaceMap::rmap(BT->getPointerStorageClass()) << "i8"; in transValueWithoutDecoration() 1584 TempName << ".p" << SPIRSPIRVAddrSpaceMap::rmap(BS->getPointerStorageClass()) << "i8"; in transValueWithoutDecoration() 1585 FuncName += TempName.str(); in transValueWithoutDecoration()
|