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

<<31323334353637383940

  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 101 rtc::scoped_ptr<uint8_t[]> orig_buffer(new uint8_t[frame_length_]);
360 rtc::scoped_ptr<uint8_t[]> frame_buffer(new uint8_t[src_required_size]);
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 311 rtc::scoped_ptr<webrtc::IceCandidateInterface> candidate(
372 rtc::scoped_ptr<cricket::DeviceManagerInterface> dev_manager(
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver_unittest_oldapi.cc 16 #include "webrtc/base/scoped_ptr.h"
156 rtc::scoped_ptr<AcmReceiver> receiver_;
158 rtc::scoped_ptr<AudioCodingModule> acm_;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter_unittest.cc 331 rtc::scoped_ptr<TestSimulcastEncoderAdapterFakeHelper> helper_;
332 rtc::scoped_ptr<VP8Encoder> adapter_;
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 373 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
374 rtc::scoped_ptr<rtc::VirtualSocketServer> vss_;
375 rtc::scoped_ptr<rtc::FirewallSocketServer> fss_;
377 rtc::scoped_ptr<rtc::NATServer> nat_server_;
379 rtc::scoped_ptr<rtc::BasicPacketSocketFactory> nat_socket_factory_;
380 rtc::scoped_ptr<cricket::TestStunServer> stun_server_;
384 rtc::scoped_ptr<cricket::BasicPortAllocator> allocator_;
385 rtc::scoped_ptr<cricket::PortAllocatorSession> session_;
    [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 46 rtc::scoped_ptr<voe::ChannelProxy> GetChannelProxy(int channel_id) override {
47 return rtc::scoped_ptr<voe::ChannelProxy>(ChannelProxyFactory(channel_id));
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 61 using testing::internal::scoped_ptr;
513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_output_test_.cc 61 using testing::internal::scoped_ptr;
513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 74 #include "common/scoped_ptr.h"
387 scoped_ptr<CrashGenerationClient> crash_generation_client_;
  /external/google-breakpad/src/processor/
stackwalker_selftest.cc 69 #include "common/scoped_ptr.h"
83 using google_breakpad::scoped_ptr;
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 319 internal::scoped_ptr< ::std::string> message_;
718 const internal::scoped_ptr<const ::std::string> type_param_;
721 const internal::scoped_ptr<const ::std::string> value_param_;
875 const internal::scoped_ptr<const ::std::string> type_param_;
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 149 // scoped_ptr - as in TR2.
792 // Defines scoped_ptr.
794 // This implementation of scoped_ptr is PARTIAL - it only contains
797 class scoped_ptr { class in namespace:testing::internal
801 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} function in class:testing::internal::scoped_ptr
802 ~scoped_ptr() { reset(); }
826 GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 318 internal::scoped_ptr< ::std::string> message_;
718 const internal::scoped_ptr<const ::std::string> type_param_;
721 const internal::scoped_ptr<const ::std::string> value_param_;
875 const internal::scoped_ptr<const ::std::string> type_param_;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 150 // scoped_ptr - as in TR2.
782 // Defines scoped_ptr.
784 // This implementation of scoped_ptr is PARTIAL - it only contains
787 class scoped_ptr { class in namespace:testing::internal
791 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} function in class:testing::internal::scoped_ptr
792 ~scoped_ptr() { reset(); }
815 GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 309 internal::scoped_ptr< ::std::string> message_;
724 const internal::scoped_ptr<const ::std::string> type_param_;
727 const internal::scoped_ptr<const ::std::string> value_param_;
902 const internal::scoped_ptr<const ::std::string> type_param_;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 157 // scoped_ptr - as in TR2.
890 class scoped_ptr { class in namespace:testing::internal
894 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} function in class:testing::internal::scoped_ptr
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 64 new google::protobuf::scoped_ptr<MessageGenerator>[file->message_type_count()]),
66 new google::protobuf::scoped_ptr<EnumGenerator>[file->enum_type_count()]),
68 new google::protobuf::scoped_ptr<ServiceGenerator>[file->service_count()]),
70 new google::protobuf::scoped_ptr<ExtensionGenerator>[file->extension_count()]) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 205 scoped_ptr<io::ZeroCopyOutputStream> output(
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 224 scoped_ptr<io::ZeroCopyOutputStream> output(
  /external/protobuf/src/google/protobuf/
proto3_arena_unittest.cc 178 google::protobuf::scoped_ptr<TestAllTypes::NestedMessage> nested(
text_format.h 303 google::protobuf::scoped_ptr<const FieldValuePrinter> default_field_value_printer_;
  /external/protobuf/src/google/protobuf/util/
json_util_test.cc 88 google::protobuf::scoped_ptr<TypeResolver> resolver_;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest.h 318 internal::scoped_ptr< ::std::string> message_;
718 const internal::scoped_ptr<const ::std::string> type_param_;
721 const internal::scoped_ptr<const ::std::string> value_param_;
875 const internal::scoped_ptr<const ::std::string> type_param_;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 148 // scoped_ptr - as in TR2.
774 // Defines scoped_ptr.
776 // This implementation of scoped_ptr is PARTIAL - it only contains
779 class scoped_ptr { class in namespace:testing::internal
783 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} function in class:testing::internal::scoped_ptr
784 ~scoped_ptr() { reset(); }
807 GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 309 internal::scoped_ptr< ::std::string> message_;
724 const internal::scoped_ptr<const ::std::string> type_param_;
727 const internal::scoped_ptr<const ::std::string> value_param_;
902 const internal::scoped_ptr<const ::std::string> type_param_;
    [all...]

Completed in 550 milliseconds

<<31323334353637383940