Home
last modified time | relevance | path

Searched refs:doc_string (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/glsl/tests/lower_jumps/
Dcreate_test_cases.py273 def create_test_case(doc_string, input_sexp, expected_sexp, test_name, argument
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/dbus-binding-generator/chromeos-dbus-bindings/
Dinterface.h41 std::string doc_string; member
53 std::string doc_string; member
63 std::string doc_string; member
78 std::string doc_string; member
Dxml_interface_parser.cc202 doc_string_ptr = &(interfaces_.back().doc_string); in OnCharData()
204 doc_string_ptr = &(interfaces_.back().methods.back().doc_string); in OnCharData()
206 doc_string_ptr = &(interfaces_.back().signals.back().doc_string); in OnCharData()
208 doc_string_ptr = &(interfaces_.back().properties.back().doc_string); in OnCharData()
Dindented_text.cc58 void IndentedText::AddComments(const std::string& doc_string) { in AddComments() argument
64 auto lines = brillo::string_utils::Split(doc_string, "\n", false, false); in AddComments()
Dadaptor_generator.cc74 text->AddComments(interface.doc_string); in GenerateInterfaceAdaptor()
290 block.AddComments(method.doc_string); in AddInterfaceMethods()
336 block.AddComments(signal.doc_string); in AddSendSignalMethods()
429 block.AddComments(property.doc_string); in AddPropertyMethodImplementation()
Dindented_text.h39 void AddComments(const std::string& doc_string);
Dproxy_generator_mock_unittest.cc225 interface.methods.back().doc_string = "Comment line1\nline2"; in TEST_F()
Dproxy_generator_unittest.cc1339 interface.methods.back().doc_string = "Comment line1\nline2"; in TEST_F()
Dproxy_generator.cc199 text->AddComments(interface.doc_string); in GenerateInterfaceProxyInterface()
240 text->AddComments(interface.doc_string); in GenerateInterfaceProxy()
643 block.AddComments(method.doc_string); in AddMethodProxy()
710 block.AddComments(method.doc_string); in AddAsyncMethodProxy()