HomeSort by relevance Sort by last modified time
    Searched refs:oem_dicts (Results 1 - 3 of 3) sorted by null

  /build/make/tools/releasetools/
ota_from_target_files 268 oem_dicts: A list of OEM dicts.
282 def __init__(self, info_dict, oem_dicts):
289 oem_dicts: A list of OEM dicts (which is parsed from --oem_settings). Note
295 self.oem_dicts = oem_dicts
301 assert oem_dicts, "OEM source required for this build"
406 return self.oem_dicts[0][key]
441 if not self.oem_dicts:
447 for oem_dict in self.oem_dicts:
660 oem_dicts = [
    [all...]
ota_from_target_files.py 268 oem_dicts: A list of OEM dicts.
282 def __init__(self, info_dict, oem_dicts):
289 oem_dicts: A list of OEM dicts (which is parsed from --oem_settings). Note
295 self.oem_dicts = oem_dicts
301 assert oem_dicts, "OEM source required for this build"
406 return self.oem_dicts[0][key]
441 if not self.oem_dicts:
447 for oem_dict in self.oem_dicts:
660 oem_dicts = [
    [all...]
test_ota_from_target_files.py 165 # Swap the order in oem_dicts, which would lead to different BuildInfo.
166 oem_dicts = copy.copy(self.TEST_OEM_DICTS)
167 oem_dicts[0], oem_dicts[2] = oem_dicts[2], oem_dicts[0]
168 target_info = BuildInfo(self.TEST_INFO_DICT_USES_OEM_PROPS, oem_dicts)
364 oem_dicts = _LoadOemDicts([dict_file])
365 self.assertEqual(1, len(oem_dicts))
366 self.assertEqual('foo', oem_dicts[0]['xyz']
    [all...]

Completed in 422 milliseconds