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

1 2

  /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/icu4c/common/
common.vcproj 406 Outputs="..\..\include\unicode\$(InputFileName)"
415 Outputs="..\..\include\unicode\$(InputFileName)"
424 Outputs="..\..\include\unicode\$(InputFileName)"
433 Outputs="..\..\include\unicode\$(InputFileName)"
470 Outputs="..\..\include\unicode\$(InputFileName)"
479 Outputs="..\..\include\unicode\$(InputFileName)"
488 Outputs="..\..\include\unicode\$(InputFileName)"
497 Outputs="..\..\include\unicode\$(InputFileName)"
526 Outputs="..\..\include\unicode\$(InputFileName)"
535 Outputs="..\..\include\unicode\$(InputFileName)"
    [all...]
  /external/icu4c/i18n/
i18n.vcproj 418 Outputs="..\..\include\unicode\$(InputFileName)"
427 Outputs="..\..\include\unicode\$(InputFileName)"
436 Outputs="..\..\include\unicode\$(InputFileName)"
445 Outputs="..\..\include\unicode\$(InputFileName)"
462 Outputs="..\..\include\unicode\$(InputFileName)"
471 Outputs="..\..\include\unicode\$(InputFileName)"
480 Outputs="..\..\include\unicode\$(InputFileName)"
489 Outputs="..\..\include\unicode\$(InputFileName)"
514 Outputs="..\..\include\unicode\$(InputFileName)"
523 Outputs="..\..\include\unicode\$(InputFileName)"
    [all...]
  /external/chromium/build/
output_dll_copy.rules 10 Outputs="$(OutDir)\$(InputFileName)"
  /external/icu4c/layout/
layout.vcproj 870 Outputs="..\..\include\layout\$(InputFileName)"
879 Outputs="..\..\include\layout\$(InputFileName)"
888 Outputs="..\..\include\layout\$(InputFileName)"
897 Outputs="..\..\include\layout\$(InputFileName)"
914 Outputs="..\..\include\layout\$(InputFileName)"
923 Outputs="..\..\include\layout\$(InputFileName)"
932 Outputs="..\..\include\layout\$(InputFileName)"
941 Outputs="..\..\include\layout\$(InputFileName)"
954 Outputs="..\..\include\layout\$(InputFileName)"
963 Outputs="..\..\include\layout\$(InputFileName)"
    [all...]
  /external/webkit/Source/WebCore/inspector/
inline-javascript-imports.py 48 inputFileName = argv[1]
52 inputFile = open(inputFileName, 'r')
62 (importFileName, inputFileName))
  /external/icu4c/layoutex/
layoutex.vcproj 447 Outputs="..\..\include\layout\$(InputFileName)"
456 Outputs="..\..\include\layout\$(InputFileName)"
465 Outputs="..\..\include\layout\$(InputFileName)"
474 Outputs="..\..\include\layout\$(InputFileName)"
487 Outputs="..\..\include\layout\$(InputFileName)"
496 Outputs="..\..\include\layout\$(InputFileName)"
505 Outputs="..\..\include\layout\$(InputFileName)"
514 Outputs="..\..\include\layout\$(InputFileName)"
527 Outputs="..\..\include\layout\$(InputFileName)"
536 Outputs="..\..\include\layout\$(InputFileName)"
    [all...]
  /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 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/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/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/icu4c/io/
io.vcproj 562 Outputs="..\..\include\unicode\$(InputFileName)"
571 Outputs="..\..\include\unicode\$(InputFileName)"
580 Outputs="..\..\include\unicode\$(InputFileName)"
589 Outputs="..\..\include\unicode\$(InputFileName)"
602 Outputs="..\..\include\unicode\$(InputFileName)"
611 Outputs="..\..\include\unicode\$(InputFileName)"
620 Outputs="..\..\include\unicode\$(InputFileName)"
629 Outputs="..\..\include\unicode\$(InputFileName)"
  /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/llvm-dis/
llvm-dis.cpp 37 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
131 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr))
151 if (InputFilename == "-") {
154 const std::string &IFN = InputFilename;
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 124 sys::Path inputFilename(OutputPrefix + "-input.bc");
125 if (inputFilename.makeUnique(true, &ErrMsg)) {
132 tool_output_file InFile(inputFilename.c_str(), ErrInfo,
137 errs() << "Error opening bitcode file: " << inputFilename.str() << "\n";
143 errs() << "Error writing bitcode file: " << inputFilename.str() << "\n";
184 Args.push_back(inputFilename.c_str());
215 inputFilename.eraseFromDisk();
  /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/icu4c/tools/genuca/
genteststub.py 15 print "command: python genteststub.py <inputFileName.txt> <outputFileName.txt>"
  /external/llvm/lib/TableGen/
Main.cpp 41 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
56 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) {
57 errs() << "Could not open input file '" << InputFilename << "': "
  /external/llvm/tools/llc/
llc.cpp 47 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
146 GetFileNameRoot(const std::string &InputFilename) {
147 std::string IFN = InputFilename;
166 if (InputFilename == "-")
169 OutputFilename = GetFileNameRoot(InputFilename);
251 M.reset(ParseIRFile(InputFilename, Err, Context));
  /frameworks/compile/slang/
slang_rs_context.cpp 251 const std::string &InputFileName,
263 << InputFileName << std::endl;
272 InputFileName, OutputBCFileName);
  /external/libvpx/build/x86-msvs/
yasm.rules 13 ExecutionDescription="Assembling $(InputFileName)"

Completed in 847 milliseconds

1 2