HomeSort by relevance Sort by last modified time
    Searched refs:inputPath (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
show-pretty-diff 32 my $inputPath = "";
34 $inputPath = $ARGV[0]
40 ($inputTempFileHandle, $inputPath) = tempfile(
67 system "$pathToPrettify " . quotemeta($inputPath) . " > $prettydiffPath";
  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.py 12 inputPath = os.path.splitext(__file__)[0] + '.input'
13 stream = antlr3.StringStream(open(inputPath).read())
t018llstar.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
16 cStream = antlr3.StringStream(open(inputPath).read())
44 ## input = open(inputPath).read()
t020fuzzy.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
16 stream = antlr3.StringStream(open(inputPath).read())
t012lexerXML.py 29 inputPath = os.path.splitext(__file__)[0] + '.input'
30 stream = antlr3.StringStream(unicode(open(inputPath).read(), 'utf-8'))
t054main.py 52 inputPath = self.writeFile("input.txt", input)
69 ['lexer.py', inputPath],
  /external/skia/tools/
render_pdfs_main.cpp 155 * @param inputPath The skp file to be read.
159 static bool render_pdf(const SkString& inputPath, const SkString& outputDir,
162 sk_tools::get_basename(&inputFilename, inputPath);
165 inputStream.setPath(inputPath.c_str());
167 SkDebugf("Could not open file %s\n", inputPath.c_str());
174 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
179 inputPath.c_str());
210 SkString inputPath;
211 sk_tools::make_filepath(&inputPath, input, inputFilename);
212 if (!render_pdf(inputPath, outputDir, renderer))
    [all...]
render_pictures_main.cpp 140 static bool render_picture_internal(const SkString& inputPath, const SkString* outputDir,
144 sk_tools::get_basename(&inputFilename, inputPath);
147 inputStream.setPath(inputPath.c_str());
149 SkDebugf("Could not open file %s\n", inputPath.c_str());
164 SkDebugf("deserializing... %s\n", inputPath.c_str());
169 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
187 inputPath.c_str());
250 * Render the SKP file(s) within inputPath, writing their bitmap images into outputDir.
252 * @param inputPath path to an individual SKP file, or a directory of SKP files
257 static bool render_picture(const SkString& inputPath, const SkString* outputDir
    [all...]
bench_pictures_main.cpp 148 static bool run_single_benchmark(const SkString& inputPath,
152 inputStream.setPath(inputPath.c_str());
155 err.printf("Could not open file %s\n", inputPath.c_str());
178 err.printf("Could not read an SkPicture from %s\n", inputPath.c_str());
184 sk_tools::get_basename(&filename, inputPath);
367 SkString inputPath;
368 sk_tools::make_filepath(&inputPath, inputAsSkString, inputFilename);
369 if (!run_single_benchmark(inputPath, benchmark)) {
  /developers/build/
build.gradle 104 def inputPath = "${project.projectDir}/${samplegen.targetSampleModule()}"
110 def srcPath = "${inputPath}/src/${input}/${filetype[0]}"
116 from("${inputPath}/src/main") { include "AndroidManifest.xml" }
117 from("${inputPath}/src/template") { include "project.properties" }
123 def inputPath = "${project.projectDir}"
128 from("${inputPath}") {
149 def srcPath = "${inputPath}/${samplegen.targetSampleModule()}/src/${input}/${filetype}"
158 from("${inputPath}/${samplegen.targetSampleModule()}/src/main/AndroidManifest.xml")
183 def inputPath = "${project.projectDir}/${samplegen.targetSampleModule()}"
188 def srcDirs = ["main", "common", "template"].collect {input -> "${inputPath}/src/${input}" }
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 98 File inputPath;
100 inputPath = mTemplateLocation;
103 inputPath = TemplateManager.getTemplateLocation(BLANK_ACTIVITY);
105 mTemplateHandler = TemplateHandler.createFromPath(inputPath);
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1870 milliseconds