Searched refs:check (Results 76 - 100 of 2282) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-u32-toupper.c30 check (const uint32_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
121 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
126 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
133 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
134 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
140 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
141 ASSERT (check (inpu
[all...]
H A Dtest-u16-tolower.c30 check (const uint16_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
122 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
123 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
128 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
129 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
135 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
136 ASSERT (check (inpu
[all...]
H A Dtest-u32-tolower.c30 check (const uint32_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
122 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
123 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
128 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
129 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
135 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
136 ASSERT (check (inpu
[all...]
H A Dtest-u8-casefold.c30 check (const uint8_t *input, size_t input_length, function
92 ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
93 ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
118 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
125 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
130 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
138 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
139 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
144 ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
145 ASSERT (check (inpu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/debug/
H A Ddoval4 valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-1542 ${MSGFMT} --check -o /dev/null mf-15.po1
72 ${MSGFMT} --check -o /dev/null mf-15.po2 2>/dev/null
102 ${MSGFMT} --check -o /dev/null mf-15.po3
132 ${MSGFMT} --check -o /dev/null mf-15.po4 2>/dev/null
H A Dmsgfmt-627 ${MSGFMT} --check -o mf-6.mo mf-6.po 2>/dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils-test.c41 check( out == NULL );
79 check( count1 == count2 );
99 check( tr_bitfieldHas( &field, i ) == ( !( i % 7 ) ) );
104 check( tr_bitfieldHas( &field, i ) );
109 check( tr_bitfieldHas( &field, i ) == ( ( i < 4 ) || ( i >= 21 ) ) );
115 check( tr_bitfieldHas( &field, i ) == ( ( i < 8 ) || ( i >= 24 ) ) );
121 check( tr_bitfieldHas( &field, i ) == ( ( i < 4 ) || ( i >= 5 ) ) );
127 check( tr_bitfieldHas( &field, i ) == ( ( 4 <= i ) && ( i < 21 ) ) );
133 check( tr_bitfieldHas( &field, i ) == ( ( 8 <= i ) && ( i < 24 ) ) );
139 check( tr_bitfieldHa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmy-valgrind.sh5 valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=32 --log-file=x-valgrind --show-reachable=yes ./transmission-qt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u16-stpncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u16-strncat.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u16-strncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u16-strnlen.c43 check (input, SIZEOF (input));
52 check (input, SIZEOF (input));
H A Dtest-u32-stpncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u32-strncat.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u32-strncpy.c46 check (input, SIZEOF (input));
55 check (input, SIZEOF (input));
H A Dtest-u32-strnlen.c43 check (input, SIZEOF (input));
52 check (input, SIZEOF (input));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dbzcat.tests32 check() { function
46 prep; check "bzcat: dont delete src" "${bb}bzcat t2.bz2; test -f t2.bz2 && echo ok"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmsi_bitmap.c142 #define check(x) \ macro
151 check(msi_bitmap_alloc(&bmp, 0, NULL) != 0);
154 check(0 == msi_bitmap_alloc(&bmp, size, NULL));
157 check(0 == bitmap_find_free_region(bmp.bitmap, size,
162 check(msi_bitmap_reserve_dt_hwirqs(&bmp) > 0);
165 check(0 == bitmap_find_free_region(bmp.bitmap, size,
171 check(msi_bitmap_alloc_hwirqs(&bmp, 1) >= 0);
173 check(msi_bitmap_alloc_hwirqs(&bmp, 1) < 0);
176 check(bitmap_find_free_region(bmp.bitmap, size, 0) < 0);
180 check(msi_bitmap_alloc_hwirq
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Drtsp.h28 bool Curl_rtsp_connisdead(struct connectdata *check);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/m4/
H A DMakefile.am6 gnome.m4 gnome-gnorba-check.m4 gnome-orbit-check.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/m4/
H A DMakefile.am6 gnome.m4 gnome-gnorba-check.m4 gnome-orbit-check.m4

Completed in 130 milliseconds

1234567891011>>