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

  /frameworks/base/include/utils/
misc.h 66 typedef enum FileType {
76 } FileType;
78 FileType getFileType(const char* fileName);
AssetDir.h 63 FileType getFileType(int idx) {
109 void set(const String8& path, FileType type) {
117 FileType getFileType(void) const { return mFileType; }
118 void setFileType(FileType type) { mFileType = type; }
132 FileType mFileType; // regular, directory, etc
AssetManager.h 193 FileType getFileType(const char* fileName);
224 FileType type;
  /external/chromium/net/disk_cache/
addr.h 15 enum FileType {
53 Addr(FileType file_type, int max_blocks, int block_file, int index) {
77 FileType file_type() const {
78 return static_cast<FileType>((value_ & kFileTypeMask) >> kFileTypeOffset);
95 static int BlockSizeForFileType(FileType file_type) {
110 static FileType RequiredFileType(int size) {
block_files.h 38 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
51 bool CreateBlockFile(int index, FileType file_type, bool force);
58 MappedFile* FileForNewBlock(FileType block_type, int block_count);
64 int CreateNextBlockFile(FileType block_type);
67 void RemoveEmptyFile(FileType block_type);
block_files.cc 178 if (!CreateBlockFile(i, static_cast<FileType>(i + 1), true))
185 RemoveEmptyFile(static_cast<FileType>(i + 1));
210 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) {
312 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) {
341 FileType type = Addr::RequiredFileType(header->entry_size);
358 int BlockFiles::CreateNextBlockFile(FileType block_type) {
368 void BlockFiles::RemoveEmptyFile(FileType block_type) {
403 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
457 FileType type = Addr::RequiredFileType(header->entry_size);
backend_impl.h 104 bool CreateBlock(FileType block_type, int block_count,
entry_impl.cc 639 FileType file_type = Addr::RequiredFileType(size);
backend_impl.cc 720 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
    [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.h 65 FileType,
125 ASSERT(m_type == StringType || m_type == FileType);
SerializedScriptValue.cpp 220 : m_type(FileType)
738 case SerializedScriptValueData::FileType:
917 case SerializedScriptValueData::FileType:
  /frameworks/base/libs/utils/
misc.cpp 119 FileType getFileType(const char* fileName)
AssetManager.cpp 361 FileType AssetManager::getFileType(const char* fileName)
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp     [all...]
Package.cpp 66 FileType fileType = getFileType(outputFile.string());
67 if (fileType == kFileTypeNonexistent) {
69 } else if (fileType == kFileTypeRegular) {
89 printf("%s '%s'\n", (fileType == kFileTypeNonexistent) ? "Creating" : "Opening",
Command.cpp     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py 664 self.assertEquals(dispatcher._file_type(file_path), style.FileType.CPP)
  /prebuilt/common/ant/
ant.jar 

Completed in 920 milliseconds