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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/os/
dir_plan9.go 23 fi := make([]FileInfo, 0, size) // Empty with room to grow.
dir_unix.go 60 names = make([]string, 0, size) // Empty with room to grow.
dir_windows.go 28 fi = make([]FileInfo, 0, size) // Empty with room to grow.
  /prebuilts/go/darwin-x86/src/syscall/
env_windows.go 76 r := make([]string, 0, 50) // Empty with room to grow.
  /prebuilts/go/linux-x86/src/os/
dir_plan9.go 23 fi := make([]FileInfo, 0, size) // Empty with room to grow.
dir_unix.go 60 names = make([]string, 0, size) // Empty with room to grow.
dir_windows.go 28 fi = make([]FileInfo, 0, size) // Empty with room to grow.
  /prebuilts/go/linux-x86/src/syscall/
env_windows.go 76 r := make([]string, 0, 50) // Empty with room to grow.
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 87 // grow grows the buffer to guarantee space for n more bytes.
89 // If the buffer can't grow it will panic with ErrTooLarge.
90 func (b *Buffer) grow(n int) int { func
119 // Grow grows the buffer's capacity, if necessary, to guarantee space for
120 // another n bytes. After Grow(n), at least n bytes can be written to the
122 // If n is negative, Grow will panic.
123 // If the buffer can't grow it will panic with ErrTooLarge.
124 func (b *Buffer) Grow(n int) {
126 panic("bytes.Buffer.Grow: negative count")
128 m := b.grow(n
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 87 // grow grows the buffer to guarantee space for n more bytes.
89 // If the buffer can't grow it will panic with ErrTooLarge.
90 func (b *Buffer) grow(n int) int { func
119 // Grow grows the buffer's capacity, if necessary, to guarantee space for
120 // another n bytes. After Grow(n), at least n bytes can be written to the
122 // If n is negative, Grow will panic.
123 // If the buffer can't grow it will panic with ErrTooLarge.
124 func (b *Buffer) Grow(n int) {
126 panic("bytes.Buffer.Grow: negative count")
128 m := b.grow(n
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 736 int[] grow = new int[fmCacheCount * 4 * 2];
737 System.arraycopy(fmCache, 0, grow, 0, fmCacheCount * 4);
738 fmCache = grow;
742 int[] grow = new int[spanEndCacheCount * 2];
743 System.arraycopy(spanEndCache, 0, grow, 0, spanEndCacheCount);
744 spanEndCache = grow;
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 84 /// Grow the densemap so that it can contain at least \p NumEntries items
90 grow(NumBuckets);
311 /// accommodate \p NumEntries without need to grow().
424 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
425 static_cast<DerivedT *>(this)->grow(AtLeast);
476 // grow the table.
486 this->grow(NumBuckets * 2);
491 this->grow(NumBuckets);
599 /// this number of elements can be inserted in the map without grow()
667 void grow(unsigned AtLeast) function in class:llvm::DenseMap
893 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 85 /// Grow the densemap so that it can contain at least \p NumEntries items
91 grow(NumBuckets);
326 /// accommodate \p NumEntries without need to grow().
439 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
440 static_cast<DerivedT *>(this)->grow(AtLeast);
474 // grow the table.
484 this->grow(NumBuckets * 2);
489 this->grow(NumBuckets);
597 /// this number of elements can be inserted in the map without grow()
665 void grow(unsigned AtLeast) function in class:llvm::DenseMap
893 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 88 /// Grow the densemap so that it can contain at least \p NumEntries items
94 grow(NumBuckets);
329 /// accommodate \p NumEntries without need to grow().
444 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
445 static_cast<DerivedT *>(this)->grow(AtLeast);
479 // grow the table.
489 this->grow(NumBuckets * 2);
494 this->grow(NumBuckets);
602 /// this number of elements can be inserted in the map without grow()
670 void grow(unsigned AtLeast) function in class:llvm::DenseMap
898 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 123 grow();
125 "Failed to grow available trampolines.");
132 virtual void grow() = 0;
171 void grow() override {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 135 grow();
137 "Failed to grow available trampolines.");
144 virtual void grow() = 0;
184 void grow() override {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 135 grow();
137 "Failed to grow available trampolines.");
144 virtual void grow() = 0;
184 void grow() override {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 135 grow();
137 "Failed to grow available trampolines.");
144 virtual void grow() = 0;
184 void grow() override {

Completed in 1507 milliseconds

1 2 3 4 56 7 8 91011>>