Home
last modified time | relevance | path

Searched defs:GetAll (Results 1 – 17 of 17) sorted by relevance

/external/openscreen/cast/cast_core/api/v2/
Dcore_message_port_application_service.proto24 rpc GetAll(cast.bindings.GetAllRequest) rpc
Dcore_application_service.proto46 rpc GetAll(cast.bindings.GetAllRequest) rpc
/external/autotest/client/cros/bluetooth/
Dadvertisement.py136 def GetAll(self, interface): member in Advertisement
Dadv_monitor_helper.py228 def GetAll(self, interface): member in AdvMonitor
/external/rust/android-crates-io/crates/tonic/src/metadata/
Dmap.rs163 pub struct GetAll<'a, VE: ValueEncoding> { struct
164 inner: Option<http::header::GetAll<'a, http::header::HeaderValue>>, argument
165 phantom: PhantomData<VE>,
1941 impl<'a, VE: ValueEncoding> GetAll<'a, VE> { impl
1968 impl<'a, VE: ValueEncoding> PartialEq for GetAll<'a, VE> { implementation
1974 impl<'a, VE: ValueEncoding> IntoIterator for GetAll<'a, VE> implementation
1989 impl<'a, 'b: 'a, VE: ValueEncoding> IntoIterator for &'b GetAll<'a, VE> { implementation
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc193 void CollectiveRegistry::GetAll( in GetAll() function in tensorflow::CollectiveRegistry
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py228 def GetAll(self, interface_name): member in DBusProperties
/external/autotest/client/cros/cellular/
Dmodem1.py82 def GetAll(self, iface): member in Modem
Dmodem.py115 def GetAll(self, iface): member in Modem
Dpseudo_modem.py88 def GetAll(self, interface, *args, **kwargs): member in DBusObjectWithProperties
/external/rust/android-crates-io/extra_versions/crates/http/src/header/
Dmap.rs152 pub struct GetAll<'a, T> { struct
153 map: &'a HeaderMap<T>,
154 index: Option<usize>,
2805 impl<'a, T: 'a> GetAll<'a, T> { implementation
2836 impl<'a, T: PartialEq> PartialEq for GetAll<'a, T> { implementation
2842 impl<'a, T> IntoIterator for GetAll<'a, T> { implementation
2851 impl<'a, 'b: 'a, T> IntoIterator for &'b GetAll<'a, T> { implementation
/external/rust/android-crates-io/crates/http/src/header/
Dmap.rs152 pub struct GetAll<'a, T> { struct
153 map: &'a HeaderMap<T>,
154 index: Option<usize>,
2805 impl<'a, T: 'a> GetAll<'a, T> { impl
2836 impl<'a, T: PartialEq> PartialEq for GetAll<'a, T> { implementation
2842 impl<'a, T> IntoIterator for GetAll<'a, T> { implementation
2851 impl<'a, 'b: 'a, T> IntoIterator for &'b GetAll<'a, T> { implementation
/external/cronet/stable/build/android/pylib/base/
Dbase_test_result.py296 def GetAll(self): member in TestRunResults
/external/cronet/tot/build/android/pylib/base/
Dbase_test_result.py296 def GetAll(self): member in TestRunResults
/external/angle/build/android/pylib/base/
Dbase_test_result.py296 def GetAll(self): member in TestRunResults
/external/libchrome/dbus/
Dproperty.cc166 void PropertySet::GetAll() { in GetAll() function in dbus::PropertySet
/external/tink/cc/core/
Dprimitive_set_test.cc384 TEST_F(PrimitiveSetTest, GetAll) { in TEST_F() argument