Searched refs:file (Results 1 - 25 of 185) sorted by last modified time

12345678

/frameworks/ex/common/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/common/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/opt/emoji/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java5 * you may not use this file except in compliance with the License.
269 * Decode a file path into a bitmap. If the specified file name is null,
272 * @param pathName complete path name for the file to be decoded.
302 * Decode a file path into a bitmap. If the specified file name is null,
305 * @param pathName complete path name for the file to be decoded.
529 * Decode a bitmap from the file descriptor. If the bitmap cannot be decoded
533 * @param fd The file descriptor containing the bitmap data to decode
546 MemoryFile file
[all...]
/frameworks/base/include/utils/
H A DBackupHelpers.h5 * you may not use this file except in compliance with the License.
53 String8 file; member in struct:android::FileRec
/frameworks/base/libs/binder/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
H A DMemoryDealer.cpp5 * you may not use this file except in compliance with the License.
39 #include <sys/file.h>
/frameworks/base/libs/ui/tests/
H A DAndroid.mk37 $(foreach file,$(test_src_files), \
42 $(eval LOCAL_SRC_FILES := $(file)) \
43 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
/frameworks/base/libs/utils/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
H A DBackupHelpers.cpp5 * you may not use this file except in compliance with the License.
49 * - the file data itself
51 * i.e. a 16-byte metadata header followed by the raw file data. If the
53 * interpret the file data itself correctly.
108 FileState file; local
111 amt = read(fd, &file, sizeof(FileState));
119 int nameBufSize = round_up(file.nameLen);
125 snapshot->add(String8(filename, file.nameLen), file); local
245 // store the file metadat
350 char const* file = files[i]; local
[all...]
H A DZipFileRO.cpp5 * you may not use this file except in compliance with the License.
69 * Zip file constants.
73 #define kEOCDNumEntries 8 // offset to #of entries in file
131 * Open the specified file read-only. We memory-map the entire thing and
132 * close the file before returning.
141 * Open and map the specified file.
237 * need to read the last part of the file into a buffer, dig through
241 * We start by pulling in the last part of the file.
524 * if they don't have the file offset, they're not likely to be doing
538 * This file descripto
687 FileMap* file = createEntryFileMap(entry); local
747 FileMap* file = createEntryFileMap(entry); local
[all...]
/frameworks/base/libs/utils/tests/
H A DAndroid.mk34 $(foreach file,$(test_src_files), \
39 $(eval LOCAL_SRC_FILES := $(file)) \
40 $(eval LOCAL_MODULE := $(notdir $(file:%.cpp=%))) \
/frameworks/base/location/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/media/java/android/media/
H A DMediaScanner.java5 * you may not use this file except in compliance with the License.
72 * native MyMediaScannerClient.scanFile() for every file whose extension matches.
77 * file: parseMP3, parseMP4, parseMidi, parseOgg or parseWMA.
78 * - each of these methods gets metadata key/value pairs from the file, and repeatedly
80 * counterparts in this file.
331 // set to true if file path comparisons should be case insensitive.
332 // this should be set when scanning files on a case insensitive file system.
360 // hashes file path to FileCacheEntry.
409 // special case certain file names
444 // if mimeType was not specified, compute file typ
[all...]
H A DMiniThumbFile.java5 * you may not use this file except in compliance with the License.
33 * This class handles the mini-thumb file. A mini-thumb file consists
43 * @hide This file is shared between MediaStore and MediaProvider and should remained internal use
63 for (MiniThumbFile file : sThumbFiles.values()) {
64 file.deactivate();
71 MiniThumbFile file = sThumbFiles.get(type);
73 if (file == null) {
74 file = new MiniThumbFile(
76 sThumbFiles.put(type, file);
[all...]
/frameworks/base/media/libstagefright/
H A DStagefrightMediaScanner.cpp5 * you may not use this file except in compliance with the License.
71 EAS_FILE file; local
72 file.path = filename;
73 file.fd = 0;
74 file.offset = 0;
75 file.length = 0;
76 result = EAS_OpenFile(easData, &file, &easHandle);
/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
H A Dms.mk5 #** you may not use this file except in compliance with the License.
/frameworks/base/media/libstagefright/codecs/aacenc/Tools/
H A Ddoit.mk5 # ** you may not use this file except in compliance with the License.
H A Declair.mk5 # ** you may not use this file except in compliance with the License.
/frameworks/base/media/libstagefright/codecs/aacenc/build/
H A Dms.mk5 #** you may not use this file except in compliance with the License.
/frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
H A Dms.mk5 # ** you may not use this file except in compliance with the License.
/frameworks/base/media/libstagefright/codecs/amrwbenc/build/eclair/
H A Dms.mk5 # ** you may not use this file except in compliance with the License.
/frameworks/base/media/libstagefright/codecs/common/
H A DConfig.mk2 # This configure file is just for Linux projects against Android
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_16_gcc.s5 @ you may not use this file except in compliance with the License.
H A Dpvmp3_dct_9_arm.s5 ; you may not use this file except in compliance with the License.

Completed in 257 milliseconds

12345678