Searched defs:CHECK (Results 1 - 25 of 69) sorted by last modified time

123

/external/zlib/src/
H A Dinflate.h47 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon34355
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h76 #define CHECK assert macro
113 CHECK(0 == pthread_spin_init(&mu_, 0));
118 CHECK(0 == pthread_spin_destroy(&mu_));
121 CHECK(0 == pthread_spin_lock(&mu_));
126 CHECK(0 == pthread_spin_unlock(&mu_));
193 CHECK(0 == pthread_mutex_init(&mu_, NULL));
194 CHECK(0 == pthread_cond_init(&cv_, NULL));
199 CHECK(0 == pthread_cond_destroy(&cv_));
200 CHECK(0 == pthread_mutex_destroy(&mu_));
202 void Lock() { CHECK(
[all...]
/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c11 #define CHECK(x) \ macro
17 CHECK( ! VG_STREQ(NULL, NULL) ); // Nb: strcmp() considers these equal
18 CHECK( ! VG_STREQ(NULL, "ab") ); // Nb: strcmp() seg faults on this
19 CHECK( ! VG_STREQ("ab", NULL) ); // Nb: strcmp() seg faults on this
20 CHECK( ! VG_STREQ("", "a") );
21 CHECK( ! VG_STREQ("a", "") );
22 CHECK( ! VG_STREQ("abc", "abcd"));
23 CHECK( ! VG_STREQ("abcd", "abc") );
24 CHECK( ! VG_STREQ("Abcd", "abcd"));
25 CHECK( ! VG_STRE
[all...]
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp622 #define CHECK(type, val, base, expected) \ macro
629 CHECK(short, 0, oct, "0")
630 CHECK(short, 1, oct, "1")
631 CHECK(short, 12345, oct, "30071")
633 CHECK(short, -1, oct, "177777")
634 CHECK(short, -12345, oct, "147707")
637 CHECK(unsigned short, 0, oct, "0")
638 CHECK(unsigned short, 12345, oct, "30071")
640 CHECK(int, 0, oct, "0")
641 CHECK(in
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h234 #define CHECK(x) assert(x) macro
/external/skia/src/images/
H A Dbmpdecoderhelper.h20 #define CHECK(predicate) SkASSERT(predicate) macro
/external/skia/tests/
H A DErrorTest.cpp18 #define CHECK(errcode) \ macro
40 CHECK(kNoError_SkError);
43 CHECK(kNoError_SkError);
47 CHECK(kNoError_SkError);
50 CHECK(kNoError_SkError);
54 CHECK(kInvalidArgument_SkError);
55 CHECK(kNoError_SkError);
59 CHECK(kInvalidArgument_SkError);
60 CHECK(kNoError_SkError);
/external/regex-re2/util/
H A Dlogging.h23 #define CHECK(x) if(x){}else LogMessageFatal(__FILE__, __LINE__).stream() << "Check failed: " #x macro
24 #define CHECK_LT(x, y) CHECK((x) < (y))
25 #define CHECK_GT(x, y) CHECK((x) > (y))
26 #define CHECK_LE(x, y) CHECK((x) <= (y))
27 #define CHECK_GE(x, y) CHECK((x) >= (y))
28 #define CHECK_EQ(x, y) CHECK((x) == (y))
29 #define CHECK_NE(x, y) CHECK((x) != (y))
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/android/base/
H A DLog.h56 // LogMessage instance every time a LOG() or CHECK() statement is
60 // - For CHECK(), when the tested expression doesn't hold.
134 // CHECK(some_condition) << "Something really bad happened!";
136 #define CHECK(condition) \ macro
140 // A variant of CHECK() that also appends the errno message string at
161 // 2 - DCHECK() are always compiled as CHECK() in the final binary.
208 // DCHECK(condition) is used to perform CHECK() in debug builds, or if
230 // Helper structure used to group the parameters of a LOG() or CHECK()
248 // storing these in the stack of the functions were LOG() and CHECK()
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h1621 # define CHECK 1 macro
1623 # define CVT_PTR(ptr) (png_far_to_near(png_ptr,ptr,CHECK))
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h47 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon29633
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
/external/pcre/dist/
H A Dpcre_stringpiece_unittest.cc15 // CHECK dies with a fatal error if condition is not true. It is *not*
18 // CHECK(fp->Write(x) == 4)
19 #define CHECK(condition) do { \ macro
45 CHECK(map.size() == 3);
48 CHECK(iter->second == 1);
50 CHECK(iter->second == 2);
52 CHECK(iter->second == 0);
54 CHECK(iter == map.end());
57 CHECK(new_iter == map.end());
60 CHECK(new_ite
[all...]
H A Dpcrecpp_unittest.cc55 // CHECK dies with a fatal error if condition is not true. It is *not*
59 #define CHECK(condition) do { \ macro
67 #define CHECK_EQ(a, b) CHECK(a == b)
74 CHECK(pattern.FullMatch(p));
83 CHECK(pattern.FullMatch("ruby:1234", &i));
122 CHECK(growth < 0.02); // Allow < 2% growth
133 CHECK(RE("([0-9a-fA-F]+)[uUlL]*").FullMatch(#value, Hex(&v))); \
135 CHECK(RE("([0-9a-fA-FxX]+)[uUlL]*").FullMatch("0x" #value, CRadix(&v))); \
159 CHECK(RE("([0-7]+)[uUlL]*").FullMatch(#value, Octal(&v))); \
161 CHECK(R
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h47 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon28594
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
/external/openfst/src/include/fst/
H A Dlog.h54 inline void CHECK(bool x) { assert(x); } function
56 #define CHECK_EQ(x, y) CHECK((x) == (y))
57 #define CHECK_LT(x, y) CHECK((x) < (y))
58 #define CHECK_GT(x, y) CHECK((x) > (y))
59 #define CHECK_LE(x, y) CHECK((x) <= (y))
60 #define CHECK_GE(x, y) CHECK((x) >= (y))
61 #define CHECK_NE(x, y) CHECK((x) != (y))
/external/mesa3d/src/mesa/math/
H A Dm_translate.c90 #undef CHECK macro
112 #define CHECK macro
608 #undef CHECK macro
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c221 #define CHECK( NM, FLAG, ADD ) \ macro
251 CHECK( always, GL_TRUE, 0 )
252 CHECK( always_add4, GL_TRUE, 4 )
253 CHECK( never, GL_FALSE, 0 )
254 CHECK( tex_any, ctx->Texture._EnabledUnits, 0 )
255 CHECK( tf, (ctx->Texture._EnabledUnits && !ctx->ATIFragmentShader._Enabled), 0 );
256 CHECK( pix_zero, !ctx->ATIFragmentShader._Enabled, 0 )
257 CHECK( texenv, (rmesa->state.envneeded & (1 << (atom->idx)) && !ctx->ATIFragmentShader._Enabled), 0 )
258 CHECK( afs_pass1, (ctx->ATIFragmentShader._Enabled && (ctx->ATIFragmentShader.Current->NumPasses > 1)), 0 )
259 CHECK( af
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c188 #define CHECK( NM, FLAG, ADD ) \ macro
202 CHECK( always, GL_TRUE, 0 )
203 CHECK( always_add2, GL_TRUE, 2 )
204 CHECK( always_add4, GL_TRUE, 4 )
205 CHECK( tex0_mm, GL_TRUE, 3 )
206 CHECK( tex1_mm, GL_TRUE, 3 )
208 CHECK( tex2_mm, GL_TRUE, 3 )
209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_m
[all...]
/external/mesa3d/src/mesa/main/
H A Dcompiler.h292 #ifdef CHECK
293 #undef CHECK macro
/external/llvm/unittests/IR/
H A DConstantsTest.cpp154 #define CHECK(x, y) { \ macro
197 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR);
198 CHECK(ConstantExpr::getFNeg(P1), "fsub float -0.000000e+00, " P1STR);
199 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
200 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR);
201 CHECK(ConstantExpr::getAdd(P0, P0, false, true), "add nsw i32 " P0STR ", "
203 CHECK(ConstantExpr::getAdd(P0, P0, true, true), "add nuw nsw i32 " P0STR ", "
205 CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR);
206 CHECK(ConstantExpr::getSub(P0, P0), "sub i32 " P0STR ", " P0STR);
207 CHECK(ConstantExp
275 #undef CHECK macro
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c6902 # define CHECK(col,x)\ macro
6912 CHECK(red,X) function
6913 CHECK(red,Y)
6914 CHECK(red,Z)
6915 CHECK(green,X)
6916 CHECK(green,Y)
6917 CHECK(green,Z)
6918 CHECK(blue,X)
6919 CHECK(blue,Y)
6920 CHECK(blu
[all...]
/external/libexif/test/
H A Dtest-integers.c39 # define CHECK(condition) \ macro
46 # define CHECK(condition) \ macro
58 CHECK(sizeof(unsigned int) >= sizeof(uint32_t));
61 CHECK(sizeof(enum_t) <= sizeof(int));
/external/iptables/libiptc/
H A Dlibiptc.c200 #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0) macro
202 #define CHECK(h) macro
1378 CHECK(h);
1425 CHECK(handle);
2157 CHECK(*handle);
2181 CHECK(handle);
2212 CHECK(handle);
2537 CHECK(*handle);
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c34 #define CHECK(status,str) if (U_FAILURE(status)) { log_err("FAIL: %s\n", str); return; } macro

Completed in 773 milliseconds

123