| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | blink.pl | 41 our ($lineno, $test_string, $term_width); 59 $value = (($value + 1) / 2) % length($test_string); 61 $value %= length($test_string); 96 my $string = substr($test_string, $starts); 98 $string = $string . $test_string; 125 $test_string="0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
| H A D | halves.pl | 43 our ( $lineno, $test_string, $term_width ); 131 $value = ( ( $value + 1 ) / 2 ) % length($test_string); 134 $value %= length($test_string); 160 my $string = substr( $test_string, $starts ); 162 $string = $string . $test_string; 203 $test_string =
|
| H A D | wrap.pl | 40 our ($lineno, $test_string, $term_width); 77 $value = (($value + 1) / 2) % length($test_string); 79 $value %= length($test_string); 114 my $string = substr($test_string, $starts); 116 $string = $string . $test_string; 152 $test_string="0123456789 abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
| H A D | insdelln.pl | 52 our ( $lineno, $test_string, $term_height, $term_width ); 192 $value = ( ( $value + 1 ) / 2 ) % length($test_string); 195 $value %= length($test_string); 233 my $string = substr( $test_string, $starts ); 235 $string = $string . $test_string; 276 $test_string =
|
| H A D | scroll.pl | 52 our ( $lineno, $test_string, $term_height, $term_width, $max_scroll ); 192 $value = ( ( $value + 1 ) / 2 ) % length($test_string); 195 $value %= length($test_string); 232 my $string = substr( $test_string, $starts ); 234 $string = $string . $test_string; 276 $test_string =
|
| H A D | erase.pl | 40 our ($lineno, $test_string, $term_width, $term_height); 109 my $string = $test_string; 111 $string = $string . $test_string; 156 $test_string="0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz";
|
| H A D | decsed.pl | 41 our ( $lineno, $test_string, $term_wide, $term_high ); 86 my $string = $test_string; 90 $string = $string . $test_string; 128 $test_string =
|
| H A D | lrmm-scroll.pl | 50 our ( $margins, $test_state, $test_string, $test_width ); 187 $value = ( ( $value + 1 ) / 2 ) % length($test_string); 190 $value %= length($test_string); 218 my $string = substr( $test_string, $starts ); 220 $string = $string . $test_string; 372 $test_string =
|
| /xsrc/external/mit/libxcb/dist/tests/ |
| H A D | check_public.c | 17 static const char *const test_string[] = { "", "via $DISPLAY " }; variable in typeref:typename:const char * const[] 48 ck_assert_msg(success, "unexpected parse failure %sfor '%s'", test_string[test_type], name); 49 ck_assert_msg(strcmp(host, got_host) == 0, "parse %sproduced unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], got_host, name, host); 50 ck_assert_msg(display == got_display, "parse %sproduced unexpected display '%d' for '%s': expected '%d'", test_string[test_type], got_display, name, display); 51 ck_assert_msg(screen == got_screen, "parse %sproduced unexpected screen '%d' for '%s': expected '%d'", test_string[test_type], got_screen, name, screen); 57 ck_assert_msg(success, "unexpected screenless parse failure %sfor '%s'", test_string[test_type], name); 58 ck_assert_msg(strcmp(host, got_host) == 0, "screenless parse %sproduced unexpected hostname '%s' for '%s': expected '%s'", test_string[test_type], got_host, name, host); 59 ck_assert_msg(display == got_display, "screenless parse %sproduced unexpected display '%d' for '%s': expected '%d'", test_string[test_type], got_display, name, display); 90 ck_assert_msg(!success, "unexpected parse success %sfor '%s'", test_string[test_type], name); 91 ck_assert_msg(got_host == (char *) -1, "host changed on parse failure %sfor '%s': got %p", test_string[test_typ [all...] |
| /xsrc/external/mit/libXmu/dist/test/ |
| H A D | EditResStream.c | 28 static const char *test_string = "\tIt was a dark and stormy night...\n"; variable in typeref:typename:const char * 55 _XEditResPutString8(&ps, test_string); 88 assert(strcmp(str, test_string) == 0);
|