Home
last modified time | relevance | path

Searched refs:VERIFY (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/endian/test/
Dendian_test.cpp39 #define VERIFY(predicate) verify( predicate, __LINE__ ) macro
229 VERIFY(big_8.data() == reinterpret_cast<const unsigned char *>(&big_8)); in check_data()
230 VERIFY(big_16.data() == reinterpret_cast<const unsigned char *>(&big_16)); in check_data()
231 VERIFY(big_24.data() == reinterpret_cast<const unsigned char *>(&big_24)); in check_data()
232 VERIFY(big_32.data() == reinterpret_cast<const unsigned char *>(&big_32)); in check_data()
233 VERIFY(big_40.data() == reinterpret_cast<const unsigned char *>(&big_40)); in check_data()
234 VERIFY(big_48.data() == reinterpret_cast<const unsigned char *>(&big_48)); in check_data()
235 VERIFY(big_56.data() == reinterpret_cast<const unsigned char *>(&big_56)); in check_data()
236 VERIFY(big_64.data() == reinterpret_cast<const unsigned char *>(&big_64)); in check_data()
238 VERIFY(big_u8.data() == reinterpret_cast<const unsigned char *>(&big_u8)); in check_data()
[all …]
/third_party/openssl/test/
Ddtlsv1listentest.c245 enum {GOOD, VERIFY, DROP} outtype; enumerator
249 { clienthello_nocookie, sizeof(clienthello_nocookie), VERIFY },
250 { clienthello_nocookie_frag, sizeof(clienthello_nocookie_frag), VERIFY },
255 { clienthello_badcookie, sizeof(clienthello_badcookie), VERIFY },
324 if (tp->outtype == VERIFY) { in dtls_listen_test()
/third_party/mbedtls/tests/
Dcompat.sh195 if test "X$VERIFY" = "XYES" && is_dtls "$MODE" && \
227 if [ "X$VERIFY" = "XYES" ] && is_dtls "$MODE"; then
685 if [ "X$VERIFY" = "XYES" ];
710 if [ "X$VERIFY" = "XYES" ]; then
724 if [ "X$VERIFY" = "XYES" ]; then
868 VERIF=$(echo $VERIFY | tr '[:upper:]' '[:lower:]')
1065 for VERIFY in $VERIFIES; do
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/
Dbuild.rules52 VERIFY := verify_config
54 VERIFY :=
59 _all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
/third_party/flutter/skia/third_party/externals/sdl/visualtest/configs/testsprite2_geometry/
Dtestsprite2_geometry.actions2 00:00:06 VERIFY
/third_party/flutter/skia/third_party/externals/sdl/visualtest/configs/testsprite2_blendmodes/
Dtestsprite2_blendmodes.actions2 00:00:06 VERIFY
/third_party/flutter/skia/third_party/externals/sdl/visualtest/configs/testsprite2_fullscreen/
Dtestsprite2_fullscreen.actions2 00:00:06 VERIFY
/third_party/flutter/skia/third_party/externals/sdl/visualtest/
Dtestsprite2_sample.actions2 00:00:05 VERIFY # Verify each screenshot taken with verification images
DREADME.txt158 \li \b VERIFY - Verifies the screenshots taken by the last SCREENSHOT action by
188 \li Allow specifying a clipping box along with the VERIFY action, i.e., hh:mm:ss
189 VERIFY x, y, w, h
/third_party/openssl/apps/
DCA.pl.in31 my $VERIFY = "$openssl verify";
192 my $status = run("$VERIFY \"-CAfile\" ${CATOP}/$CACERT $file $EXTRA{verify}");
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dscsi.h34 #define VERIFY 0x2f macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dscsi.h34 #define VERIFY 0x2f macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dscsi.h34 #define VERIFY 0x2f macro
/third_party/musl/include/scsi/
Dscsi.h34 #define VERIFY 0x2f macro
/third_party/musl/ndk_musl_include/scsi/
Dscsi.h34 #define VERIFY 0x2f macro
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
Dmakevms.com86 $ VV=F$VERIFY(0)
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/
Dmakevms.com86 $ VV=F$VERIFY(0)
/third_party/libpng/contrib/pngminus/
Dmakevms.com86 $ VV=F$VERIFY(0)
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1043 return VERIFY; in GetUtf8CheckMode()
1076 case VERIFY: { in GenerateUtf8CheckCode()
1505 case VERIFY: in GenerateStrings()
1521 case VERIFY: in GenerateStrings()
/third_party/libpng/scripts/
Dmakevms.com136 $ VV=F$VERIFY(0)
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakevms.com136 $ VV=F$VERIFY(0)
/third_party/skia/third_party/externals/libpng/scripts/
Dmakevms.com136 $ VV=F$VERIFY(0)
/third_party/openssl/doc/man3/
DPKCS7_verify.pod32 =head1 VERIFY PROCESS
DCMS_verify.pod30 =head1 VERIFY PROCESS
/third_party/openssl/doc/man1/
Dverify.pod197 B<smimesign>, B<smimeencrypt>. See the B<VERIFY OPERATION> section for more
336 =head1 VERIFY OPERATION

12