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

1 2 3 4 5

  /external/valgrind/drd/tests/
trylock.stderr.exp 8 Attempt to lock for writing recursively (not allowed).
  /prebuilts/go/darwin-x86/src/runtime/
print.go 60 // call print recursively. There is also the problem of a crash
63 // For both these reasons, let a thread acquire the printlock 'recursively'.
  /prebuilts/go/linux-x86/src/runtime/
print.go 60 // call print recursively. There is also the problem of a crash
63 // For both these reasons, let a thread acquire the printlock 'recursively'.
  /build/blueprint/proptools/
typeequal.go 80 // Returns true if v recursively contains no interfaces
  /external/proguard/src/proguard/obfuscate/
ClassObfuscator.java 281 // package. Do this recursively if we're not doing any
303 boolean recursively)
314 if (!recursively)
355 // Otherwise figure out the new superpackage prefix, recursively.
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 11 that directory, recursively. (Files starting with a period are ignored.)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 11 that directory, recursively. (Files starting with a period are ignored.)
  /prebuilts/go/darwin-x86/src/compress/bzip2/
huffman.go 126 // grouped together, recursively.
209 // If this function was called recursively then we know that
  /prebuilts/go/darwin-x86/src/go/ast/
walk.go 47 // v.Visit(node) is not nil, Walk is invoked recursively with visitor
381 // recursively for each of the non-nil children of node, followed by a
  /prebuilts/go/linux-x86/src/compress/bzip2/
huffman.go 126 // grouped together, recursively.
209 // If this function was called recursively then we know that
  /prebuilts/go/linux-x86/src/go/ast/
walk.go 47 // v.Visit(node) is not nil, Walk is invoked recursively with visitor
381 // recursively for each of the non-nil children of node, followed by a
  /prebuilts/go/darwin-x86/src/math/big/
natconv.go 334 // Convert words of q to base b digits in s. If q is large, it is recursively "split in half"
343 // is made better by splitting the subblocks recursively. Best is to split blocks until one more
351 // split larger blocks recursively
  /prebuilts/go/linux-x86/src/math/big/
natconv.go 334 // Convert words of q to base b digits in s. If q is large, it is recursively "split in half"
343 // is made better by splitting the subblocks recursively. Best is to split blocks until one more
351 // split larger blocks recursively
  /build/blueprint/
doc.go 50 // The modules from the top level Blueprints file and recursively through any
singleton_ctx.go 50 // with all of the variables recursively expanded. Any variables references
  /prebuilts/go/darwin-x86/misc/linkcheck/
linkcheck.go 6 // It crawls a URL recursively and notes URLs and URL fragments
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 147 // If v's arg is also flags, copy recursively.
decompose.go 290 // and then recursively decomposes the phis for each field.
306 // Recursively decompose phis for each field.
313 // and then recursively decomposes the element phi.
330 // Recursively decompose elem phi.
nilcheck.go 16 // We can recursively remove any chain of fixed offset calculations,
  /prebuilts/go/linux-x86/misc/linkcheck/
linkcheck.go 6 // It crawls a URL recursively and notes URLs and URL fragments
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 147 // If v's arg is also flags, copy recursively.
decompose.go 290 // and then recursively decomposes the phis for each field.
306 // Recursively decompose phis for each field.
313 // and then recursively decomposes the element phi.
330 // Recursively decompose elem phi.
  /external/v8/tools/
profile_view.js 192 * Sorts all the node's children recursively.
  /prebuilts/go/darwin-x86/src/cmd/go/
clean.go 50 The -r flag causes clean to be applied recursively to all the
list.go 75 Deps []string // all (recursively) imported dependencies

Completed in 1443 milliseconds

1 2 3 4 5