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

1 2 3 4 5

  /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 26 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir,
28 std::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/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/builtins/armv6m/
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/builtins/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/builtins/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/builtins/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/compiler-rt/lib/dfsan/
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/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/profile/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c $(Dir)/*.cc),$(notdir $(file)))
18 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/asan/
Makefile.mk 13 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/
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)
27 LsanCommonSources := $(foreach file,$(wildcard $(Dir)/lsan_common*.cc),$(notdir $(file)))
  /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)
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, SBOutputDir, "date"
    [all...]
  /external/compiler-rt/make/
subdir.mk 15 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,$(1)
    [all...]
  /external/compiler-rt/lib/builtins/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/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/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/remoting/host/installer/linux/debian/
postrm 34 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/
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;

Completed in 207 milliseconds

1 2 3 4 5