OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_array
(Results
26 - 50
of
159
) sorted by null
1
2
3
4
5
6
7
/external/chromium/chrome/browser/policy/
policy_path_parser_win.cc
63
scoped_array
<WCHAR> username(new WCHAR[return_length]);
74
scoped_array
<WCHAR> machinename(new WCHAR[return_length]);
/external/ceres-solver/internal/ceres/
unsymmetric_linear_solver_test.cc
115
scoped_array
<double> b_;
116
scoped_array
<double> D_;
117
scoped_array
<double> sol_unregularized_;
118
scoped_array
<double> sol_regularized_;
program_evaluator.h
307
scoped_array
<double> residual_block_evaluate_scratch;
309
scoped_array
<double> gradient;
311
scoped_array
<double> residual_block_residuals;
312
scoped_array
<double*> jacobian_block_ptrs;
351
scoped_array
<EvaluatePreparer> evaluate_preparers_;
352
scoped_array
<EvaluateScratch> evaluate_scratch_;
block_random_access_dense_matrix.h
89
scoped_array
<double> values_;
90
scoped_array
<CellInfo> cell_infos_;
iterative_schur_complement_solver_test.cc
115
scoped_array
<double> b_;
116
scoped_array
<double> D_;
triplet_sparse_matrix.h
121
scoped_array
<int> rows_;
122
scoped_array
<int> cols_;
123
scoped_array
<double> values_;
scratch_evaluate_preparer.h
63
scoped_array
<double> jacobian_scratch_;
implicit_schur_complement_test.cc
180
scoped_array
<double> b_;
181
scoped_array
<double> D_;
/external/chromium/crypto/
rsa_private_key_win.cc
66
scoped_array
<BYTE> blob(new BYTE[blob_size]);
143
scoped_array
<uint8> blob(new uint8[blob_length]);
197
scoped_array
<uint8> key_info(new uint8[key_info_len]);
214
scoped_array
<BYTE> encoded(new BYTE[encoded_length]);
/external/chromium_org/media/video/capture/mac/
video_capture_device_qtkit_mac.h
37
// assumptions.
scoped_array
<> might make more sense, if the size
/external/chromium/third_party/libjingle/source/talk/base/
buffer.h
91
talk_base::
scoped_array
<char> data(new char[capacity]);
112
scoped_array
<char> data_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_field.h
95
scoped_array
<scoped_ptr<FieldGenerator> > field_generators_;
96
scoped_array
<scoped_ptr<FieldGenerator> > extension_generators_;
/external/protobuf/src/google/protobuf/compiler/java/
java_field.h
85
scoped_array
<scoped_ptr<FieldGenerator> > field_generators_;
86
scoped_array
<scoped_ptr<FieldGenerator> > extension_generators_;
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.h
85
scoped_array
<scoped_ptr<FieldGenerator> > field_generators_;
86
scoped_array
<scoped_ptr<FieldGenerator> > extension_generators_;
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.h
84
scoped_array
<scoped_ptr<FieldGenerator> > field_generators_;
85
scoped_array
<scoped_ptr<FieldGenerator> > extension_generators_;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_utils.cc
48
nacl::
scoped_array
<char> buffer(new char[bytes_to_read + 1]);
/external/chromium/chrome/browser/chromeos/
wm_ipc.cc
43
scoped_array
<long> data(new long[values.size()]);
173
scoped_array
<char*> names(new char*[kNumAtoms]);
174
scoped_array
<Atom> atoms(new Atom[kNumAtoms]);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h
159
scoped_array
<scoped_ptr<MessageGenerator> > nested_generators_;
160
scoped_array
<scoped_ptr<EnumGenerator> > enum_generators_;
161
scoped_array
<scoped_ptr<ExtensionGenerator> > extension_generators_;
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h
158
scoped_array
<scoped_ptr<MessageGenerator> > nested_generators_;
159
scoped_array
<scoped_ptr<EnumGenerator> > enum_generators_;
160
scoped_array
<scoped_ptr<ExtensionGenerator> > extension_generators_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h
448
//
scoped_array
, scoped_ptr_malloc, and make_scoped_ptr.
451
template <class C> class
scoped_array
;
540
//
scoped_array
<C> is like scoped_ptr<C>, except that the caller must allocate
543
// As with scoped_ptr<C>, a
scoped_array
<C> either points to an object
544
// or is NULL. A
scoped_array
<C> owns the object that it points to.
546
// Size: sizeof(
scoped_array
<C>) == sizeof(C*)
548
class
scoped_array
{
class in namespace:google::protobuf::internal
555
// There is no way to create an uninitialized
scoped_array
.
557
explicit
scoped_array
(C* p = NULL) : array_(p) { }
function in class:google::protobuf::internal::scoped_array
561
~
scoped_array
() {
[
all
...]
/external/protobuf/src/google/protobuf/stubs/
common.h
402
//
scoped_array
, scoped_ptr_malloc, and make_scoped_ptr.
405
template <class C> class
scoped_array
;
494
//
scoped_array
<C> is like scoped_ptr<C>, except that the caller must allocate
497
// As with scoped_ptr<C>, a
scoped_array
<C> either points to an object
498
// or is NULL. A
scoped_array
<C> owns the object that it points to.
500
// Size: sizeof(
scoped_array
<C>) == sizeof(C*)
502
class
scoped_array
{
class in namespace:google::protobuf::internal
509
// There is no way to create an uninitialized
scoped_array
.
511
explicit
scoped_array
(C* p = NULL) : array_(p) { }
function in class:google::protobuf::internal::scoped_array
515
~
scoped_array
() {
[
all
...]
/external/chromium/base/
pickle_unittest.cc
98
scoped_array
<char> buffer(new char[1]);
182
scoped_array
<char> buffer(new char[header_size - 1]);
208
scoped_array
<char> data(new char[unit]);
shared_memory_unittest.cc
233
scoped_array
<PlatformThreadHandle> thread_handles;
234
scoped_array
<MultipleThreadMain*> thread_delegates;
293
scoped_array
<SharedMemory> memories(new SharedMemory[count]);
294
scoped_array
<int*> pointers(new int*[count]);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h
61
scoped_array
<WCHAR> text_;
/external/chromium/net/socket/
socks_client_socket_pool_unittest.cc
51
scoped_array
<MockWrite> writes_;
52
scoped_array
<MockWrite> reads_;
Completed in 598 milliseconds
1
2
3
4
5
6
7