Searched defs:check (Results 76 - 100 of 603) sorted by relevance

1234567891011>>

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
H A DRulesCheckerTest.java12 package org.jacoco.report.check;
/external/kernel-headers/original/uapi/linux/
H A Dudp.h27 __sum16 check; member in struct:udphdr
/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
H A Ddo_allocate_and_deallocate.pass.cpp67 auto check = [=](std::size_t s, std::size_t align_req) { local
91 check(size, align);
/external/libpng/
H A Dpngwio.c53 png_size_t check; local
58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
60 if (check != length)
/external/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_funcs.sh105 check() function
/external/ltp/testcases/misc/math/nextafter/
H A Dnextafter01.c61 double check; /* tmp variable */ local
68 check = (answer + 1.0) / 2;
69 if ((check != answer) && ((float)check != 1.0)) {
80 if ((check != answer) && (check != 1.0)) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
H A D1-1.c41 char check[RBUF_SIZE]; local
74 aiocb.aio_buf = check;
103 /* check it */
104 if (memcmp(&buf[512], check, RBUF_SIZE) != 0) {
H A D4-1.c18 * - check data is consistent
41 unsigned char check[BUF_SIZE]; local
68 memset(check, 0xaa, BUF_SIZE);
71 aiocb.aio_buf = check;
103 /* check it */
105 if (check[i] != 2) {
H A D5-1.c19 * - check data is effectively read (ignoring aio_lio_opcode)
42 unsigned char check[BUF_SIZE]; local
69 memset(check, 0xaa, BUF_SIZE);
72 aiocb.aio_buf = check;
104 /* check it */
107 if (buf[i] != check[i]) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
H A D1-1.c20 * - check read data
44 char check[BUF_SIZE + 1]; local
96 /* check the values written */
106 check[BUF_SIZE] = 1;
107 if (read(fd, check, BUF_SIZE + 1) != BUF_SIZE) {
113 if (check[BUF_SIZE] != 1) {
119 if (memcmp(buf, check, BUF_SIZE)) {
H A D1-2.c21 * - check read data
45 char check[BUF_SIZE * 2]; local
109 /* check the values written */
117 memset(check, 0x01, BUF_SIZE * 2);
118 if (read(fd, check, BUF_SIZE * 2) != BUF_SIZE * 2) {
124 if (check[BUF_SIZE / 2 - 1] != 0) {
130 if (check[BUF_SIZE / 2 + BUF_SIZE] != 0) {
136 if (memcmp(buf, check + BUF_SIZE / 2, BUF_SIZE)) {
H A D3-1.c20 * - check read data
44 char check[BUF_SIZE]; local
96 /* check the values written */
103 if (read(fd, check, BUF_SIZE) != BUF_SIZE) {
108 if (memcmp(buf, check, BUF_SIZE)) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D8-1.c19 * - check data is read correctly
43 unsigned char check[BUF_SIZE]; local
73 memset(check, 0xaa, BUF_SIZE);
76 aiocb.aio_buf = check;
107 /* check it */
109 if (buf[i] != check[i]) {
H A D9-1.c20 * - check data is read correctly
43 unsigned char check[BUF_SIZE]; local
99 memset(check, 0xaa, BUF_SIZE);
101 if (read(fd, check, BUF_SIZE) != BUF_SIZE) {
108 /* check it */
111 if (buf[i] != check[i]) {
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
H A DCRC32.java10 package org.tukaani.xz.check;
H A DCRC64.java10 package org.tukaani.xz.check;
H A DCheck.java10 package org.tukaani.xz.check;
H A DSHA256.java10 package org.tukaani.xz.check;
/external/mmc-utils/
H A DMakefile26 check = sparse $(CHECKFLAGS) macro
33 $(check) $<
/external/pdfium/third_party/libpng16/
H A Dpngwio.c53 png_size_t check; local
58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
60 if (check != length)
/external/proguard/src/proguard/
H A DUpToDateChecker.java48 public boolean check() method in class:UpToDateChecker
/external/python/cpython2/Doc/
H A Dmake.bat22 if "%1" EQU "check" goto check
59 echo. clean, check, serve, htmlview
95 echo.Build failed (exit code %ERRORLEVEL%^), check for error messages
115 :check label
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_check.py2 """Tests for distutils.command.check."""
7 from distutils.command.check import check, HAS_DOCUTILS namespace
19 cmd = check(dist)
29 # by default, check is checking the metadata
63 cmd = check(dist)
80 cmd = check(dist)
121 cmd = check(dist)
/external/python/cpython2/Lib/test/
H A Dtest_complex_args.py8 def check(self, func, expected, *args): member in class:ComplexArgsTestCase
20 self.check(f, 1, 1)
23 self.check(f, 2, 2)
29 self.check(f, 3, (3,))
31 self.check(f, 4, (4,))
33 self.check(f, 5, (5,))
35 self.check(f, 6, (6,))
41 self.check(f, 2, ((2,),))
47 self.check(f, 3, (((3,),),))
53 self.check(
[all...]
H A Dtest_sha.py17 def check(self, data, digest): member in class:SHATestCase
36 self.check("abc",
40 self.check("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
44 self.check("a" * 1000000,
48 self.check(chr(0xAA) * 80,

Completed in 5056 milliseconds

1234567891011>>