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

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/desktop_capture/
screen_capture_frame_queue.h 14 #include "webrtc/base/scoped_ptr.h"
67 rtc::scoped_ptr<SharedDesktopFrame> frames_[kQueueLength];
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
sli_unittest.cc 59 rtc::scoped_ptr<RawPacket> packet(sli.Build());
84 rtc::scoped_ptr<RawPacket> packet(sli.Build());
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h 16 #include "webrtc/base/scoped_ptr.h"
106 const rtc::scoped_ptr<CriticalSectionWrapper> crit_;
  /external/webrtc/webrtc/sound/
automaticallychosensoundsystem.h 18 #include "webrtc/base/scoped_ptr.h"
40 rtc::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems];
  /external/webrtc/webrtc/system_wrappers/include/
clock.h 14 #include "webrtc/base/scoped_ptr.h"
79 rtc::scoped_ptr<RWLockWrapper> lock_;
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.h 15 #include "webrtc/base/scoped_ptr.h"
100 const rtc::scoped_ptr<FileWrapper> trace_file_ GUARDED_BY(crit_);
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.cc 16 #include "webrtc/base/scoped_ptr.h"
42 rtc::scoped_ptr<uint8_t[]> temp_buffer(new uint8_t[frame_length]);
  /external/webrtc/webrtc/video/
payload_router.h 18 #include "webrtc/base/scoped_ptr.h"
72 rtc::scoped_ptr<CriticalSectionWrapper> crit_;
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 28 #include "webrtc/base/scoped_ptr.h"
43 using rtc::scoped_ptr;
211 rtc::scoped_ptr<ByteBuffer> last_stun_buf_;
212 rtc::scoped_ptr<IceMessage> last_stun_msg_;
343 rtc::scoped_ptr<Port> port_;
348 rtc::scoped_ptr<StunMessage> remote_request_;
759 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
760 rtc::scoped_ptr<rtc::VirtualSocketServer> ss_;
764 rtc::scoped_ptr<rtc::NATServer> nat_server1_;
765 rtc::scoped_ptr<rtc::NATServer> nat_server2_
    [all...]
  /external/ceres-solver/internal/ceres/
dense_sparse_matrix_test.cc 41 #include "ceres/internal/scoped_ptr.h"
72 scoped_ptr<LinearLeastSquaresProblem> problem(
87 scoped_ptr<TripletSparseMatrix> tsm;
88 scoped_ptr<DenseSparseMatrix> dsm;
dynamic_compressed_row_sparse_matrix_test.cc 37 #include "ceres/internal/scoped_ptr.h"
168 scoped_ptr<TripletSparseMatrix> tsm;
169 scoped_ptr<CompressedRowSparseMatrix> crsm;
171 scoped_ptr<DynamicCompressedRowSparseMatrix> dcrsm;
implicit_schur_complement.h 41 #include "ceres/internal/scoped_ptr.h"
148 scoped_ptr<PartitionedMatrixViewBase> A_;
152 scoped_ptr<BlockSparseMatrix> block_diagonal_EtE_inverse_;
153 scoped_ptr<BlockSparseMatrix> block_diagonal_FtF_inverse_;
implicit_schur_complement_test.cc 39 #include "ceres/internal/scoped_ptr.h"
58 scoped_ptr<LinearLeastSquaresProblem> problem(
89 scoped_ptr<SchurEliminatorBase> eliminator(
182 scoped_ptr<BlockSparseMatrix> A_;
parameter_block_ordering.cc 35 #include "ceres/internal/scoped_ptr.h"
49 scoped_ptr<Graph< ParameterBlock*> > graph(CreateHessianGraph(program));
75 scoped_ptr<Graph< ParameterBlock*> > graph(CreateHessianGraph(program));
94 scoped_ptr<Graph< ParameterBlock*> > graph(CreateHessianGraph(program));
parameter_block_ordering_test.cc 42 #include "ceres/internal/scoped_ptr.h"
86 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program));
131 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program));
140 scoped_ptr<HessianGraph> graph(CreateHessianGraph(program));
  /external/dbus-binding-generator/chromeos-dbus-bindings/
chromeos-dbus-bindings.gyp 11 '-Wno-unused-parameter', # for scoped_ptr.h, included indirectly
  /external/libchrome/base/
callback_helpers.h 30 // ScopedClosureRunner is akin to scoped_ptr for Closures. It ensures that the
security_unittest.cc 18 #include "base/memory/scoped_ptr.h"
110 scoped_ptr<char[][kArraySize]> array_pointer(new (nothrow)
120 scoped_ptr<char[][kArraySize2]> array_pointer(new (nothrow)
157 scoped_ptr<char, base::FreeDeleter> ptr(
  /external/libchrome/base/files/
important_file_writer.cc 58 // Helper function to call WriteFileAtomically() with a scoped_ptr<std::string>.
60 scoped_ptr<std::string> data) {
161 void ImportantFileWriter::WriteNow(scoped_ptr<std::string> data) {
196 scoped_ptr<std::string> data(new std::string);
  /external/libchrome/base/json/
json_string_value_serializer.cc 51 scoped_ptr<Value> JSONStringValueDeserializer::Deserialize(
json_writer_unittest.cc 58 scoped_ptr<ListValue> list(new ListValue());
59 scoped_ptr<DictionaryValue> inner_dict(new DictionaryValue());
94 scoped_ptr<DictionaryValue> period_dict2(new DictionaryValue());
112 scoped_ptr<Value> root(BinaryValue::CreateWithCopiedBuffer("asdf", 4));
  /external/libchrome/base/metrics/
sparse_histogram.cc 72 scoped_ptr<HistogramSamples> SparseHistogram::SnapshotSamples() const {
73 scoped_ptr<SampleMap> snapshot(new SampleMap(name_hash()));
136 scoped_ptr<HistogramSamples> snapshot = SnapshotSamples();
149 scoped_ptr<SampleCountIterator> it = snapshot->Iterator();
  /external/libchrome/base/trace_event/
memory_allocator_dump_unittest.cc 55 scoped_ptr<Value> CheckAttribute(const MemoryAllocatorDump* dump,
59 scoped_ptr<Value> raw_attrs = dump->attributes_for_testing()->ToBaseValue();
71 return out_value ? out_value->CreateDeepCopy() : scoped_ptr<Value>();
107 scoped_ptr<MemoryAllocatorDump> mad(
  /external/libchrome/crypto/
hmac.cc 50 scoped_ptr<unsigned char[]> computed_digest(
hmac_openssl.cc 14 #include "base/memory/scoped_ptr.h"

Completed in 713 milliseconds

<<11121314151617181920>>