HomeSort by relevance Sort by last modified time
    Searched refs:inputPath (Results 1 - 20 of 20) 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/chromium_org/third_party/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 176 * @param inputPath The skp file to be read.
179 static bool process_pdf(const SkString& inputPath, const SkString& outputDir) {
180 SkDebugf("Loading PDF: %s\n", inputPath.c_str());
182 SkString inputFilename = SkOSPath::Basename(inputPath.c_str());
184 SkAutoTDelete<SkPdfRenderer> renderer(SkPdfRenderer::CreateFromFile(inputPath.c_str()));
186 SkDebugf("Failure loading file %s\n", inputPath.c_str());
198 SkPdfRenderer::CreateFromFile(inputPath.c_str()));
211 SkDebugf("ERROR: Empty PDF Document %s\n", inputPath.c_str());
243 SkDebugf("Failures for file %s\n", inputPath.c_str());
260 SkString inputPath = SkOSPath::Join(input, inputFilename.c_str())
    [all...]
  /external/skia/experimental/PdfViewer/
pdf_viewer_main.cpp 217 * @param inputPath The skp file to be read.
220 static bool process_pdf(const SkString& inputPath, const SkString& outputDir) {
221 SkDebugf("Loading PDF: %s\n", inputPath.c_str());
223 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
225 SkAutoTDelete<SkPdfRenderer> renderer(SkPdfRenderer::CreateFromFile(inputPath.c_str()));
227 SkDebugf("Failure loading file %s\n", inputPath.c_str());
239 SkPdfRenderer::CreateFromFile(inputPath.c_str()));
252 SkDebugf("ERROR: Empty PDF Document %s\n", inputPath.c_str());
284 SkDebugf("Failures for file %s\n", inputPath.c_str());
301 SkString inputPath = SkOSPath::SkPathJoin(input, inputFilename.c_str())
    [all...]
  /external/skia/tools/
render_pdfs_main.cpp 146 * @param inputPath The skp file to be read.
150 static bool render_pdf(const SkString& inputPath, const SkString& outputDir,
152 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
155 inputStream.setPath(inputPath.c_str());
157 SkDebugf("Could not open file %s\n", inputPath.c_str());
164 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
169 inputPath.c_str());
200 SkString inputPath = SkOSPath::SkPathJoin(input.c_str(), inputFilename.c_str());
201 if (!render_pdf(inputPath, outputDir, renderer)) {
206 SkString inputPath(input)
    [all...]
render_pictures_main.cpp 142 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath,
146 SkString inputFilename = SkOSPath::SkBasename(inputPath.c_str());
157 inputStream.setPath(inputPath.c_str());
159 SkDebugf("Could not open file %s\n", inputPath.c_str());
174 SkDebugf("deserializing... %s\n", inputPath.c_str());
179 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
196 inputPath.c_str());
257 * Render the SKP file(s) within inputPath.
259 * @param inputPath path to an individual SKP file, or a directory of SKP files
265 static bool render_picture(const SkString& inputPath, const SkString* writePath
    [all...]
bench_pictures_main.cpp 158 static bool run_single_benchmark(const SkString& inputPath,
162 inputStream.setPath(inputPath.c_str());
165 err.printf("Could not open file %s\n", inputPath.c_str());
188 err.printf("Could not read an SkPicture from %s\n", inputPath.c_str());
193 SkString filename = SkOSPath::SkBasename(inputPath.c_str());
376 SkString inputPath = SkOSPath::SkPathJoin(input, inputFilename.c_str());
377 if (!run_single_benchmark(inputPath, benchmark)) {
  /external/chromium_org/third_party/skia/tools/
render_pictures_main.cpp 146 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath,
150 SkString inputFilename = SkOSPath::Basename(inputPath.c_str());
161 inputStream.setPath(inputPath.c_str());
163 SkDebugf("Could not open file %s\n", inputPath.c_str());
178 SkDebugf("deserializing... %s\n", inputPath.c_str());
183 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
208 inputPath.c_str());
268 * Render the SKP file(s) within inputPath.
270 * @param inputPath path to an individual SKP file, or a directory of SKP files
276 static bool render_picture(const SkString& inputPath, const SkString* writePath
    [all...]
bench_pictures_main.cpp 170 static bool run_single_benchmark(const SkString& inputPath,
174 inputStream.setPath(inputPath.c_str());
177 err.printf("Could not open file %s\n", inputPath.c_str());
200 err.printf("Could not read an SkPicture from %s\n", inputPath.c_str());
215 SkString filename = SkOSPath::Basename(inputPath.c_str());
396 SkString inputPath = SkOSPath::Join(input, inputFilename.c_str());
397 if (!run_single_benchmark(inputPath, benchmark)) {
  /developers/build/
build.gradle 104 def inputPath = "${project.projectDir}/${samplegen.targetSampleModule()}"
109 def srcPath = "${inputPath}/src/${input}/${filetype[0]}"
115 from("${inputPath}/src/main") { include "AndroidManifest.xml" }
116 from("${inputPath}/src/template") { include "project.properties" }
122 def inputPath = "${project.projectDir}"
126 from("${inputPath}") {
148 def srcPath = "${inputPath}/${samplegen.targetSampleModule()}/src/${input}/${filetype}"
157 from("${inputPath}/${samplegen.targetSampleModule()}/src/main/AndroidManifest.xml")
198 def inputPath = "${project.projectDir}/${moduleName}"
200 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);
  /external/qemu/android/base/files/
PathUtils_unittest.cpp 302 String inputPath = componentsToPath(input, '!');
309 << "When simplifying " << inputPath.c_str();
  /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 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 647 milliseconds