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

1 2 3

  /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/build/
output_dll_copy.rules 10 Outputs="$(OutDir)\$(InputFileName)"
  /external/skia/tools/
render_pdfs_main.cpp 86 * @param inputFilename The skp file that was read.
90 const SkString& inputFilename,
99 if (!make_output_filepath(&outputPath, outputDir, inputFilename)) {
120 SkString inputFilename;
121 sk_tools::get_basename(&inputFilename, inputPath);
146 success = write_output(outputDir, inputFilename, renderer);
163 SkString inputFilename;
164 while (iter.next(&inputFilename)) {
166 sk_tools::make_filepath(&inputPath, input, inputFilename);
filtermain.cpp 177 SkString inputFilename, outputFilename;
178 if (iter.next(&inputFilename)) {
181 sk_tools::make_filepath(&inFile, inDir, inputFilename);
183 sk_tools::make_filepath(&outFile, outDir, inputFilename);
185 SkDebugf("Executing %s\n", inputFilename.c_str());
187 } while(iter.next(&inputFilename));
render_pictures_main.cpp 127 SkString inputFilename;
128 sk_tools::get_basename(&inputFilename, inputPath);
160 make_output_filepath(outputPath, *outputDir, inputFilename);
264 SkString inputFilename;
265 sk_tools::get_basename(&inputFilename, inputPath);
267 make_output_filepath(&outputPath, *outputDir, inputFilename);
287 SkString inputFilename;
290 if (iter.next(&inputFilename)) {
293 sk_tools::make_filepath(&inputPath, input, inputFilename);
299 } while(iter.next(&inputFilename));
    [all...]
  /external/webkit/Source/WebCore/inspector/
inline-javascript-imports.py 48 inputFileName = argv[1]
52 inputFile = open(inputFileName, 'r')
62 (importFileName, inputFileName))
  /external/webkit/Tools/MiniBrowser/qt/
UrlLoader.cpp 34 UrlLoader::UrlLoader(BrowserWindow* browserWindow, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds)
60 loadUrlList(inputFileName);
102 void UrlLoader::loadUrlList(const QString& inputFileName)
104 QFile inputFile(inputFileName);
UrlLoader.h 56 void loadUrlList(const QString& inputFileName);
  /external/webkit/Tools/QtTestBrowser/
urlloader.cpp 35 UrlLoader::UrlLoader(QWebFrame* frame, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds)
61 loadUrlList(inputFileName);
103 void UrlLoader::loadUrlList(const QString& inputFileName)
105 QFile inputFile(inputFileName);
urlloader.h 42 UrlLoader(QWebFrame* frame, const QString& inputFileName, int timeoutSeconds, int extraTimeSeconds);
56 void loadUrlList(const QString& inputFileName);
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 44 InputFilename(cl::Positional, cl::desc("<input brainf>"));
92 if (InputFilename == "") {
102 std::string base = InputFilename;
103 if (InputFilename == "-") { base = "a"; }
117 if (InputFilename != "-")
118 in = new std::ifstream(InputFilename.c_str());
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 38 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
129 DataStreamer *streamer = getDataFileStreamer(InputFilename, &ErrorMessage);
132 if (InputFilename == "-")
135 DisplayFilename = InputFilename;
157 if (InputFilename == "-") {
160 const std::string &IFN = InputFilename;
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 30 InputFilename("input-file", cl::desc("Input file (defaults to stdin)"),
48 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), In)) {
50 << InputFilename << "': " << ec.message() << '\n';
  /external/llvm/utils/obj2yaml/
obj2yaml.cpp 64 cl::opt<std::string> InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
76 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, buf))
78 << InputFilename << "'" << endl;
  /external/webkit/WebKitLibraries/win/tools/vsprops/
common.vsprops 43 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PostBuild.cmd&quot;&#x0D;&#x0A;"
47 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreBuild.cmd&quot;&#x0D;&#x0A;"
51 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.&#x0D;&#x0A;if not exist &quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot; exit /b&#x0D;&#x0A;&#x0D;&#x0A;set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)&#x0D;&#x0A;set CONFIGURATIONNAME=$(ConfigurationName)&#x0D;&#x0A;set INPUTDIR=$(InputDir)&#x0D;&#x0A;set INPUTFILENAME=$(InputFileName)&#x0D;&#x0A;set INPUTPATH=$(InputPath)&#x0D;&#x0A;set INTDIR=$(IntDir)&#x0D;&#x0A;set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)&#x0D;&#x0A;set OUTDIR=$(OutDir)&#x0D;&#x0A;set PLATFORMNAME=$(PlatformName)&#x0D;&#x0A;set PROJECTDIR=$(ProjectDir)&#x0D;&#x0A;set PROJECTFILENAME=$(ProjectFileName)&#x0D;&#x0A;set PROJECTNAME=$(ProjectName)&#x0D;&#x0A;set PROJECTPATH=$(ProjectPath)&#x0D;&#x0A;set SOLUTIONDIR=$(SolutionDir)&#x0D;&#x0A;set SOLUTIONFILENAME=$(SolutionFileName)&#x0D;&#x0A;set SOLUTIONNAME=$(SolutionName)&#x0D;&#x0A;set SOLUTIONPATH=$(SolutionPath)&#x0D;&#x0A;set TARGETDIR=$(TargetDir)&#x0D;&#x0A;set TARGETEXT=$(TargetExt)&#x0D;&#x0A;set TARGETFILENAME=$(TargetFileName)&#x0D;&#x0A;set TARGETPATH=$(TargetPath)&#x0D;&#x0A;set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)&#x0D;&#x0A;set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)&#x0D;&#x0A;&#x0D;&#x0A;REM If any of the above variables didn&apos;t exist previously and&#x0D;&#x0A;REM were set to an empty string, set will set the errorlevel to 1,&#x0D;&#x0A;REM which will cause the project-specific script to think the build&#x0D;&#x0A;REM has failed. This cmd /c call will clear the errorlevel.&#x0D;&#x0A;cmd /c&#x0D;&#x0A;&#x0D;&#x0A;&quot;$(ProjectDir)$(ProjectName)PreLink.cmd&quot;&#x0D;&#x0A;"
  /external/llvm/tools/llvm-as/
llvm-as.cpp 34 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
56 if (InputFilename == "-") {
59 std::string IFN = InputFilename;
97 std::auto_ptr<Module> M(ParseAssemblyFile(InputFilename, Err, Context));
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 127 sys::Path inputFilename(OutputPrefix + "-input.bc");
128 if (inputFilename.makeUnique(true, &ErrMsg)) {
135 tool_output_file InFile(inputFilename.c_str(), ErrInfo,
140 errs() << "Error opening bitcode file: " << inputFilename.str() << "\n";
146 errs() << "Error writing bitcode file: " << inputFilename.str() << "\n";
186 Args.push_back(inputFilename.c_str());
217 inputFilename.eraseFromDisk();
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 39 InputFilename(cl::Positional, cl::desc("<input object>"), cl::init(""));
233 if (InputFilename.empty()) {
240 if (MemoryBuffer::getFile(InputFilename, File)) {
241 errs() << InputFilename << ": Open failed\n";
248 errs() << InputFilename << ": Object type not recognized\n";
272 errs() << "InputFilename" << ": " << error_code(e).message() << "\n";
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 123 * @param inputFilename The name of the input file (must be a JPEG filename)
128 public static boolean transformJpeg(String inputFilename, File outputFile)
130 final ExifInterface exif = new ExifInterface(inputFilename);
156 rotateAndScaleImage(inputFilename, degrees, outputFile);
165 * @param inputFilename The input filename
169 private static void rotateAndScaleImage(String inputFilename, int orientation, File outputFile)
178 BitmapFactory.decodeFile(inputFilename, opt);
198 final Bitmap scaledBmp = BitmapFactory.decodeFile(inputFilename, opt2);
  /external/llvm/lib/TableGen/
Main.cpp 43 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
86 MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) {
87 errs() << "Could not open input file '" << InputFilename << "': "
  /external/llvm/tools/llc/
llc.cpp 49 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
83 GetFileNameRoot(const std::string &InputFilename) {
84 std::string IFN = InputFilename;
103 if (InputFilename == "-")
106 OutputFilename = GetFileNameRoot(InputFilename);
211 M.reset(ParseIRFile(InputFilename, Err, Context));
  /external/libvpx/libvpx/build/x86-msvs/
yasm.rules 13 ExecutionDescription="Assembling $(InputFileName)"
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 30 const std::string &InputFileName,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 72 String inputFileName = args[3];
112 new ANTLRFileStream(inputFileName);

Completed in 360 milliseconds

1 2 3