OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_array
(Results
51 - 75
of
83
) sorted by null
1
2
3
4
/external/ceres-solver/internal/ceres/
linear_least_squares_problems.cc
296
scoped_array
<double> values(new double[num_rows * num_cols]);
430
scoped_array
<double> values(new double[num_rows * num_cols]);
schur_eliminator.h
333
scoped_array
<double> buffer_;
341
scoped_array
<double> chunk_outer_product_buffer_;
coordinate_descent_minimizer.cc
132
scoped_array
<LinearSolver*> linear_solvers(
schur_complement_solver.h
142
scoped_array
<double> rhs_;
program_test.cc
226
scoped_array
<double> scratch(
triplet_sparse_matrix_test.cc
282
scoped_array
<double> values(new double[10]);
covariance_impl.cc
523
scoped_array
<double> workspace(new double[num_threads * num_cols]);
712
scoped_array
<double> workspace(new double[num_threads * num_cols]);
compressed_row_sparse_matrix_test.cc
170
scoped_array
<double> diagonal(new double[num_diagonal_rows]);
program.cc
289
scoped_array
<double> residual_block_evaluate_scratch;
covariance_test.cc
773
scoped_array
<double> parameters_;
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc
231
scoped_array
<const FieldDescriptor*> sorted_fields(
288
scoped_array
<const FieldDescriptor*> sorted_fields(
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h
235
scoped_array
<uint8> buffer_;
324
scoped_array
<uint8> buffer_;
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
234
scoped_array
<uint8> buffer_;
323
scoped_array
<uint8> buffer_;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
234
scoped_array
<uint8> buffer_;
323
scoped_array
<uint8> buffer_;
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
234
scoped_array
<uint8> buffer_;
323
scoped_array
<uint8> buffer_;
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
234
scoped_array
<uint8> buffer_;
323
scoped_array
<uint8> buffer_;
/external/google-breakpad/src/client/ios/
BreakpadController.mm
82
google_breakpad::
scoped_array
<char> machine(new char[size]);
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h
171
scoped_array
<scoped_ptr<FieldGenerator> > field_generators_;
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc
319
scoped_array
<const FieldDescriptor*> sorted_fields(
361
scoped_array
<const FieldDescriptor*> sorted_fields(
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
267
google::protobuf::
scoped_array
<uint8> buffer_;
356
google::protobuf::
scoped_array
<uint8> buffer_;
/external/protobuf/src/google/protobuf/stubs/
strutil.cc
441
scoped_array
<char> unescaped(new char[src.size() + 1]);
449
scoped_array
<char> unescaped(new char[src.size() + 1]);
527
scoped_array
<char> dest(new char[dest_length]);
538
scoped_array
<char> dest(new char[dest_length]);
547
scoped_array
<char> dest(new char[dest_length]);
[
all
...]
/external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc
347
scoped_array
<MINIDUMP_USER_STREAM> user_stream_array(
/external/google-breakpad/src/processor/
static_range_map_unittest.cc
373
scoped_array
<char> memaddr(serializer_.Serialize(*rmap, NULL));
/external/icu/icu4c/source/common/unicode/
localpointer.h
26
* - boost::scoped_ptr & boost::
scoped_array
/external/libchrome/crypto/
symmetric_key_win.cc
12
// TODO(wtc): replace
scoped_array
by std::vector.
Completed in 654 milliseconds
1
2
3
4