/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/ |
Config.h | 156 /// temporary files named after the given OutputFileName for each of the LTO 170 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/ |
Config.h | 156 /// temporary files named after the given OutputFileName for each of the LTO 170 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/ |
Config.h | 150 /// temporary files named after the given OutputFileName for each of the LTO 164 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/ |
Config.h | 153 /// temporary files named after the given OutputFileName for each of the LTO 167 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/ |
Config.h | 153 /// temporary files named after the given OutputFileName for each of the LTO 167 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/ |
Config.h | 156 /// temporary files named after the given OutputFileName for each of the LTO 170 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/ |
Config.h | 156 /// temporary files named after the given OutputFileName for each of the LTO 170 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/ |
Config.h | 156 /// temporary files named after the given OutputFileName for each of the LTO 170 Error addSaveTemps(std::string OutputFileName,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/ |
Config.h | 156 /// temporary files named after the given OutputFileName for each of the LTO 170 Error addSaveTemps(std::string OutputFileName,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/ |
GenSection.c | 708 char *OutputFileName;
721 OutputFileName = PARAMETER_NOT_SPECIFIED;
796 OutputFileName = argv[Index];
922 OutFile = fopen (OutputFileName, "wb");
924 Error (NULL, 0, 0, OutputFileName, "failed to open output file for writing");
1012 remove (OutputFileName);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
GenFfsFile.c | 895 CHAR8 *OutputFileName;
915 OutputFileName = NULL;
1018 OutputFileName = (CHAR8 *) malloc (_MAX_PATH);
1019 if (OutputFileName == NULL) {
1023 ZeroMem (OutputFileName, sizeof (_MAX_PATH));
1025 strcpy (OutputFileName, Buffer);
1079 *PtrOutputFileName = OutputFileName;
1130 CHAR8 *OutputFileName;
1143 OutputFileName = NULL;
1260 &OutputFileName,
[all...] |
/external/jdiff/src/jdiff/ |
Comments.java | 374 * @param outputFileName The name of the comments file. 379 public static boolean writeFile(String outputFileName, 382 FileOutputStream fos = new FileOutputStream(outputFileName); 384 newComments.emitXMLHeader(outputFileName); 389 System.out.println("IO Error while attempting to create " + outputFileName);
|
/external/llvm/tools/dsymutil/ |
MachOUtils.cpp | 58 StringRef OutputFileName, 65 if (sys::fs::rename(From, OutputFileName)) { 66 if (std::error_code EC = sys::fs::copy_file(From, OutputFileName)) { 67 errs() << "error: while copying " << From << " to " << OutputFileName 92 Args.push_back(OutputFileName.data());
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 268 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename); 269 if (OutputFilename.empty()) { 274 if (!rscd.buildForCompatLib(*s, OutputFilename.c_str(), nullptr, OptRuntimePath.c_str(), false)) {
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/ |
GenSec.c | [all...] |
/external/clang/unittests/AST/ |
ASTImporterTest.cpp | 58 const char *const OutputFileName = "output.cc"; 63 ToAST = tooling::buildASTFromCodeWithArgs(ToCode, ToArgs, OutputFileName);
|
/external/llvm/tools/llvm-extract/ |
llvm-extract.cpp | 43 OutputFilename("o", cl::desc("Specify output filename"), 267 tool_output_file Out(OutputFilename, EC, sys::fs::F_None);
|
/external/skia/tools/skdiff/ |
skdiff_image.cpp | 23 const SkString& outputFilename, 69 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename);
|
/external/skqp/tools/skdiff/ |
skdiff_image.cpp | 23 const SkString& outputFilename, 69 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename);
|
/external/swiftshader/third_party/LLVM/tools/llvm-extract/ |
llvm-extract.cpp | 41 OutputFilename("o", cl::desc("Specify output filename"),
220 tool_output_file Out(OutputFilename.c_str(), ErrorInfo,
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
file_audio_device.cc | 27 const char* outputFilename): 43 _outputFilename(outputFilename),
|
/frameworks/support/graphics/drawable/static/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/ |
VectorDrawableTest.java | 195 String outputFilename = outputFolder + fileTitle + "_golden" + stateSetTitle + ".png"; 196 File outputFile = new File(outputFilename);
|
/external/curl/docs/ |
mk-ca-bundle.1 | |
/external/llvm/include/llvm/Transforms/IPO/ |
FunctionImport.h | 109 EmitImportsFiles(StringRef ModulePath, StringRef OutputFilename,
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 49 OutputFilename("o", cl::desc("Output filename"), 217 if (OutputFilename == "") 218 OutputFilename = "-"; 221 auto Out = llvm::make_unique<tool_output_file>(OutputFilename, EC,
|