Searched defs:Archive (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp1 //===- Archive.cpp --------------------------------------------------------===//
9 #include <mcld/LD/Archive.h>
21 // Archive
22 const char Archive::MAGIC[] = "!<arch>\n";
23 const char Archive::THIN_MAGIC[] = "!<thin>\n";
24 const size_t Archive::MAGIC_LEN = sizeof(Archive::MAGIC) - 1;
25 const char Archive::SVR4_SYMTAB_NAME[] = "/ ";
26 const char Archive::STRTAB_NAME[] = "// ";
27 const char Archive
30 Archive::Archive(Input& pInputFile, InputBuilder& pBuilder) function in class:Archive
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h1 //===- Archive.h ----------------------------------------------------------===//
33 /** \class Archive
34 * \brief This class define the interfacee to Archive files
36 class Archive class in namespace:mcld
132 Archive(Input& pInputFile, InputBuilder& pBuilder);
134 ~Archive();
209 enum Symbol::Status pStatus = Archive::Symbol::Unknown);
234 /// @param pIsThinAR - denote the archive menber is a Thin Archive or not
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h43 Archive, enumerator in enum:mcld::Input::Type
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java278 private static class Archive { class in class:NotificationManagerService
282 public Archive() { method in class:NotificationManagerService.Archive
288 sb.append("Archive (");
356 if (count == 0) count = Archive.BUFFER_SIZE;
368 if (count == 0) count = Archive.BUFFER_SIZE;
381 Archive mArchive = new Archive();

Completed in 125 milliseconds