/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...] |
/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...] |
/cts/tests/tests/app/src/android/app/cts/ |
IntentServiceTest.java | 110 protected boolean check() { method 121 protected boolean check() { method
|
/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],
|
/external/stlport/test/eh/ |
cray.mak | 37 check: $(TEST)
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
checkcharacternormalization01.js | 81 Normalize document with check-character-normalization set to false, check that 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization 111 domConfig.setParameter("check-character-normalization", false);
|
checkcharacternormalization03.js | 81 Normalize document using Node.normalize checking that "check-character-normalization" 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization 111 canSet = domConfig.canSetParameter("check-character-normalization",true); 116 domConfig.setParameter("check-character-normalization", true);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
TexturesGenerator.cpp | 86 if (filter->check(operation)) { 97 if (operation && filter->check(operation)) { 165 // Check if we have any pending operations.
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
changelog_unittest.py | 40 checker.check(changelog_data.split('\n')) 51 checker.check(changelog_data.split('\n'))
|
test_expectations.py | 76 "will fail the check." % self._file_path) 110 self._tab_checker.check(lines) 112 def check(self, lines): member in class:TestExpectationsChecker
|