HomeSort by relevance Sort by last modified time
    Searched refs:SetOptions (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/lldb/scripts/Python/interface/
SBTypeFilter.i 53 SetOptions (uint32_t);
66 __swig_setmethods__["options"] = SetOptions
67 if _newclass: options = property(GetOptions, SetOptions)
SBTypeFormat.i 44 SetOptions (uint32_t);
62 __swig_setmethods__["options"] = SetOptions
63 if _newclass: options = property(GetOptions, SetOptions)
SBTypeSynthetic.i 54 SetOptions (uint32_t);
68 __swig_setmethods__["options"] = SetOptions
69 if _newclass: options = property(GetOptions, SetOptions)
SBTypeSummary.i 66 SetOptions (uint32_t);
80 __swig_setmethods__["options"] = SetOptions
81 if _newclass: options = property(GetOptions, SetOptions)
  /external/chromium_org/chrome/renderer/media/
cast_udp_transport.cc 28 void CastUdpTransport::SetOptions(scoped_ptr<base::DictionaryValue> options) {
cast_udp_transport.h 31 void SetOptions(scoped_ptr<base::DictionaryValue> options);
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector_unittest.cc 60 overuse_detector_->SetOptions(options_);
201 overuse_detector_->SetOptions(options_);
220 overuse_detector_->SetOptions(options_);
240 overuse_detector_->SetOptions(options_);
247 overuse_detector_->SetOptions(options_);
292 overuse_detector_->SetOptions(options_);
295 overuse_detector_->SetOptions(options_);
301 overuse_detector_->SetOptions(options_);
376 overuse_detector_->SetOptions(options_);
379 overuse_detector_->SetOptions(options_)
    [all...]
overuse_frame_detector.h 33 void SetOptions(const CpuOveruseOptions& options);
61 void SetOptions(const CpuOveruseOptions& options);
overuse_frame_detector.cc 62 void Statistics::SetOptions(const CpuOveruseOptions& options) {
155 void SetOptions(const CpuOveruseOptions& options) {
226 void SetOptions(const CpuOveruseOptions& options) {
403 void OveruseFrameDetector::SetOptions(const CpuOveruseOptions& options) {
410 capture_deltas_.SetOptions(options);
411 encode_usage_->SetOptions(options);
412 encode_rsd_->SetOptions(options);
  /external/chromium_org/tools/grit/grit/tool/
count.py 22 self.SetOptions(opts)
interface.py 42 def SetOptions(self, opts):
buildinfo.py 38 self.SetOptions(opts)
  /external/lldb/include/lldb/API/
SBTypeFilter.h 51 SetOptions (uint32_t);
SBTypeFormat.h 43 SetOptions (uint32_t);
SBTypeSynthetic.h 59 SetOptions (uint32_t);
SBTypeSummary.h 69 SetOptions (uint32_t);
  /external/lldb/source/API/
SBTypeFormat.cpp 71 SBTypeFormat::SetOptions (uint32_t value)
74 m_opaque_sp->SetOptions(value);
SBTypeFilter.cpp 55 SBTypeFilter::SetOptions (uint32_t value)
58 m_opaque_sp->SetOptions(value);
SBTypeSynthetic.cpp 110 SBTypeSynthetic::SetOptions (uint32_t value)
114 m_opaque_sp->SetOptions(value);
  /external/chromium_org/device/serial/
serial_connection.h 31 virtual void SetOptions(serial::ConnectionOptionsPtr options,
serial_connection.cc 46 void SerialConnection::SetOptions(serial::ConnectionOptionsPtr options,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h 212 return voice_.SetOptions(options);
306 bool SetOptions(const AudioOptions& options) { return true; }
347 bool SetOptions(const VideoOptions& options) { return true; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc 510 // Verify that max bitrate doesn't change after SetOptions().
513 EXPECT_TRUE(channel_->SetOptions(options));
519 EXPECT_TRUE(channel_->SetOptions(options));
537 EXPECT_TRUE(channel_->SetOptions(options));
539 EXPECT_TRUE(channel_->SetOptions(options));
    [all...]
webrtcvoiceengine_unittest.cc 479 EXPECT_TRUE(channel_->SetOptions(options_conference_));
502 EXPECT_TRUE(channel_->SetOptions(options_conference_));
526 EXPECT_TRUE(channel_->SetOptions(options_conference_));
549 EXPECT_TRUE(channel_->SetOptions(options_conference_));
578 EXPECT_TRUE(channel_->SetOptions(options_conference_));
    [all...]
  /external/chromium_org/remoting/protocol/
chromium_socket_factory_unittest.cc 81 TEST_F(ChromiumSocketFactoryTest, SetOptions) {

Completed in 495 milliseconds

1 2 3