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

<<11121314151617181920>>

  /external/ceres-solver/internal/ceres/
schur_complement_solver_test.cc 35 #include "ceres/internal/scoped_ptr.h"
50 scoped_ptr<LinearLeastSquaresProblem> problem(
69 scoped_ptr<LinearSolver> qr(LinearSolver::Create(options));
105 scoped_ptr<LinearSolver> solver(LinearSolver::Create(options));
130 scoped_ptr<BlockSparseMatrix> A;
unsymmetric_linear_solver_test.cc 33 #include "ceres/internal/scoped_ptr.h"
48 scoped_ptr<LinearLeastSquaresProblem> problem(
68 scoped_ptr<SparseMatrix> transformed_A;
89 scoped_ptr<LinearSolver> solver(LinearSolver::Create(options));
126 scoped_ptr<TripletSparseMatrix> A_;
iterative_schur_complement_solver.h 36 #include "ceres/internal/scoped_ptr.h"
83 scoped_ptr<internal::ImplicitSchurComplement> schur_complement_;
84 scoped_ptr<Preconditioner> preconditioner_;
schur_jacobi_preconditioner.h 46 #include "ceres/internal/scoped_ptr.h"
100 scoped_ptr<SchurEliminatorBase> eliminator_;
103 scoped_ptr<BlockRandomAccessDiagonalMatrix> m_;
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 45 #include "common/scoped_ptr.h"
117 scoped_ptr<MicrodumpContext> context_;
118 scoped_ptr<MicrodumpMemoryRegion> stack_region_;
119 scoped_ptr<MicrodumpModules> modules_;
120 scoped_ptr<SystemInfo> system_info_;
  /external/libchrome/base/
callback_list.h 15 #include "base/memory/scoped_ptr.h"
32 // scoped_ptr<base::CallbackList<void(const Foo&)>::Subscription>
65 // scoped_ptr<base::CallbackList<void(const Foo&)>::Subscription>
106 scoped_ptr<Subscription> Add(const CallbackType& cb) WARN_UNUSED_RESULT {
108 return scoped_ptr<Subscription>(
  /external/libweave/third_party/chromium/base/
callback_list.h 15 #include "base/memory/scoped_ptr.h"
32 // scoped_ptr<base::CallbackList<void(const Foo&)>::Subscription>
65 // scoped_ptr<base::CallbackList<void(const Foo&)>::Subscription>
106 scoped_ptr<Subscription> Add(const CallbackType& cb) WARN_UNUSED_RESULT {
108 return scoped_ptr<Subscription>(
  /external/webrtc/talk/media/devices/
devicemanager.h 39 #include "webrtc/base/scoped_ptr.h"
200 rtc::scoped_ptr<
202 rtc::scoped_ptr<
205 rtc::scoped_ptr<DeviceWatcher> watcher_;
206 rtc::scoped_ptr<rtc::WindowPicker> window_picker_;
  /external/webrtc/webrtc/base/
messagequeue.h 25 #include "webrtc/base/scoped_ptr.h"
90 const scoped_ptr<T>& data() const { return data_; }
91 scoped_ptr<T>& data() { return data_; }
93 scoped_ptr<T> data_;
247 scoped_ptr<SocketServer> default_ss_;
referencecountedsingletonfactory.h 17 #include "webrtc/base/scoped_ptr.h"
44 // reset()'ing the scoped_ptr in CleanupInstance().
48 scoped_ptr<Interface> instance_;
rtccertificate_unittests.cc 19 #include "webrtc/base/scoped_ptr.h"
80 scoped_ptr<SSLIdentity> identity(SSLIdentity::GenerateForTest(params));
88 scoped_ptr<SSLIdentity> identity(
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h 18 #include "webrtc/base/scoped_ptr.h"
140 rtc::scoped_ptr<float[], AlignedFreeDeleter> kernel_storage_;
141 rtc::scoped_ptr<float[], AlignedFreeDeleter> kernel_pre_sinc_storage_;
142 rtc::scoped_ptr<float[], AlignedFreeDeleter> kernel_window_storage_;
145 rtc::scoped_ptr<float[], AlignedFreeDeleter> input_buffer_;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.h 20 #include "webrtc/base/scoped_ptr.h"
236 rtc::scoped_ptr<AudioEncoder> speech_encoder_;
237 rtc::scoped_ptr<AudioEncoder> cng_encoder_;
238 rtc::scoped_ptr<AudioEncoder> red_encoder_;
239 rtc::scoped_ptr<AudioDecoder> isac_decoder_;
  /external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.h 49 rtc::scoped_ptr<GlobalRef> audio_track);
60 rtc::scoped_ptr<GlobalRef> audio_record_;
120 rtc::scoped_ptr<JNIEnvironment> j_environment_;
123 rtc::scoped_ptr<NativeRegistration> j_native_registration_;
126 rtc::scoped_ptr<AudioRecordJni::JavaAudioRecord> j_audio_record_;
audio_track_jni.h 45 rtc::scoped_ptr<GlobalRef> audio_track);
56 rtc::scoped_ptr<GlobalRef> audio_track_;
116 rtc::scoped_ptr<JNIEnvironment> j_environment_;
119 rtc::scoped_ptr<NativeRegistration> j_native_registration_;
122 rtc::scoped_ptr<AudioTrackJni::JavaAudioTrack> j_audio_track_;
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 14 #include "webrtc/base/scoped_ptr.h"
90 rtc::scoped_ptr<DesktopFrame> next_frame_;
112 rtc::scoped_ptr<DesktopFrame> image(
181 rtc::scoped_ptr<DesktopFrame> frame_;
233 rtc::scoped_ptr<SharedDesktopFrame> frame(
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
59 rtc::scoped_ptr<int[]>* ref_buffer,
60 rtc::scoped_ptr<int[]>* test_buffer) {
84 rtc::scoped_ptr<int[]> original_buffer_;
85 rtc::scoped_ptr<int[]> edited_buffer_;
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 21 #include "webrtc/base/scoped_ptr.h"
131 const rtc::scoped_ptr<webrtc::CriticalSectionWrapper> pq_crit_;
132 const rtc::scoped_ptr<webrtc::CriticalSectionWrapper> stream_crit_;
133 const rtc::scoped_ptr<webrtc::EventWrapper> packet_event_;
160 const rtc::scoped_ptr<webrtc::RtpHeaderParser> rtp_header_parser_;
  /external/libchrome/base/metrics/
histogram_base.cc 13 #include "base/memory/scoped_ptr.h"
108 scoped_ptr<ListValue> buckets(new ListValue());
110 scoped_ptr<DictionaryValue> parameters(new DictionaryValue());
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore_unittest.cc 54 void OnSuccess(rtc::scoped_ptr<rtc::SSLIdentity> identity) override {
97 rtc::scoped_ptr<rtc::Thread> worker_thread_;
98 rtc::scoped_ptr<DtlsIdentityStoreImpl> store_;
videosource.h 39 #include "webrtc/base/scoped_ptr.h"
103 rtc::scoped_ptr<cricket::VideoCapturer> video_capturer_;
104 rtc::scoped_ptr<cricket::VideoRenderer> frame_input_;
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h 40 #include "webrtc/base/scoped_ptr.h"
97 rtc::scoped_ptr<WebRtcVcmFactoryInterface> factory_;
103 rtc::scoped_ptr<rtc::AsyncInvoker> async_invoker_;
  /external/webrtc/webrtc/common_audio/
fir_filter.cc 16 #include "webrtc/base/scoped_ptr.h"
33 rtc::scoped_ptr<float[]> coefficients_;
34 rtc::scoped_ptr<float[]> state_;
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.h 20 #include "webrtc/base/scoped_ptr.h"
112 rtc::scoped_ptr<rtc::AsyncSocket> control_socket_;
113 rtc::scoped_ptr<rtc::AsyncSocket> hanging_get_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack_unittest.cc 18 #include "webrtc/base/scoped_ptr.h"
58 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
76 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
105 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
154 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
216 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
287 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
338 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
365 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold));
389 rtc::scoped_ptr<Nack> nack(Nack::Create(kNackThreshold))
    [all...]

Completed in 738 milliseconds

<<11121314151617181920>>