Searched defs:Directory (Results 1 - 24 of 24) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/llvm/include/llvm/MC/
H A DMCDwarf.h189 unsigned getFile(StringRef &Directory, StringRef &FileName,
202 unsigned getFile(StringRef Directory, StringRef FileName) { argument
203 return Header.getFile(Directory, FileName);
219 unsigned getFile(StringRef &Directory, StringRef &FileName,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp419 StringRef Directory) {
423 unsigned FileID = getOrCreateSourceID(File, Directory);
418 addSourceLine(DIE &Die, unsigned Line, StringRef File, StringRef Directory) argument
/external/llvm/lib/IR/
H A DDIBuilder.cpp89 StringRef Directory) {
93 MDString::get(VMContext, Directory)
101 StringRef Directory,
126 createFilePathPair(VMContext, Filename, Directory),
216 DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) { argument
219 createFilePathPair(VMContext, Filename, Directory)
785 nullptr, // Filename/Directory,
809 nullptr, // Filename/Directory,
88 createFilePathPair(LLVMContext &VMContext, StringRef Filename, StringRef Directory) argument
100 createCompileUnit(unsigned Lang, StringRef Filename, StringRef Directory, StringRef Producer, bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName, DebugEmissionKind Kind, bool EmitDebugInfo) argument
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp188 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
828 StringRef Directory,
835 FileNo = Table.getFile(Directory, Filename, FileNo);
843 if (!UseDwarfDirectory && !Directory.empty()) {
845 Directory = "";
847 FullPathName = Directory;
849 Directory = "";
855 if (!Directory.empty()) {
856 PrintQuotedString(Directory, OS);
827 EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, StringRef Filename, unsigned CUID) argument
H A DMCContext.cpp328 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName, argument
331 return Table.getFile(Directory, FileName, FileNumber);
H A DMCDwarf.cpp309 // the Directory num
347 unsigned MCDwarfLineTable::getFile(StringRef &Directory, StringRef &FileName, argument
349 return Header.getFile(Directory, FileName, FileNumber);
352 unsigned MCDwarfLineTableHeader::getFile(StringRef &Directory, argument
355 if (Directory == CompilationDir)
356 Directory = "";
359 Directory = "";
367 (Directory + Twine('\0') + FileName).str(), FileNumber);
381 if (Directory.empty()) {
385 Directory
[all...]
H A DMCStreamer.cpp177 StringRef Directory,
179 return getContext().GetDwarfFile(Directory, Filename, FileNo, CUID);
176 EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, StringRef Filename, unsigned CUID) argument
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2768 StringRef Directory; local
2777 Directory = Path;
2794 if (getStreamer().EmitDwarfFileDirective(FileNumber, Directory, Filename) ==
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp138 /// - changes Filename/Directory to values provided on construction
154 /// Directory of debug metadata
159 StringRef Directory; member in class:__anon26253::DIUpdater
171 StringRef Directory = StringRef(), const Module *DisplayM = nullptr,
174 Finder(), Filename(Filename), Directory(Directory), FileNode(nullptr),
293 Builder.createCompileUnit(dwarf::DW_LANG_C99, Filename, Directory,
300 FileNode = Builder.createFile(Filename, Directory);
454 /// Sets Filename/Directory from the Module identifier and returns true, or
456 bool getSourceInfoFromModule(const Module &M, std::string &Directory, argument
471 getSourceInfoFromDI(const Module &M, std::string &Directory, std::string &Filename) argument
610 createDebugIRPass(bool HideDebugIntrinsics, bool HideDebugMetadata, StringRef Directory, StringRef Filename) argument
[all...]
H A DDebugIR.h33 std::string Directory; member in class:llvm::DebugIR
48 /// Directory are empty, a temporary path will be generated.
50 llvm::StringRef Directory, llvm::StringRef Filename)
53 HideDebugMetadata(HideDebugMetadata), Directory(Directory),
68 /// Returns the concatenated Directory + Filename, without error checking
87 /// Returns true if either Directory or Filename is missing, false otherwise.
49 DebugIR(bool HideDebugIntrinsics, bool HideDebugMetadata, llvm::StringRef Directory, llvm::StringRef Filename) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp41 std::string Directory; member in class:__anon18273::HTMLDiagnostics
77 : Directory(prefix), createdDir(false), noDir(false), PP(pp), AnalyzerOpts(AnalyzerOpts) {
106 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) {
108 << Directory << "': " << ec.message() << '\n';
282 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html");
286 llvm::errs() << "warning: could not create file in '" << Directory
303 llvm::sys::path::append(Model, Directory,
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp59 findCompilationDatabaseFromDirectory(StringRef Directory, argument
63 while (!Directory.empty()) {
67 CompilationDatabase::loadFromDirectory(Directory, LoadErrorMessage))
71 ErrorStream << "No compilation database found in " << Directory.str()
76 Directory = llvm::sys::path::parent_path(Directory);
86 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); local
88 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(Directory,
290 Twine Directory) {
300 return new FixedCompilationDatabase(Directory, StrippedArg
288 loadFromCommandLine(int &Argc, const char **Argv, Twine Directory) argument
304 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) argument
[all...]
H A DJSONCompilationDatabase.cpp121 CompilationDatabase *loadFromDirectory(StringRef Directory,
123 SmallString<1024> JSONDatabasePath(Directory);
254 llvm::yaml::ScalarNode *Directory = nullptr; local
279 Directory = ValueString;
298 if (!Directory) {
308 Directory->getValue(DirectoryStorage));
315 CompileCommandRef(Directory, Command));
/external/clang/include/clang/Lex/
H A DHeaderSearch.h153 const DirectoryEntry *Directory; member in struct:clang::HeaderSearch::FrameworkCacheEntry
276 "Directory indicies are unordered");
/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h45 CompileCommand(Twine Directory, std::vector<std::string> CommandLine) argument
46 : Directory(Directory.str()), CommandLine(std::move(CommandLine)) {}
49 std::string Directory; member in struct:clang::tooling::CompileCommand
145 virtual CompilationDatabase *loadFromDirectory(StringRef Directory,
179 /// \param Directory The base directory used in the FixedCompilationDatabase.
182 Twine Directory = ".");
186 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp408 if (CacheEntry.Directory && CacheEntry.Directory != getFrameworkDir())
427 if (!CacheEntry.Directory) {
436 CacheEntry.Directory = getFrameworkDir();
858 if (CacheLookup.getValue().Directory &&
865 if (!CacheLookup.getValue().Directory) {
874 CacheLookup.getValue().Directory = Dir;
1146 const DirectoryEntry *Directory,
1149 SmallString<128> PrivateFilename(Directory->getName());
1145 getPrivateModuleMap(StringRef ModuleMapPath, const DirectoryEntry *Directory, FileManager &FileMgr) argument
H A DModuleMap.cpp982 const DirectoryEntry *Directory; member in class:clang::ModuleMapParser
1032 const DirectoryEntry *Directory,
1036 ModuleMapFile(ModuleMapFile), Directory(Directory),
1494 inferFrameworkLink(ActiveModule, Directory, SourceMgr.getFileManager());
1546 ModuleMapFileName += Directory->getName();
1658 PathName = Directory->getName();
1683 BuiltinIncludeDir && BuiltinIncludeDir != Directory &&
1770 PathName = Directory->getName();
2056 Map.InferredDirectories[Directory]
1027 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const FileEntry *ModuleMapFile, const DirectoryEntry *Directory, const DirectoryEntry *BuiltinIncludeDir, bool IsSystem) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DFileSystemModel.js166 * @param {!WebInspector.FileSystemModel.Directory} directory
204 * @param {!WebInspector.FileSystemModel.Directory} parentDirectory
219 entries.push(new WebInspector.FileSystemModel.Directory(this, parentDirectory.fileSystem, backendEntries[i]));
376 this.root = new WebInspector.FileSystemModel.Directory(fileSystemModel, this, backendRootEntry);
482 WebInspector.FileSystemModel.Directory = function(fileSystemModel, fileSystem, backendEntry)
487 WebInspector.FileSystemModel.Directory.prototype = {
489 * @param {function(number, !Array.<!WebInspector.FileSystemModel.Directory>)} callback
/external/chromium_org/sync/syncable/
H A Ddirectory.cc36 const base::FilePath::CharType Directory::kSyncDatabaseFilename[] =
39 Directory::PersistedKernelInfo::PersistedKernelInfo()
49 Directory::PersistedKernelInfo::~PersistedKernelInfo() {}
51 void Directory::PersistedKernelInfo::ResetDownloadProgress(
62 bool Directory::PersistedKernelInfo::HasEmptyDownloadProgress(
69 Directory::SaveChangesSnapshot::SaveChangesSnapshot()
73 Directory::SaveChangesSnapshot::~SaveChangesSnapshot() {
78 Directory::Kernel::Kernel(
84 info_status(Directory::KERNEL_SHARE_INFO_VALID),
94 Directory
99 Directory::Directory( function in class:syncer::syncable::Directory
[all...]
H A Ddirectory.h52 // Directory stores and manages EntryKernels.
55 class SYNC_EXPORT Directory { class in namespace:syncer::syncable
102 // Various data that the Directory::Kernel we are backing (persisting data
138 // What the Directory needs on initialization to create itself and its Kernel.
148 // When the Directory is told to SaveChanges, a SaveChangesSnapshot is
166 Directory(
173 virtual ~Directory();
248 // Note: Any function in |Directory| that can be called without holding a
249 // transaction need to check if the Directory already has an unrecoverable
311 // SaveChanges works by taking a consistent snapshot of the current Directory
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 6695 milliseconds