Lines Matching full:false
74 want_color = False
107 options.own_backup = False
125 value can be either True/False (set/unset config option), or a string,
129 return False
131 if value is False:
149 set_config_option_value(conf, 'MBEDTLS_TEST_HOOKS', colors, False)
150 set_config_option_value(conf, 'MBEDTLS_PSA_CRYPTO_CONFIG', colors, False)
152 set_config_option_value(conf, 'MBEDTLS_USE_PSA_CRYPTO', colors, False)
165 shell=False."""
174 If what is False, announce that the job has failed.'''
177 elif what is False:
187 if ret is False:
188 return False
193 Return True if all the commands succeed and False otherwise.
194 If options.keep_going is false, stop as soon as one command fails. Otherwise
198 built = False
210 return False
211 success = False
303 An option O is turned off if config_settings[O] is False."""
305 if value is not False:
308 config_settings[dep] = False
330 base_config_settings[symbol] = False
357 config_settings = {symbol: False}
451 job.announce(colors, False)
452 return False
479 return False
494 return False