Searched refs:serials (Results 1 – 9 of 9) sorted by relevance
/external/autotest/cli/ |
D | site_host.py | 71 obj.serials = None 98 if self.serials: 100 afe.set_host_attribute('serials', ','.join(self.serials), 111 if self.serials and len(self.serials) > 1: 113 host, adb_serials=self.serials) 116 if self.serials: 117 adb_serial = self.serials[0]
|
D | host.py | 463 self.serials = getattr(options, 'serials', None) 464 if self.serials: 468 self.serials = self.serials.split(',')
|
/external/autotest/server/hosts/ |
D | testbed.py | 69 serials = [] 74 serials.extend(serial_attr.value.split(',')) 77 if not serials: 81 serials = adb_host.ADBHost.parse_device_serials( 84 return serials
|
D | adb_host.py | 153 def _initialize(self, hostname='localhost', serials=None, argument
|
/external/autotest/site_utils/ |
D | test_droid.py | 100 host_attributes = {'serials' : arguments.serials,
|
/external/autotest/docs/ |
D | test-droid.md | 68 by specifying a comma separated list of serials as the test device:
|
/external/dbus/ |
D | NEWS.pre-1-0 | 497 - change message serials to be unsigned
|
D | ChangeLog.pre-1-0 | 10929 * doc/dbus-specification.sgml: make spec say serials are unsigned 10931 * dbus/dbus-message.h: change message serials to unsigned 10933 * dbus/dbus-connection.c: adapt to message serials being unsigned
|
/external/bouncycastle/patches/ |
D | bcprov.patch | 8165 + * WARNING: Do not add short serials to this list! 8168 + * should only add serials that have enough entropy here. Short 8169 + * serials may inadvertently match a certificate that was issued
|