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

1 23 4 5 6 7 8 91011>>

  /external/libese/apps/boot/tests/
ese_app_boot_tests.cpp 88 trans_.invocations.resize(0);
101 trans_.invocations.resize(2);
103 trans_.invocations[0].expected_tx.resize(kManageChannelOpenLength);
106 trans_.invocations[0].rx.resize(3);
111 trans_.invocations[1].expected_tx.resize(kSelectAppletLength);
115 trans_.invocations[1].rx.resize(2);
126 trans_.invocations.resize(1);
128 trans_.invocations[0].expected_tx.resize(kManageChannelOpenLength);
131 trans_.invocations[0].rx.resize(2);
144 trans_.invocations.resize(2)
    [all...]
  /external/eigen/test/
array_replicate.cpp 37 x1.resize(rows*f1,cols*f2);
43 x2.resize(2*rows,3*cols);
48 x2.resize(rows,3*cols);
52 vx1.resize(3*rows,cols);
61 x2.resize(rows,f1);
66 vx1.resize(rows*f2);
  /external/eigen/Eigen/src/Core/
ArrayWrapper.h 101 * \sa DenseBase::resize(Index) */
103 void resize(Index newSize) { m_expression.resize(newSize); } function in class:Eigen::ArrayWrapper
105 * \sa DenseBase::resize(Index,Index)*/
107 void resize(Index rows, Index cols) { m_expression.resize(rows,cols); } function in class:Eigen::ArrayWrapper
195 * \sa DenseBase::resize(Index) */
197 void resize(Index newSize) { m_expression.resize(newSize); } function in class:Eigen::MatrixWrapper
199 * \sa DenseBase::resize(Index,Index)*
201 void resize(Index rows, Index cols) { m_expression.resize(rows,cols); } function in class:Eigen::MatrixWrapper
    [all...]
  /external/libbrillo/brillo/
secure_blob.h 18 // on resize, assign, etc.
26 void resize(size_type count);
27 void resize(size_type count, const value_type& value);
secure_blob.cc 20 void SecureBlob::resize(size_type count) { function in class:brillo::SecureBlob
24 Blob::resize(count);
27 void SecureBlob::resize(size_type count, const value_type& value) { function in class:brillo::SecureBlob
31 Blob::resize(count, value);
  /external/libcxx/src/
valarray.cpp 16 template void valarray<size_t>::resize(size_t, size_t);
25 __1d_.resize(__k);
  /external/libcxx/test/std/strings/basic.string/string.capacity/
max_size.pass.cpp 33 try { s2.resize(sz, 'x'); }
44 try { s2.resize(sz, 'x'); }
  /external/perf_data_converter/src/quipper/
data_reader.cc 21 dest->resize(std::max(size, orig_size));
23 dest->resize(ret ? size : orig_size);
  /external/vulkan-validation-layers/demos/smoke/
Helpers.h 43 exts.resize(count);
51 exts.resize(count);
59 phys.resize(count);
67 layer_props.resize(count);
75 queues.resize(count);
85 formats.resize(count);
93 modes.resize(count);
101 images.resize(count);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
valarray.cpp 19 template void valarray<size_t>::resize(size_t, size_t);
28 __1d_.resize(__k);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.capacity/
max_size.pass.cpp 33 try { s2.resize(sz, 'x'); }
44 try { s2.resize(sz, 'x'); }
  /art/compiler/optimizing/
linear_order.h 43 // Resize the vector and pass an ArrayRef<> to internal implementation which is shared
45 linear_order->resize(graph->GetReversePostOrder().size());
  /cts/tests/autofillservice/src/android/autofillservice/cts/
DialogLauncherActivityTest.java 54 private void autofillNoDatasetsTest(boolean resize) throws Exception {
58 if (resize) {
91 private void autofillOneDatasetTest(boolean resize) throws Exception {
95 if (resize) {
  /external/eigen/bench/btl/generic_bench/utils/
size_log.hh 25 // resize() method
31 X.resize(nb_point);
  /external/llvm/lib/Support/
Compression.cpp 53 CompressedBuffer.resize(CompressedSize);
61 CompressedBuffer.resize(CompressedSize);
68 UncompressedBuffer.resize(UncompressedSize);
75 UncompressedBuffer.resize(UncompressedSize);
  /external/parameter-framework/upstream/parameter/log/include/log/
Context.h 59 mLogger.mProlog.resize(mLogger.mProlog.size() - 4);
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
drop_im2col_arrays.cc 36 conv_op->outputs.resize(1);
  /tools/dexter/slicer/export/slicer/
index_map.h 40 indexes_map_.resize(index + 1);
  /external/llvm/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IndexedMap.h 62 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
63 storage_.resize(s, nullVal_);
73 resize(NewSize);
  /external/tensorflow/tensorflow/core/kernels/
mfcc_dct.cc 45 cosines_.resize(coefficient_count_);
51 cosines_[i].resize(input_length_);
67 output->resize(coefficient_count_);
  /external/tensorflow/tensorflow/core/ops/
random_ops_test.cc 26 op.input_tensors.resize(2);
42 op.input_tensors.resize(2);
57 op.input_tensors.resize(2);
  /frameworks/native/libs/ui/
FrameStats.cpp 70 desiredPresentTimesNano.resize(frameCount);
74 actualPresentTimesNano.resize(frameCount);
78 frameReadyTimesNano.resize(frameCount);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IndexedMap.h 60 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
61 storage_.resize(s, nullVal_);
71 resize(NewSize);

Completed in 604 milliseconds

1 23 4 5 6 7 8 91011>>