HomeSort by relevance Sort by last modified time
    Searched defs:Dir (Results 1 - 18 of 18) sorted by null

  /external/compiler-rt/
Makefile 68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";)
92 %/.dir:
104 Dir := .
155 $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix): $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
161 .PRECIOUS: $(Tmp.ObjPath)/.dir
206 $(Tmp.ObjPath)/libcompiler_rt.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
211 $(Tmp.ObjPath)/libcompiler_rt.dylib: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
215 $(Tmp.ObjPath)/libcompiler_rt.so: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir
219 .PRECIOUS: $(Tmp.ObjPath)/.dir
232 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))
    [all...]
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 8 enum Dir { L, R };
11 Dir dir; member in struct:Action
21 constexpr Tape(const Tape &old, Dir dir) :
22 l(dir == L ? old.l ? old.l->l : 0 : &old),
23 val(dir == L ? old.l ? old.l->val : false
25 r(dir == R ? old.r ? old.r->r : 0 : &old) {}
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir);
    [all...]
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 49 void insertCUDescriptor(Module *M, StringRef File, StringRef Dir,
52 B.createCompileUnit(dwarf::DW_LANG_C99, File, Dir, Producer, false, "", 0);
67 // allocate a sufficiently sized buffer to store the current working dir.
82 /// Returns a concatenated path string consisting of Dir and Filename
83 string getPath(const string &Dir, const string &Filename) {
85 sys::path::append(Path, Dir, Filename);
86 Path.resize(Dir.size() + Filename.size() + 2);
87 Path[Dir.size() + Filename.size() + 1] = '\0';
99 string Dir = "MadeUpDirectory";
101 string Path(getPath(Dir, File))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 180 # (Dir.pwd by default), this method returns a string containing
187 def self.relative_path( target, reference = Dir.pwd )
210 class Dir
213 entries = Dir.entries( directory ) - DOTS
220 $VERBOSE and $stderr.puts( "INFO: Dir.mkpath(%p)" % path )
224 Dir.mkdir( path )
  /external/chromium_org/third_party/skia/include/core/
SkDataTable.h 104 struct Dir {
112 const Dir* fDir;
122 SkDataTable(const Dir*, int count, FreeProc, void* context);
125 friend class SkDataTableBuilder; // access to Dir
179 SkTDArray<SkDataTable::Dir> fDir;
  /external/clang/include/clang/Lex/
DirectoryLookup.h 41 /// Dir - This is the actual directory that we're referring to for a normal
43 const DirectoryEntry *Dir;
67 /// 'dir'.
68 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT,
73 u.Dir = dir;
95 const DirectoryEntry *getDir() const { return isNormalDir() ? u.Dir : 0; }
100 return isFramework() ? u.Dir : 0;
  /external/skia/include/core/
SkDataTable.h 104 struct Dir {
112 const Dir* fDir;
122 SkDataTable(const Dir*, int count, FreeProc, void* context);
125 friend class SkDataTableBuilder; // access to Dir
179 SkTDArray<SkDataTable::Dir> fDir;
  /external/clang/lib/Lex/
PPLexerChange.cpp 211 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir,
220 if (CurDir == Dir) {
399 const DirectoryEntry *Dir = Mod->getUmbrellaDir();
401 for (recursive_directory_iterator Entry(Dir->getName(), EC), End;
417 computeRelativePath(FileMgr, Dir, Header, RelativePath);
HeaderSearch.cpp 321 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName);
322 if (!Dir)
329 TopFrameworkDir = Dir;
361 // Otherwise, construct the path to this framework dir.
380 // If the framework dir doesn't exist, we fail.
381 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str());
382 if (Dir == 0) return 0;
445 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath);
446 if (!Dir)
607 // This file is a system header or C++ unfriendly if the dir is
    [all...]
ModuleMap.cpp 199 const DirectoryEntry *Dir = File->getDir();
206 StringRef DirName = SourceMgr->getFileManager().getCanonicalName(Dir);
212 = UmbrellaDirs.find(Dir);
275 SkippedDirs.push_back(Dir);
283 Dir = SourceMgr->getFileManager().getDirectory(DirName);
284 } while (Dir);
294 const DirectoryEntry *Dir = Header->getDir();
296 StringRef DirName = Dir->getName();
302 = UmbrellaDirs.find(Dir);
341 SkippedDirs.push_back(Dir);
    [all...]
  /external/clang/include/clang/Basic/
FileManager.h 64 const DirectoryEntry *Dir; // Directory file lives in.
103 const DirectoryEntry *getDir() const { return Dir; }
274 StringRef getCanonicalName(const DirectoryEntry *Dir);
  /external/clang/include/clang/Driver/
Driver.h 74 std::string Dir;
224 return Dir.c_str();
  /external/clang/lib/AST/
Stmt.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 785 StringRef Dir = llvm::sys::path::parent_path(ModuleFileName);
786 llvm::sys::fs::create_directories(Dir);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleModel.js 247 Dir: "dir",
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 671 // We look up the CUID/file/dir by concatenating them with a zero byte.
747 // If we're using split dwarf the compilation dir is going to be in the
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 532 milliseconds