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.py141 def __init__(self, identifier, value, found): argument
152 self.identifier = identifier
158 friendly = identifier[len(AID.PREFIX):].lower()
163 return self.identifier == other.identifier \
298 identifier = chunks[1]
301 if any(x.match(identifier) for x in AIDHeaderParser._SKIP_AIDS):
305 if AIDHeaderParser._is_oem_range(identifier):
306 self._handle_oem_range(identifier, value)
308 identifier.endswith(x)
310 self._handle_aid(identifier, value)
[all …]
Dtest_fs_config_generator.py49 self.assertEquals(aid.identifier, 'AID_FOO_BAR')
56 self.assertEquals(aid.identifier, 'AID_MEDIA_EX')
235 any(bad in aid.identifier for bad in bad_aids),
237 (str(bad_aids), str([tmp.identifier for tmp in aids])))
/build/make/core/
Dproduct.mk217 $(if $(call is-c-identifier,$(pn)),, \
218 $(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