Searched refs:resize (Results 101 - 125 of 1857) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/MetisSupport/
H A DMetisSupport.h65 m_indexPtr.resize(m+1);
66 m_innerIndices.resize(TotNz);
125 matperm.resize(m);
/external/eigen/Eigen/src/QR/
H A DColPivHouseholderQR_MKL.h59 m_hCoeffs.resize(size);\
61 m_colsTranspositions.resize(cols);\
66 m_colsPermutation.resize(cols); \
/external/eigen/bench/
H A DBenchUtil.h51 dst.resize(src.rows(),src.cols());
78 dst.resize(src.rows(),src.cols());
86 dst.resize(src.size());
/external/eigen/test/
H A Dsparseqr.cpp21 A.resize(rows,cols);
22 dA.resize(rows,cols);
88 idM.resize(Q.rows(), Q.rows()); idM.setIdentity();
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCString.cpp129 str.resize(max_utf8_str_len);
134 str.resize(strlen(str.c_str()));
172 str.resize(max_length);
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFString.cpp133 str.resize(max_utf8_str_len);
138 str.resize(strlen(str.c_str()));
161 str.resize(max_length);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp59 w.resize(q.dev.max_block_size().size(), x);
233 ctx.input.resize(offset + __size);
235 ctx.g_buffers.resize(idx + 1);
238 ctx.g_handles.resize(idx + 1);
269 ctx.input.resize(offset + sizeof(uint32_t));
297 ctx.input.resize(offset + sizeof(uint32_t));
300 ctx.resources.resize(idx + 1);
327 ctx.input.resize(offset + sizeof(uint32_t));
330 ctx.sviews.resize(idx + 1);
357 ctx.input.resize(offse
[all...]
/external/chromium_org/net/spdy/
H A Dhpack_huffman_table_test.cc257 expected.resize(128, DecodeEntry(0, 2, 2)); // Fills 128.
258 expected.resize(192, DecodeEntry(0, 3, 3)); // Fills 64.
259 expected.resize(224, DecodeEntry(0, 4, 0)); // Fills 32.
260 expected.resize(256, DecodeEntry(0, 4, 1)); // Fills 32.
261 expected.resize(272, DecodeEntry(0, 5, 4)); // Fills 16.
262 expected.resize(288, DecodeEntry(0, 5, 5)); // Fills 16.
263 expected.resize(304, DecodeEntry(0, 5, 7)); // Fills 16.
264 expected.resize(306, DecodeEntry(0, 8, 6)); // Fills 2.
265 expected.resize(512, DecodeEntry()); // Remainder is empty.
303 expected.resize(
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPinchViewportTest.cpp173 webViewImpl()->resize(IntSize(320, 240));
187 webViewImpl()->resize(webViewSize);
211 webViewImpl()->resize(IntSize(320, 240));
226 webViewImpl()->resize(IntSize(320, 240));
238 webViewImpl()->resize(size);
277 webViewImpl()->resize(IntSize(320, 240));
322 webViewImpl()->resize(IntSize(320, 240));
331 // Shrink the viewport vertically. The resize shouldn't affect the location, but it
374 webViewImpl()->resize(IntSize(320, 240));
388 // Now resize th
[all...]
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_dense_matrix.cc44 block_layout_.resize(num_blocks, 0);
H A Ddense_sparse_matrix.cc45 m_.resize(num_rows, num_cols);
56 m_.resize(num_rows + num_cols, num_cols);
58 m_.resize(num_rows, num_cols);
112 m_.resize(m_.rows() + m_.cols(), m_.cols());
H A Dgradient_checker_test.cc58 a_.resize(arity_);
60 a_[j].resize(dim[j]);
111 a_.resize(arity_);
113 a_[j].resize(dim[j]);
/external/chromium_org/chrome/tools/convert_dict/
H A Dhunspell_reader.cc42 line->resize(i);
/external/chromium_org/crypto/
H A Dencryptor_nss.cc118 output->resize(output_len);
149 output->resize(op_len + digest_len);
164 output->resize(output_len);
198 output->resize(input.length());
/external/chromium_org/google_apis/cup/
H A Dclient_update_protocol_nss.cc72 encrypted_key_source_.resize(keysize);
/external/chromium_org/media/cast/transport/rtcp/
H A Drtcp_builder.cc73 packet->resize(start_size + 28);
97 packet->resize(start_size + 10);
142 packet->resize(start_size + 8);
178 packet->resize(start_size + 24);
/external/chromium_org/ppapi/cpp/
H A Darray_output.h31 output->resize(0);
100 output_->resize(element_count);
131 output_->resize(0);
150 intermediate_output_.resize(element_count);
/external/chromium_org/printing/
H A Dimage_mac.cc27 data_.resize(bytes);
/external/chromium_org/testing/android/
H A Dnative_test_util.cc44 argv->resize(argc + 1);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValuePool.cpp54 m_identifierValueCache.resize(numCSSValueKeywords);
55 m_pixelValueCache.resize(maximumCacheableIntegerValue + 1);
56 m_percentValueCache.resize(maximumCacheableIntegerValue + 1);
57 m_numberValueCache.resize(maximumCacheableIntegerValue + 1);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementCallbackDispatcher.cpp75 m_flattenedProcessingStack.resize(start);
H A DCustomElementCallbackQueue.cpp68 m_queue.resize(0);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DStream.cpp56 buffer->mutableData()->resize(len);
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DTrailingObjects.h71 // Using resize(0) rather than clear() here saves 2% on
74 m_objects.resize(0);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioSummingJunction.cpp66 m_renderingOutputs.resize(m_outputs.size());

Completed in 1925 milliseconds

1234567891011>>