Home
last modified time | relevance | path

Searched refs:SetUInt32 (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_cdma.py244 self.SetUInt32(mm1_constants.I_MODEM_CDMA, 'ActivationState', state)
282 self.SetUInt32(mm1_constants.I_MODEM_CDMA, 'ActivationState',
284 self.SetUInt32(mm1_constants.I_MODEM_CDMA, 'Sid', sid)
285 self.SetUInt32(mm1_constants.I_MODEM_CDMA, 'Nid', nid)
296 self.SetUInt32(mm1_constants.I_MODEM_CDMA, 'Cdma1xRegistrationState',
298 self.SetUInt32(mm1_constants.I_MODEM_CDMA, 'EvdoRegistrationState',
Dmodem_3gpp.py265 self.SetUInt32(mm1_constants.I_MODEM_3GPP,
278 self.SetUInt32(mm1_constants.I_MODEM_3GPP,
317 self.SetUInt32(mm1_constants.I_MODEM_3GPP, 'RegistrationState', state)
Dmodem.py354 self.SetUInt32(mm1_constants.I_MODEM, 'UnlockRequired',
783 self.SetUInt32(mm1_constants.I_MODEM, 'PowerState', power_state);
802 self.SetUInt32(mm1_constants.I_MODEM, 'CurrentCapabilities',
Denable_machine.py44 self._modem.SetUInt32(mm1_constants.I_MODEM, 'PowerState',
Ddbus_std_ifaces.py124 def SetUInt32(self, interface_name, property_name, value): member in DBusProperties
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc360 ->SetUInt32(sub_message, map_uint32_uint32_key_, 0); in SetMapFieldsViaReflection()
362 ->SetUInt32(sub_message, map_uint32_uint32_val_, 0); in SetMapFieldsViaReflection()
384 ->SetUInt32(sub_message, map_fixed32_fixed32_key_, 0); in SetMapFieldsViaReflection()
386 ->SetUInt32(sub_message, map_fixed32_fixed32_val_, 0); in SetMapFieldsViaReflection()
466 ->SetUInt32(sub_message, map_uint32_uint32_key_, 1); in SetMapFieldsViaReflection()
468 ->SetUInt32(sub_message, map_uint32_uint32_val_, 1); in SetMapFieldsViaReflection()
490 ->SetUInt32(sub_message, map_fixed32_fixed32_key_, 1); in SetMapFieldsViaReflection()
492 ->SetUInt32(sub_message, map_fixed32_fixed32_val_, 1); in SetMapFieldsViaReflection()
Dmap_field.cc299 reflection->SetUInt32(new_entry, key_des, map_key.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()
326 reflection->SetUInt32(new_entry, val_des, map_val.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()
Dmessage.h556 virtual void SetUInt32(Message* message,
Dgenerated_message_reflection.h290 void SetUInt32(Message* message,
Dtest_util.cc2390 reflection->SetUInt32(message, F("optional_uint32" ), 103); in SetAllFieldsViaReflection()
2394 reflection->SetUInt32(message, F("optional_fixed32" ), 107); in SetAllFieldsViaReflection()
2501 reflection->SetUInt32(message, F("default_uint32" ), 403); in SetAllFieldsViaReflection()
2505 reflection->SetUInt32(message, F("default_fixed32" ), 407); in SetAllFieldsViaReflection()
2522 reflection->SetUInt32(message, F("oneof_uint32" ), 601); in SetAllFieldsViaReflection()
Dextension_set.h249 void SetUInt32(int number, FieldType type, uint32 value, desc);
Ddescriptor.cc3068 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
5912 SetUInt32(option_field->number(), in SetOptionValue()
6206 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, in SetUInt32() function in google::protobuf::DescriptorBuilder::OptionInterpreter
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp37 static void SetUInt32(Byte *p, UInt32 d) in SetUInt32() function
54 SetUInt32(buf + 20, h.NextHeaderCRC); in WriteStartHeader()
55 SetUInt32(buf, CrcCalc(buf + 4, 20)); in WriteStartHeader()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2359 reflection->SetUInt32(message, field_descriptor, value); in CheckAndGetInteger()