/prebuilts/go/linux-x86/src/path/filepath/ |
path_windows_test.go | 95 Dir: tmp,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
dwarf2-1.d | 67 Entry Dir Time Size Name
|
dwarf2-2.d | 67 Entry Dir Time Size Name
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
dw2-compress-1.d | 93 Entry Dir Time Size Name
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
loc-swap.d | 39 Entry Dir Time Size Name
|
mips16@loc-swap.d | 39 Entry Dir Time Size Name
|
/external/elfutils/tests/ |
run-readelf-line.sh | 58 Entry Dir Time Size Name 113 Entry Dir Time Size Name 163 Entry Dir Time Size Name
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_unix.go | 123 Dir string // Current working directory. 174 var dir *byte 175 if attr.Dir != "" { 176 dir, err = BytePtrFromString(attr.Dir) 193 pid, err1 = forkAndExecInChild(argv0p, argvp, envvp, chroot, dir, attr, sys, p[1])
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_unix.go | 123 Dir string // Current working directory. 174 var dir *byte 175 if attr.Dir != "" { 176 dir, err = BytePtrFromString(attr.Dir) 193 pid, err1 = forkAndExecInChild(argv0p, argvp, envvp, chroot, dir, attr, sys, p[1])
|
/prebuilts/go/darwin-x86/src/os/exec/ |
exec.go | 43 // to Dir. 56 // Dir specifies the working directory of the command. 57 // If Dir is the empty string, Run runs the command in the 59 Dir string 261 // lookExtensions finds windows executable by its dir and path. 264 func lookExtensions(path, dir string) (string, error) { 268 if dir == "" { 277 dirandpath := filepath.Join(dir, path) 298 lp, err := lookExtensions(c.Path, c.Dir) 324 Dir: c.Dir [all...] |
lp_windows_test.go | 45 err := os.MkdirAll(filepath.Dir(dest), 0700) 68 cmd.Dir = test.rootDir 106 func createEnv(dir, PATH, PATHEXT string) []string { 109 // Add dir in front of every directory in the PATH. 112 dirs[i] = filepath.Join(dir, dirs[i]) 120 // It uses dir as preifx for all destination files. 121 func createFiles(t *testing.T, dir string, files []string, srcPath string) { 123 installProg(t, filepath.Join(dir, f), srcPath) 167 PATH: `p1.dir;p2.dir`, [all...] |
/prebuilts/go/linux-x86/src/os/exec/ |
exec.go | 43 // to Dir. 56 // Dir specifies the working directory of the command. 57 // If Dir is the empty string, Run runs the command in the 59 Dir string 261 // lookExtensions finds windows executable by its dir and path. 264 func lookExtensions(path, dir string) (string, error) { 268 if dir == "" { 277 dirandpath := filepath.Join(dir, path) 298 lp, err := lookExtensions(c.Path, c.Dir) 324 Dir: c.Dir [all...] |
lp_windows_test.go | 45 err := os.MkdirAll(filepath.Dir(dest), 0700) 68 cmd.Dir = test.rootDir 106 func createEnv(dir, PATH, PATHEXT string) []string { 109 // Add dir in front of every directory in the PATH. 112 dirs[i] = filepath.Join(dir, dirs[i]) 120 // It uses dir as preifx for all destination files. 121 func createFiles(t *testing.T, dir string, files []string, srcPath string) { 123 installProg(t, filepath.Join(dir, f), srcPath) 167 PATH: `p1.dir;p2.dir`, [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopInterchange.cpp | 150 unsigned Dir = D->getDirection(II); 151 if (Dir == Dependence::DVEntry::LT || 152 Dir == Dependence::DVEntry::LE) 154 else if (Dir == Dependence::DVEntry::GT || 155 Dir == Dependence::DVEntry::GE) 157 else if (Dir == Dependence::DVEntry::EQ) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
obj.go | 33 Dir string // directory to qualify relative paths 76 if h.Dir != "" && !filepath.IsAbs(file) && !strings.HasPrefix(file, "<") && !stk.Directive { 77 abs = filepath.Join(h.Dir, file)
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
obj.go | 30 Dir string // directory to qualify relative paths 73 if h.Dir != "" && !filepath.IsAbs(file) && !strings.HasPrefix(file, "<") && !stk.Directive { 74 abs = filepath.Join(h.Dir, file)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
obj.go | 33 Dir string // directory to qualify relative paths 76 if h.Dir != "" && !filepath.IsAbs(file) && !strings.HasPrefix(file, "<") && !stk.Directive { 77 abs = filepath.Join(h.Dir, file)
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
obj.go | 30 Dir string // directory to qualify relative paths 73 if h.Dir != "" && !filepath.IsAbs(file) && !strings.HasPrefix(file, "<") && !stk.Directive { 74 abs = filepath.Join(h.Dir, file)
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
fsdiff.py | 25 __all__ = ['Diff', 'Snapshot', 'File', 'Dir', 'report_expected_diffs', 135 result[path] = Dir(self.base_path, path) 229 dir = False variable in class:File 264 class Dir(File): 271 dir = True variable in class:Dir
|
/external/compiler-rt/ |
Makefile | 68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";) 92 %/.dir: 104 Dir := . 155 $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix): $(Tmp.Inputs) $(Tmp.ObjPath)/.dir 161 .PRECIOUS: $(Tmp.ObjPath)/.dir 206 $(Tmp.ObjPath)/libcompiler_rt.a: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir 211 $(Tmp.ObjPath)/libcompiler_rt.dylib: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir 215 $(Tmp.ObjPath)/libcompiler_rt.so: $(Tmp.Inputs) $(Tmp.ObjPath)/.dir 219 .PRECIOUS: $(Tmp.ObjPath)/.dir 232 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir)) [all...] |
/external/mesa3d/scons/ |
gallium.py | 53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir) 61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir']) 211 # Put build output in a separate dir, which depends on the current 222 # Place the .sconsign file in the build dir too, to avoid issues with
|
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host_test.go | 406 Dir: cwd, 444 Dir: cwd, 453 // If not specify Dir on windows, working directory should be 486 Dir: cwd,
|
/prebuilts/go/darwin-x86/src/net/http/ |
filetransport.go | 26 // t.RegisterProtocol("file", http.NewFileTransport(http.Dir("/")))
|
triv.go | 131 http.Handle("/go/", http.StripPrefix("/go/", http.FileServer(http.Dir(*webroot))))
|