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

1 2 3 4 5 6 78 91011>>

  /external/libweave/third_party/chromium/base/json/
json_parser_unittest.cc 12 #include "base/memory/scoped_ptr.h"
38 scoped_ptr<JSONParser> parser(NewTestParser(input));
49 scoped_ptr<JSONParser> parser(NewTestParser(input));
50 scoped_ptr<Value> value(parser->ConsumeString());
63 scoped_ptr<JSONParser> parser(NewTestParser(input));
64 scoped_ptr<Value> value(parser->ConsumeList());
77 scoped_ptr<JSONParser> parser(NewTestParser(input));
78 scoped_ptr<Value> value(parser->ConsumeDictionary());
94 scoped_ptr<JSONParser> parser(NewTestParser(input));
95 scoped_ptr<Value> value(parser->ConsumeLiteral())
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 17 #include "webrtc/base/scoped_ptr.h"
65 rtc::scoped_ptr<uint8_t[]> data_;
180 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect_;
213 rtc::scoped_ptr<Handler> handler(
295 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
296 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;
297 rtc::scoped_ptr<RtpReceiver> rtp_module_;
298 rtc::scoped_ptr<PayloadSinkInterface> payload_sink_;
323 rtc::scoped_ptr<test::RtpFileReader>* packet_source,
422 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser
    [all...]
vcm_payload_sink_factory.cc 30 rtc::scoped_ptr<VideoCodingModule>* vcm,
31 rtc::scoped_ptr<FileOutputFrameReceiver>* frame_receiver)
92 rtc::scoped_ptr<VideoCodingModule> vcm_;
93 rtc::scoped_ptr<FileOutputFrameReceiver> frame_receiver_;
129 rtc::scoped_ptr<VideoCodingModule> vcm(
154 rtc::scoped_ptr<FileOutputFrameReceiver> frame_receiver(
156 rtc::scoped_ptr<VcmPayloadSink> sink(
  /external/ceres-solver/internal/ceres/
numeric_diff_functor_test.cc 38 #include "ceres/internal/scoped_ptr.h"
52 internal::scoped_ptr<CostFunction> cost_function;
71 internal::scoped_ptr<CostFunction> cost_function;
90 internal::scoped_ptr<CostFunction> cost_function;
109 internal::scoped_ptr<CostFunction> cost_function;
  /external/libchrome/base/trace_event/
trace_buffer.h 42 scoped_ptr<TraceBufferChunk> Clone() const;
54 scoped_ptr<TraceEventMemoryOverhead> cached_overhead_estimate_;
64 virtual scoped_ptr<TraceBufferChunk> GetChunk(size_t* index) = 0;
66 scoped_ptr<TraceBufferChunk> chunk) = 0;
76 virtual scoped_ptr<TraceBuffer> CloneForIteration() const = 0;
trace_event_argument.h 14 #include "base/memory/scoped_ptr.h"
69 void SetValue(const char* name, scoped_ptr<base::Value> value);
75 scoped_ptr<base::Value> ToBaseValue() const;
  /external/webrtc/webrtc/modules/audio_processing/transient/
click_annotate.cc 18 #include "webrtc/base/scoped_ptr.h"
21 using rtc::scoped_ptr;
43 scoped_ptr<FileWrapper> pcm_file(FileWrapper::Create());
50 scoped_ptr<FileWrapper> dat_file(FileWrapper::Create());
72 scoped_ptr<float[]> audio_buffer(new float[audio_buffer_length]);
  /external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc 63 rtc::scoped_ptr<StunMessage> req(
71 rtc::scoped_ptr<StunMessage> req(
174 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
175 rtc::scoped_ptr<rtc::VirtualSocketServer> ss_;
177 rtc::scoped_ptr<RelayServer> server_;
178 rtc::scoped_ptr<rtc::TestClient> client1_;
179 rtc::scoped_ptr<rtc::TestClient> client2_;
192 rtc::scoped_ptr<StunMessage> req(
211 rtc::scoped_ptr<StunMessage> req(
231 rtc::scoped_ptr<StunMessage> req
    [all...]
testrelayserver.h 16 #include "webrtc/base/scoped_ptr.h"
93 rtc::scoped_ptr<rtc::AsyncSocket> tcp_int_socket_;
94 rtc::scoped_ptr<rtc::AsyncSocket> tcp_ext_socket_;
95 rtc::scoped_ptr<rtc::AsyncSocket> ssl_int_socket_;
96 rtc::scoped_ptr<rtc::AsyncSocket> ssl_ext_socket_;
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 230 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector()));
243 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector()));
258 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector()));
271 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector()));
299 scoped_ptr<FilePathWatcher> watcher_;
309 scoped_ptr<Deleter> deleter(new Deleter(watcher, &loop_));
324 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector()));
334 scoped_ptr<TestDelegate> delegate1(new TestDelegate(collector()));
335 scoped_ptr<TestDelegate> delegate2(new TestDelegate(collector()));
351 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector()))
    [all...]
  /external/webrtc/webrtc/base/
filerotatingstream_unittest.cc 60 scoped_ptr<FileRotatingStream> stream;
66 scoped_ptr<uint8_t[]> buffer(new uint8_t[expected_length]);
77 scoped_ptr<uint8_t[]> buffer(new uint8_t[expected_length]);
78 scoped_ptr<FileStream> stream(Filesystem::OpenFile(file_path, "r"));
91 scoped_ptr<FileRotatingStream> stream_;
117 scoped_ptr<FileStream> stream(Filesystem::OpenFile(logfile_path, "r"));
218 scoped_ptr<CallSessionFileRotatingStream> stream(
224 scoped_ptr<uint8_t[]> buffer(new uint8_t[expected_length]);
232 scoped_ptr<CallSessionFileRotatingStream> stream_;
269 scoped_ptr<uint8_t[]> buffer(new uint8_t[buffer_size])
    [all...]
  /external/webrtc/talk/session/media/
planarfunctions_unittest.cc 39 #include "webrtc/base/scoped_ptr.h"
489 rtc::scoped_ptr<uint8_t[]> testing_color_y_;
490 rtc::scoped_ptr<uint8_t[]> testing_color_u_;
491 rtc::scoped_ptr<uint8_t[]> testing_color_v_;
492 rtc::scoped_ptr<uint8_t[]> testing_color_r_;
493 rtc::scoped_ptr<uint8_t[]> testing_color_g_;
494 rtc::scoped_ptr<uint8_t[]> testing_color_b_;
508 rtc::scoped_ptr<uint8_t[]> yuv_input(CreateFakeYuvTestingImage(
512 rtc::scoped_ptr<uint8_t[]> yuv_output(
546 rtc::scoped_ptr<uint8_t[]> yuv_input(CreateFakeYuvTestingImage
    [all...]
  /system/tpm/trunks/
trunks_client_test.cc 65 TrunksClientTest::TrunksClientTest(scoped_ptr<TrunksFactory> factory)
71 scoped_ptr<TpmUtility> utility = factory_->GetTpmUtility();
72 scoped_ptr<HmacSession> session = factory_->GetHmacSession();
100 scoped_ptr<TpmUtility> utility = factory_->GetTpmUtility();
101 scoped_ptr<HmacSession> session = factory_->GetHmacSession();
141 scoped_ptr<TpmUtility> utility = factory_->GetTpmUtility();
142 scoped_ptr<HmacSession> session = factory_->GetHmacSession();
169 scoped_ptr<TpmUtility> utility = factory_->GetTpmUtility();
170 scoped_ptr<HmacSession> session = factory_->GetHmacSession();
199 scoped_ptr<TpmUtility> utility = factory_->GetTpmUtility()
    [all...]
  /external/libweave/third_party/chromium/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() {
143 scoped_ptr<Value> Value::CreateDeepCopy() const
    [all...]
  /external/libchrome/base/
environment_unittest.cc 6 #include "base/memory/scoped_ptr.h"
17 scoped_ptr<Environment> env(Environment::Create());
24 scoped_ptr<Environment> env(Environment::Create());
53 scoped_ptr<Environment> env(Environment::Create());
58 scoped_ptr<Environment> env(Environment::Create());
73 scoped_ptr<Environment> env(Environment::Create());
131 scoped_ptr<char*[]> e;
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.h 38 #include "webrtc/base/scoped_ptr.h"
58 // |identity| is a scoped_ptr because rtc::SSLIdentity is not copyable and the
60 virtual void OnSuccess(rtc::scoped_ptr<rtc::SSLIdentity> identity) = 0;
123 rtc::scoped_ptr<rtc::SSLIdentity> identity);
132 rtc::scoped_ptr<rtc::SSLIdentity> identity)
136 rtc::scoped_ptr<rtc::SSLIdentity> identity_;
156 rtc::scoped_ptr<rtc::SSLIdentity> free_identity_;
  /external/webrtc/webrtc/modules/utility/include/
jvm_android.h 17 #include "webrtc/base/scoped_ptr.h"
79 rtc::scoped_ptr<GlobalRef> NewObject(
99 rtc::scoped_ptr<NativeRegistration> RegisterNatives(
123 // rtc::scoped_ptr<JNIEnvironment> env;
124 // rtc::scoped_ptr<NativeRegistration> reg;
125 // rtc::scoped_ptr<GlobalRef> obj;
159 rtc::scoped_ptr<JNIEnvironment> environment();
  /external/webrtc/webrtc/modules/video_processing/test/
denoiser_test.cc 21 rtc::scoped_ptr<DenoiserFilter> df_c(DenoiserFilter::Create(false));
22 rtc::scoped_ptr<DenoiserFilter> df_sse_neon(DenoiserFilter::Create(true));
48 rtc::scoped_ptr<DenoiserFilter> df_c(DenoiserFilter::Create(false));
49 rtc::scoped_ptr<DenoiserFilter> df_sse_neon(DenoiserFilter::Create(true));
71 rtc::scoped_ptr<DenoiserFilter> df_c(DenoiserFilter::Create(false));
72 rtc::scoped_ptr<DenoiserFilter> df_sse_neon(DenoiserFilter::Create(true));
140 rtc::scoped_ptr<uint8_t[]> video_buffer(new uint8_t[frame_length_]);
  /external/webrtc/webrtc/p2p/stunprober/
stunprober_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
86 rtc::scoped_ptr<rtc::BasicPacketSocketFactory> socket_factory(
122 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
123 rtc::scoped_ptr<rtc::VirtualSocketServer> ss_;
125 rtc::scoped_ptr<StunProber> prober;
128 rtc::scoped_ptr<cricket::TestStunServer> stun_server_1_;
129 rtc::scoped_ptr<cricket::TestStunServer> stun_server_2_;
  /external/webrtc/webrtc/test/
frame_generator_unittest.cc 15 #include "webrtc/base/scoped_ptr.h"
49 rtc::scoped_ptr<uint8_t[]> plane_buffer(new uint8_t[y_size]);
91 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
99 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
112 rtc::scoped_ptr<FrameGenerator> generator(
122 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
137 rtc::scoped_ptr<FrameGenerator> generator(FrameGenerator::CreateFromYuvFile(
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl_unittest.cc 75 rtc::scoped_ptr<EventWrapper> event(EventWrapper::Create());
95 rtc::scoped_ptr<EventWrapper> event(EventWrapper::Create());
117 rtc::scoped_ptr<EventWrapper> event(EventWrapper::Create());
154 rtc::scoped_ptr<EventWrapper> event(EventWrapper::Create());
219 rtc::scoped_ptr<EventWrapper> event(EventWrapper::Create());
252 rtc::scoped_ptr<EventWrapper> started(EventWrapper::Create());
253 rtc::scoped_ptr<EventWrapper> called(EventWrapper::Create());
297 rtc::scoped_ptr<EventWrapper> task_ran(EventWrapper::Create());
298 rtc::scoped_ptr<RaiseEventTask> task(new RaiseEventTask(task_ran.get()));
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 15 #include "webrtc/base/scoped_ptr.h"
44 rtc::scoped_ptr<uint8_t[]> frame_buffer_;
184 rtc::scoped_ptr<Vp8UnitTestEncodeCompleteCallback> encode_complete_callback_;
185 rtc::scoped_ptr<Vp8UnitTestDecodeCompleteCallback> decode_complete_callback_;
186 rtc::scoped_ptr<uint8_t[]> source_buffer_;
189 rtc::scoped_ptr<VideoEncoder> encoder_;
190 rtc::scoped_ptr<VideoDecoder> decoder_;
274 rtc::scoped_ptr<uint8_t[]> first_frame_buffer(new uint8_t[length]);
280 rtc::scoped_ptr<uint8_t[]> second_frame_buffer(new uint8_t[length]);
  /external/libchrome/base/message_loop/
message_pump_glib.h 9 #include "base/memory/scoped_ptr.h"
70 // Use a scoped_ptr to avoid needing the definition of GPollFD in the header.
71 scoped_ptr<GPollFD> wakeup_gpollfd_;
  /external/libchrome/base/prefs/
writeable_pref_store.h 13 #include "base/memory/scoped_ptr.h"
39 scoped_ptr<base::Value> value,
62 scoped_ptr<base::Value> value,
  /external/libchrome/crypto/
scoped_capi_types.h 44 // scoped_ptr-like class for the CryptoAPI cryptography and certificate
46 // pointers, the existing scoped classes, such as scoped_ptr, are insufficient.
47 // The semantics are the same as scoped_ptr.

Completed in 924 milliseconds

1 2 3 4 5 6 78 91011>>