Home
last modified time | relevance | path

Searched refs:Dir (Results 1 – 25 of 124) sorted by relevance

12345

/external/clang/tools/scan-build/
Dscan-build76 my $Dir = shift;
78 Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n");
125 my $Dir = shift @_;
127 if (!defined $Dir) {
128 $Dir = $ENV{'TMPDIR'} || $ENV{'TEMP'} || $ENV{'TMP'} || "/tmp";
133 while ($Dir =~ /\/$/) { chop $Dir; }
151 if (-d $Dir) {
152 if (! -r $Dir) {
153 DieDiag("directory '$Dir' exists but is not readable.\n");
157 opendir(DIR, $Dir);
[all …]
/external/compiler-rt/make/
Dsubdir.mk15 ifeq ($(Dir),)
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,$(1))
74 $$(info MAKE: $$(Dir): Done processing subdirectory)
81 $(if $(call streq,.,$(Dir)),\
[all …]
/external/clang/utils/analyzer/
DSATestBuild.py182 def runCleanupScript(Dir, PBuildLogFile): argument
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): argument
203 BuildScriptPath = os.path.join(Dir, BuildScript)
228 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
251 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode): argument
252 if os.path.exists(os.path.join(Dir, BuildScript)):
263 PlistPath = os.path.join(Dir, SBOutputDir, "date")
[all …]
DSATestAdd.py38 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)
/external/clang/lib/Lex/
DHeaderSearch.cpp236 const DirectoryEntry *Dir, bool IsSystemHeaderDir, in getFileAndSuggestModule() argument
240 HS.hasModuleMap(FileName, Dir, IsSystemHeaderDir); in getFileAndSuggestModule()
251 HS.hasModuleMap(FileName, Dir, IsSystemHeaderDir)) in getFileAndSuggestModule()
371 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); in getTopFrameworkDir() local
372 if (!Dir) in getTopFrameworkDir()
379 TopFrameworkDir = Dir; in getTopFrameworkDir()
431 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str()); in DoFrameworkLookup() local
432 if (!Dir) return nullptr; in DoFrameworkLookup()
490 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath); in DoFrameworkLookup() local
491 if (!Dir) in DoFrameworkLookup()
[all …]
/external/compiler-rt/lib/lsan/
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/compiler-rt/lib/tsan/rtl/
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/asan/
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/msan/
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/chromium_org/third_party/skia/src/core/
DSkDataTable.cpp35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable()
99 size_t bufferSize = count * sizeof(Dir) + dataSize; in NewCopyArrays()
102 Dir* dir = (Dir*)buffer; in NewCopyArrays()
165 SkDataTable::Dir* dir = fDir.append(); in append()
177 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir), in detachDataTable()
179 memcpy(dir, fDir.begin(), count * sizeof(SkDataTable::Dir)); in detachDataTable()
182 ((SkDataTable::Dir*)dir, count, in detachDataTable()
/external/skia/src/core/
DSkDataTable.cpp35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable()
99 size_t bufferSize = count * sizeof(Dir) + dataSize; in NewCopyArrays()
102 Dir* dir = (Dir*)buffer; in NewCopyArrays()
165 SkDataTable::Dir* dir = fDir.append(); in append()
177 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir), in detachDataTable()
179 memcpy(dir, fDir.begin(), count * sizeof(SkDataTable::Dir)); in detachDataTable()
182 ((SkDataTable::Dir*)dir, count, in detachDataTable()
/external/compiler-rt/lib/profile/
DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.c $(Dir)/*.cc),$(notdir $(file)))
18 Dependencies := $(wildcard $(Dir)/*.h)
/external/compiler-rt/lib/dfsan/
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/
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/builtins/armv6m/
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/
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/
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/
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/arm/
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/
DMakefile.mk13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
21 Dependencies := $(wildcard $(Dir)/*.h)
22 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
/external/llvm/unittests/Transforms/DebugIR/
DDebugIR.cpp49 void insertCUDescriptor(Module *M, StringRef File, StringRef Dir, in insertCUDescriptor() argument
52 B.createCompileUnit(dwarf::DW_LANG_C99, File, Dir, Producer, false, "", 0); in insertCUDescriptor()
84 string getPath(const string &Dir, const string &Filename) { in getPath() argument
86 sys::path::append(Path, Dir, Filename); in getPath()
87 Path.resize(Dir.size() + Filename.size() + 2); in getPath()
88 Path[Dir.size() + Filename.size() + 1] = '\0'; in getPath()
100 string Dir = "MadeUpDirectory"; in TEST_F() local
102 string Path(getPath(Dir, File)); in TEST_F()
/external/clang/include/clang/Lex/
DDirectoryLookup.h43 const DirectoryEntry *Dir; member
73 u.Dir = dir; in DirectoryLookup()
96 return isNormalDir() ? u.Dir : nullptr; in getDir()
102 return isFramework() ? u.Dir : nullptr; in getFrameworkDir()
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp8 enum Dir { L, R }; enum
11 Dir dir;
21 constexpr Tape(const Tape &old, Dir dir) : in Tape()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
/external/skia/include/core/
DSkDataTable.h97 struct Dir { struct
105 const Dir* fDir; argument
115 SkDataTable(const Dir*, int count, FreeProc, void* context);
172 SkTDArray<SkDataTable::Dir> fDir;
/external/chromium_org/third_party/skia/include/core/
DSkDataTable.h97 struct Dir { struct
105 const Dir* fDir; argument
115 SkDataTable(const Dir*, int count, FreeProc, void* context);
172 SkTDArray<SkDataTable::Dir> fDir;

12345