/build/tools/zipalign/ |
ZipAlign.cpp | 100 static int process(const char* inFileName, const char* outFileName, 106 // alignment, inFileName, outFileName, force); 109 if (strcmp(inFileName, outFileName) == 0) { 120 if (zin.open(inFileName, ZipFile::kOpenReadOnly) != NO_ERROR) { 121 fprintf(stderr, "Unable to open '%s' as zip archive\n", inFileName); 135 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...] |
/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 | 265 char *inFileName = NULL; 342 inFileName = argv[arg]; 357 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 | 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...] |
/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/Launcher3/WallpaperPicker/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/Mms/src/com/android/mms/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...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |