HomeSort by relevance Sort by last modified time
    Searched refs:creates (Results 126 - 150 of 353) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
tcpsock_test.go 175 // The benchmark creates GOMAXPROCS client/server pairs.
176 // Each pair creates 4 goroutines: client reader/writer and server reader/writer.
  /prebuilts/go/darwin-x86/src/os/
file_plan9.go 430 // Link creates newname as a hard link to the oldname file.
436 // Symlink creates newname as a symbolic link to oldname.
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 220 // onePassCopy creates a copy of the original Prog, as we'll be modifying it
293 // makeOnePass creates a onepass Prog, if possible. It is possible if at any alt,
497 // Creates a slightly optimized copy of the original Prog
  /prebuilts/go/linux-x86/src/cmd/pack/
pack.go 145 // archive opens (and if necessary creates) the named archive.
165 // create creates and initializes an archive that does not exist.
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 59 // WithPadding creates a new encoding identical to enc except
66 // Strict creates a new encoding identical to enc except with
  /prebuilts/go/linux-x86/src/net/
tcpsock_test.go 175 // The benchmark creates GOMAXPROCS client/server pairs.
176 // Each pair creates 4 goroutines: client reader/writer and server reader/writer.
  /prebuilts/go/linux-x86/src/os/
file_plan9.go 430 // Link creates newname as a hard link to the oldname file.
436 // Symlink creates newname as a symbolic link to oldname.
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 220 // onePassCopy creates a copy of the original Prog, as we'll be modifying it
293 // makeOnePass creates a onepass Prog, if possible. It is possible if at any alt,
497 // Creates a slightly optimized copy of the original Prog
  /build/kati/
var.go 345 // NewVars creates new Vars.
  /build/soong/cmd/sbox/
sbox.go 183 // TODO(jeffrygaston) if a process creates more output files than it declares, should there be a warning?
  /build/soong/third_party/zip/
struct.go 115 // FileInfoHeader creates a partially-populated FileHeader from an
  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 462 int creates = mCreateActivityCallCounter.getCallCount(); local
463 waitForCallbackCallCount(mDestroyActivityCallCounter, creates,
    [all...]
  /external/llvm/bindings/go/llvm/
target.go 115 // Creates target data from a target layout string.
240 // CreateTargetMachine creates a new TargetMachine.
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 193 // FileInfoHeader creates a partially-populated Header from fi.
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 115 // FileInfoHeader creates a partially-populated FileHeader from an
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 58 // newSparseTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 220 // Don't annotate an empty select - creates a syntax error.
225 // Don't annotate an empty switch - creates a syntax error.
236 // Don't annotate an empty type switch - creates a syntax error.
473 // newCounter creates a new counter expression of the appropriate form.
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/
plugin.go 19 // A FlagSet creates and parses command-line flags.
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader.go 220 // NewReader creates a new io.ReadCloser.
writer.go 235 // NewWriter creates a new io.WriteCloser.
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer.go 38 // NewWriter creates a new Writer.
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_test.go 216 // tempFile creates a temp file containing contents and returns its path.
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
file.go 133 // NewFile creates a new File for accessing a Plan 9 binary in an underlying reader.
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 273 // package's init function when it creates its Vars. If the name is already
  /prebuilts/go/darwin-x86/src/go/ast/
resolve.go 65 // NewPackage creates a new Package node from a set of File nodes. It resolves

Completed in 1012 milliseconds

1 2 3 4 56 7 8 91011>>