Home
last modified time | relevance | path

Searched refs:_NAME (Results 1 – 21 of 21) sorted by relevance

/external/autotest/server/hosts/
Dbase_label_unittest.py20 _NAME = 'base_label' variable in TestBaseLabel
35 _NAME = ['base_label_1' , 'base_label_2'] variable in TestBaseLabels
46 _NAME = 'prefix' variable in TestStringPrefixLabel
82 [self.test_base_label._NAME])
89 [self.test_base_label._NAME])
102 self.assertEqual(full_tbl, set([self.test_base_label._NAME]))
103 self.assertEqual(full_tbls, set(self.test_base_labels._NAME))
125 ['%s:%s' % (self.test_label._NAME,
132 self.assertEqual(prefix_labels, set(['%s:' % self.test_label._NAME]))
147 full_names = set([TestBaseLabel._NAME])
[all …]
Dcros_label.py51 _NAME = ds_constants.BOARD_PREFIX.rstrip(':') variable in BoardLabel
63 if label.startswith(self._NAME + ':'):
72 _NAME = ds_constants.MODEL_LABEL variable in ModelLabel
81 if label.startswith(self._NAME + ':'):
109 _NAME = ds_constants.DEVICE_SKU_LABEL variable in DeviceSkuLabel
132 _NAME = ds_constants.BRAND_CODE_LABEL variable in BrandCodeLabel
150 _NAME = 'bluetooth' variable in BluetoothLabel
158 if label.startswith(self._NAME):
170 _NAME = 'ec:cros' variable in ECLabel
203 _NAME = 'cr50' variable in Cr50Label
[all …]
Dbase_label.py36 return (self._NAME in info.labels) or exists(self, host)
48 _NAME = None variable in BaseLabel
59 return [self._NAME]
98 full_labels_list = (self._NAME if isinstance(self._NAME, list) else
99 [self._NAME])
170 return ['%s:%s' % (self._NAME, label)
188 prefix_labels = set(['%s:' % self._NAME])
Dcommon_label.py16 _NAME = constants.OS_PREFIX variable in OSLabel
/external/pcre/dist2/cmake/
DFindPackageHandleStandardArgs.cmake20 MACRO(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FAIL_MSG _VAR1 )
23 IF (${_NAME}_FIND_REQUIRED)
24 SET(_FAIL_MESSAGE "Could not find REQUIRED package ${_NAME}")
25 ELSE (${_NAME}_FIND_REQUIRED)
26 SET(_FAIL_MESSAGE "Could not find OPTIONAL package ${_NAME}")
27 ENDIF (${_NAME}_FIND_REQUIRED)
32 STRING(TOUPPER ${_NAME} _NAME_UPPER)
46 IF (NOT ${_NAME}_FIND_QUIETLY)
47 MESSAGE(STATUS "Found ${_NAME}: ${${_VAR1}}")
48 ENDIF (NOT ${_NAME}_FIND_QUIETLY)
[all …]
/external/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake22 MACRO(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FAIL_MSG _VAR1 )
25 IF (${_NAME}_FIND_REQUIRED)
26 SET(_FAIL_MESSAGE "Could not find REQUIRED package ${_NAME}")
27 ELSE (${_NAME}_FIND_REQUIRED)
28 SET(_FAIL_MESSAGE "Could not find OPTIONAL package ${_NAME}")
29 ENDIF (${_NAME}_FIND_REQUIRED)
34 STRING(TOUPPER ${_NAME} _NAME_UPPER)
48 IF (NOT ${_NAME}_FIND_QUIETLY)
49 MESSAGE(STATUS "Found ${_NAME}: ${${_VAR1}}")
50 ENDIF (NOT ${_NAME}_FIND_QUIETLY)
[all …]
/external/u-boot/include/
Dzynqpl.h59 .devicename = XILINX_XC##name##_NAME \
64 .devicename = XILINX_XC##name##_NAME \
Dtsec.h54 .devname = CONFIG_TSEC##num##_NAME, \
64 x.devname = CONFIG_TSEC##num##_NAME; \
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py46 _NAME = u'changes' variable in DnsV1.ChangesService
134 _NAME = u'managedZones' variable in DnsV1.ManagedZonesService
248 _NAME = u'projects' variable in DnsV1.ProjectsService
284 _NAME = u'resourceRecordSets' variable in DnsV1.ResourceRecordSetsService
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py47 _NAME = u'iamPolicies' variable in IamV1.IamPoliciesService
84 _NAME = u'projects_serviceAccounts_keys' variable in IamV1.ProjectsServiceAccountsKeysService
204 _NAME = u'projects_serviceAccounts' variable in IamV1.ProjectsServiceAccountsService
495 _NAME = u'projects' variable in IamV1.ProjectsService
505 _NAME = u'roles' variable in IamV1.RolesService
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py49 _NAME = u'operations' variable in ServicemanagementV1.OperationsService
87 _NAME = u'services_accessPolicy' variable in ServicemanagementV1.ServicesAccessPolicyService
130 _NAME = u'services_configs' variable in ServicemanagementV1.ServicesConfigsService
254 _NAME = u'services_customerSettings' variable in ServicemanagementV1.ServicesCustomerSettingsService
321 _NAME = u'services_projectSettings' variable in ServicemanagementV1.ServicesProjectSettingsService
420 _NAME = u'services' variable in ServicemanagementV1.ServicesService
825 _NAME = u'v1' variable in ServicemanagementV1.V1Service
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py47 _NAME = u'datasets' variable in BigqueryV2.DatasetsService
213 _NAME = u'jobs' variable in BigqueryV2.JobsService
391 _NAME = u'projects' variable in BigqueryV2.ProjectsService
427 _NAME = u'tabledata' variable in BigqueryV2.TabledataService
489 _NAME = u'tables' variable in BigqueryV2.TablesService
/external/expat/cmake/
Dexpat-config.cmake.in42 macro(expat_register_component _NAME _AVAILABE)
43 set(expat_${_NAME}_FOUND ${_AVAILABE})
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py48 _NAME = u'column' variable in FusiontablesV1.ColumnService
214 _NAME = u'query' variable in FusiontablesV1.QueryService
282 _NAME = u'style' variable in FusiontablesV1.StyleService
448 _NAME = u'table' variable in FusiontablesV1.TableService
716 _NAME = u'task' variable in FusiontablesV1.TaskService
804 _NAME = u'template' variable in FusiontablesV1.TemplateService
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py49 _NAME = u'bucketAccessControls' variable in StorageV1.BucketAccessControlsService
215 _NAME = u'buckets' variable in StorageV1.BucketsService
459 _NAME = u'channels' variable in StorageV1.ChannelsService
495 _NAME = u'defaultObjectAccessControls' variable in StorageV1.DefaultObjectAccessControlsService
661 _NAME = u'notifications' variable in StorageV1.NotificationsService
775 _NAME = u'objectAccessControls' variable in StorageV1.ObjectAccessControlsService
941 _NAME = u'objects' variable in StorageV1.ObjectsService
/external/python/apitools/apitools/base/py/testing/
Dmock.py353 collection_name = service_class._NAME
386 delattr(self, service_class._NAME)
/external/autotest/frontend/afe/
Drpc_interface_unittest.py1406 _NAME = 'name' variable in ExtraRpcInterfaceTest
1417 self._NAME)
1455 rpc_utils.create_job_common(mox.And(mox.StrContains(self._NAME),
1483 name=self._NAME,
1503 name=self._NAME,
1523 name=self._NAME,
1545 rpc_interface.create_suite_job(name=self._NAME,
1568 rpc_interface.create_suite_job(name=self._NAME,
1592 rpc_interface.create_suite_job(name=self._NAME,
1612 rpc_interface.create_suite_job(name='%s/%s' % (self._NAME,
/external/libevent/
Devent_rpcgen.py20 _NAME = "event_rpcgen.py" variable
1567 global _NAME
1577 ' */\n\n' ) % (name, _NAME, _VERSION)
/external/python/cpython3/Lib/test/test_importlib/
Dutil.py74 specialized._NAME = cls.__name__
Dtest_abc.py41 self.__test = getattr(self.abc, self._NAME)
/external/autotest/docs/
Dwifi-basics-codelab.md68 you can use the hostnames **${DUT\_NAME}-router.cros** and
69 **${DUT\_NAME}-pcap.cros** respectively. You can access each with ssh