HomeSort by relevance Sort by last modified time
    Searched defs:resize (Results 176 - 200 of 546) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/layoutlib/bridge/src/android/text/
OptimizingLineBreaker.java 124 resize(breakInfo, count); method
136 private static void resize(LineBreaks lineBreaks, int size) { method in class:OptimizingLineBreaker
  /frameworks/native/libs/vr/libpdx/private/pdx/
utility.h 23 resize(other.size());
30 resize(other.size());
80 inline void resize(size_t size) { function in class:android::pdx::ByteBuffer
87 resize(old_size + size_delta);
216 buffer_.resize(initializer.size());
226 buffer_.resize(initializer.size());
  /libcore/ojluni/src/main/java/java/lang/
ThreadLocal.java 335 * The next size value at which to resize.
340 * Set the resize threshold to maintain at worst a 2/3 load factor.
675 resize(); method
681 private void resize() { method in class:ThreadLocal.ThreadLocalMap
  /packages/apps/Contacts/src/com/android/contacts/widget/
FloatingActionButtonController.java 153 public void resize(int dimension, boolean animate) { method in class:FloatingActionButtonController
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 144 public void resize(int rows, int cols, int scrollRows) { method in class:Terminal
146 throw new IllegalStateException("resize failed");
TerminalView.java 259 mTerm.resize(rows, cols, scrollRows);
303 // Layout will kick off terminal resize when needed
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 227 /// resize - Grow or shrink the bitvector.
228 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
444 resize(RHS.size());
452 resize(RHS.size());
516 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
523 /// Don't resize. This computes "*this &= ~Mask".
529 /// Don't resize. This computes "*this |= ~Mask".
535 /// Don't resize. This computes "*this &= Mask".
DenseSet.h 72 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::detail::DenseSetImpl
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 227 /// resize - Grow or shrink the bitvector.
228 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
444 resize(RHS.size());
452 resize(RHS.size());
516 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
523 /// Don't resize. This computes "*this &= ~Mask".
529 /// Don't resize. This computes "*this |= ~Mask".
535 /// Don't resize. This computes "*this &= Mask".
DenseSet.h 72 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::detail::DenseSetImpl
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ASTVector.h 338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 315 b.resize(recordHeaderLen + explicitIVLen + len(payload))
367 b.resize(recordHeaderLen + explicitIVLen + n)
398 b.resize(n + len(mac))
412 b.resize(len(b.data) + c.Overhead())
433 b.resize(recordHeaderLen + explicitIVLen + len(prefix) + len(finalBlock))
457 // resize resizes block to be n bytes, growing if necessary.
458 func (b *block) resize(n int) { func
521 b.resize(0)
542 bb.resize(len(b.data) - n)
907 b.resize(recordHeaderLen + explicitIVLen + m
    [all...]

Completed in 635 milliseconds

1 2 3 4 5 6 78 91011>>