Home
last modified time | relevance | path

Searched refs:long_title (Results 1 – 2 of 2) sorted by relevance

/third_party/libsnd/tests/
Dstring_test.c195 long_title [] = "This is a very long and very boring title for this file", variable
634 sf_set_string (file, SF_STR_TITLE, long_title) ; in string_short_rdwr_test()
643 …exit_if_true (strcmp (str, long_title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was wr… in string_short_rdwr_test()
799 sf_set_string (file, SF_STR_TITLE, long_title) ; in string_header_update()
839 …exit_if_true (strcmp (str, long_title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was wr… in string_header_update()
/third_party/python/Lib/idlelib/
Deditor.py989 long = self.long_title()
1018 def long_title(self): member in EditorWindow