HomeSort by relevance Sort by last modified time
    Searched full:scoped_ptr (Results 76 - 100 of 1384) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libchrome/base/trace_event/
trace_buffer.cc 11 #include "base/memory/scoped_ptr.h"
33 scoped_ptr<TraceBufferChunk> GetChunk(size_t* index) override {
52 return scoped_ptr<TraceBufferChunk>(chunk);
55 void ReturnChunk(size_t index, scoped_ptr<TraceBufferChunk> chunk) override {
102 scoped_ptr<TraceBuffer> CloneForIteration() const override {
103 scoped_ptr<ClonedTraceBuffer> cloned_buffer(new ClonedTraceBuffer());
139 scoped_ptr<TraceBufferChunk> GetChunk(size_t* /* index */) override {
141 return scoped_ptr<TraceBufferChunk>();
143 void ReturnChunk(size_t /*index*/, scoped_ptr<TraceBufferChunk>) override {
152 scoped_ptr<TraceBuffer> CloneForIteration() const override
    [all...]
heap_profiler_type_name_deduplicator_unittest.cc 9 #include "base/memory/scoped_ptr.h"
24 scoped_ptr<Value> DumpAndReadBack(const ConvertableToTraceFormat& convertable) {
57 scoped_ptr<Value> type_names = DumpAndReadBack(*dedup);
  /external/libchrome/base/json/
json_reader.cc 46 scoped_ptr<Value> JSONReader::Read(const StringPiece& json) {
52 scoped_ptr<Value> JSONReader::Read(const StringPiece& json, int options) {
59 scoped_ptr<Value> JSONReader::ReadAndReturnError(const StringPiece& json,
66 scoped_ptr<Value> root(parser.Parse(json));
108 scoped_ptr<Value> JSONReader::ReadToValue(const std::string& json) {
  /external/libweave/third_party/chromium/base/json/
json_reader.cc 46 scoped_ptr<Value> JSONReader::Read(const StringPiece& json) {
52 scoped_ptr<Value> JSONReader::Read(const StringPiece& json, int options) {
59 scoped_ptr<Value> JSONReader::ReadAndReturnError(const StringPiece& json,
66 scoped_ptr<Value> root(parser.Parse(json));
108 scoped_ptr<Value> JSONReader::ReadToValue(const std::string& json) {
  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.h 15 #include "webrtc/base/scoped_ptr.h"
71 rtc::scoped_ptr<AudioCodingModule> acm_send_;
72 rtc::scoped_ptr<AudioCodingModule> acm_receive_;
73 rtc::scoped_ptr<Channel> channel_;
74 rtc::scoped_ptr<ActivityMonitor> monitor_;
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_detector.h 16 #include "webrtc/base/scoped_ptr.h"
58 rtc::scoped_ptr<WPDTree> wpd_tree_;
62 rtc::scoped_ptr<MovingMoments> moving_moments_[kLeaves];
64 rtc::scoped_ptr<float[]> first_moments_;
65 rtc::scoped_ptr<float[]> second_moments_;
file_utils_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
103 rtc::scoped_ptr<uint8_t[]> bytes(new uint8_t[4]);
121 rtc::scoped_ptr<uint8_t[]> bytes(new uint8_t[8]);
141 rtc::scoped_ptr<FileWrapper> file(FileWrapper::Create());
151 rtc::scoped_ptr<int16_t[]> buffer(new int16_t[kBufferLength]);
185 rtc::scoped_ptr<FileWrapper> file(FileWrapper::Create());
195 rtc::scoped_ptr<float[]> buffer(new float[kBufferLength]);
232 rtc::scoped_ptr<FileWrapper> file(FileWrapper::Create());
242 rtc::scoped_ptr<double[]> buffer(new double[kBufferLength]);
277 rtc::scoped_ptr<FileWrapper> file(FileWrapper::Create())
    [all...]
  /external/ceres-solver/internal/ceres/
numeric_diff_cost_function_test.cc 38 #include "ceres/internal/scoped_ptr.h"
49 internal::scoped_ptr<CostFunction> cost_function;
62 internal::scoped_ptr<CostFunction> cost_function;
75 internal::scoped_ptr<CostFunction> cost_function;
88 internal::scoped_ptr<CostFunction> cost_function;
101 internal::scoped_ptr<CostFunction> cost_function;
114 internal::scoped_ptr<CostFunction> cost_function;
127 internal::scoped_ptr<CostFunction> cost_function;
140 internal::scoped_ptr<CostFunction> cost_function;
169 scoped_ptr<CostFunction> cost_function
    [all...]
  /external/webrtc/webrtc/base/
messagedigest.cc 23 #include "webrtc/base/scoped_ptr.h"
78 scoped_ptr<MessageDigest> digest(MessageDigestFactory::Create(alg));
85 scoped_ptr<char[]> output(new char[digest->Size()]);
93 scoped_ptr<MessageDigest> digest(MessageDigestFactory::Create(alg));
120 scoped_ptr<uint8_t[]> new_key(new uint8_t[block_len]);
129 scoped_ptr<uint8_t[]> o_pad(new uint8_t[block_len]);
130 scoped_ptr<uint8_t[]> i_pad(new uint8_t[block_len]);
136 scoped_ptr<uint8_t[]> inner(new uint8_t[digest->Size()]);
149 scoped_ptr<MessageDigest> digest(MessageDigestFactory::Create(alg));
159 scoped_ptr<char[]> output(new char[digest->Size()])
    [all...]
thread_checker_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
94 scoped_ptr<ThreadCheckerClass> thread_checker_class_;
102 scoped_ptr<ThreadCheckerClass> thread_checker_class(
113 scoped_ptr<ThreadCheckerClass> thread_checker_class(
126 scoped_ptr<ThreadCheckerClass> thread_checker_class(
141 scoped_ptr<ThreadCheckerClass> thread_checker_class(
165 scoped_ptr<ThreadCheckerClass> thread_checker_class(
nat_unittest.cc 181 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer());
182 scoped_ptr<AsyncSocket> client(pss->CreateAsyncSocket(src.family(),
184 scoped_ptr<AsyncSocket> server(pss->CreateAsyncSocket(src.family(),
247 scoped_ptr<PhysicalSocketServer> int_pss(new PhysicalSocketServer());
248 scoped_ptr<PhysicalSocketServer> ext_pss(new PhysicalSocketServer());
277 scoped_ptr<SocketServer> ss_;
283 scoped_ptr<TestVirtualSocketServer> int_vss(new TestVirtualSocketServer(
285 scoped_ptr<TestVirtualSocketServer> ext_vss(new TestVirtualSocketServer(
354 rtc::scoped_ptr<TestVirtualSocketServer> int_vss_;
355 rtc::scoped_ptr<TestVirtualSocketServer> ext_vss_
    [all...]
rtccertificate.h 16 #include "webrtc/base/scoped_ptr.h"
28 static scoped_refptr<RTCCertificate> Create(scoped_ptr<SSLIdentity> identity);
50 scoped_ptr<SSLIdentity> identity_;
  /external/webrtc/webrtc/common_audio/
fir_filter_unittest.cc 16 #include "webrtc/base/scoped_ptr.h"
43 rtc::scoped_ptr<FIRFilter> filter(
53 rtc::scoped_ptr<FIRFilter> filter(
66 rtc::scoped_ptr<FIRFilter> filter(
79 rtc::scoped_ptr<FIRFilter> filter(
92 rtc::scoped_ptr<FIRFilter> filter(
109 rtc::scoped_ptr<FIRFilter> filter(
140 rtc::scoped_ptr<FIRFilter> filter(
165 rtc::scoped_ptr<FIRFilter> filter(FIRFilter::Create(
184 rtc::scoped_ptr<FIRFilter> filter(FIRFilter::Create
    [all...]
  /external/libchrome/base/threading/
thread_checker_unittest.cc 7 #include "base/memory/scoped_ptr.h"
75 scoped_ptr<ThreadCheckerClass> thread_checker_class_;
83 scoped_ptr<ThreadCheckerClass> thread_checker_class(
94 scoped_ptr<ThreadCheckerClass> thread_checker_class(
107 scoped_ptr<ThreadCheckerClass> thread_checker_class(
122 scoped_ptr<ThreadCheckerClass> thread_checker_class(
146 scoped_ptr<ThreadCheckerClass> thread_checker_class(
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 17 #include "webrtc/base/scoped_ptr.h"
341 const rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;
342 const rtc::scoped_ptr<BufferLevelFilter> buffer_level_filter_
344 const rtc::scoped_ptr<DecoderDatabase> decoder_database_
346 const rtc::scoped_ptr<DelayManager> delay_manager_ GUARDED_BY(crit_sect_);
347 const rtc::scoped_ptr<DelayPeakDetector> delay_peak_detector_
349 const rtc::scoped_ptr<DtmfBuffer> dtmf_buffer_ GUARDED_BY(crit_sect_);
350 const rtc::scoped_ptr<DtmfToneGenerator> dtmf_tone_generator_
352 const rtc::scoped_ptr<PacketBuffer> packet_buffer_ GUARDED_BY(crit_sect_);
353 const rtc::scoped_ptr<PayloadSplitter> payload_splitter
    [all...]
  /external/libchrome/base/
values_unittest.cc 10 #include "base/memory/scoped_ptr.h"
39 scoped_ptr<ListValue> new_toolbar_bookmarks(new ListValue);
43 scoped_ptr<DictionaryValue> new_bookmark(new DictionaryValue);
62 scoped_ptr<ListValue> mixed_list(new ListValue());
112 scoped_ptr<BinaryValue> binary(new BinaryValue());
118 scoped_ptr<char[]> buffer(new char[15]);
144 scoped_ptr<Value> narrow_value(new StringValue("narrow"));
147 scoped_ptr<Value> utf16_value(new StringValue(ASCIIToUTF16("utf16")));
225 scoped_ptr<Value> removed_item;
254 scoped_ptr<DeletionTestValue> value(new DeletionTestValue(&deletion_flag))
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnectionfactoryproxy.h 42 // Can't use PROXY_METHOD5 because scoped_ptr must be moved.
43 // TODO(tommi,hbos): Use of templates to support scoped_ptr?
47 rtc::scoped_ptr<cricket::PortAllocator> a3,
48 rtc::scoped_ptr<DtlsIdentityStoreInterface> a4,
77 rtc::scoped_ptr<cricket::PortAllocator> ptr_a3(a3);
78 rtc::scoped_ptr<DtlsIdentityStoreInterface> ptr_a4(a4);
  /external/webrtc/webrtc/modules/audio_processing/test/
test_utils.h 21 #include "webrtc/base/scoped_ptr.h"
49 explicit ChannelBufferWavReader(rtc::scoped_ptr<WavReader> file);
56 rtc::scoped_ptr<WavReader> file_;
65 explicit ChannelBufferWavWriter(rtc::scoped_ptr<WavWriter> file);
69 rtc::scoped_ptr<WavWriter> file_;
98 rtc::scoped_ptr<ChannelBuffer<T> >* cb) {
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
43 rtc::scoped_ptr<MouseCursor> cursor_image_;
65 rtc::scoped_ptr<MouseCursorMonitor> capturer(
89 rtc::scoped_ptr<WindowCapturer> window_capturer(
104 rtc::scoped_ptr<MouseCursorMonitor> capturer(
119 rtc::scoped_ptr<MouseCursorMonitor> capturer(
  /external/libchrome/base/prefs/
pref_filter.h 11 #include "base/memory/scoped_ptr.h"
27 typedef base::Callback<void(scoped_ptr<base::DictionaryValue> prefs,
41 scoped_ptr<base::DictionaryValue> pref_store_contents) = 0;
  /external/libchrome/base/timer/
hi_res_timer_manager_unittest.cc 9 #include "base/memory/scoped_ptr.h"
25 scoped_ptr<base::PowerMonitorSource> power_monitor_source(
27 scoped_ptr<base::PowerMonitor> power_monitor(
  /external/libchrome/crypto/
scoped_openssl_types.h 20 #include "base/memory/scoped_ptr.h"
34 scoped_ptr<PointerType, OpenSSLDestroyer<PointerType, Destroyer>>;
58 using ScopedOpenSSLBytes = scoped_ptr<uint8_t, OpenSSLFree>;
  /external/libchrome/sandbox/linux/seccomp-bpf/
bpf_tester_compatibility_delegate.h 9 #include "base/memory/scoped_ptr.h"
31 scoped_ptr<bpf_dsl::Policy> GetSandboxBPFPolicy() override {
36 return scoped_ptr<bpf_dsl::Policy>(new Policy(&aux_));
  /external/webrtc/webrtc/audio/
audio_receive_stream.h 48 void SetSink(rtc::scoped_ptr<AudioSinkInterface> sink) override;
59 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
60 rtc::scoped_ptr<voe::ChannelProxy> channel_proxy_;
  /external/webrtc/webrtc/examples/relayserver/
relayserver_main.cc 14 #include "webrtc/base/scoped_ptr.h"
38 rtc::scoped_ptr<rtc::AsyncUDPSocket> int_socket(
46 rtc::scoped_ptr<rtc::AsyncUDPSocket> ext_socket(

Completed in 360 milliseconds

1 2 34 5 6 7 8 91011>>