Searched refs:identifier (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/fs_config/ |
D | fs_config_generator.py | 141 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 …]
|
D | test_fs_config_generator.py | 49 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/ |
D | product.mk | 217 $(if $(call is-c-identifier,$(pn)),, \ 218 $(error $(p): PRODUCT_NAME must be a valid C identifier, not "$(pn)") \
|
D | product_config.mk | 36 define is-c-identifier
|
/build/soong/cc/ |
D | pylintrc | 28 # either give multiple identifier separated by comma (,) or put this option
|
/build/make/tools/releasetools/ |
D | pylintrc | 52 # either give multiple identifier separated by comma (,) or put this option
|