OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_array
(Results
101 - 125
of
177
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.h
150
talk_base::
scoped_array
<uint8> image_;
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanager.cc
123
talk_base::
scoped_array
<AudioDeviceID> device_ids(
gdivideorenderer.cc
97
talk_base::
scoped_array
<uint8> image_;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.h
58
talk_base::
scoped_array
<char> data_;
/external/chromium/net/socket/
socks_client_socket_pool_unittest.cc
51
scoped_array
<MockWrite> writes_;
52
scoped_array
<MockWrite> reads_;
/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/chromium_org/third_party/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/protobuf/src/google/protobuf/stubs/
strutil.cc
403
scoped_array
<char> unescaped(new char[src.size() + 1]);
411
scoped_array
<char> unescaped(new char[src.size() + 1]);
489
scoped_array
<char> dest(new char[dest_length]);
500
scoped_array
<char> dest(new char[dest_length]);
509
scoped_array
<char> dest(new char[dest_length]);
[
all
...]
/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]);
coordinate_descent_minimizer.cc
132
scoped_array
<LinearSolver*> linear_solvers(
triplet_sparse_matrix_test.cc
282
scoped_array
<double> values(new double[10]);
/external/chromium/net/base/
dnssec_keyset.cc
106
scoped_array
<unsigned char> signed_data(new unsigned char[signed_data_len]);
401
scoped_array
<unsigned char> out(new unsigned char[length]);
dnssec_chain_verifier.cc
720
scoped_array
<uint8> digest_types(new uint8[num_ds]);
723
scoped_array
<bool> lookahead(new bool[num_ds]);
/external/chromium/base/
linux_util.cc
275
scoped_array
<char> syscall_data(new char[expected_data.length()]);
process_util_win.cc
189
scoped_array
<char> token_label_bytes(new char[token_info_length]);
835
scoped_array
<HANDLE> heaps(new HANDLE[number_heaps + MARGIN]);
/external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc
141
scoped_array
<char> data(new char[byte_size]);
/external/chromium/chrome/common/
common_param_traits_unittest.cc
109
scoped_array
<char> bogus_pixels(new char[bogus_pixels_size]);
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc
44
nacl::
scoped_array
<uint8_t> bytes;
/external/chromium_org/ppapi/native_client/tests/nacl_browser/nameservice/
pm_nameservice_test.cc
44
nacl::
scoped_array
<uint8_t> bytes;
/external/chromium_org/third_party/libjingle/source/talk/base/
natserver.cc
151
scoped_array
<char> real_buf(new char[size + kNATEncodedIPv6AddressSize]);
/external/webrtc/src/modules/audio_processing/test/
process_test.cc
35
using webrtc::
scoped_array
;
59
scoped_array
<char> array(new char[usize]);
476
scoped_array
<char> echo_path(new char[path_size]);
877
scoped_array
<char> echo_path(new char[path_size]);
[
all
...]
/external/chromium/net/disk_cache/
block_files.cc
357
scoped_array
<char> buffer;
430
scoped_array
<char> buf(new char[file_len]);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc
298
scoped_array
<const char*> argv(new const char*[args.size()]);
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc
290
scoped_array
<const char*> argv(new const char*[args.size()]);
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_message.cc
397
scoped_array
<const FieldDescriptor*> sorted_fields(
804
scoped_array
<const FieldDescriptor*> sorted_fields(
[
all
...]
Completed in 2226 milliseconds
1
2
3
4
5
6
7
8