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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
test-webkitruby 28 Dir.chdir File.dirname(__FILE__)
29 Dir.glob("./webkitruby/*/*.rb").each do |test|
  /external/clang/test/
TestRunner.sh 6 Dir=$(dirname $(which $0))
7 AbsDir=$(cd $Dir; pwd)
  /frameworks/compile/slang/
slang_utils.cpp 27 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir,
29 llvm::error_code EC = llvm::sys::fs::create_directories(Dir);
slang_utils.h 33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 13 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/
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)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/msan/
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)/../sanitizer_common/*.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/interception/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.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)
  /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, BuildMode, IsReferenceBuild=True, Dir=Dir)
SATestBuild.py 182 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)
227 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile,
250 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode):
251 if os.path.exists(os.path.join(Dir, BuildScript)):
262 PlistPath = os.path.join(Dir, SBOutputDir, "date"
    [all...]
  /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...]
  /external/compiler-rt/lib/lsan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/lsan_common*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/ubsan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
21 Dependencies := $(wildcard $(Dir)/*.h)
22 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/profile/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
18 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
  /external/chromium_org/third_party/skia/src/core/
SkDataTable.cpp 35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) {
40 fU.fDir = dir;
99 size_t bufferSize = count * sizeof(Dir) + dataSize;
102 Dir* dir = (Dir*)buffer; local
103 char* elem = (char*)(dir + count);
105 dir[i].fPtr = elem;
106 dir[i].fSize = sizes[i]
165 SkDataTable::Dir* dir = fDir.append(); local
177 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir), local
    [all...]
  /external/skia/src/core/
SkDataTable.cpp 35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) {
40 fU.fDir = dir;
99 size_t bufferSize = count * sizeof(Dir) + dataSize;
102 Dir* dir = (Dir*)buffer; local
103 char* elem = (char*)(dir + count);
105 dir[i].fPtr = elem;
106 dir[i].fSize = sizes[i]
165 SkDataTable::Dir* dir = fDir.append(); local
177 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir), local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkDataTable.h 97 struct Dir {
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/
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/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/compiler-rt/lib/
Makefile.mk 27 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
32 Dependencies := $(wildcard $(Dir)/*.h)

Completed in 257 milliseconds

1 2 3 4