Home
last modified time | relevance | path

Searched defs:File (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h588 struct File { struct
589 File() : mForEaches(nullptr) { } in File() function
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 …]
Dslang.cpp294 const clang::FileEntry *File = mFileMgr->getFile(InputFile); in setInputSource() local
546 bool Slang::IsRSHeaderFile(const char *File) { in IsRSHeaderFile()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DIDescriptor.cs53 FileDescriptor File { get; } property
DPackageDescriptor.cs63 public FileDescriptor File property in Google.Protobuf.Reflection.PackageDescriptor
DDescriptorBase.cs80 public FileDescriptor File property in Google.Protobuf.Reflection.DescriptorBase
DDescriptor.cs215 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> File { property in Google.Protobuf.Reflection.FileDescriptorSet
/frameworks/compile/mclinker/include/mcld/Script/
DInputToken.h22 enum Type { Unknown, File, NameSpec }; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.proto93 message File { message
Dplugin.pb.h370 typedef CodeGeneratorResponse_File File; typedef
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java86 private class File { class in UsimPhoneBookManager
97 File(int parentTag, int efid, int sfi, int index) { in File() method in UsimPhoneBookManager.File
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h54 File = 4, enumerator