Searched refs:long_title (Results 1 - 2 of 2) sorted by relevance
/third_party/libsnd/tests/ |
H A D | string_test.c | 205 long_title [] = "This is a very long and very boring title for this file", variable 693 sf_set_string (file, SF_STR_TITLE, long_title) ; in string_short_rdwr_test() 702 exit_if_true (strcmp (str, long_title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was written.\n", __LINE__) ; in string_short_rdwr_test() 861 sf_set_string (file, SF_STR_TITLE, long_title) ; in string_header_update() 901 exit_if_true (strcmp (str, long_title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was written.\n", __LINE__) ; in string_header_update()
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 1045 long = self.long_title() 1074 def long_title(self): member in EditorWindow
|
Completed in 4 milliseconds