/ndk/sources/host-tools/make-3.81/ |
vmsify.c | 338 int rooted = 1; /* flag if logical is rooted, else insert [000000] */ local 460 rooted = 0; 471 rooted = 0; 487 rooted = 0; 497 if (rooted == 0) 514 else if (rooted == 0) 526 if ((rooted != 0)
|
/prebuilts/go/darwin-x86/src/path/ |
path.go | 58 // 4. Eliminate .. elements that begin a rooted path: 74 rooted := path[0] == '/' 84 if rooted { 107 case !rooted: 108 // cannot backtrack, but not rooted, so append .. element. 119 if rooted && out.w != 1 || !rooted && out.w != 0 {
|
/prebuilts/go/linux-x86/src/path/ |
path.go | 58 // 4. Eliminate .. elements that begin a rooted path: 74 rooted := path[0] == '/' 84 if rooted { 107 case !rooted: 108 // cannot backtrack, but not rooted, so append .. element. 119 if rooted && out.w != 1 || !rooted && out.w != 0 {
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
path.go | 71 // 4. Eliminate .. elements that begin a rooted path: 95 rooted := os.IsPathSeparator(path[0]) 105 if rooted { 128 case !rooted: 129 // cannot backtrack, but not rooted, so append .. element. 140 if rooted && out.w != 1 || !rooted && out.w != 0 { 385 // Walk walks the file tree rooted at root, calling walkFn for each file or
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path.go | 71 // 4. Eliminate .. elements that begin a rooted path: 95 rooted := os.IsPathSeparator(path[0]) 105 if rooted { 128 case !rooted: 129 // cannot backtrack, but not rooted, so append .. element. 140 if rooted && out.w != 1 || !rooted && out.w != 0 { 385 // Walk walks the file tree rooted at root, calling walkFn for each file or
|
/build/soong/common/ |
paths.go | 174 // PathsForSource returns Paths rooted from SrcDir 198 // PathsForOptionalSource returns a list of Paths rooted from SrcDir that are 212 // PathsForModuleSrc returns Paths rooted from the module's local source 222 // pathsForModuleSrcFromFullPath returns Paths rooted from the module's local 239 // PathsWithOptionalDefaultForModuleSrc returns Paths rooted from the module's 287 // SourcePath is a Path representing a file path rooted from SrcDir 459 // OutputPath is a Path representing a file path rooted from the build directory 499 // ModuleSrcPath is a Path representing a file rooted from a module's local source dir
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug248.dir/ |
bug2.go | 44 // path is full (rooted) path name. check suffix for gc, prefix for gccgo
|
/prebuilts/go/linux-x86/test/fixedbugs/bug248.dir/ |
bug2.go | 44 // path is full (rooted) path name. check suffix for gc, prefix for gccgo
|
/prebuilts/go/darwin-x86/src/net/ |
dnsclient_unix.go | 162 // Do a lookup for a single name, which must be rooted 325 // If name is rooted (trailing dot), try only that name. 326 rooted := len(name) > 0 && name[len(name)-1] == '.' 327 if rooted {
|
/prebuilts/go/darwin-x86/src/os/ |
getwd.go | 22 // Getwd returns a rooted path name corresponding to the
|
/prebuilts/go/linux-x86/src/net/ |
dnsclient_unix.go | 162 // Do a lookup for a single name, which must be rooted 325 // If name is rooted (trailing dot), try only that name. 326 rooted := len(name) > 0 && name[len(name)-1] == '.' 327 if rooted {
|
/prebuilts/go/linux-x86/src/os/ |
getwd.go | 22 // Getwd returns a rooted path name corresponding to the
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
main.go | 450 // Internally we only use rooted paths, so dir is rooted. 451 // Even if dir is not rooted, no harm done. 621 // beginning ./ or ../, meaning it should scan the tree rooted
|
help.go | 39 An import path that is a rooted path or that begins with 339 by code in the directory tree rooted at the parent of "internal". 360 rooted at foo. The source files foo/f.go, foo/bar/x.go, and 375 by code in the directory tree rooted at the parent of "vendor", 405 code in higher directories. Within the subtree rooted at foo, an import
|
generate.go | 176 path string // full rooted path name. 177 dir string // full rooted directory of file.
|
alldocs.go | 907 by code in the directory tree rooted at the parent of "internal". 928 rooted at foo. The source files foo/f.go, foo/bar/x.go, and [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
main.go | 450 // Internally we only use rooted paths, so dir is rooted. 451 // Even if dir is not rooted, no harm done. 621 // beginning ./ or ../, meaning it should scan the tree rooted
|
help.go | 39 An import path that is a rooted path or that begins with 339 by code in the directory tree rooted at the parent of "internal". 360 rooted at foo. The source files foo/f.go, foo/bar/x.go, and 375 by code in the directory tree rooted at the parent of "vendor", 405 code in higher directories. Within the subtree rooted at foo, an import
|
generate.go | 176 path string // full rooted path name. 177 dir string // full rooted directory of file.
|
alldocs.go | 907 by code in the directory tree rooted at the parent of "internal". 928 rooted at foo. The source files foo/f.go, foo/bar/x.go, and [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.as | 88 * If newRoot is a nil-rooted single child tree, use the single 129 // is a flat list (i.e., nil-rooted tree). All children of oldRoot
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
util.go | 300 // xremoveall removes the file or directory tree rooted at p.
|
/prebuilts/go/darwin-x86/src/cmd/trace/ |
trace.go | 427 // buildBranch builds one branch in the prefix tree rooted at ctx.frameTree.
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
util.go | 300 // xremoveall removes the file or directory tree rooted at p.
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
trace.go | 427 // buildBranch builds one branch in the prefix tree rooted at ctx.frameTree.
|