/external/libchrome/base/metrics/ |
histogram_unittest.cc | 16 #include "base/memory/scoped_ptr.h" 82 scoped_ptr<HistogramSamples> samples = histogram->SnapshotSamples(); 248 scoped_ptr<SampleVector> samples = histogram->SnapshotSampleVector(); 256 scoped_ptr<SampleVector> samples2 = histogram->SnapshotSampleVector(); 277 scoped_ptr<SampleVector> samples = histogram->SnapshotSampleVector(); 301 scoped_ptr<SampleVector> custom_samples = 325 scoped_ptr<SampleVector> samples = histogram->SnapshotSampleVector(); 338 scoped_ptr<SampleVector> snapshot = histogram->SnapshotSampleVector(); 361 scoped_ptr<SampleVector> snapshot = histogram->SnapshotSampleVector();
|
/external/webrtc/talk/app/webrtc/ |
peerconnectionfactory_unittest.cc | 43 #include "webrtc/base/scoped_ptr.h" 143 rtc::scoped_ptr<cricket::FakePortAllocator> port_allocator_; 162 rtc::scoped_ptr<FakeDtlsIdentityStore> dtls_identity_store( 183 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( 213 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( 242 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( 263 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( 288 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store( 323 rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store(
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
transport_feedback_unittest.cc | 46 rtc::scoped_ptr<int64_t[]> temp_deltas; 139 rtc::scoped_ptr<TransportFeedback> feedback_; 140 rtc::scoped_ptr<rtcp::RawPacket> serialized_; 359 rtc::scoped_ptr<TransportFeedback> packet(new TransportFeedback()); 400 rtc::scoped_ptr<rtcp::RawPacket> raw_packet = packet->Build(); 429 rtc::scoped_ptr<rtcp::RawPacket> packet(feedback.Build()); 451 rtc::scoped_ptr<TransportFeedback> parsed_packet( 472 rtc::scoped_ptr<rtcp::RawPacket> serialized_packet = feedback.Build(); 474 rtc::scoped_ptr<TransportFeedback> deserialized_packet =
|
/external/libchrome/base/trace_event/ |
memory_dump_manager_unittest.cc | 12 #include "base/memory/scoped_ptr.h" 178 scoped_ptr<MemoryDumpManager> mdm_; 179 scoped_ptr<MemoryDumpManagerDelegateForTesting> delegate_; 183 scoped_ptr<MessageLoop> message_loop_; 390 std::vector<scoped_ptr<Thread>> threads; 391 std::vector<scoped_ptr<MockMemoryDumpProvider>> mdps; 551 std::vector<scoped_ptr<TestIOThread>> threads; 552 std::vector<scoped_ptr<MockMemoryDumpProvider>> mdps; 566 for (const scoped_ptr<MockMemoryDumpProvider>& mdp : mdps) { 601 std::vector<scoped_ptr<TestIOThread>> threads [all...] |
/external/ceres-solver/internal/ceres/ |
visibility_based_preconditioner_test.cc | 46 #include "ceres/internal/scoped_ptr.h" 75 // scoped_ptr<LinearLeastSquaresProblem> problem( 107 // scoped_ptr<SchurEliminatorBase> eliminator; 238 // scoped_ptr<BlockSparseMatrix> A_; 243 // scoped_ptr<VisibilityBasedPreconditioner> preconditioner_; 244 // scoped_ptr<BlockRandomAccessDenseMatrix> schur_complement_;
|
solver_impl.cc | 101 scoped_ptr<SparseMatrix> jacobian(evaluator->CreateJacobian()); 116 scoped_ptr<TrustRegionStrategy> strategy( 270 scoped_ptr<ProblemImpl> gradient_checking_problem_impl; 304 scoped_ptr<Program> reduced_program(CreateReducedProgram(&options, 342 scoped_ptr<LinearSolver> 367 scoped_ptr<Evaluator> evaluator(CreateEvaluator(options, 378 scoped_ptr<CoordinateDescentMinimizer> inner_iteration_minimizer; 515 scoped_ptr<ProblemImpl> gradient_checking_problem_impl; 531 scoped_ptr<Program> reduced_program(CreateReducedProgram(&options, 564 scoped_ptr<Evaluator> evaluator(CreateEvaluator(options [all...] |
/external/protobuf/src/google/protobuf/stubs/ |
common.h | 427 // from google3/base/scoped_ptr.h 432 // implementation of the scoped_ptr class, and its closely-related brethren, 435 template <class C> class scoped_ptr; 438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T> 440 // That is, scoped_ptr<T> owns the T object that it points to. 441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object. 443 // The size of a scoped_ptr is small: 444 // sizeof(scoped_ptr<C>) == sizeof(C*) 446 class scoped_ptr { class in namespace:google::protobuf::internal 455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr [all...] |
/external/webrtc/talk/session/media/ |
srtpfilter.h | 40 #include "webrtc/base/scoped_ptr.h" 187 rtc::scoped_ptr<SrtpSession> send_session_; 188 rtc::scoped_ptr<SrtpSession> recv_session_; 189 rtc::scoped_ptr<SrtpSession> send_rtcp_session_; 190 rtc::scoped_ptr<SrtpSession> recv_rtcp_session_; 249 rtc::scoped_ptr<SrtpStat> srtp_stat_;
|
/external/webrtc/webrtc/base/ |
ssladapter_unittest.cc | 126 rtc::scoped_ptr<rtc::SSLAdapter> ssl_adapter_; 262 rtc::scoped_ptr<rtc::AsyncSocket> server_socket_; 263 rtc::scoped_ptr<rtc::SSLStreamAdapter> ssl_stream_adapter_; 265 rtc::scoped_ptr<rtc::SSLIdentity> ssl_identity_; 342 rtc::scoped_ptr<SSLAdapterTestDummyServer> server_; 343 rtc::scoped_ptr<SSLAdapterTestDummyClient> client_;
|
/external/webrtc/webrtc/call/ |
bitrate_estimator_tests.cc | 20 #include "webrtc/base/scoped_ptr.h" 247 rtc::scoped_ptr<test::FrameGeneratorCapturer> frame_generator_capturer_; 254 rtc::scoped_ptr<test::DirectTransport> send_transport_; 255 rtc::scoped_ptr<test::DirectTransport> receive_transport_; 256 rtc::scoped_ptr<Call> sender_call_; 257 rtc::scoped_ptr<Call> receiver_call_;
|
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppengineimpl.h | 236 rtc::scoped_ptr<XmppLoginTask> login_task_; 245 rtc::scoped_ptr<XmlElement> stream_error_; 253 rtc::scoped_ptr<StanzaHandlerVector> stanza_handlers_[HL_COUNT]; 256 rtc::scoped_ptr<IqEntryVector> iq_entries_; 258 rtc::scoped_ptr<SaslHandler> sasl_handler_; 260 rtc::scoped_ptr<std::stringstream> output_;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
transport_feedback_adapter_unittest.cc | 18 #include "webrtc/base/scoped_ptr.h" 116 rtc::scoped_ptr<TransportFeedbackAdapter> adapter_; 207 rtc::scoped_ptr<rtcp::TransportFeedback> feedback( 215 rtc::scoped_ptr<rtcp::RawPacket> raw_packet = feedback->Build(); 272 rtc::scoped_ptr<rtcp::TransportFeedback> feedback( 284 rtc::scoped_ptr<rtcp::RawPacket> raw_packet = feedback->Build();
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_sender.h | 391 rtc::scoped_ptr<BitrateAggregator> bitrates_; 395 rtc::scoped_ptr<RTPSenderAudio> audio_; 396 rtc::scoped_ptr<RTPSenderVideo> video_; 402 rtc::scoped_ptr<CriticalSectionWrapper> send_critsect_; 428 rtc::scoped_ptr<CriticalSectionWrapper> statistics_crit_; 465 rtc::scoped_ptr<CriticalSectionWrapper> target_bitrate_critsect_;
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
test_api_audio.cc | 144 rtc::scoped_ptr<ReceiveStatistics> receive_statistics1_; 145 rtc::scoped_ptr<ReceiveStatistics> receive_statistics2_; 146 rtc::scoped_ptr<RtpReceiver> rtp_receiver1_; 147 rtc::scoped_ptr<RtpReceiver> rtp_receiver2_; 148 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry1_; 149 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry2_;
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_video_toolbox_encoder.cc | 22 #include "webrtc/base/scoped_ptr.h" 45 rtc::scoped_ptr<char[]> buffer(new char[buffer_size]); 162 rtc::scoped_ptr<FrameEncodeParams> encode_params( 184 rtc::scoped_ptr<rtc::Buffer> buffer(new rtc::Buffer()); 185 rtc::scoped_ptr<webrtc::RTPFragmentationHeader> header; 288 rtc::scoped_ptr<internal::FrameEncodeParams> encode_params;
|
/external/webrtc/webrtc/p2p/base/ |
relayport_unittest.cc | 18 #include "webrtc/base/scoped_ptr.h" 182 rtc::scoped_ptr<rtc::AsyncSocket> tcp_server_socket( 247 rtc::scoped_ptr<rtc::PhysicalSocketServer> 249 rtc::scoped_ptr<rtc::VirtualSocketServer> virtual_socket_server_; 255 rtc::scoped_ptr<cricket::RelayPort> relay_port_; 256 rtc::scoped_ptr<cricket::RelayServer> relay_server_;
|
/external/webrtc/webrtc/video/ |
replay.cc | 20 #include "webrtc/base/scoped_ptr.h" 212 rtc::scoped_ptr<test::VideoRenderer> playback_video( 217 rtc::scoped_ptr<Call> call(Call::Create(Call::Config())); 240 rtc::scoped_ptr<DecoderBitstreamFileWriter> bitstream_writer; 258 rtc::scoped_ptr<test::RtpFileReader> rtp_reader(test::RtpFileReader::Create( 293 rtc::scoped_ptr<RtpHeaderParser> parser(RtpHeaderParser::Create());
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 427 // from google3/base/scoped_ptr.h 432 // implementation of the scoped_ptr class, and its closely-related brethren, 435 template <class C> class scoped_ptr; 438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T> 440 // That is, scoped_ptr<T> owns the T object that it points to. 441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object. 443 // The size of a scoped_ptr is small: 444 // sizeof(scoped_ptr<C>) == sizeof(C*) 446 class scoped_ptr { class in namespace:google::protobuf::internal 455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 427 // from google3/base/scoped_ptr.h 432 // implementation of the scoped_ptr class, and its closely-related brethren, 435 template <class C> class scoped_ptr; 438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T> 440 // That is, scoped_ptr<T> owns the T object that it points to. 441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object. 443 // The size of a scoped_ptr is small: 444 // sizeof(scoped_ptr<C>) == sizeof(C*) 446 class scoped_ptr { class in namespace:google::protobuf::internal 455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 427 // from google3/base/scoped_ptr.h 432 // implementation of the scoped_ptr class, and its closely-related brethren, 435 template <class C> class scoped_ptr; 438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T> 440 // That is, scoped_ptr<T> owns the T object that it points to. 441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object. 443 // The size of a scoped_ptr is small: 444 // sizeof(scoped_ptr<C>) == sizeof(C*) 446 class scoped_ptr { class in namespace:google::protobuf::internal 455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
common.h | 427 // from google3/base/scoped_ptr.h 432 // implementation of the scoped_ptr class, and its closely-related brethren, 435 template <class C> class scoped_ptr; 438 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T> 440 // That is, scoped_ptr<T> owns the T object that it points to. 441 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object. 443 // The size of a scoped_ptr is small: 444 // sizeof(scoped_ptr<C>) == sizeof(C*) 446 class scoped_ptr { class in namespace:google::protobuf::internal 455 explicit scoped_ptr(C* p = NULL) : ptr_(p) { } function in class:google::protobuf::internal::scoped_ptr [all...] |
/external/libchrome/base/json/ |
json_parser.cc | 11 #include "base/memory/scoped_ptr.h" 47 scoped_ptr<DictionaryValue> copy(DeepCopy()); 61 scoped_ptr<Value>* out) override { 70 scoped_ptr<Value> out_owned; 80 scoped_ptr<std::string> json_; 97 scoped_ptr<ListValue> copy(DeepCopy()); 107 bool Remove(size_t index, scoped_ptr<Value>* out) override { 116 scoped_ptr<Value> out_owned; 126 scoped_ptr<std::string> json_; 207 scoped_ptr<std::string> input_copy [all...] |
/external/libchrome/base/message_loop/ |
message_loop.cc | 14 #include "base/memory/scoped_ptr.h" 105 scoped_ptr<MessagePump> ReturnPump(scoped_ptr<MessagePump> pump) { 129 MessageLoop::MessageLoop(scoped_ptr<MessagePump> pump) 208 scoped_ptr<MessagePump> MessageLoop::CreateMessagePumpForType(Type type) { 217 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>(MessagePumpMac::Create()) 221 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>() 223 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>(new MessagePumpForUI()) 229 scoped_ptr<MessagePump>(new MessagePumpCFRunLoop()) 231 #define MESSAGE_PUMP_DEFAULT scoped_ptr<MessagePump>(new MessagePumpDefault() [all...] |
/external/libweave/third_party/chromium/base/json/ |
json_parser.cc | 11 #include "base/memory/scoped_ptr.h" 46 scoped_ptr<DictionaryValue> copy(DeepCopy()); 60 scoped_ptr<Value>* out) override { 69 scoped_ptr<Value> out_owned; 79 scoped_ptr<std::string> json_; 96 scoped_ptr<ListValue> copy(DeepCopy()); 106 bool Remove(size_t index, scoped_ptr<Value>* out) override { 115 scoped_ptr<Value> out_owned; 125 scoped_ptr<std::string> json_; 202 scoped_ptr<std::string> input_copy [all...] |
/external/ceres-solver/include/ceres/ |
conditioned_cost_function.h | 40 #include "ceres/internal/scoped_ptr.h" 90 internal::scoped_ptr<CostFunction> wrapped_cost_function_;
|