HomeSort by relevance Sort by last modified time
    Searched full:scoped_array (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/ceres-solver/internal/ceres/
implicit_schur_complement_test.cc 183 scoped_array<double> b_;
184 scoped_array<double> D_;
block_sparse_matrix.h 92 scoped_array<double> values_;
schur_eliminator_test.cc 186 scoped_array<double> b;
187 scoped_array<double> D;
parameter_block.h 361 mutable scoped_array<double> local_parameterization_jacobian_;
387 scoped_array<double> upper_bounds_;
388 scoped_array<double> lower_bounds_;
visibility_based_preconditioner_test.cc 239 // scoped_array<double> b_;
240 // scoped_array<double> D_;
cgnr_linear_operator.h 114 scoped_array<double> z_;
residual_block.h 137 scoped_array<ParameterBlock*> parameter_blocks_;
residual_block_utils_test.cc 57 scoped_array<double> scratch(
  /external/google-breakpad/src/common/
string_conversion.cc 123 scoped_array<uint16_t> source_buffer;
140 scoped_array<UTF8> target_buffer(new UTF8[target_capacity]);
  /external/clang/test/SemaCXX/
new-delete.cpp 471 template <class C> struct scoped_array { struct in namespace:PR12061
472 scoped_array(C* p = __null);
475 Foo() : a_(new scoped_array<int>[5]) { }
476 scoped_array< scoped_array<int> > a_;
  /external/google-breakpad/src/processor/
static_contained_range_map_unittest.cc 171 scoped_array<char> serialized_data_;
240 scoped_array<char> serialized_data;
260 scoped_array<char> serialized_data;
module_serializer.cc 143 scoped_array<char> symbol_data(Serialize(*basic_module, &size));
197 scoped_array<char> buffer(new char[symbol_data.size() + 1]);
module_comparer.cc 60 scoped_array<char> buffer(new char[symbol_data.size() + 1]);
69 scoped_array<char> serialized_data(
cfi_frame_info.cc 128 scoped_array<char> working_copy(new char[rule_set_len + 1]);
  /bionic/libc/private/
UniquePtr.h 41 // and boost::scoped_array).
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper_unittest_helper.cc 85 google_breakpad::scoped_array<pthread_t> threads(new pthread_t[num_threads]);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.h 105 scoped_array<scoped_ptr<FieldGenerator> > field_generators_;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 43 #include <boost/scoped_array.hpp>
194 boost::scoped_array<char> m_alt_stack;
  /external/conscrypt/src/compat/native/
UniquePtr.h 48 // and boost::scoped_array).
  /external/conscrypt/src/openjdk/native/
UniquePtr.h 48 // and boost::scoped_array).
  /external/google-breakpad/src/client/ios/handler/
ios_exception_minidump_generator.mm 177 scoped_array<uint8_t> stack_memory(new uint8_t[stack_size]);
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer_unittest.cc 111 scoped_array<char> buf(new char[kBufSize]);
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 137 scoped_array<CustomInfoEntry> custom_info_entries_;
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.h 108 scoped_array<scoped_ptr<FieldGeneratorType> > field_generators_;
  /libnativehelper/include/nativehelper/
UniquePtr.h 44 // and boost::scoped_array).

Completed in 3623 milliseconds

12 3 4