Searched refs:last_name (Results 1 - 5 of 5) sorted by relevance
/third_party/libsnd/tests/ |
H A D | command_test.c | 463 const char *last_name ; in format_tests() local 484 last_name = format_info.name ; in format_tests() 488 if (strcmp (last_name, format_info.name) >= 0) in format_tests() 489 { printf ("\n\nLine %d: format names out of sequence `%s' < `%s'.\n", __LINE__, last_name, format_info.name) ; in format_tests() 502 last_name = format_info.name ; in format_tests() 518 last_name = format_info.name ; in format_tests() 522 if (strcmp (last_name, format_info.name) >= 0) in format_tests() 523 { printf ("\n\nLine %d: format names out of sequence (%d) `%s' < `%s'.\n", __LINE__, k, last_name, format_info.name) ; in format_tests() 527 last_name = format_info.name ; in format_tests() 543 last_name in format_tests() [all...] |
/third_party/python/Python/ |
H A D | traceback.c | 931 PyObject *last_name = NULL; in tb_printinternal() local 947 last_name == NULL || code->co_name != last_name) { in tb_printinternal() 955 last_name = code->co_name; in tb_printinternal()
|
/third_party/python/Lib/ |
H A D | traceback.py | 528 last_name = None 536 last_name is None or last_name != frame_summary.name): 545 last_name = frame_summary.name
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 850 const char *last_name; in show_formats_devices() local 857 last_name = "000"; in show_formats_devices() 871 strcmp(ofmt->name, last_name) > 0) { in show_formats_devices() 885 strcmp(ifmt->name, last_name) > 0) { in show_formats_devices() 896 last_name = name; in show_formats_devices()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 511 const char *last_name = type->str; in SWIG_TypePrettyName() local 514 if (*s == '|') last_name = s+1; in SWIG_TypePrettyName() 515 return last_name; in SWIG_TypePrettyName()
|
Completed in 15 milliseconds