HomeSort by relevance Sort by last modified time
    Searched defs:outputPath (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 49 String outputPath = null;
82 outputPath = getArg(args, ++i, "Missing value for output file");
132 jarPath, testType, outputPath, additionalAttributes);
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 87 private static final String outputPath = System.getProperty(GOLDEN_PATH,
160 if (outputPath != null && outputPath.length() != 0) {
161 path = outputPath + File.separator + path;
176 String goldenPath = outputPath + File.separatorChar
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 84 std::string outputPath;
105 cmdLine.outputPath = opts.getArgs()[1];
389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
  /external/opencv3/modules/features2d/misc/java/test/
Features2dTest.java 141 String outputPath = OpenCVTestRunner.getOutputFileName("PTODresult.png");
142 Imgcodecs.imwrite(outputPath, outimg);
143 // OpenCVTestRunner.Log("Output image is saved to: " + outputPath);
  /external/opencv3/samples/cpp/
videostab.cpp 28 string outputPath;
49 if (!outputPath.empty())
52 writer.open(outputPath, VideoWriter::fourcc('X','V','I','D'),
530 outputPath = arg("output");
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 84 String outputPath = outputFile.getCanonicalPath();
85 name = outputPath
86 .substring(outputPath.lastIndexOf("/") + 1);
87 outputPath = outputPath.substring(0, outputPath
89 File outputDir = new File(outputPath);
91 outputFile = new File(outputPath, name);
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 108 std::string outputPath;
186 const std::string& outputPath) {
236 if (!writer->startEntry(outputPath, 0)) {
237 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to open");
248 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to write");
254 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to finish entry");
260 static bool writeHeaderAndBufferToWriter(const StringPiece& outputPath, const ResourceFile& file,
264 if (!writer->startEntry(outputPath, 0)) {
265 diag->error(DiagMessage(outputPath) << "failed to open file");
281 diag->error(DiagMessage(outputPath) << "failed to write data")
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 69 private static final String outputPath = System.getProperty(GOLDEN_PATH,
115 if (outputPath != null && outputPath.length() != 0) {
116 path = outputPath + File.separator + path;
131 String goldenPath = outputPath + File.separatorChar
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 35 private String outputPath;
106 outputPath = path;
210 return outputPath;
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw"
266 if (NULL == outputPath) {
269 memcpy(outputPath, path, len + 1);
270 strcat(outputPath, ".raw");
271 gFp = fopen(outputPath, "w");
slesTestDecodeAac.cpp 442 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw"
443 if (NULL == outputPath) {
446 memcpy(outputPath, path, len + 1);
447 strcat(outputPath, ".raw");
448 outputFp = fopen(outputPath, "w");
451 perror(outputPath);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 166 String outputPath = new File(Environment.getExternalStorageDirectory(),
170 try (FileOutputStream outputStream = new FileOutputStream(outputPath)) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 170 String outputPath = new File(Environment.getExternalStorageDirectory(),
174 try (FileOutputStream outputStream = new FileOutputStream(outputPath)) {
  /cts/tools/utils/
DescriptionGenerator.java 110 String outputPath = XML_OUTPUT_PATH;
116 outputPath = option[1];
129 xmlGenerator = new XMLGenerator(outputPath);
269 XMLGenerator(String outputPath) throws ParserConfigurationException {
270 mOutputPath = outputPath;
  /frameworks/base/tools/aapt2/link/
Link.cpp 56 std::string outputPath;
672 return createDirectoryArchiveWriter(mContext->getDiagnostics(), mOptions.outputPath);
674 return createZipFileArchiveWriter(mContext->getDiagnostics(), mOptions.outputPath);
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /developers/build/lib/
buildSrc.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 

Completed in 1323 milliseconds

1 2 3 4