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

/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py273 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_sex
[all...]
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py273 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_sex
[all...]
/external/openfst/src/include/fst/
H A Dflags.h64 doc_string(doc),
70 const char *doc_string; member in struct:FlagDescription
154 usage += desc.doc_string;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h81 : 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";

Completed in 162 milliseconds