/external/autotest/client/cros/cellular/pseudomodem/ |
D | modem_cdma.py | 244 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',
|
D | modem_3gpp.py | 265 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)
|
D | modem.py | 354 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',
|
D | enable_machine.py | 44 self._modem.SetUInt32(mm1_constants.I_MODEM, 'PowerState',
|
D | dbus_std_ifaces.py | 124 def SetUInt32(self, interface_name, property_name, value): member in DBusProperties
|
/external/protobuf/src/google/protobuf/ |
D | map_test_util.cc | 360 ->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()
|
D | map_field.cc | 299 reflection->SetUInt32(new_entry, key_des, map_key.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock() 326 reflection->SetUInt32(new_entry, val_des, map_val.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()
|
D | generated_message_reflection.h | 290 void SetUInt32(Message* message,
|
D | message.h | 556 virtual void SetUInt32(Message* message,
|
D | test_util.cc | 2390 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()
|
D | extension_set.h | 249 void SetUInt32(int number, FieldType type, uint32 value, desc);
|
D | descriptor.cc | 3068 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/ |
D | 7zOut.cpp | 37 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/libprotobuf-mutator/src/ |
D | field_instance.h | 255 reflection().SetUInt32(message_, descriptor(), value); in Store()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2359 reflection->SetUInt32(message, field_descriptor, value); in CheckAndGetInteger()
|