Searched defs:File (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_state.h | 588 struct File { struct 589 File() : mForEaches(nullptr) { } in File() argument 590 ~File() { delete [] mForEaches; } in ~File() argument 593 void operator=(const File &) = delete; argument 596 std::string mRSSourceFileName; argument 598 struct ForEach { 643 // TODO: Move this out of File to avoid duplication? That is, argument 650 struct Record { 677 llvm::StringMap<Record> mRecords; 679 struct Reduce { [all …]
|
D | slang.cpp | 294 const clang::FileEntry *File = mFileMgr->getFile(InputFile); in setInputSource() local 546 bool Slang::IsRSHeaderFile(const char *File) { in IsRSHeaderFile()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | InputToken.h | 22 enum Type { Unknown, File, NameSpec }; enumerator
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | SymbolCategory.h | 126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimPhoneBookManager.java | 91 private class File { class in UsimPhoneBookManager 102 File(int parentTag, int efid, int sfi, int index) { in File() method in UsimPhoneBookManager.File
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 54 File = 4, enumerator
|