Searched refs:get_constant (Results 1 – 1 of 1) sorted by relevance
/trusty/user/base/tools/ |
D | manifest_compiler.py | 321 def get_constant(constants, key, type_, log): function 348 const_value = get_constant(constants, value, type_, log) 376 const_value = get_constant(constants, value, CONST_INT, log) 452 const_value = get_constant(constants, value, CONST_BOOL, log) 476 const_value = get_constant(constants, uuid, CONST_UUID, log)
|