HomeSort by relevance Sort by last modified time
    Searched refs:scoped_ptr (Results 726 - 750 of 984) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 18 #include "webrtc/base/scoped_ptr.h"
232 rtc::scoped_ptr<uint8_t[]> array(new uint8_t[size]);
395 rtc::scoped_ptr<AudioProcessing> apm_;
398 rtc::scoped_ptr<ChannelBuffer<float> > float_cb_;
399 rtc::scoped_ptr<ChannelBuffer<float> > revfloat_cb_;
    [all...]
  /external/google-breakpad/src/processor/
fast_source_line_resolver_unittest.cc 68 using google_breakpad::scoped_ptr;
213 scoped_ptr<WindowsFrameInfo> windows_frame_info;
214 scoped_ptr<CFIFrameInfo> cfi_frame_info;
basic_source_line_resolver.cc 231 scoped_ptr<WindowsFrameInfo> result(new WindowsFrameInfo());
294 scoped_ptr<CFIFrameInfo> rules(new CFIFrameInfo());
module_comparer.cc 40 #include "common/scoped_ptr.h"
56 scoped_ptr<BasicModule> basic_module(new BasicModule("test_module"));
57 scoped_ptr<FastModule> fast_module(new FastModule("test_module"));
stackwalker_x86.cc 39 #include "common/scoped_ptr.h"
512 scoped_ptr<StackFrameX86> frame(new StackFrameX86());
627 scoped_ptr<StackFrameX86> new_frame;
  /external/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h     [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h     [all...]
  /external/v8/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h     [all...]
  /external/webrtc/talk/app/webrtc/
videosource_unittest.cc 159 rtc::scoped_ptr<TestVideoCapturer> capturer_cleanup_;
162 rtc::scoped_ptr<cricket::ChannelManager> channel_manager_;
163 rtc::scoped_ptr<StateObserver> state_observer_;
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc 108 rtc::scoped_ptr<XmppPresence> presence_;
433 rtc::scoped_ptr<XmppPresence> xmpp_presence(XmppPresence::Create());
475 rtc::scoped_ptr<XmppPresence> presence(XmppPresence::Create());
hangoutpubsubclient_unittest.cc 231 rtc::scoped_ptr<rtc::FakeTaskRunner> runner;
234 rtc::scoped_ptr<buzz::HangoutPubSubClient> client;
235 rtc::scoped_ptr<TestHangoutPubSubListener> listener;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector_unittest.cc 20 #include "webrtc/base/scoped_ptr.h"
117 rtc::scoped_ptr<OveruseDetector> overuse_detector_;
118 rtc::scoped_ptr<OveruseEstimator> overuse_estimator_;
119 rtc::scoped_ptr<InterArrival> inter_arrival_;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-internal-inl.h     [all...]
  /external/webrtc/webrtc/base/
virtualsocket_unittest.cc 66 scoped_ptr<AsyncUDPSocket> socket;
126 scoped_ptr<AsyncUDPSocket> socket;
348 scoped_ptr<AsyncSocket> client(ss_->CreateAsyncSocket(initial_addr.family(),
351 scoped_ptr<AsyncSocket> server(ss_->CreateAsyncSocket(initial_addr.family(),
409 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr));
439 scoped_ptr<AsyncSocket> b(ss_->CreateAsyncSocket(initial_addr.family(),
    [all...]
stream.h 22 #include "webrtc/base/scoped_ptr.h"
337 scoped_ptr<StreamInterface> tap_;
553 scoped_ptr<char[]> buffer_; // the allocated buffer
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc 59 using testing::internal::scoped_ptr;
501 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
  /external/protobuf/gtest/test/
gtest_output_test_.cc 59 using testing::internal::scoped_ptr;
613 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 271 google::protobuf::scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename));
288 google::protobuf::scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename));
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 42 using google::protobuf::internal::scoped_ptr;
453 scoped_ptr<io::ZeroCopyOutputStream> output(
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 51 #include <google/protobuf/stubs/scoped_ptr.h>
184 google::protobuf::scoped_ptr<DescriptorDatabaseTestCase> test_case_;
map_field_test.cc 127 google::protobuf::scoped_ptr<MapFieldType> map_field_;
302 google::protobuf::scoped_ptr<MapFieldType> map_field_;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test_.cc 61 using testing::internal::scoped_ptr;
513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;

Completed in 1236 milliseconds

<<21222324252627282930>>