HomeSort by relevance Sort by last modified time
    Searched refs:inFileName (Results 1 - 20 of 20) sorted by null

  /external/lz4/programs/
bench.c 218 static U64 BMK_GetFileSize(char* infilename)
223 r = _stat64(infilename, &statbuf);
226 r = stat(infilename, &statbuf);
268 char* inFileName;
279 inFileName = fileNamesTable[fileIdx++];
280 inFile = fopen( inFileName, "rb" );
283 DISPLAY( "Pb opening %s\n", inFileName);
288 inFileSize = BMK_GetFileSize(inFileName);
293 DISPLAY("Not enough memory for '%s' full size; testing %i MB only...\n", inFileName, (int)(benchedSize>>20));
332 DISPLAY("Loading %s... \r", inFileName);
    [all...]
fullbench.c 238 static U64 BMK_GetFileSize(char* infilename)
243 r = _stat64(infilename, &statbuf);
246 r = stat(infilename, &statbuf);
423 char* inFileName;
439 inFileName = fileNamesTable[fileIdx++];
440 inFile = fopen( inFileName, "rb" );
443 DISPLAY( "Pb opening %s\n", inFileName);
448 inFileSize = BMK_GetFileSize(inFileName);
453 DISPLAY("Not enough memory for '%s' full size; testing %i MB only...\n", inFileName, (int)(benchedSize>>20));
476 DISPLAY("Loading %s... \r", inFileName);
    [all...]
  /build/tools/zipalign/
ZipAlign.cpp 128 static int process(const char* inFileName, const char* outFileName,
134 // alignment, inFileName, outFileName, force);
137 if (strcmp(inFileName, outFileName) == 0) {
148 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != NO_ERROR) {
149 fprintf(stderr, "Unable to open '%s' as zip archive\n", inFileName);
163 inFileName, outFileName);
  /external/bzip2/
bzip2recover.c 62 Char inFileName[BZ_MAX_FILENAME];
89 progName, inFileName );
102 progName, inFileName );
127 progName, inFileName, max_handled_blocks );
313 inFileName[0] = outFileName[0] = 0;
349 strcpy ( inFileName, argv[1] );
351 inFile = fopen ( inFileName, "rb" );
353 fprintf ( stderr, "%s: can't read `%s'\n", progName, inFileName );
425 inFile = fopen ( inFileName, "rb" );
427 fprintf ( stderr, "%s: can't open `%s'\n", progName, inFileName );
    [all...]
  /external/sonic/
main.c 76 char *inFileName, *outFileName;
123 inFileName = argv[xArg];
125 inFile = openInputWaveFile(inFileName, &sampleRate, &numChannels);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
amrnb_enc_test.cpp 177 char *inFileName = NULL;
219 inFileName = argv[arg];
234 retVal = encode(mode, inFileName, outFileName);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 91 inFileName = args and args[0] or "Include/token.h"
96 fp = open(inFileName)
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 91 inFileName = args and args[0] or "Include/token.h"
96 fp = open(inFileName)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 91 inFileName = args and args[0] or "Include/token.h"
96 fp = open(inFileName)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 91 inFileName = args and args[0] or "Include/token.h"
96 fp = open(inFileName)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 266 char *inFileName = NULL;
343 inFileName = argv[arg];
358 r = encode(mode, allow_dtx, frameType, inFileName, outFileName);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
757 if (inFileName == null) {
762 is = (InputStream) new BufferedInputStream(new FileInputStream(inFileName));
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 755 * @param inFileName a string representing the filepath to jpeg file.
759 public void readExif(String inFileName) throws FileNotFoundException, IOException {
760 if (inFileName == null) {
765 is = new BufferedInputStream(new FileInputStream(inFileName));
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
757 if (inFileName == null) {
762 is = (InputStream) new BufferedInputStream(new FileInputStream(inFileName));
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 752 * @param inFileName a string representing the filepath to jpeg file.
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
757 if (inFileName == null) {
762 is = new BufferedInputStream(new FileInputStream(inFileName));
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 88 static OSStatus DebugFPrintFInit( DebugOutputTypeFlags inFlags, const char *inFilename );
141 const char * inFileName,
662 const char * inFilename,
682 inFilename ? inFilename : "",
696 inFilename ? inFilename : "",
723 static OSStatus DebugFPrintFInit( DebugOutputTypeFlags inFlags, const char *inFilename )
747 require_action_quiet( inFilename && ( *inFilename != '\0' ), exit, err = kOpenErr )
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 633 milliseconds