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

<<11121314151617181920>>

  /external/ceres-solver/internal/ceres/
partitioned_matrix_view_test.cc 37 #include "ceres/internal/scoped_ptr.h"
53 scoped_ptr<LinearLeastSquaresProblem> problem(
71 scoped_ptr<SparseMatrix> A_;
72 scoped_ptr<PartitionedMatrixViewBase> pmv_;
146 scoped_ptr<BlockSparseMatrix>
160 scoped_ptr<BlockSparseMatrix>
  /external/libchrome/base/json/
json_reader.h 34 #include "base/memory/scoped_ptr.h"
96 static scoped_ptr<Value> Read(const StringPiece& json);
101 static scoped_ptr<Value> Read(const StringPiece& json, int options);
107 static scoped_ptr<Value> ReadAndReturnError(const StringPiece& json,
119 scoped_ptr<Value> ReadToValue(const std::string& json);
130 scoped_ptr<internal::JSONParser> parser_;
json_value_converter_unittest.cc 11 #include "base/memory/scoped_ptr.h"
109 scoped_ptr<Value> value = base::JSONReader::Read(normal_data);
151 scoped_ptr<Value> value = base::JSONReader::Read(normal_data);
193 scoped_ptr<Value> value = base::JSONReader::Read(normal_data);
209 scoped_ptr<Value> value = base::JSONReader::Read(normal_data);
232 scoped_ptr<Value> value = base::JSONReader::Read(normal_data);
249 scoped_ptr<Value> value = base::JSONReader::Read(normal_data);
  /external/libchrome/base/trace_event/
process_memory_dump_unittest.cc 19 scoped_ptr<ProcessMemoryDump> pmd1(new ProcessMemoryDump(nullptr));
69 scoped_ptr<ProcessMemoryDump> pmd1(new ProcessMemoryDump(nullptr));
74 scoped_ptr<ProcessMemoryDump> pmd2(new ProcessMemoryDump(nullptr));
117 scoped_ptr<ProcessMemoryDump> pmd(new ProcessMemoryDump(nullptr));
166 scoped_ptr<char, base::AlignedFreeDeleter> memory1(
174 scoped_ptr<char, base::AlignedFreeDeleter> memory2(
  /external/libchrome/dbus/
exported_object.h 44 typedef base::Callback<void (scoped_ptr<Response> response)> ResponseSender;
141 scoped_ptr<MethodCall> method_call,
148 scoped_ptr<MethodCall> method_call,
149 scoped_ptr<Response> response);
153 void OnMethodCompleted(scoped_ptr<MethodCall> method_call,
154 scoped_ptr<Response> response,
exported_object.cc 199 scoped_ptr<MethodCall> method_call(
245 scoped_ptr<MethodCall> method_call,
257 scoped_ptr<MethodCall> method_call,
258 scoped_ptr<Response> response) {
273 void ExportedObject::OnMethodCompleted(scoped_ptr<MethodCall> method_call,
274 scoped_ptr<Response> response,
290 scoped_ptr<ErrorResponse> error_response(
  /external/libweave/third_party/chromium/base/json/
json_reader.h 34 #include "base/memory/scoped_ptr.h"
96 static scoped_ptr<Value> Read(const StringPiece& json);
101 static scoped_ptr<Value> Read(const StringPiece& json, int options);
107 static scoped_ptr<Value> ReadAndReturnError(const StringPiece& json,
119 scoped_ptr<Value> ReadToValue(const std::string& json);
130 scoped_ptr<internal::JSONParser> parser_;
  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.h 16 #include "webrtc/base/scoped_ptr.h"
42 rtc::scoped_ptr<GlobalRef> audio_manager);
51 rtc::scoped_ptr<GlobalRef> audio_manager_;
131 rtc::scoped_ptr<JNIEnvironment> j_environment_;
134 rtc::scoped_ptr<NativeRegistration> j_native_registration_;
137 rtc::scoped_ptr<AudioManager::JavaAudioManager> j_audio_manager_;
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.cc 19 using rtc::scoped_ptr;
44 WavFileProcessor::WavFileProcessor(scoped_ptr<AudioProcessing> ap,
45 scoped_ptr<WavReader> in_file,
46 scoped_ptr<WavWriter> out_file)
69 AecDumpFileProcessor::AecDumpFileProcessor(scoped_ptr<AudioProcessing> ap,
71 scoped_ptr<WavWriter> out_file)
unpack.cc 21 #include "webrtc/base/scoped_ptr.h"
86 rtc::scoped_ptr<WavWriter> reverse_wav_file;
87 rtc::scoped_ptr<WavWriter> input_wav_file;
88 rtc::scoped_ptr<WavWriter> output_wav_file;
89 rtc::scoped_ptr<RawFile> reverse_raw_file;
90 rtc::scoped_ptr<RawFile> input_raw_file;
91 rtc::scoped_ptr<RawFile> output_raw_file;
119 rtc::scoped_ptr<const float* []> data(
150 rtc::scoped_ptr<const float* []> data(
174 rtc::scoped_ptr<const float* []> data
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender.h 17 #include "webrtc/base/scoped_ptr.h"
139 rtc::scoped_ptr<CriticalSectionWrapper> critsect_;
144 rtc::scoped_ptr<paced_sender::IntervalBudget> media_budget_
149 rtc::scoped_ptr<paced_sender::IntervalBudget> padding_budget_
152 rtc::scoped_ptr<BitrateProber> prober_ GUARDED_BY(critsect_);
160 rtc::scoped_ptr<paced_sender::PacketQueue> packets_ GUARDED_BY(critsect_);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_baselinefile.cc 19 #include "webrtc/base/scoped_ptr.h"
47 rtc::scoped_ptr<ResourceFileReader> reader;
94 rtc::scoped_ptr<ResourceFileReader> reader_;
125 rtc::scoped_ptr<OutputFileWriter> writer;
145 rtc::scoped_ptr<BaseLineFileInterface> verifier_;
158 rtc::scoped_ptr<BaseLineFileInterface> result;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 54 rtc::scoped_ptr<RawPacket> packet(sr.Build());
76 rtc::scoped_ptr<RawPacket> packet(sr.Build());
96 rtc::scoped_ptr<RawPacket> packet(sr.Build());
128 rtc::scoped_ptr<RawPacket> packet(app.Build());
150 rtc::scoped_ptr<RawPacket> packet(app.Build());
166 rtc::scoped_ptr<RawPacket> packet(sdes.Build());
184 rtc::scoped_ptr<RawPacket> packet(sdes.Build());
209 rtc::scoped_ptr<RawPacket> packet(sdes.Build());
226 rtc::scoped_ptr<RawPacket> packet(rpsi.Build());
241 rtc::scoped_ptr<RawPacket> packet(rpsi.Build())
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
media_optimization.h 16 #include "webrtc/base/scoped_ptr.h"
137 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;
145 rtc::scoped_ptr<FrameDropper> frame_dropper_ GUARDED_BY(crit_sect_);
146 rtc::scoped_ptr<VCMLossProtectionLogic> loss_prot_logic_
161 rtc::scoped_ptr<VCMContentMetricsProcessing> content_ GUARDED_BY(crit_sect_);
162 rtc::scoped_ptr<VCMQmResolution> qm_resolution_ GUARDED_BY(crit_sect_);
  /external/webrtc/webrtc/video/
vie_encoder.h 17 #include "webrtc/base/scoped_ptr.h"
156 const rtc::scoped_ptr<VideoProcessing> vp_;
157 const rtc::scoped_ptr<QMVideoSettingsCallback> qm_callback_;
158 const rtc::scoped_ptr<VideoCodingModule> vcm_;
161 rtc::scoped_ptr<CriticalSectionWrapper> data_cs_;
162 rtc::scoped_ptr<BitrateObserver> bitrate_observer_;
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 241 rtc::scoped_ptr<rtc::SSLIdentity>(new rtc::FakeSSLIdentity("id1"))));
243 rtc::scoped_ptr<rtc::SSLIdentity>(new rtc::FakeSSLIdentity("id2"))));
293 rtc::scoped_ptr<SessionDescription> current_desc;
294 rtc::scoped_ptr<SessionDescription> desc;
313 rtc::scoped_ptr<SessionDescription> offer;
386 rtc::scoped_ptr<SessionDescription> ref_desc;
387 rtc::scoped_ptr<SessionDescription> desc;
437 rtc::scoped_ptr<SessionDescription> offer(
451 rtc::scoped_ptr<SessionDescription> answer(
484 rtc::scoped_ptr<SessionDescription> offer
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 101 rtc::scoped_ptr<rtc::MemoryStream> ms(LoadSample(filename));
162 rtc::scoped_ptr<rtc::FileStream> fs(
172 rtc::scoped_ptr<rtc::MemoryStream> ms(
191 rtc::scoped_ptr<uint8_t[]> out(new uint8_t[out_size]);
198 rtc::scoped_ptr<rtc::FileStream> fs(
221 rtc::scoped_ptr<rtc::MemoryStream> ms(
245 rtc::scoped_ptr<rtc::MemoryStream> ms(
266 rtc::scoped_ptr<rtc::MemoryStream> ms(
544 rtc::scoped_ptr<rtc::MemoryStream> ms(
559 rtc::scoped_ptr<rtc::MemoryStream> ms
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
83 rtc::scoped_ptr<FakePhysicalSocketServer> server_;
131 scoped_ptr<AsyncSocket> client1(server_->CreateAsyncSocket(loopback.family(),
137 scoped_ptr<AsyncSocket> client2(server_->CreateAsyncSocket(loopback.family(),
144 scoped_ptr<AsyncSocket> server(
170 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr));
192 scoped_ptr<AsyncSocket> accepted2(server->Accept(&accept_addr));
447 scoped_ptr<PhysicalSocketServer> ss_;
515 scoped_ptr<Thread> thread(new Thread());
516 scoped_ptr<RaiseSigTermRunnable> runnable(new RaiseSigTermRunnable())
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.cc 147 rtc::scoped_ptr<AudioEncoder> CreateEncoder(
177 return rtc::scoped_ptr<AudioEncoder>();
180 rtc::scoped_ptr<AudioEncoder> CreateRedEncoder(AudioEncoder* encoder,
186 return rtc::scoped_ptr<AudioEncoder>(new AudioEncoderCopyRed(config));
188 return rtc::scoped_ptr<AudioEncoder>();
192 rtc::scoped_ptr<AudioEncoder> CreateCngEncoder(AudioEncoder* encoder,
215 return rtc::scoped_ptr<AudioEncoder>(new AudioEncoderCng(config));
218 rtc::scoped_ptr<AudioDecoder> CreateIsacDecoder(
226 return rtc::scoped_ptr<AudioDecoder>();
236 rtc::scoped_ptr<AudioEncoder> enc
    [all...]
  /external/libchrome/base/
values.cc 24 scoped_ptr<Value> CopyWithoutEmptyChildren(const Value& node);
29 scoped_ptr<ListValue> CopyListWithoutEmptyChildren(const ListValue& list) {
30 scoped_ptr<ListValue> copy;
32 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(**it);
42 scoped_ptr<DictionaryValue> CopyDictionaryWithoutEmptyChildren(
44 scoped_ptr<DictionaryValue> copy;
46 scoped_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value());
56 scoped_ptr<Value> CopyWithoutEmptyChildren(const Value& node) {
92 scoped_ptr<Value> Value::CreateNullValue() {
147 scoped_ptr<Value> Value::CreateDeepCopy() const
    [all...]
values.h 32 #include "base/memory/scoped_ptr.h"
69 static scoped_ptr<Value> CreateNullValue();
105 scoped_ptr<Value> CreateDeepCopy() const;
181 BinaryValue(scoped_ptr<char[]> buffer, size_t size);
202 scoped_ptr<char[]> buffer_;
214 static scoped_ptr<DictionaryValue> From(scoped_ptr<Value> value);
242 void Set(const std::string& path, scoped_ptr<Value> in_value);
257 scoped_ptr<Value> in_value);
332 virtual bool Remove(const std::string& path, scoped_ptr<Value>* out_value)
    [all...]
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription_unittest.cc 38 #include "webrtc/base/scoped_ptr.h"
47 using rtc::scoped_ptr;
61 scoped_ptr<cricket::AudioContentDescription> audio(
65 scoped_ptr<cricket::VideoContentDescription> video(
127 rtc::scoped_ptr<JsepSessionDescription> jsep_desc_;
222 scoped_ptr<SessionDescriptionInterface> parsed_jsep_desc(DeSerialize(sdp));
240 scoped_ptr<SessionDescriptionInterface> parsed_jsep_desc(
  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 142 rtc::scoped_ptr<GlobalRef> NativeRegistration::NewObject(
152 return rtc::scoped_ptr<GlobalRef>(new GlobalRef(jni_, obj));
184 rtc::scoped_ptr<NativeRegistration> JNIEnvironment::RegisterNatives(
191 return rtc::scoped_ptr<NativeRegistration>(
243 rtc::scoped_ptr<JNIEnvironment> JVM::environment() {
253 return rtc::scoped_ptr<JNIEnvironment>();
255 return rtc::scoped_ptr<JNIEnvironment>(new JNIEnvironment(jni));
  /external/libweave/third_party/chromium/base/
values.h 32 #include "base/memory/scoped_ptr.h"
68 static scoped_ptr<Value> CreateNullValue();
103 scoped_ptr<Value> CreateDeepCopy() const;
175 BinaryValue(scoped_ptr<char[]> buffer, size_t size);
196 scoped_ptr<char[]> buffer_;
208 static scoped_ptr<DictionaryValue> From(scoped_ptr<Value> value);
236 void Set(const std::string& path, scoped_ptr<Value> in_value);
250 scoped_ptr<Value> in_value);
320 virtual bool Remove(const std::string& path, scoped_ptr<Value>* out_value)
    [all...]
  /external/webrtc/webrtc/test/
fake_network_pipe_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
56 rtc::scoped_ptr<uint8_t[]> packet(new uint8_t[kPacketSize]);
67 rtc::scoped_ptr<MockReceiver> receiver_;
77 rtc::scoped_ptr<FakeNetworkPipe> pipe(
117 rtc::scoped_ptr<FakeNetworkPipe> pipe(
151 rtc::scoped_ptr<FakeNetworkPipe> pipe(
175 rtc::scoped_ptr<FakeNetworkPipe> pipe(
205 rtc::scoped_ptr<FakeNetworkPipe> pipe(
264 rtc::scoped_ptr<FakeNetworkPipe> pipe(

Completed in 1396 milliseconds

<<11121314151617181920>>