HomeSort by relevance Sort by last modified time
    Searched refs:fileType (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/fonttools/Lib/fontTools/misc/
macCreatorType.py 18 fileCreator, fileType = MacOS.GetCreatorAndType(path)
23 fileType = _reverseString(fileType)
24 return fileCreator, fileType
29 def setMacCreatorAndType(path, fileCreator, fileType):
35 fileType = _reverseString(fileType)
36 MacOS.SetCreatorAndType(path, fileCreator, fileType)
  /frameworks/base/media/java/android/media/
MediaFile.java 110 public final int fileType;
113 MediaFileType(int fileType, String mimeType) {
114 this.fileType = fileType;
133 static void addFileType(String extension, int fileType, String mimeType) {
134 sFileTypeMap.put(extension, new MediaFileType(fileType, mimeType));
135 sMimeTypeMap.put(mimeType, Integer.valueOf(fileType));
138 static void addFileType(String extension, int fileType, String mimeType, int mtpFormatCode) {
139 addFileType(extension, fileType, mimeType);
245 public static boolean isAudioFileType(int fileType) {
    [all...]
MediaScanner.java 464 mFileType = mediaFileType.fileType;
    [all...]
ThumbnailUtils.java 94 MediaFileType fileType = MediaFile.getFileType(filePath);
95 if (fileType != null && fileType.fileType == MediaFile.FILE_TYPE_JPEG) {
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.h 54 EAS_I16 fileType;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.h 54 EAS_I16 fileType;
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.h 54 EAS_I16 fileType;
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 47 OSType fileType = NSHFSTypeCodeFromFileType(NSHFSTypeOfFile(urlPathString));
49 if ([ext isEqualToString:@"url"] || fileType == 'LINK') {
53 fileType == 'ilht' || fileType == 'ilft')
NSPasteboard+Utils.mm 194 OSType fileType = NSHFSTypeCodeFromFileType(NSHFSTypeOfFile(file));
197 if ([ext isEqualToString:@"webloc"] || [ext isEqualToString:@"ftploc"] || fileType == 'ilht' || fileType == 'ilft') {
203 } else if ([ext isEqualToString:@"url"] || fileType == 'LINK') {
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 240 int fileType;
249 fileType = typeClass;
251 fileType = typeHtml;
253 fileType = typeGif;
255 fileType = typeJpeg;
257 fileType = typeText; // or textUnknown
260 if (fileType == typeClass
273 sendHeader(out, file.length(), fileType);
291 if (fileType == typeClass) {
357 private void sendHeader(OutputStream out, long dataLength, int filetype)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageDecoder.cpp 133 const uint16_t fileType = (m_data->data()[0] << 8) | static_cast<uint8_t>(m_data->data()[1]);
137 // See if this is a bitmap filetype we understand.
151 return (fileType == BMAP) || setFailed();
  /frameworks/base/tools/validatekeymaps/
Main.cpp 31 enum FileType {
50 static FileType getFileType(const char* filename) {
74 FileType fileType = getFileType(filename);
75 switch (fileType) {
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemPosix.cpp 90 int fileType = desiredFlags & 0x00007F00;
91 int noLock = (fileType != SQLITE_OPEN_MAIN_DB);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_type.js 10 var FileType = {};
16 FileType.types = [
187 FileType.DIRECTORY = {name: 'FOLDER', type: '.folder', icon: 'folder'};
196 FileType.getExtension = function(entry) {
217 FileType.getTypeForName = function(name) {
218 var types = FileType.types;
241 FileType.getType = function(entry) {
243 return FileType.DIRECTORY;
245 var types = FileType.types;
252 var extension = FileType.getExtension(entry)
    [all...]
  /frameworks/av/drm/common/
DrmSupportInfo.cpp 60 bool DrmSupportInfo::isSupportedFileSuffix(const String8& fileType) const {
64 if (!strcasecmp(item.string(), fileType.string())) {
  /frameworks/av/include/drm/
DrmSupportInfo.h 174 * @param[in] fileType File type
179 bool isSupportedFileSuffix(const String8& fileType) const;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 66 /// fileType - the file type of this file
67 Input::Type fileType(const void* pELFHeader) const;
156 /// fileType - the file type of this file
157 Input::Type fileType(const void* pELFHeader) const;
ELFReaderIf.h 54 /// fileType - the file type of this file
55 virtual Input::Type fileType(const void* pELFHeader) const = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 251 const uint16_t fileType = readUint16(2);
255 // See if this is an icon filetype we understand, and make sure we have at
257 if (((fileType != ICON) && (fileType != CURSOR)) || (!idCount))
260 m_fileType = static_cast<FileType>(fileType);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
EncodeDecodeTest.h 110 void EncodeToFile(int fileType, int codeId, int* codePars, int testMode);
  /frameworks/base/tools/aapt/
Package.cpp 72 FileType fileType = getFileType(outputFile.string());
73 if (fileType == kFileTypeNonexistent) {
75 } else if (fileType == kFileTypeRegular) {
95 printf("%s '%s'\n", (fileType == kFileTypeNonexistent) ? "Creating" : "Opening",
  /external/llvm/tools/bugpoint/
ToolRunner.h 48 enum FileType { AsmFile, ObjectFile, CFile };
55 /// either a .s file, or a .c file, specified by FileType), with the specified
63 FileType fileType,
75 int MakeSharedObject(const std::string &InputFile, FileType fileType,
125 virtual GCC::FileType OutputCode(const std::string &Bitcode,
192 GCC::FileType OutputCode(const std::string &Bitcode,
ToolRunner.cpp 475 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
500 LLCArgs.push_back("-filetype=obj");
537 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
676 FileType fileType,
695 if (fileType != ObjectFile) {
697 if (fileType == CFile) {
823 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
848 if (fileType != ObjectFile)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjReader.cpp 65 } else if (Input::DynObj != m_pELFReader->fileType(ELF_hdr)) {
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 31 static int streamReader(GifFileType* fileType, GifByteType* out, int size) {
32 Stream* stream = (Stream*) fileType->UserData;

Completed in 445 milliseconds

1 2 3