HomeSort by relevance Sort by last modified time
    Searched refs:Grow (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
IntervalMap.h 318 // We want to grow, copy from sib.
386 /// Elements + Grow <= Nodes * Capacity.
399 /// Grow is set and NewSize[idx] == Capacity-1. The index points to the node
409 /// @param Grow Reserve space for a new element at Position.
413 unsigned Position, bool Grow);
617 /// possible. This may cause the node to grow by 1, or it may cause the node
879 /// fillLeft - Grow path to Height by taking leftmost branches.
    [all...]
  /external/lzma/CPP/Common/
MyString.h 203 void Grow(unsigned n);
431 void Grow(unsigned n);
  /prebuilts/go/darwin-x86/src/html/template/
url.go 91 b.Grow(b.Cap() + len(s) + 16)
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweepbuf.go 81 // Grow the spine.
gc_test.go 438 // Grow the heap in small increments. This used to drop the
  /prebuilts/go/linux-x86/src/html/template/
url.go 91 b.Grow(b.Cap() + len(s) + 16)
  /prebuilts/go/linux-x86/src/runtime/
mgcsweepbuf.go 81 // Grow the spine.
gc_test.go 438 // Grow the heap in small increments. This used to drop the
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 47 s.Grow(s.Size)
144 initfunc.Grow(initfunc.Size)
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 47 s.Grow(s.Size)
144 initfunc.Grow(initfunc.Size)
  /build/blueprint/
ninja_strings.go 323 ret.Grow(len(name))
  /prebuilts/go/darwin-x86/src/bytes/
example_test.go 35 b.Grow(64)
bytes_test.go 997 // 1. Grow. This triggers two reallocations in Map.
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
example_test.go 35 b.Grow(64)
bytes_test.go 997 // 1. Grow. This triggers two reallocations in Map.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 255 procedure Grow;
347 /// reasons, this space is preallocated on the stack and does not grow if
589 procedure TDictionary<TKey,TValue>.Grow;
750 Grow;
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 150 // Grow buffer if not large enough.
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
value.go 155 for err == syscall.ERROR_MORE_DATA { // Grow buffer if needed
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 150 // Grow buffer if not large enough.
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
value.go 155 for err == syscall.ERROR_MORE_DATA { // Grow buffer if needed
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 666 : HighlightView.ModifyMode.Grow);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 288 t.Grow(3 * nsections * int64(ctxt.Arch.PtrSize))
668 moduledata.Grow(moduledata.Size)
  /prebuilts/go/darwin-x86/src/encoding/xml/
read.go 275 // Grow slice.
391 // Grow slice.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 288 t.Grow(3 * nsections * int64(ctxt.Arch.PtrSize))
668 moduledata.Grow(moduledata.Size)
  /prebuilts/go/linux-x86/src/encoding/xml/
read.go 275 // Grow slice.
391 // Grow slice.

Completed in 1493 milliseconds

1 2 34 5 6