Home
last modified time | relevance | path

Searched refs:SetAll (Results 1 – 16 of 16) sorted by relevance

/external/perfetto/src/profiling/memory/
Dsystem_property_unittest.cc42 auto handle = prop.SetAll(); in TEST()
53 auto handle = prop.SetAll(); in TEST()
54 { auto handle2 = prop.SetAll(); } in TEST()
65 { auto handle = prop.SetAll(); } in TEST()
126 auto handle = prop.SetAll(); in TEST()
135 auto handle = prop.SetAll(); in TEST()
Dsystem_property.h65 Handle SetAll();
Dsystem_property.cc80 SystemProperties::Handle SystemProperties::SetAll() { in SetAll() function in perfetto::profiling::SystemProperties
Dheapprofd_producer.cc422 data_source.properties.emplace_back(properties_.SetAll()); in StartDataSource()
/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc73 void SetAll(HealthCheckResponse::ServingStatus status) { in SetAll() function in grpc::testing::__anon697682d60111::HealthCheckServiceImpl
101 impl_->SetAll(serving ? HealthCheckResponse::SERVING in SetServingStatus()
/external/webrtc/talk/app/webrtc/
Dlocalaudiosource.cc109 options_.SetAll(mandatory_options); in Initialize()
Dvideosource.cc406 options_.SetAll(options); in Initialize()
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py273 def SetAll(self, interface, properties): member in DBusProperties
Dsim.py277 self.SetAll(mm1_constants.I_SIM, self._DBusPropertiesDict())
Dmodem_3gpp.py305 self.SetAll(mm1_constants.I_MODEM_3GPP, props)
/external/v8/src/regexp/
Djsregexp.h1142 void SetAll();
1186 void SetAll(int map_number) { in SetAll() function
1187 bitmaps_->at(map_number)->SetAll(); in SetAll()
1191 for (int i = from_map; i < length_; i++) SetAll(i); in SetRest()
Djsregexp.cc3589 void BoyerMoorePositionInfo::SetAll() { in SetAll() function in v8::internal::BoyerMoorePositionInfo
6464 bm->SetAll(offset); in FillInBMInfo()
/external/webrtc/talk/media/base/
Dmediachannel.h102 void SetAll(const AudioOptions& change) { in SetAll() function
247 void SetAll(const VideoOptions& change) { in SetAll() function
Dfakemediaengine.h399 options_.SetAll(options); in SetOptions()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc591 options.SetAll(options_in); in ApplyOptions()
1372 options_.SetAll(options); in SetOptions()
Dwebrtcvideoengine2.cc626 options_.SetAll(options); in WebRtcVideoChannel2()
1473 options_.SetAll(options); in SetOptions()