Searched refs:inputPath (Results 1 - 15 of 15) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt019lexer.py12 inputPath = os.path.splitext(__file__)[0] + '.input'
13 stream = antlr3.StringStream(open(inputPath).read())
H A Dt018llstar.py15 inputPath = os.path.splitext(__file__)[0] + '.input'
16 cStream = antlr3.StringStream(open(inputPath).read())
44 ## input = open(inputPath).read()
H A Dt020fuzzy.py15 inputPath = os.path.splitext(__file__)[0] + '.input'
16 stream = antlr3.StringStream(open(inputPath).read())
H A Dt012lexerXML.py29 inputPath = os.path.splitext(__file__)[0] + '.input'
30 stream = antlr3.StringStream(unicode(open(inputPath).read(), 'utf-8'))
H A Dt054main.py52 inputPath = self.writeFile("input.txt", input)
69 ['lexer.py', inputPath],
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dshow-pretty-diff32 my $inputPath = "";
34 $inputPath = $ARGV[0]
40 ($inputTempFileHandle, $inputPath) = tempfile(
67 system "$pathToPrettify " . quotemeta($inputPath) . " > $prettydiffPath";
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp176 * @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
[all...]
/external/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp217 * @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 local
[all...]
/external/skia/tools/
H A Drender_pdfs_main.cpp146 * @param inputPath The skp file to be read.
150 static bool render_pdf(const SkString& inputPath, const SkString& outputDir, argument
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()); local
201 if (!render_pdf(inputPath, outputDir, renderer)) {
206 SkString inputPath(inpu
[all...]
H A Drender_pictures_main.cpp142 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath, argument
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, cons argument
389 SkString inputPath = SkOSPath::SkPathJoin(input, inputFilename.c_str()); local
[all...]
H A Dbench_pictures_main.cpp158 static bool run_single_benchmark(const SkString& inputPath, argument
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()); local
377 if (!run_single_benchmark(inputPath, benchmark)) {
/external/chromium_org/third_party/skia/tools/
H A Drender_pictures_main.cpp146 static bool render_picture_internal(const SkString& inputPath, const SkString* writePath, argument
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, cons argument
405 SkString inputPath = SkOSPath::Join(input, inputFilename.c_str()); local
[all...]
H A Dbench_pictures_main.cpp170 static bool run_single_benchmark(const SkString& inputPath, argument
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()); local
397 if (!run_single_benchmark(inputPath, benchmark)) {
/external/qemu/android/base/files/
H A DPathUtils_unittest.cpp302 String inputPath = componentsToPath(input, '!'); local
309 << "When simplifying " << inputPath.c_str();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 179 milliseconds