Searched refs:_NAME (Results 1 - 9 of 9) sorted by relevance

/external/autotest/server/hosts/
H A Dadb_label.py21 _NAME = constants.BOARD_PREFIX.rstrip(':') variable in class:BoardLabel
31 _NAME = 'camera-hal' variable in class:CameraHalLabel
40 _NAME = 'loopback-dongle' variable in class:LoopbackDongleLabel
H A Dbase_label_unittest.py21 _NAME = 'base_label' variable in class:TestBaseLabel
31 This is a variation of BaseLabel with multiple labels for _NAME
33 its _NAME attribute.
36 _NAME = ['base_label_1' , 'base_label_2'] variable in class:TestBaseLabels
47 _NAME = 'prefix' variable in class:TestStringPrefixLabel
95 [self.test_base_label._NAME])
102 [self.test_base_label._NAME])
114 # the label class attribute _NAME is a list or a string.
115 self.assertEqual(full_tbl, set([self.test_base_label._NAME]))
116 self.assertEqual(full_tbls, set(self.test_base_labels._NAME))
[all...]
H A Dcommon_label.py16 _NAME = constants.OS_PREFIX variable in class:OSLabel
H A Dcros_label.py43 _NAME = ds_constants.BOARD_PREFIX.rstrip(':') variable in class:BoardLabel
52 if label.startswith(self._NAME + ':'):
61 _NAME = ds_constants.MODEL_LABEL variable in class:ModelLabel
67 if label.startswith(self._NAME + ':'):
95 _NAME = 'lightsensor' variable in class:LightSensorLabel
120 _NAME = 'bluetooth' variable in class:BluetoothLabel
132 _NAME = 'ec:cros' variable in class:ECLabel
165 _NAME = 'accel:cros-ec' variable in class:AccelsLabel
194 _NAME = 'chameleon' variable in class:ChameleonLabel
203 _NAME variable in class:ChameleonConnectionLabel
223 _NAME = 'chameleon' variable in class:ChameleonPeripheralsLabel
237 _NAME = 'audio_loopback_dongle' variable in class:AudioLoopbackDongleLabel
260 _NAME = 'power' variable in class:PowerSupplyLabel
297 _NAME = 'storage' variable in class:StorageLabel
377 _NAME = 'servo' variable in class:ServoLabel
400 _NAME = [ variable in class:VideoLabel
423 _NAME = 'arc' variable in class:ArcLabel
436 _NAME = ['cts_abi_arm', 'cts_abi_x86'] variable in class:CtsArchLabel
454 _NAME = ['sparse_coverage_2', 'sparse_coverage_3', 'sparse_coverage_5'] variable in class:SparseCoverageLabel
493 _NAME = 'video_glitch_detection' variable in class:VideoGlitchLabel
504 _NAME = 'internal_display' variable in class:InternalDisplayLabel
537 _NAME = 'lucidsleep' variable in class:LucidSleepLabel
596 _NAME = 'detachablebase' variable in class:DetachableBaseLabel
[all...]
H A Dbase_label.py35 return (self._NAME in info.labels) or exists(self, host)
43 @property _NAME String that is either the label returned or a prefix of a
49 the _NAME attribute gives us what we want, but in the
55 so _NAME won't cut it. Instead, we use _LABEL_LIST
61 _NAME = None variable in class:BaseLabel
73 return [self._NAME]
112 full_labels_list = (self._NAME if isinstance(self._NAME, list) else
113 [self._NAME])
125 (listed in _NAME)
[all...]
/external/autotest/frontend/afe/
H A Drpc_interface_unittest.py1395 @var _NAME: fake suite name.
1400 _NAME = 'name' variable in class:ExtraRpcInterfaceTest
1411 self._NAME)
1449 rpc_utils.create_job_common(mox.And(mox.StrContains(self._NAME),
1476 name=self._NAME,
1495 name=self._NAME,
1514 name=self._NAME,
1535 rpc_interface.create_suite_job(name=self._NAME,
1557 rpc_interface.create_suite_job(name=self._NAME,
1580 rpc_interface.create_suite_job(name=self._NAME,
[all...]
/external/python/cpython3/Lib/test/test_importlib/
H A Dutil.py67 specialized._NAME = cls.__name__
H A Dtest_abc.py43 self.__test = getattr(self.abc, self._NAME)
/external/libevent/
H A Devent_rpcgen.py20 _NAME = "event_rpcgen.py" variable
1570 global _NAME
1580 ' */\n\n' ) % (name, _NAME, _VERSION)

Completed in 554 milliseconds