HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 226 - 250 of 3312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
UniqueVector.h 83 Vector.resize(0, 0);
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
drop_fake_quant.cc 51 fakequant_op->inputs.resize(1);
  /external/tensorflow/tensorflow/java/src/gen/cc/
source_writer.cc 57 left_margin_.resize(std::max(static_cast<int>(left_margin_.size() + tab), 0),
  /external/v4l2_codec2/vda/
bit_reader.cc 26 str->resize(num_bytes);
  /external/v8/src/compiler/arm/
unwinding-info-writer-arm.h 28 if (enabled()) block_initial_states_.resize(number);
  /external/v8/src/compiler/arm64/
unwinding-info-writer-arm64.h 28 if (enabled()) block_initial_states_.resize(number);
  /frameworks/base/core/java/android/hardware/display/
VirtualDisplay.java 82 * Asks the virtual display to resize.
89 public void resize(int width, int height, int densityDpi) { method in class:VirtualDisplay
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 55 * Before calling this, you must call {@link #resize(float,float)}.
70 public final void resize(float width, float height) { method in class:Shape
97 * Callback method called when {@link #resize(float,float)} is executed.
  /frameworks/minikin/libs/minikin/
LineBreakerUtil.cpp 31 out.resize(len);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ByteArrayRingBuffer.java 81 * Resize the buffer, removing existing data if necessary.
84 public void resize(int maxBytes) { method in class:ByteArrayRingBuffer
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ByteArrayRingBufferTest.java 164 rb.resize(newSize);
169 /** Verifies resize()'s behavior when growing the buffer:
177 rb.resize(MAX_BYTES * 2);
186 rb.resize(MAX_BYTES);
193 rb.resize(MAX_BYTES * 2);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Decompressor.h 31 /// @brief Resize the buffer and uncompress section data into it.
34 Out.resize(DecompressedSize);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson_instance.cc 34 extensions->resize(count);
54 device.queues.resize(queue_family_count);
65 device.extensions.resize(extension_count);
73 device.layers.resize(layer_count);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stl_util.h 62 // we reach into the string's private implementation and resize it without
68 s->resize(new_size);

Completed in 983 milliseconds

1 2 3 4 5 6 7 8 91011>>