/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
create_test_cases.py | 273 def create_test_case(doc_string, input_sexp, expected_sexp, test_name, 280 doc_lines = [line.strip() for line in doc_string.splitlines()] 281 doc_string = ''.join('# {0}\n'.format(line) for line in doc_lines if line != '') 295 f.write(doc_string) 304 doc_string = """Test that do_lower_jumps respects the lower_main_return 316 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_main_true', 318 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_main_false', 322 doc_string = """Test that do_lower_jumps respects the lower_sub_return flag 333 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_sub_true', 335 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_sub_false' [all...] |
/external/mesa3d/src/glsl/tests/lower_jumps/ |
create_test_cases.py | 273 def create_test_case(doc_string, input_sexp, expected_sexp, test_name, 280 doc_lines = [line.strip() for line in doc_string.splitlines()] 281 doc_string = ''.join('# {0}\n'.format(line) for line in doc_lines if line != '') 295 f.write(doc_string) 304 doc_string = """Test that do_lower_jumps respects the lower_main_return 316 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_main_true', 318 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_main_false', 322 doc_string = """Test that do_lower_jumps respects the lower_sub_return flag 333 create_test_case(doc_string, input_sexp, expected_sexp, 'lower_returns_sub_true', 335 create_test_case(doc_string, input_sexp, input_sexp, 'lower_returns_sub_false' [all...] |
/external/openfst/src/include/fst/ |
flags.h | 64 doc_string(doc), 70 const char *doc_string; member in struct:FlagDescription 154 usage += desc.doc_string;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.h | 81 : address(addr), doc_string(doc), type_name(type), default_value(val) {} 84 const char *doc_string; member in struct:FlagDescription 175 std::cout << "\n " << desc.doc_string << "\n";
|