Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/fs_config/
Dfs_config_generator.py143 def __init__(self, identifier, value, found, login_shell): argument
156 self.identifier = identifier
168 friendly = identifier[len(AID.PREFIX):].lower()
177 return self.identifier == other.identifier \
360 identifier = chunks[1]
364 x.match(identifier)
369 if AIDHeaderParser._is_oem_range(identifier):
370 self._handle_oem_range(identifier, value)
372 identifier.endswith(x)
374 self._handle_aid(identifier, value)
[all …]
Dtest_fs_config_generator.py49 self.assertEqual(aid.identifier, 'AID_FOO_BAR')
57 self.assertEqual(aid.identifier, 'AID_MEDIA_EX')
237 any(bad in aid.identifier for bad in bad_aids),
239 (str(bad_aids), str([tmp.identifier for tmp in aids])))
/build/make/core/
Dproduct.mk444 $(if $(call is-c-identifier,$(pn)),, \
445 $(error $(p): PRODUCT_NAME must be a valid C identifier, not "$(pn)") \
Dproduct_config.mk36 define is-c-identifier
/build/soong/cc/
Dpylintrc28 # either give multiple identifier separated by comma (,) or put this option
/build/make/tools/releasetools/
Dpylintrc52 # either give multiple identifier separated by comma (,) or put this option