HomeSort by relevance Sort by last modified time
    Searched full:inputfilename (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /frameworks/base/tools/aidl/
options_test.cpp 13 const char* inputFileName;
99 // inputFileName
100 if (answer.inputFileName != options.inputFileName) {
101 cout << "mismatch: inputFileName: got " << options.inputFileName
102 << " expected " << answer.inputFileName << endl;
140 /* argv */ { "test", "-i/moof", "-I/blah", "-Ibleh", "-imoo", "inputFileName.aidl_cpp", NULL, NULL },
144 /* inputFileName */ "inputFileName.aidl_cpp"
    [all...]
options.h 22 string inputFileName;
  /external/chromium_org/build/
output_dll_copy.rules 10 Outputs="$(OutDir)\$(InputFileName)"
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
loader.cpp 16 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
30 M.reset(ParseIRFile(InputFilename, Err, Context));
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 16 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
30 M.reset(ParseIRFile(InputFilename, Err, Context));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
inline-javascript-imports.py 48 inputFileName = argv[1]
52 inputFile = open(inputFileName, 'r')
62 (importFileName, inputFileName))
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 105 * @param inputFilename The skp file that was read.
116 const SkString& inputFilename,
162 if (!make_output_filepath(&outputPath, outputDir, inputFilename, page)) {
182 SkString inputFilename = SkOSPath::Basename(inputPath.c_str());
220 success &= render_page(outputDir, inputFilename, *renderer,
225 success &= render_page(outputDir, inputFilename, *renderer,
229 success &= render_page(outputDir, inputFilename, *renderer,
232 success &= render_page(outputDir, inputFilename, *renderer,
237 success &= render_page(outputDir, inputFilename, *renderer,
258 SkString inputFilename;
    [all...]
  /external/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 119 * @param inputFilename The skp file that was read.
134 const SkString& inputFilename,
203 if (!make_output_filepath(&outputPath, outputDir, inputFilename, page)) {
223 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
261 success &= render_page(outputDir, inputFilename, *renderer,
266 success &= render_page(outputDir, inputFilename, *renderer,
270 success &= render_page(outputDir, inputFilename, *renderer,
273 success &= render_page(outputDir, inputFilename, *renderer,
278 success &= render_page(outputDir, inputFilename, *renderer,
299 SkString inputFilename;
    [all...]
  /external/skia/tools/
CopyTilesRenderer.h 27 const SkString* inputFilename,
render_pdfs_main.cpp 122 * @param inputFilename The skp file that was read.
126 const SkString& inputFilename) {
132 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
152 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
171 SkWStream* stream(open_stream(outputDir, inputFilename));
198 SkString inputFilename;
199 while (iter.next(&inputFilename)) {
200 SkString inputPath = SkOSPath::SkPathJoin(input.c_str(), inputFilename.c_str());
render_pictures_main.cpp 146 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
168 reset_image_file_base_name(inputFilename);
198 renderer.init(picture, &writePathString, &mismatchPathString, &inputFilename,
212 SkDebugf("Failed to render %s\n", inputFilename.c_str());
355 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
356 SkString outputFilename(inputFilename);
362 jsonSummaryPtr->add(inputFilename.c_str(), outputFilename.c_str(), imageDigest);
364 !jsonSummaryPtr->matchesExpectation(inputFilename.c_str(), imageDigest)) {
384 SkString inputFilename;
387 if (iter.next(&inputFilename)) {
    [all...]
PictureRenderer.cpp 52 const SkString* inputFilename, bool useChecksumBasedFilenames) {
55 this->CopyString(&fInputFilename, inputFilename);
266 * @param inputFilename If we are writing out a binary image, use this to build its filename.
274 const SkString& inputFilename, ImageResultsAndExpectations *jsonSummaryPtr,
289 SkString escapedInputFilename(inputFilename);
322 jsonSummaryPtr->add(inputFilename.c_str(), outputRelativePath.c_str(),
325 !jsonSummaryPtr->matchesExpectation(inputFilename.c_str(), *imageDigestPtr,
410 const SkString* mismatchPath, const SkString* inputFilename,
412 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
455 const SkString* mismatchPath, const SkString* inputFilename,
    [all...]
CopyTilesRenderer.cpp 24 const SkString* mismatchPath, const SkString* inputFilename,
34 this->CopyString(&fInputFilename, inputFilename);
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 45 InputFilename(cl::Positional, cl::desc("<input brainf>"));
93 if (InputFilename == "") {
103 std::string base = InputFilename;
104 if (InputFilename == "-") { base = "a"; }
118 if (InputFilename != "-")
119 in = new std::ifstream(InputFilename.c_str());
  /external/chromium_org/third_party/skia/tools/
render_pdfs_main.cpp 136 * @param inputFilename The skp file that was read.
140 const SkString& inputFilename) {
146 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
191 SkString inputFilename;
192 while (iter.next(&inputFilename)) {
194 FLAGS_match, inputFilename.c_str())) {
196 SkOSPath::Join(input, inputFilename.c_str()));
render_pictures_main.cpp 150 SkString inputFilename = SkOSPath::Basename(inputPath.c_str());
172 reset_image_file_base_name(inputFilename);
210 renderer.init(picture, &writePathString, &mismatchPathString, &inputFilename,
224 SkDebugf("Failed to render %s\n", inputFilename.c_str());
371 SkString inputFilename = SkOSPath::Basename(inputPath.c_str());
372 SkString outputFilename(inputFilename);
378 jsonSummaryPtr->add(inputFilename.c_str(), outputFilename.c_str(), imageDigest);
380 !jsonSummaryPtr->getExpectation(inputFilename.c_str()).matches(imageDigest)) {
400 SkString inputFilename;
403 if (iter.next(&inputFilename)) {
    [all...]
CopyTilesRenderer.h 33 const SkString* inputFilename,
CopyTilesRenderer.cpp 30 const SkString* mismatchPath, const SkString* inputFilename,
40 this->CopyString(&fInputFilename, inputFilename);
PictureRenderer.cpp 54 const SkString* inputFilename,
58 this->CopyString(&fInputFilename, inputFilename);
271 * @param inputFilename If we are writing out a binary image, use this to build its filename.
279 const SkString& inputFilename, ImageResultsAndExpectations *jsonSummaryPtr,
294 SkString escapedInputFilename(inputFilename);
327 jsonSummaryPtr->add(inputFilename.c_str(), outputRelativePath.c_str(),
330 !jsonSummaryPtr->getExpectation(inputFilename.c_str(),
417 const SkString* mismatchPath, const SkString* inputFilename,
419 INHERITED::init(picture, writePath, mismatchPath, inputFilename, useChecksumBasedFilenames);
469 const SkString* mismatchPath, const SkString* inputFilename,
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 39 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
130 DataStreamer *streamer = getDataFileStreamer(InputFilename, &ErrorMessage);
133 if (InputFilename == "-")
136 DisplayFilename = InputFilename;
161 if (InputFilename == "-") {
164 const std::string &IFN = InputFilename;
  /external/llvm/tools/obj2yaml/
obj2yaml.cpp 47 cl::opt<std::string> InputFilename(cl::Positional, cl::desc("<input file>"),
56 if (std::error_code EC = dumpInput(InputFilename)) {
  /external/llvm/tools/llvm-as/
llvm-as.cpp 35 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
57 if (InputFilename == "-") {
60 std::string IFN = InputFilename;
97 std::unique_ptr<Module> M(ParseAssemblyFile(InputFilename, Err, Context));
  /frameworks/compile/slang/
llvm-rs-as.cpp 40 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
75 if (InputFilename == "-") {
78 std::string IFN = InputFilename;
130 std::unique_ptr<Module> M(ParseAssemblyFile(InputFilename, Err, Context));
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 142 SmallString<128> InputFilename;
145 InputFilename);
152 tool_output_file InFile(InputFilename.c_str(), InputFD);
157 errs() << "Error writing bitcode file: " << InputFilename << "\n";
196 Args.push_back(InputFilename.c_str());
228 sys::fs::remove(InputFilename.c_str());
  /external/llvm/lib/TableGen/
Main.cpp 43 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
85 MemoryBuffer::getFileOrSTDIN(InputFilename);
87 errs() << "Could not open input file '" << InputFilename

Completed in 6602 milliseconds

1 2 3 4