HomeSort by relevance Sort by last modified time
    Searched refs:OutputFile (Results 76 - 100 of 414) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/
Pkcs7Sign.py 82 parser.add_argument("-o", "--output", dest='OutputFile', type=str, metavar='filename', help="specify the output filename", required=True)
133 OutputDir = os.path.dirname(args.OutputFile)
137 args.OutputFileName = args.OutputFile
214 args.OutputFile = open(args.OutputFileName, 'wb')
215 args.OutputFile.write(Signature)
216 args.OutputFile.write(args.InputFileBuffer)
217 args.OutputFile.close()
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 187 const std::string &OutputFile,
200 const std::string &OutputFile,
233 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
275 const std::string &OutputFile,
331 const std::string &OutputFile,
344 const std::string &OutputFile,
365 &ProgramArgs[0], sys::Path(InputFile), sys::Path(OutputFile),
366 sys::Path(OutputFile), Timeout, MemoryLimit, Error);
496 const std::string &OutputFile,
    [all...]
ToolRunner.h 58 /// Output is captured to the specified OutputFile location. The SharedLibs
66 const std::string &OutputFile,
77 std::string &OutputFile,
143 const std::string &OutputFile,
178 const std::string &OutputFile,
226 const std::string &OutputFile,
BugDriver.cpp 43 OutputFile("output", cl::desc("Specify a reference program output "
72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
  /frameworks/compile/slang/
slang.cpp 132 OpenOutputFile(const char *OutputFile,
136 slangAssert((OutputFile != nullptr) &&
140 llvm::sys::path::parent_path(OutputFile));
142 return llvm::make_unique<llvm::tool_output_file>(OutputFile, EC, Flags);
147 << OutputFile << EC.message();
308 bool Slang::setOutput(const char *OutputFile) {
316 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_Text, EC, mDiagEngine);
324 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_None, EC, mDiagEngine);
337 mOutputFileName = OutputFile;
342 bool Slang::setDepOutput(const char *OutputFile) {
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 82 std::string OutputFile;
84 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile);
94 CI.getPreprocessor(), OutputFile, nullptr, Sysroot,
100 CI, InFile, OutputFile, OS, Buffer));
107 std::string &OutputFile) {
118 CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
124 OutputFile = CI.getFrontendOpts().OutputFile;
132 std::string OutputFile;
134 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile);
    [all...]
DependencyFile.cpp 157 std::string OutputFile;
173 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
393 llvm::sys::fs::remove(OutputFile);
398 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::F_Text);
400 PP->getDiagnostics().Report(diag::err_fe_error_opening) << OutputFile
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.c 283 FILE *OutputFile;
298 OutputFile = fopen (LongFilePath (OutputFileName), "wb");
299 if (OutputFile == NULL) {
307 BytesWrote = fwrite (OutputFileImage, sizeof (UINT8), BytesToWrite, OutputFile);
310 fclose (OutputFile);
316 fclose (OutputFile);
  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 201 FILE *OutputFile;
204 OutputFile = fopen(OutputName, "ab");
206 OutputFile = openFileForMerging(OutputName);
208 if (!OutputFile)
213 RetVal = lprofWriteData(fileWriter, OutputFile, lprofGetVPDataReader());
215 fclose(OutputFile);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/flags/
flags.go 19 OutputFile = flag.String("o", "", "output file; default foo.o for /a/b/c/foo.s as first argument")
68 if *OutputFile == "" {
76 *OutputFile = fmt.Sprintf("%s.o", input)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/flags/
flags.go 19 OutputFile = flag.String("o", "", "output file; default foo.o for /a/b/c/foo.s as first argument")
68 if *OutputFile == "" {
76 *OutputFile = fmt.Sprintf("%s.o", input)
  /build/soong/java/
androidmk.go 30 OutputFile: android.OptionalPathForPath(library.implementationJarFile),
33 func(w io.Writer, outputFile android.Path) {
103 OutputFile: android.OptionalPathForPath(prebuilt.combinedClasspathFile),
106 func(w io.Writer, outputFile android.Path) {
118 OutputFile: android.OptionalPathForPath(prebuilt.classpathFile),
121 func(w io.Writer, outputFile android.Path) {
139 OutputFile: android.OptionalPathForPath(binary.implementationJarFile),
150 OutputFile: android.OptionalPathForPath(binary.wrapperFile),
152 func(w io.Writer, outputFile android.Path) {
170 OutputFile: android.OptionalPathForPath(app.outputFile)
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.h 57 /// Output is captured to the specified OutputFile location. The SharedLibs
65 const std::string &OutputFile,
76 std::string &OutputFile,
141 const std::string &OutputFile,
179 const std::string &OutputFile,
BugDriver.cpp 44 OutputFile("output", cl::desc("Specify a reference program output "
73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
  /external/llvm/tools/dsymutil/
dsymutil.cpp 329 std::string OutputFile = getOutputFileName(InputFile, NeedsTempFiles);
330 if (OutputFile.empty() || !linkDwarf(OutputFile, *Map, Options))
335 OutputFile);
  /prebuilts/go/darwin-x86/src/cmd/asm/
main.go 49 out, err := os.Create(*flags.OutputFile)
87 os.Remove(*flags.OutputFile)
  /prebuilts/go/linux-x86/src/cmd/asm/
main.go 49 out, err := os.Create(*flags.OutputFile)
87 os.Remove(*flags.OutputFile)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 550 make_option("-o", "--output", dest="OutputFile",
602 if CommandOptions.OutputFile == None:
603 CommandOptions.OutputFile = os.path.splitext(InputFile)[0] + '.iii'
604 TrimPreprocessedVfr(InputFile, CommandOptions.OutputFile)
606 if CommandOptions.OutputFile == None:
607 CommandOptions.OutputFile = os.path.splitext(InputFile)[0] + '.iii'
608 TrimAslFile(InputFile, CommandOptions.OutputFile, CommandOptions.IncludePathFile)
610 TrimEdkSources(InputFile, CommandOptions.OutputFile)
612 if CommandOptions.OutputFile == None:
613 CommandOptions.OutputFile = os.path.splitext(InputFile)[0] + '.iii'
    [all...]
  /build/make/tools/releasetools/
add_img_to_target_files 80 class OutputFile(object):
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
148 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
159 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img")
171 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img")
176 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.map")
186 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "product.img")
191 block_list = OutputFile(
205 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "dtbo.img")
310 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "userdata.img"
    [all...]
add_img_to_target_files.py 80 class OutputFile(object):
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img")
148 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.map")
159 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img")
171 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img")
176 block_list = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.map")
186 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "product.img")
191 block_list = OutputFile(
205 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "dtbo.img")
310 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "userdata.img"
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 155 struct OutputFile {
160 OutputFile(std::string filename, std::string tempFilename,
164 OutputFile(OutputFile &&O)
175 std::list<OutputFile> OutputFiles;
578 void addOutputFile(OutputFile &&OutFile);
FrontendActions.h 90 std::string &Sysroot, std::string &OutputFile);
123 std::string &OutputFile);
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
BinToPcd.py 68 parser.add_argument("-o", "--output", dest = 'OutputFile', type = argparse.FileType('wb'),
185 args.OutputFile.write (Pcd)
186 args.OutputFile.close ()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256GenerateKeys.py 47 group.add_argument("-o", "--output", dest='OutputFile', type=argparse.FileType('wb'), metavar='filename', nargs='*', help="specify the output private key filename in PEM format")
90 if args.OutputFile <> None:
91 for Item in args.OutputFile:
  /build/soong/python/
androidmk.go 42 ret := android.AndroidMkData{OutputFile: p.installSource}
52 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
64 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
77 ret.OutputFile = android.OptionalPathForPath(installer.path)
80 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {

Completed in 343 milliseconds

1 2 34 5 6 7 8 91011>>