Searched refs:actual (Results 1 - 25 of 144) sorted by relevance

123456

/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dutil.py30 def sorted_list_difference(expected, actual):
34 elements in the "expected" list but not in the "actual" list, and the
35 second contains those elements in the "actual" list but not in the
44 a = actual[j]
53 while actual[j] == a:
62 while actual[j] == a:
66 unexpected.extend(actual[j:])
71 def unorderable_list_difference(expected, actual, ignore_duplicate=False):
83 actual.remove(item)
87 for lst in expected, actual
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dhost-expand.sh14 ${SSH} -F $OBJ/ssh_proxy somehost true >$OBJ/actual
15 diff $OBJ/expect $OBJ/actual || fail "$tid"
H A Dpercent.sh24 rm -f $OBJ/actual
28 ${SSH} -F $OBJ/ssh_proxy -o $opt="echo '$arg' >$OBJ/actual" \
30 got=`cat $OBJ/actual`
42 echo "Match Exec \"echo '$arg' >$OBJ/actual\"") \
45 got=`cat $OBJ/actual`
/openbsd-current/lib/libcurses/tinfo/
H A DMKuserdefs.sh68 _nc_build_names(struct user_table_entry **actual,
72 if (*actual == 0) {
73 *actual = typeCalloc(struct user_table_entry, USERTABSIZE);
74 if (*actual != 0) {
78 (*actual)[n].ute_name = strings + len;
79 (*actual)[n].ute_type = (int) source[n].ute_type;
80 (*actual)[n].ute_argc = source[n].ute_argc;
81 (*actual)[n].ute_args = source[n].ute_args;
82 (*actual)[n].ute_index = source[n].ute_index;
83 (*actual)[
[all...]
H A DMKcaptab.sh93 _nc_build_names(struct name_table_entry **actual,
97 if (*actual == 0) {
98 *actual = typeCalloc(struct name_table_entry, CAPTABSIZE);
99 if (*actual != 0) {
103 (*actual)[n].nte_name = strings + len;
104 (*actual)[n].nte_type = source[n].nte_type;
105 (*actual)[n].nte_index = source[n].nte_index;
106 (*actual)[n].nte_link = source[n].nte_link;
111 return *actual;
116 (*actual)[
[all...]
/openbsd-current/lib/libcurses/widechar/
H A Dwidechars.c70 wchar_t actual[2]; local
71 memset(&actual, 0, sizeof(actual));
76 actual,
78 TR(TRACE_BITS, ("\twin32 ->%#x, %#x", actual[0], actual[1]));
79 *pwc = actual[0];
80 if (actual[1] != 0)
/openbsd-current/gnu/llvm/clang/tools/include-mapping/
H A Dtest.py25 actual = _ParseIndexPage(html)
33 self.assertEqual(len(actual), len(expected))
34 for i in range(0, len(actual)):
35 self.assertEqual(expected[i][0], actual[i][0])
36 self.assertTrue(actual[i][1].endswith(expected[i][1]))
37 self.assertEqual(expected[i][2], actual[i][2])
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp61 std::string actual = oss.str(); local
70 ASSERT_EQ(expected.compare(0, actual.size(), actual), 0);
78 std::string actual = oss.str(); local
87 ASSERT_EQ(expected.compare(0, actual.size(), actual), 0);
/openbsd-current/regress/bin/ksh/edit/
H A Dsubr.sh26 dump actual "$act"
/openbsd-current/lib/libfido2/src/
H A Dtpm.c227 const tpm_rs256_pubarea_t *actual; local
231 if (buf->len != sizeof(*actual)) {
235 actual = (const void *)buf->ptr;
240 expected.attr = be32toh(actual->attr);
243 expected.policy = actual->policy;
253 ok = timingsafe_bcmp(&expected, actual, sizeof(expected));
262 const tpm_es256_pubarea_t *actual; local
266 if (buf->len != sizeof(*actual)) {
270 actual = (const void *)buf->ptr;
275 expected.attr = be32toh(actual
300 const tpm_sha1_attest_t *actual; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dmacro.h38 formals get the actual values attached to them. */
46 sb actual; /* The actual argument (changed on each expansion). */ member in struct:formal_struct
H A Dmacro.c437 sb_new (&formal->actual);
476 sb_new (&formal->actual);
571 /* Substitute the actual value for a formal parameter. */
591 if (ptr->actual.len)
593 sb_add_sb (out, &ptr->actual);
698 if (f->actual.len != 0)
699 sb_add_sb (out, &f->actual);
744 sb_new (&f->actual);
752 sb_add_string (&f->actual, buf);
804 if (ptr->actual
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dmacro.h38 formals get the actual values attached to them. */
46 sb actual; /* The actual argument (changed on each expansion). */ member in struct:formal_struct
H A Dmacro.c500 sb_new (&formal->actual);
511 sb_kill (&formal->actual);
742 /* Substitute the actual value for a formal parameter. */
762 if (ptr->actual.len)
764 sb_add_sb (out, &ptr->actual);
873 if (f->actual.len != 0)
874 sb_add_sb (out, &f->actual);
923 sb_add_string (&f->actual, buf);
984 if (ptr->actual.len)
1037 sb_reset (&f->actual);
[all...]
/openbsd-current/regress/usr.bin/mail/
H A Dsend.sh31 echo actual:
/openbsd-current/sys/arch/macppc/macppc/
H A Dopendev.c255 int actual; member in struct:__anon8
274 if (args.actual > 0) {
275 ofbcopy(OF_buf, addr, args.actual);
276 act += args.actual;
278 if (args.actual < l) {
282 ret = args.actual;
302 int actual; member in struct:__anon9
322 l = args.actual;
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_new_tests.py11 def assertIsSubclass(self, actual, klass):
12 self.assertTrue(issubclass(actual, klass), "Not a subclass.")
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dgithub_issue_79.t65 diag( 'actual output:' );
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pm108 my $actual = read($self->{fh}, $temp, $toread);
109 if (!defined $actual) {
112 if ($actual == 0) {
115 $self->{swallow} -= $actual;
146 my $actual = read($self->{fh}, $buffer, $maxread);
147 if (!defined $actual) {
150 if ($actual == 0) {
153 $self->{swallow} -= $actual;
154 $toread -= $actual;
800 my $actual
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D28_mtwrite.t229 my $actual;
231 $actual = <F>;
235 my ($alen, $xlen) = (length $actual, length $expected);
237 print "# try(@_) expected file length $xlen, actual $alen!\n";
239 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
H A D27_iwrite.t206 my $actual;
208 $actual = <F>;
212 my ($alen, $xlen) = (length $actual, length $expected);
214 print "# try(@_) expected file length $xlen, actual $alen!\n";
216 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
H A D29a_upcopy.t152 my $actual;
154 $actual = <F>;
158 my ($alen, $xlen) = (length $actual, length $expected);
160 print "# try(@_) expected file length $xlen, actual $alen!\n";
164 print $actual eq $expected ? "ok $N - $desc\n" : "not ok $N - $desc\n";
H A D26_twrite.t298 my $actual;
300 $actual = <F>;
304 my ($alen, $xlen) = (length $actual, length $expected);
306 print "# try(@_) expected file length $xlen, actual $alen!\n";
308 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-solaris.h58 mutex_t actual; member in struct:__anon292
496 return __gthrw_(mutex_init) (&mutex->actual, USYNC_THREAD, 0);
508 __gthrw_(mutex_lock) (&mutex->actual);
526 if (__gthrw_(mutex_trylock) (&mutex->actual))
544 __gthrw_(mutex_unlock) (&mutex->actual);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dobserver.sh66 # Save original line for later processing into the actual parameter
87 ' $texi | while read event formal actual
116 notify (`echo ${actual} | sed -e 's/\([a-z0-9_][a-z0-9_]*\)/args->\1/g'`);
137 `echo ${actual} | sed -e 's/\([a-z0-9_][a-z0-9_]*\)/args.\1 = \1/g'`;

Completed in 243 milliseconds

123456