Searched defs:File (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DFile.h48 class File : public FileBase { class in namespace:bcc
50 File(const std::string &pFilename, unsigned pFlags) function in class:bcc::File
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputToken.h22 enum Type { Unknown, File, NameSpec }; enumerator in enum:mcld::InputToken::Type
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator in enum:mcld::SymbolCategory::Category::Type
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java85 // class File represent a PBR record TLV object which points to the rest of the phonebook EFs
86 private class File { class in class:UsimPhoneBookManager
92 // SFI (Short File Identification) of the file. 0xFF indicates invalid SFI.
97 File(int parentTag, int efid, int sfi, int index) { method in class:UsimPhoneBookManager.File
197 SparseArray<File> files;
201 File email = files.get(USIM_EFEMAIL_TAG);
236 SparseArray<File> previousFileIds = mPbrRecords.get(i).mFileIds;
238 File id = previousFileIds.get(USIM_EFEMAIL_TAG);
307 * Byte [X + 1]: ADN file SFI (Short File Identification)
325 File fil
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h54 File = 4, enumerator in enum:mcld::ResolveInfo::Type
247 static const uint32_t file_flag = File << TYPE_OFFSET;
/frameworks/compile/slang/
H A Dslang.cpp298 const clang::FileEntry *File = mFileMgr->getFile(InputFile); local
299 if (File) {
300 mSourceMgr->setMainFileID(mSourceMgr->createFileID(File,
586 bool Slang::IsRSHeaderFile(const char *File) { argument
588 if (::strcmp(File, #name "." RS_HEADER_SUFFIX) == 0) \

Completed in 120 milliseconds