Searched refs:CONFIGS (Results 1 - 4 of 4) sorted by relevance

/external/v8/tools/foozzie/
H A Dv8_foozzie.py22 CONFIGS = dict( variable
156 assert options.first_config in CONFIGS
157 assert options.second_config in CONFIGS
224 first_config_flags = common_flags + CONFIGS[options.first_config]
225 second_config_flags = common_flags + CONFIGS[options.second_config]
/external/protobuf/gtest/test/
H A Drun_tests_util.py125 # Definition of CONFIGS must match that of the build directory names in the
128 CONFIGS = ('win-dbg8', 'win-opt8') variable
130 CONFIGS = ('mac-dbg', 'mac-opt') variable
132 CONFIGS = ('dbg', 'opt') variable
285 available_configurations=CONFIGS,
/external/deqp/scripts/
H A Drun_internal_tests.py118 CONFIGS = [ variable
234 for config in CONFIGS:
H A Drun_nightly.py362 CONFIGS = [ variable
481 for curCfg in CONFIGS:
494 for config in CONFIGS:

Completed in 129 milliseconds