Searched refs:test_string (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dblink.pl41 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 Dhalves.pl43 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 Dwrap.pl40 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 Dinsdelln.pl52 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 Dscroll.pl52 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 Derase.pl40 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 Ddecsed.pl41 our ( $lineno, $test_string, $term_wide, $term_high );
86 my $string = $test_string;
90 $string = $string . $test_string;
128 $test_string =
H A Dlrmm-scroll.pl50 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 Dcheck_public.c17 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 DEditResStream.c28 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);

Completed in 12 milliseconds