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

1234

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dtest-webkitruby28 Dir.chdir File.dirname(__FILE__)
29 Dir.glob("./webkitruby/*/*.rb").each do |test|
/external/clang/test/
H A DTestRunner.sh6 Dir=$(dirname $(which $0))
7 AbsDir=$(cd $Dir; pwd)
/external/compiler-rt/lib/tsan/rtl/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
20 Dependencies := $(wildcard $(Dir)/*.h)
21 Dependencies += $(wildcard $(Dir)/../../interception/*.h)
22 Dependencies += $(wildcard $(Dir)/../../sanitizer_common/*.h)
/external/compiler-rt/lib/msan/
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)/../sanitizer_common/*.h)
/external/compiler-rt/lib/builtins/armv6m/
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/builtins/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/builtins/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/builtins/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/lib/dfsan/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/compiler-rt/lib/interception/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/compiler-rt/lib/profile/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.c $(Dir)/*.cc),$(notdir $(file)))
18 Dependencies := $(wildcard $(Dir)/*.h)
/external/compiler-rt/lib/asan/
H A DMakefile.mk13 CCSources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
16 SSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
23 Dependencies := $(wildcard $(Dir)/*.h)
24 Dependencies += $(wildcard $(Dir)/../interception/*.h)
25 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/compiler-rt/lib/lsan/
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)/../sanitizer_common/*.h)
27 LsanCommonSources := $(foreach file,$(wildcard $(Dir)/lsan_common*.cc),$(notdir $(file)))
/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, BuildMode, IsReferenceBuild=True, Dir=Dir)
H A DSATestBuild.py182 def runCleanupScript(Dir, PBuildLogFile):
183 ScriptPath = os.path.join(Dir, CleanupScript)
188 check_call("chmod +x %s" % ScriptPath, cwd = Dir,
192 check_call(ScriptPath, cwd = Dir, stderr=PBuildLogFile,
202 def runScanBuild(Dir, SBOutputDir, PBuildLogFile):
203 BuildScriptPath = os.path.join(Dir, BuildScript)
228 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
251 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode):
252 if os.path.exists(os.path.join(Dir, BuildScript)):
263 PlistPath = os.path.join(Dir, SBOutputDi
[all...]
/external/compiler-rt/make/
H A Dsubdir.mk15 ifeq ($(Dir),)
16 $(error "No Dir variable defined.")
30 $(call Set,Dir,$(1))
32 $$(info MAKE: $(Dir): Processing subdirectory)
38 $(call Set,$(DirKey).Dir,$(Dir))
50 $$(info MAKE: $(Dir): $$(var) is defined), \
51 $$(info MAKE: $(Dir): $$(var) is undefined)))
58 $$(error $(Dir): variable '$$(var)' was not undefined)))
71 $$(call Set,Dir,
[all...]
/external/compiler-rt/lib/builtins/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/ubsan/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
21 Dependencies := $(wildcard $(Dir)/*.h)
22 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
/external/chromium_org/third_party/skia/src/core/
H A DSkDataTable.cpp35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) {
99 size_t bufferSize = count * sizeof(Dir) + dataSize;
102 Dir* dir = (Dir*)buffer;
165 SkDataTable::Dir* dir = fDir.append();
177 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir),
179 memcpy(dir, fDir.begin(), count * sizeof(SkDataTable::Dir));
182 ((SkDataTable::Dir*)dir, count,
/external/skia/src/core/
H A DSkDataTable.cpp35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) {
99 size_t bufferSize = count * sizeof(Dir) + dataSize;
102 Dir* dir = (Dir*)buffer;
165 SkDataTable::Dir* dir = fDir.append();
177 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir),
179 memcpy(dir, fDir.begin(), count * sizeof(SkDataTable::Dir));
182 ((SkDataTable::Dir*)dir, count,
/external/chromium_org/remoting/host/installer/linux/debian/
H A Dpostrm34 APTDIR=$(apt_config_val Dir)
35 APTETC=$(apt_config_val 'Dir::Etc')
36 APT_SOURCESDIR="$APTDIR$APTETC$(apt_config_val 'Dir::Etc::sourceparts')"
/external/chromium_org/third_party/skia/include/core/
H A DSkDataTable.h97 struct Dir { struct in class:SkDataTable
105 const Dir* fDir;
115 SkDataTable(const Dir*, int count, FreeProc, void* context);
118 friend class SkDataTableBuilder; // access to Dir
172 SkTDArray<SkDataTable::Dir> fDir;
/external/clang/include/clang/Lex/
H A DDirectoryLookup.h41 /// Dir - This is the actual directory that we're referring to for a normal
43 const DirectoryEntry *Dir; member in union:clang::DirectoryLookup::__anon17593
73 u.Dir = dir;
96 return isNormalDir() ? u.Dir : nullptr;
102 return isFramework() ? u.Dir : nullptr;
/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp8 enum Dir { L, R }; enum
11 Dir dir;
21 constexpr Tape(const Tape &old, Dir dir) :
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); }

Completed in 7411 milliseconds

1234