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

  /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/qemu/android/base/files/
PathUtils_unittest.cpp 302 String inputPath = componentsToPath(input, '!');
309 << "When simplifying " << inputPath.c_str();
  /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...]
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)) {
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...]
  /external/chromium_org/third_party/skia/tools/
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)) {
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...]
  /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 
  /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 1841 milliseconds