HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 151 - 175 of 2716) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/libappfuse/
EpollController.cc 28 events_.resize(event_count);
34 events_.resize(result);
  /system/core/libmemunreachable/
Binder.cpp 46 refs.resize(size);
56 refs.resize(size);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
OvalShapeTest.java 62 ovalShape.resize(TEST_WIDTH, TEST_HEIGHT);
70 ovalShape.resize(SQUARE, SQUARE); // circle
96 shape.resize(100, 100);
107 shape.resize(100, 200);
117 shape.resize(100, 100);
RectShapeTest.java 69 rectShape.resize(TEST_WIDTH, TEST_HEIGHT);
82 rectShape.resize(100f, 200f);
102 rectShape.resize(TEST_WIDTH, TEST_HEIGHT);
123 shape.resize(100, 100);
  /external/eigen/Eigen/src/StlSupport/
StdDeque.h 48 #if !EIGEN_HAS_CXX11_CONTAINERS && !(defined(_GLIBCXX_DEQUE) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::deque::resize(size_type,const T&). */
80 void resize(size_type new_size) function in class:std::deque
81 { resize(new_size, T()); }
85 void resize(size_type new_size, const value_type& x) function in class:std::deque
103 void resize(size_type new_size, const value_type& x) function in class:std::deque
113 void resize(size_type new_size, const value_type& x) function in class:std::deque
  /external/swiftshader/third_party/subzero/src/
IceLiveness.cpp 44 Nodes.resize(NumNodes);
45 VarToLiveMap.resize(NumVars);
63 // Resize each LivenessNode::LiveToVarMap, and the global LiveToVarMap. Reset
75 RangeMask.resize(NumVars);
114 Node.LiveIn.resize(NumGlobals);
115 Node.LiveOut.resize(NumGlobals);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleUtils.cpp 38 val->value.int32Values.resize(vecSize);
42 val->value.floatValues.resize(vecSize);
45 val->value.int64Values.resize(vecSize);
48 val->value.bytes.resize(vecSize);
100 dest->resize(0);
Obd2SensorStore.cpp 29 resize(numBits);
32 void Obd2SensorStore::BitmaskInVector::resize(size_t numBits) { function in class:android::hardware::automotive::vehicle::V2_0::Obd2SensorStore::BitmaskInVector
62 mSensorsBitmask.resize(mIntegerSensors.size() + mFloatSensors.size());
  /external/libvpx/libvpx/test/
test-data.mk     [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
Tensor.h 388 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
397 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
406 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
416 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
423 void resize(Index firstDimension, IndexTypes... otherDimensions) function in class:Eigen::Tensor
425 // The number of dimensions used to resize a tensor must be equal to the rank of the tensor.
427 resize(array<Index, NumIndices>{{firstDimension, otherDimensions...}});
432 EIGEN_DEVICE_FUNC void resize(const array<Index, NumIndices>& dimensions) function in class:Eigen::Tensor
442 m_storage.resize(size, dimensions);
445 m_storage.resize(size, dimensions)
450 EIGEN_DEVICE_FUNC void resize(const DSizes<Index, NumIndices>& dimensions) { function in class:Eigen::Tensor
459 void resize() function in class:Eigen::Tensor
470 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize(CustomDimension& dimensions) function in class:Eigen::Tensor
479 void resize(const Sizes<Indices...>& dimensions) { function in class:Eigen::Tensor
489 void resize(const Sizes<V1, V2, V3, V4, V5>& dimensions) { function in class:Eigen::Tensor
    [all...]
  /external/libese/libese-teq1/tests/
teq1_unittests.cpp 227 tx_data_.resize(oversized_data_len_, 'C');
501 wire_.invocations.resize(0);
515 wire_.invocations.resize(1);
527 wire_.invocations[0].expected_tx.resize(frame_size);
536 wire_.invocations[0].rx.resize(frame_size);
554 wire_.invocations.resize(2);
566 wire_.invocations[0].expected_tx.resize(frame_size);
568 wire_.invocations[1].expected_tx.resize(frame_size);
576 wire_.invocations[0].rx.resize(frame_size);
584 wire_.invocations[1].rx.resize(frame_size)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h+m_over_allocation);
160 m_data.resize(m_w*m_h+m_over_allocation);
164 m_data.resize(m_w*m_h*3+m_over_allocation);
208 m_rows.resize(m_h);
235 m_data.resize(m_w*m_h+m_over_allocation);
  /external/llvm/lib/CodeGen/
SafeStackColoring.cpp 54 InterestingAllocas.resize(NumAllocas);
97 BlockInfo.Begin.resize(NumAllocas);
98 BlockInfo.End.resize(NumAllocas);
99 BlockInfo.LiveIn.resize(NumAllocas);
100 BlockInfo.LiveOut.resize(NumAllocas);
198 Started.resize(NumAllocas);
199 Ended.resize(NumAllocas);
201 Start.resize(NumAllocas);
269 LiveRanges.resize(NumAllocas);
  /bionic/libc/malloc_debug/
GuardData.cpp 45 cmp_mem_.resize(num_bytes);
67 frames.resize(frame_num);
75 cmp_mem_.resize(config.front_guard_bytes());
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 65 m_indexPtr.resize(m+1);
66 m_innerIndices.resize(TotNz);
125 matperm.resize(m);
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR_LAPACKE.h 56 m_hCoeffs.resize(size);\
58 m_colsTranspositions.resize(cols);\
63 m_colsPermutation.resize(cols); \
  /external/eigen/bench/
BenchUtil.h 51 dst.resize(src.rows(),src.cols());
78 dst.resize(src.rows(),src.cols());
86 dst.resize(src.size());
  /external/eigen/test/
sparseqr.cpp 21 A.resize(rows,cols);
22 dA.resize(rows,cols);
90 idM.resize(Q.rows(), Q.rows()); idM.setIdentity();
  /external/libchrome/base/strings/
utf_string_conversion_utils.cc 82 output->resize(char_offset + CBU8_MAX_LENGTH);
88 output->resize(char_offset);
100 output->resize(char_offset + CBU16_MAX_LENGTH);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_option.hpp 106 void resize(const Protocol&, std::size_t s) function in class:asio::detail::socket_option::boolean
120 std::length_error ex("boolean socket option resize");
197 void resize(const Protocol&, std::size_t s) function in class:asio::detail::socket_option::integer
201 std::length_error ex("integer socket option resize");
290 void resize(const Protocol&, std::size_t s) function in class:asio::detail::socket_option::linger
294 std::length_error ex("linger socket option resize");
  /build/kati/
file.cc 43 buf_.resize(len);
io.cc 44 s->resize(len);
  /external/dng_sdk/source/
dng_spline.cpp 81 S.resize (count);
113 E.resize (count);
114 F.resize (count);
115 G.resize (count);
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 106 m_hCoeffs.resize(size-1);
129 m_hCoeffs.resize(matrix.rows()-1,1);
160 m_hCoeffs.resize(matrix.rows()-1,1);
298 temp.resize(n);
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky_impl.h 54 m_matrix.resize(size, size);
55 m_parent.resize(size);
56 m_nonZerosPerCol.resize(size);
120 m_diag.resize(DoLDLT ? size : 0);

Completed in 883 milliseconds

1 2 3 4 5 67 8 91011>>