Searched refs:dir (Results 1 - 25 of 2433) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/pexpert/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/libkern/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/libsa/conf/
H A DMakefile.template11 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/osfmk/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/osfmk/profiling/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/
H A DMakefile27 export MakeInc_dir=${VERSDIR}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/bsd/
H A DMakefile4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
/macosx-10.10/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c62 #include <sys/dir.h>
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.h69 u_int8_t dir; /* direction of packet flow, see blow */ member in struct:secpolicyindex
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_icmp.c877 ip_next_mtu(int mtu, int dir) argument
890 if (dir < 0) {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c5091 int dir; local
5097 dir = bridge_rtnode_addr_cmp(addr, brt->brt_addr);
5098 if (dir == 0 && (brt->brt_vlan == vlan || vlan == 0))
5100 if (dir > 0)
5119 int dir; local
5132 dir = bridge_rtnode_addr_cmp(brt->brt_addr, lbrt->brt_addr);
5133 if (dir == 0 && brt->brt_vlan == lbrt->brt_vlan) {
5145 if (dir > 0) {
5278 bridge_pfil(struct mbuf **mp, struct ifnet *bifp, struct ifnet *ifp, int dir) argument
5369 if (dir
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DLitConfig.py91 def getToolsPath(self, dir, paths, tools):
93 if dir is not None and os.path.isabs(dir) and os.path.isdir(dir):
94 if not Util.checkToolsPath(dir, tools):
97 dir = Util.whichTools(tools, paths)
100 self.bashPath = Util.which('bash', dir)
105 return dir
H A DTestFormats.py144 def __init__(self, command, dir, recursive=False,
150 if dir is not None:
151 dir = str(dir)
152 self.dir = dir
159 dir = self.dir
160 if dir is None:
161 dir
[all...]
H A DUtil.py82 def checkToolsPath(dir, tools):
84 if not os.path.exists(os.path.join(dir, tool)):
/macosx-10.10/llvmCore-3425.0.34/utils/llvm-lit/
H A DMakefile16 $(ToolDir)/llvm-lit: llvm-lit.in Makefile $(ToolDir)/.dir
/macosx-10.10/llvmCore-3425.0.34/utils/release/
H A Dtest-release.sh48 echo " -build-dir DIR Directory to perform testing in. [default: pwd]"
82 -build-dir | --build-dir | -builddir | --builddir )
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-filepath.cc115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 // FilePath("dir/file"). If a case-insensitive extension is not
157 // not have a file, like "just/a/dir/", it returns the FilePath unmodified.
161 String dir; local
163 dir = String(c_str(), last_sep + 1 - c_str());
165 dir = kCurrentDirectoryString;
167 return FilePath(dir);
172 // Given directory = "dir", base_name = "test", number = 0,
173 // extension = "xml", returns "dir/test.xml". If number is greater
174 // than zero (e.g., 12), returns "dir/test_1
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1584 inline int RmDir(const char* dir) { return _rmdir(dir); } argument
1601 inline int RmDir(const char* dir) { return rmdir(dir); }
1623 inline int ChDir(const char* dir) { return chdir(dir); } argument
/macosx-10.10/llvmCore-3425.0.34/utils/Misc/
H A Dzkill133 for name in dir(signal):

Completed in 253 milliseconds

1234567891011>>