HomeSort by relevance Sort by last modified time
    Searched full:outputfilename (Results 201 - 225 of 252) sorted by null

1 2 3 4 5 6 7 891011

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 698 final String outputFilename = outputFolder + outputTitle + ".png";
699 final File outputFile = new File(outputFilename);
  /frameworks/compile/slang/
slang.cpp 686 const std::string &outputFileName = (Opts.mBitWidth == 64) ?
689 getInputFileName(), outputFileName);
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.cpp 257 const char* outputDir, const char* outputFileName,
307 args->push_back(outputFileName);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 142 char outputfilename [] = "/data/output-bitstream.\0\0\0\0"; variable
257 strcat(outputfilename, "m4v");
266 strcat(outputfilename, "263");
275 strcat(outputfilename, "264");
289 outputBufferFile1 = fopen (outputfilename, "ab");
    [all...]
video_encoder_device_copper.cpp 141 char outputfilename [] = "/data/output-bitstream.\0\0\0\0"; variable
284 strcat(outputfilename, "m4v");
293 strcat(outputfilename, "263");
302 strcat(outputfilename, "264");
314 outputBufferFile1 = fopen (outputfilename, "ab");
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Fat.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 212 * @param outputFilename the name of the resource ap_ file.
217 int versionCode, String outputFolder, String outputFilename)
290 outputFolder + File.separator + outputFilename, resFilter,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 1203 OutputFileName - name of the file to dump the database contents to
1220 INT8 *OutputFileName,
1241 WOutputFileName = AsciiToWchar (OutputFileName);
1245 Error (NULL, 0, 0, OutputFileName, "failed to open output file for writing");
    [all...]
  /external/ImageMagick/coders/
dng.c 198 (LocaleCompare(tag,"OutputFilename") != 0) &&
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 21 * e.start(outputFileName);
  /external/jdiff/src/jdiff/
Options.java 174 RootDocToXML.outputFileName = filename + ".xml";
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3263 char outputfilename[512]; local
    [all...]
  /build/make/tools/signapk/src/com/android/signapk/
SignApk.java     [all...]
  /external/swiftshader/third_party/subzero/src/
IceClFlags.def 50 X(OutputFilename, std::string, release_opt_flag, "o", \
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3662 char outputfilename[512]; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c     [all...]
  /external/llvm/docs/
CommandLine.rst 114 cl::opt<string> OutputFilename("o", cl::desc("Specify output filename"), cl::value_desc("filename"));
116 This declares a global variable "``OutputFilename``" that is used to capture the
142 std::ofstream Output(OutputFilename.c_str());
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /external/swiftshader/third_party/LLVM/docs/
CommandLine.html 231 <a href="#cl::opt">cl::opt</a>&lt;string&gt; OutputFilename("<i>o</i>", <a href="#cl::desc">cl::desc</a>("<i>Specify output filename</i>"), <a href="#cl::value_desc">cl::value_desc</a>("<i>filename</i>"));
234 <p>This declares a global variable &quot;<tt>OutputFilename</tt>&quot; that is used to
260 std::ofstream Output(OutputFilename.c_str());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/libjpeg-turbo/
usage.txt     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 

Completed in 1426 milliseconds

1 2 3 4 5 6 7 891011