HomeSort by relevance Sort by last modified time
    Searched refs:Dir (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/test/
TestRunner.sh 6 Dir=$(dirname $(which $0))
7 AbsDir=$(cd $Dir; pwd)
  /frameworks/compile/slang/
slang_utils.cpp 25 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir,
27 return !llvm::sys::Path(Dir).createDirectoryOnDisk(/* create_parents = */true,
slang_utils.h 33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
  /external/compiler-rt/lib/asan/
Makefile.mk 13 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/
Makefile.mk 14 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/
Makefile.mk 14 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/
Makefile.mk 14 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/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/make/
subdir.mk 14 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,$(1)
    [all...]
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 14 ifeq ($(Dir),)
15 $(error "No Dir variable defined.")
28 $(call Set,Dir,$(1))
30 $$(info MAKE: $(Dir): Processing subdirectory)
36 $(call Set,$(DirKey).Dir,$(Dir))
48 $$(info MAKE: $(Dir): $$(var) is defined), \
49 $$(info MAKE: $(Dir): $$(var) is undefined)))
56 $$(error $(Dir): variable '$$(var)' was not undefined)))
69 $$(call Set,Dir,$(1)
    [all...]
  /external/webkit/Tools/Scripts/
check-for-inappropriate-files-in-framework 34 Dir.chdir base_directory
50 Dir.chdir framework_bundle_path do
52 Dir.glob(pattern).each do |inappropriate_file|
  /external/compiler-rt/lib/asan/interception/
Makefile.mk 13 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/
showtest.rb 25 Dir.chdir('../htdocs')
  /external/clang/include/clang/Lex/
DirectoryLookup.h 40 /// Dir - This is the actual directory that we're referring to for a normal
42 const DirectoryEntry *Dir;
66 /// 'dir'.
67 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT,
72 u.Dir = dir;
94 const DirectoryEntry *getDir() const { return isNormalDir() ? u.Dir : 0; }
99 return isFramework() ? u.Dir : 0;
  /external/clang/utils/analyzer/
SATestAdd.py 34 # 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)
SATestBuild.py 110 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, SBOutputDir, "date"
    [all...]
  /external/compiler-rt/lib/asan/interception/mach_override/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/profile/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
18 Dependencies := $(wildcard $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
17 Dependencies := $(wildcard $(Dir)/*.h)
  /external/clang/tools/scan-build/
scan-build 60 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/test/SemaCXX/
constexpr-turing.cpp 7 enum Dir { L, R };
10 Dir dir; member in struct:Action
20 constexpr Tape(const Tape &old, Dir dir) :
21 l(dir == L ? old.l ? old.l->l : 0 : &old),
22 val(dir == L ? old.l ? old.l->val : false
24 r(dir == R ? old.r ? old.r->r : 0 : &old) {}
30 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir);
    [all...]

Completed in 530 milliseconds

1 2 3