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

1 2 3

  /prebuilts/go/darwin-x86/src/cmd/vet/
atomic.go 19 // checkAtomicAssignment walks the assignment statement checking for common
51 // checkAtomicAddAssignment walks the atomic.Add* method calls checking for assigning the return value
rangeloop.go 33 // checkLoop walks the body of the provided loop statement, checking whether
tests.go 163 // checkTestFunctions walks Test, Benchmark and Example functions checking
deadcode.go 155 // findDead walks the statement looking for dead code.
main.go 495 // walkDir recursively walks the tree looking for Go packages.
572 // walkFile walks the file's tree.
  /prebuilts/go/linux-x86/src/cmd/vet/
atomic.go 19 // checkAtomicAssignment walks the assignment statement checking for common
51 // checkAtomicAddAssignment walks the atomic.Add* method calls checking for assigning the return value
rangeloop.go 33 // checkLoop walks the body of the provided loop statement, checking whether
tests.go 163 // checkTestFunctions walks Test, Benchmark and Example functions checking
deadcode.go 155 // findDead walks the statement looking for dead code.
main.go 495 // walkDir recursively walks the tree looking for Go packages.
572 // walkFile walks the file's tree.
  /prebuilts/go/darwin-x86/src/cmd/doc/
dirs.go 19 // only walks the tree once, caching the data it finds.
56 // walk walks the trees in GOROOT and GOPATH.
65 // bfsWalkRoot walks a single directory hierarchy in breadth-first lexical order.
  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 19 // only walks the tree once, caching the data it finds.
56 // walk walks the trees in GOROOT and GOPATH.
65 // bfsWalkRoot walks a single directory hierarchy in breadth-first lexical order.
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
SourceRoot.java 541 final List<ParallelParse> walks = new ArrayList<>(); local
552 walks.add(w);
568 for (ParallelParse w : walks) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 42 instead a standard single iteration block. The <tt>visit(tree)</tt> method walks
  /prebuilts/go/darwin-x86/src/regexp/syntax/
regexp.go 291 // MaxCap walks the regexp to find the maximum capture index.
305 // CapNames walks the regexp to find the names of capturing groups.
  /prebuilts/go/linux-x86/src/regexp/syntax/
regexp.go 291 // MaxCap walks the regexp to find the maximum capture index.
305 // CapNames walks the regexp to find the names of capturing groups.
  /external/boringssl/src/util/
run_android_tests.go 125 // setWorkingDirectory walks up directories as needed until the current working
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 7 // saves a copy of the body. Then inlcalls walks each function body to
406 // Inlcalls/nodelist/node walks fn's statements and expressions and substitutes any
653 // reassigned takes an ONAME node, walks the function in which it is defined, and returns a boolean
swt.go 25 // An exprSwitch walks an expression switch.
31 // A typeSwitch walks a type switch.
214 // walkswitch walks a switch statement.
racewalk.go 108 // walks the tree and adds calls to the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 7 // saves a copy of the body. Then inlcalls walks each function body to
406 // Inlcalls/nodelist/node walks fn's statements and expressions and substitutes any
653 // reassigned takes an ONAME node, walks the function in which it is defined, and returns a boolean
swt.go 25 // An exprSwitch walks an expression switch.
31 // A typeSwitch walks a type switch.
214 // walkswitch walks a switch statement.
racewalk.go 108 // walks the tree and adds calls to the
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 331 // walk walks the AST x, calling visit(f, x, context) for each node.
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 331 // walk walks the AST x, calling visit(f, x, context) for each node.

Completed in 541 milliseconds

1 2 3