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

1 2 3 4 5 6

  /external/clang/test/
TestRunner.sh 6 Dir=$(dirname $(which $0))
7 AbsDir=$(cd $Dir; pwd)
  /external/clang/lib/AST/
StmtOpenMP.cpp 64 OMPParallelDirective *Dir =
66 Dir->setClauses(Clauses);
67 Dir->setAssociatedStmt(AssociatedStmt);
68 Dir->setHasCancel(HasCancel);
69 return Dir;
92 OMPSimdDirective *Dir = new (Mem)
94 Dir->setClauses(Clauses);
95 Dir->setAssociatedStmt(AssociatedStmt);
96 Dir->setIterationVariable(Exprs.IterationVarRef);
97 Dir->setLastIteration(Exprs.LastIteration)
    [all...]
  /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)
24 LsanCommonSources := $(foreach file,$(wildcard $(Dir)/lsan_common*.cc),$(notdir $(file)))
  /external/compiler-rt/lib/builtins/arm64/
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/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/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/clang/utils/analyzer/
SATestAdd.py 58 # Dir is the directory where the sources are.
62 Dir = SATestBuild.getProjectDir(ID)
63 if not os.path.exists(Dir):
64 print "Error: Project directory is missing: %s" % Dir
68 SATestBuild.testProject(ID, BuildMode, IsReferenceBuild=True, Dir=Dir)
SATestBuild.py 19 Note that the build tree must be inside the project dir.
205 def runCleanupScript(Dir, PBuildLogFile):
206 Cwd = os.path.join(Dir, PatchedSourceDirName)
207 ScriptPath = os.path.join(Dir, CleanupScript)
211 def runDownloadScript(Dir, PBuildLogFile):
212 ScriptPath = os.path.join(Dir, DownloadScript)
213 runScript(ScriptPath, PBuildLogFile, Dir)
234 def downloadAndPatch(Dir, PBuildLogFile):
235 CachedSourceDirPath = os.path.join(Dir, CachedSourceDirName)
240 runDownloadScript(Dir, PBuildLogFile
    [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...]
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
BlinkOnboard.java 1 import mraa.Dir;
56 gpio.dir(Dir.DIR_OUT);
60 gpio_in.dir(Dir.DIR_IN);
GpioRead6.java 27 import mraa.Dir;
47 gpio.dir(Dir.DIR_IN);
BlinkIO.java 29 import mraa.Dir;
58 Result result = gpio.dir(Dir.DIR_OUT);
HelloEdison.java 27 import mraa.Dir;
63 gpio182.dir(Dir.DIR_OUT);
  /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/sanitizer_common/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 NolibcSources := $(foreach file,$(wildcard $(Dir)/*_nolibc.cc),$(notdir $(file)))
21 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/ubsan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
22 Dependencies := $(wildcard $(Dir)/*.h)
23 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /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]
162 SkDataTable::Dir* dir = fDir.append(); local
174 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir), local
    [all...]
  /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;
96 return isNormalDir() ? u.Dir : nullptr;
102 return isFramework() ? u.Dir : nullptr;
  /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/builtins/
Makefile.mk 16 # Add ARM64 dir.
20 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
25 Dependencies := $(wildcard $(Dir)/*.h)

Completed in 1057 milliseconds

1 2 3 4 5 6