Searched refs:Dir (Results 1 - 25 of 51) sorted by relevance

123

/external/clang/test/
H A DTestRunner.sh6 Dir=$(dirname $(which $0))
7 AbsDir=$(cd $Dir; pwd)
/external/compiler-rt/lib/asan/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/interception/*.h)
21 Dependencies += $(wildcard $(Dir)/interception/mach_override/*.h)
/external/compiler-rt/lib/arm/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/i386/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/ppc/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/x86_64/
H A DMakefile.mk14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/make/
H A Dsubdir.mk14 ifeq ($(Dir),)
15 $(error "No Dir variable defined.")
29 $(call Set,Dir,$(1))
31 $$(info MAKE: $(Dir): Processing subdirectory)
37 $(call Set,$(DirKey).Dir,$(Dir))
49 $$(info MAKE: $(Dir): $$(var) is defined), \
50 $$(info MAKE: $(Dir): $$(var) is undefined)))
57 $$(error $(Dir): variable '$$(var)' was not undefined)))
70 $$(call Set,Dir,
[all...]
/external/webkit/Tools/Scripts/
H A Dcheck-for-inappropriate-files-in-framework34 Dir.chdir base_directory
50 Dir.chdir framework_bundle_path do
52 Dir.glob(pattern).each do |inappropriate_file|
H A Droll-over-ChangeLogs36 Dir.chdir base_directory
H A Dcheck-for-webkit-framework-include-consistency34 Dir.chdir base_directory
/external/compiler-rt/lib/asan/interception/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/mach_override/*.h)
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
H A Dshowtest.rb25 Dir.chdir('../htdocs')
/external/clang/utils/analyzer/
H A DSATestAdd.py34 # Dir is the directory where the sources are.
38 Dir = SATestBuild.getProjectDir(ID)
39 if not os.path.exists(Dir):
40 print "Error: Project directory is missing: %s" % Dir
44 SATestBuild.testProject(ID, True, IsScanBuild, Dir)
H A DSATestBuild.py110 def runCleanupScript(Dir, PBuildLogFile):
111 ScriptPath = os.path.join(Dir, CleanupScript)
116 check_call("chmod +x %s" % ScriptPath, cwd = Dir,
120 check_call(ScriptPath, cwd = Dir, stderr=PBuildLogFile,
130 def runScanBuild(Dir, SBOutputDir, PBuildLogFile):
131 BuildScriptPath = os.path.join(Dir, BuildScript)
144 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
167 def runAnalyzePreprocessed(Dir, SBOutputDir):
168 if os.path.exists(os.path.join(Dir, BuildScript)):
176 PlistPath = os.path.join(Dir, SBOutputDi
[all...]
/external/compiler-rt/lib/asan/interception/mach_override/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
/external/compiler-rt/lib/profile/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
18 Dependencies := $(wildcard $(Dir)/*.h)
/external/clang/tools/scan-build/
H A Dscan-build60 my $Dir = shift;
62 Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n");
108 my $Dir = shift @_;
110 if (!defined $Dir) {
112 $Dir = $ENV{'TMPDIR'};
113 if (!defined $Dir) { $Dir = "/tmp"; }
116 $Dir = "/tmp";
122 while ($Dir =~ /\/$/) { chop $Dir; }
[all...]
/external/clang/include/clang/Lex/
H A DDirectoryLookup.h40 /// Dir - This is the actual directory that we're referring to for a normal
42 const DirectoryEntry *Dir; member in union:clang::DirectoryLookup::__anon2938
72 u.Dir = dir;
94 const DirectoryEntry *getDir() const { return isNormalDir() ? u.Dir : 0; }
99 return isFramework() ? u.Dir : 0;
H A DModuleMap.h111 void setBuiltinIncludeDir(const DirectoryEntry *Dir) { argument
112 BuiltinIncludeDir = Dir;
/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp7 enum Dir { L, R }; enum
10 Dir dir;
20 constexpr Tape(const Tape &old, Dir dir) :
30 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); }
/external/clang/lib/Lex/
H A DHeaderSearch.cpp310 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str()); local
311 if (Dir == 0) return 0;
608 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str()); local
609 if (Dir == 0) return 0;
613 CacheLookup.getValue().Directory = Dir;
805 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); local
806 if (!Dir)
810 switch (loadModuleMapFile(Dir)) {
826 if (Dir == Root)
831 FixUpDirectories.push_back(Dir);
843 const DirectoryEntry *Dir = File->getDir(); local
864 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
939 loadModuleMapFile(const DirectoryEntry *Dir) argument
[all...]
H A DModuleMap.cpp111 const DirectoryEntry *Dir = File->getDir(); local
113 StringRef DirName = Dir->getName();
119 = UmbrellaDirs.find(Dir);
176 SkippedDirs.push_back(Dir);
184 Dir = SourceMgr->getFileManager().getDirectory(DirName);
185 } while (Dir);
196 const DirectoryEntry *Dir = Header->getDir(); local
198 StringRef DirName = Dir->getName();
204 = UmbrellaDirs.find(Dir);
237 SkippedDirs.push_back(Dir);
1202 const DirectoryEntry *Dir = 0; local
[all...]
/external/compiler-rt/lib/
H A DMakefile.mk26 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(filter-out $(ExcludedSources),$(notdir $(file))))
31 Dependencies := $(wildcard $(Dir)/*.h)
/external/clang/tools/libclang/
H A DCIndexer.h64 void setWorkingDirectory(const std::string &Dir) { WorkingDir = Dir; } argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb180 # (Dir.pwd by default), this method returns a string containing
187 def self.relative_path( target, reference = Dir.pwd )
210 class Dir class
213 entries = Dir.entries( directory ) - DOTS
220 $VERBOSE and $stderr.puts( "INFO: Dir.mkpath(%p)" % path )
224 Dir.mkdir( path )

Completed in 356 milliseconds

123