/external/libpng/ |
pngtest.c | 25 * In these cases, it is best to check with another tool such as "pngcheck" 43 # define READFILE(file, data, length, check) \ 44 if (ReadFile(file, data, length, &check, NULL)) check = 0 45 # define WRITEFILE(file, data, length, check)) \ 46 if (WriteFile(file, data, length, &check, NULL)) check = 0 51 # define READFILE(file, data, length, check) \ 52 check=(png_size_t)fread(data, (png_size_t)1, length, file) 53 # define WRITEFILE(file, data, length, check) \ 315 png_size_t check = 0; local 344 int check; local 398 png_uint_32 check; local 418 png_uint_32 check; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ConnectReqTestCase.java | 72 * Search target device and check its capability. 76 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) { 110 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) { 116 * Check if the connection broadcast is received. 137 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) { 145 * Check if p2p disconnection broadcast is received
|
/external/clang/test/SemaTemplate/ |
instantiate-function-1.cpp | 237 static no_tag check(...); 239 static yes_tag check(char[sizeof(&U::luaIndex)]); 240 enum { value = sizeof(check<T>(0)) == sizeof(yes_tag) };
|
/external/icu4c/samples/numfmt/ |
main.cpp | 54 check(status, "NumberFormat::createInstance"); 61 check(status, "NumberFormat::parse"); 73 check(status, "NumberFormat::format"); 113 // check that the formatter is a DecimalFormat instance
|
/external/valgrind/main/memcheck/tests/ |
sh-mem-random.c | 26 // XXX: should check the error cases for SET/GET_VBITS also 70 void check(U1* arr, int n, char* who) function 122 printf("post-initialisation check\n"); 123 check(arr, N_BYTES, "after initialisation"); 206 printf("final check\n"); 207 check(arr, N_BYTES, "final check");
|
/external/bluetooth/glib/glib/ |
gbsearcharray.h | 153 guint8 *check = NULL, *nodes = G_BSEARCH_ARRAY_NODES (barray); local 162 check = nodes + i * sizeof_node; 163 cmp = cmp_nodes (key_node, check); 165 return sibling_or_after > 1 ? NULL : check; 172 /* check is last mismatch, cmp > 0 indicates greater key */ 173 return G_LIKELY (!sibling_or_after) ? NULL : (sibling_or_after > 1 && cmp > 0) ? check + sizeof_node : check;
|
/external/libpng/contrib/visupng/ |
PngFile.c | 126 // first check the eight byte PNG signature 403 png_size_t check; local 408 check = (png_size_t)fread(data, (png_size_t)1, length, 411 if (check != length) 420 png_uint_32 check; local 422 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr)); 423 if (check != length)
|
/external/openssl/crypto/bn/ |
bn_prime.c | 206 * check that (p-1)/2 is prime. 249 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */ local 292 check = BN_CTX_get(ctx); 293 if (check == NULL) goto err; 322 if (!BN_pseudo_rand_range(check, A1)) 324 if (!BN_add_word(check, 1)) 326 /* now 1 <= check < A */ 328 j = witness(check, A, A1, A1_odd, k, ctx, mont); 392 /* check that rnd is not a prime and also 430 /* check that rnd is a prime * [all...] |
/external/v8/test/mjsunit/ |
elements-kind-depends.js | 38 function check(a) { function 47 check(b); // all OK 51 check(b); // fails
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlSerializer.java | 55 private final void check(boolean close) throws IOException { method in class:KXmlSerializer 169 check(false); 274 check(false); 368 check(false); 472 check(false); 477 check(); 497 check(true); 534 check(false); 547 check(false); 568 check(false) [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_IPUT_OBJECT_QUICK.S | 8 cmp r3, #0 @ check object for null
|
OP_IPUT_WIDE_QUICK.S | 9 cmp r2, #0 @ check object for null
|
OP_NEW_ARRAY.S | 9 * check for it here. 17 cmp r1, #0 @ check length
|
bincmp.S | 19 adds r2, r1, r1 @ convert to bytes, check sign
|
/dalvik/vm/mterp/armv6t2/ |
bincmp.S | 18 adds r2, r1, r1 @ convert to bytes, check sign
|
/dalvik/vm/mterp/x86-atom/ |
OP_AGET.S | 41 cmp $$0, %ecx # check for null array object
|
OP_INVOKE_SUPER_QUICK.S | 37 cmp $$0, (rFP, %edx, 4) # check for null object
|
OP_IPUT_OBJECT_QUICK.S | 32 cmp $$0, %eax # check if object is null
|
OP_SHR_LONG.S | 39 cmpl $$0, 4(rFP, %edx, 4) # check if we need to consider sign
|
binopD.S | 21 * Also, a divide-by-zero check is done. 38 cmp $$0, %ecx # check for divide by zero
|
binopDivRemLong.S | 38 or %ecx, %eax # check for divide by zero
|
binopDivRemLong2Addr.S | 40 or %ecx, %eax # check for divide by zero
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
StackAddrEscapeChecker.cpp | 27 class StackAddrEscapeChecker : public Checker< check::PreStmt<ReturnStmt>, 28 check::EndPath > { 51 // Check if the region is a compound literal.
|
/external/clang/test/CXX/class.access/ |
p6.cpp | 161 void check(); 167 void A::check() { function in class:test7::A
|
/external/icu4c/data/translit/ |
trnsfiles.mk | 8 # Instead of changing this file [unless you want to check it back in],
|