Searched refs:scoped_array (Results 126 - 150 of 174) sorted by relevance

1234567

/external/chromium/net/spdy/
H A Dspdy_test_util.cc351 scoped_array<char> req(new char[str_path.size() + 1]);
352 scoped_array<char> scheme(new char[str_scheme.size() + 1]);
353 scoped_array<char> host(new char[str_host.size() + 1]);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32regkey.cc163 scoped_array<byte> buffer;
182 scoped_array<byte> buffer;
209 scoped_array<wchar_t> buffer;
H A Dsocket_unittest.cc696 scoped_array<char> send_buffer(new char[kDataSize]);
697 scoped_array<char> recv_buffer(new char[kDataSize]);
937 talk_base::scoped_array<char> test_packet(new char[test_packet_size]);
H A Dnatsocketfactory.cc157 scoped_array<char> buf(new char[size + kNATEncodedIPv6AddressSize]);
H A Dnetwork.cc310 scoped_array<char> adapter_info(new char[buffer_size]);
H A Dsysteminfo.cc77 scoped_array<SYSTEM_LOGICAL_PROCESSOR_INFORMATION> infos;
H A Dstream.h665 scoped_array<char> buffer_; // the allocated buffer
/external/chromium/crypto/
H A Dnss_util.cc62 scoped_array<char> error_text(new char[PR_GetErrorTextLength() + 1]);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.cc295 scoped_array<char> buf(new char[len]);
H A Dstream.h578 scoped_array<char> buffer_; // the allocated buffer
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dalsasoundsystem.cc345 talk_base::scoped_array<char> buffer_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc181 scoped_array<int> offsets;
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc179 scoped_array<int> offsets;
/external/chromium/base/
H A Dfile_util_proxy.cc556 scoped_array<char> buffer_;
596 scoped_array<char> buffer_;
/external/chromium/net/base/
H A Dx509_certificate_win.cc526 scoped_array<uint8> serial_bytes(new uint8[serial->cbData]);
568 scoped_array<BYTE> encoded_subject(new BYTE[encoded_subject_length]);
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc133 scoped_array<char> in_buffer_;
134 scoped_array<char> out_buffer_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc486 scoped_array<const FieldDescriptor*> sorted_fields(
1245 scoped_array<const FieldDescriptor*> sorted_fields(
/external/chromium/net/url_request/
H A Durl_request_unittest.cc813 scoped_array<char> buf(new char[size]);
951 scoped_array<char> buffer(new char[buffer_size]);
995 scoped_array<char> buffer(new char[buffer_size]);
1038 scoped_array<char> buffer(new char[buffer_size]);
1159 scoped_array<char> buffer(new char[data.nFileSizeLow]);
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc35 using webrtc::scoped_array;
581 scoped_array<char> echo_path_in(new char[echo_path_size]);
582 scoped_array<char> echo_path_out(new char[echo_path_size]);
/external/ceres-solver/internal/ceres/
H A Dcovariance_impl.cc712 scoped_array<double> workspace(new double[num_threads * num_cols]);
H A Dcovariance_test.cc773 scoped_array<double> parameters_;
/external/chromium/base/synchronization/
H A Dcondition_variable_unittest.cc132 scoped_array<PlatformThreadHandle> thread_handles_;
/external/chromium/net/disk_cache/
H A Dsparse_control.cc75 scoped_array<char> buffer_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel_unittest.cc203 talk_base::scoped_array<char> packet(new char[size]);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc198 scoped_array<char> buffer(new char[str.size() + 1]);

Completed in 942 milliseconds

1234567