Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/external/openssl/crypto/bn/
Dbn_depr.c94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *), in BN_is_prime() argument
99 return BN_is_prime_ex(a, checks, ctx_passed, &cb); in BN_is_prime()
102 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
109 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, in BN_is_prime_fasttest()
Dbn_prime.c166 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local
199 i=BN_is_prime_fasttest_ex(ret,checks,ctx,0,cb); in BN_generate_prime_ex()
211 for (i=0; i<checks; i++) in BN_generate_prime_ex()
238 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) in BN_is_prime_ex() argument
240 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb); in BN_is_prime_ex()
243 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_fasttest_ex() argument
256 if (checks == BN_prime_checks) in BN_is_prime_fasttest_ex()
257 checks = BN_prime_checks_for_size(BN_num_bits(a)); in BN_is_prime_fasttest_ex()
320 for (i = 0; i < checks; i++) in BN_is_prime_fasttest_ex()
/external/openssl/apps/
Dprime.c64 int checks=20; in MAIN() local
96 checks=atoi(*++argv); in MAIN()
147 BN_is_prime_ex(bn,checks,NULL,NULL) ? "" : "not "); in MAIN()
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGenerator.pm566 my @checks = ();
569 push(@checks, "\n");
573 …push(@checks, "COMPILE_ASSERT($value == ${interfaceName}::$name, ${interfaceName}Enum${name}IsWron…
575 push(@checks, "\n");
577 return @checks;
/external/llvm/test/Assembler/
D2002-04-07-HexFloatConstants.ll1 ; This testcase checks to make sure that the assembler can handle floating
2 ; point constants in IEEE hex format. This also checks that the disassembler,
/external/llvm/utils/lit/lit/ExampleTests/
Dlit.cfg22 # target_triple: Used by ShTest format for XFAIL checks.
25 # available_features: Used by ShTest format for REQUIRES checks.
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m1 … -analyze -analyzer-checker=core -analyzer-config suppress-inlined-defensive-checks=true -verify %s
20 // Check that inline defensive checks is triggered for null expressions
/external/grub/
Dacinclude.m41 dnl grub_ASM_USCORE checks if C symbols get an underscore after
184 dnl grub_CHECK_START_SYMBOL checks if start is automatically defined by
203 dnl grub_CHECK_USCORE_START_SYMBOL checks if _start is automatically
222 dnl grub_CHECK_USCORE_USCORE_BSS_START_SYMBOL checks if __bss_start is
241 dnl grub_CHECK_EDATA_SYMBOL checks if edata is automatically defined by the
260 dnl grub_CHECK_USCORE_EDATA_SYMBOL checks if _edata is automatically
279 dnl grub_CHECK_END_SYMBOL checks if end is automatically defined by the
298 dnl grub_CHECK_USCORE_END_SYMBOL checks if _end is automatically defined
/external/icu4c/test/cintltst/
Dspooftest.c319 int32_t checks; in TestUSpoofCAPI() local
323 checks = uspoof_getChecks(sc, &status); in TestUSpoofCAPI()
325 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks); in TestUSpoofCAPI()
327 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE); in TestUSpoofCAPI()
328 uspoof_setChecks(sc, checks, &status); in TestUSpoofCAPI()
331 TEST_ASSERT_EQ(checks, checks2); in TestUSpoofCAPI()
/external/llvm/test/Transforms/DeadArgElim/
Dkeepalive.ll9 ; This checks if the return value attributes are not removed
15 ; This checks if the struct doesn't get non-packed
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc127 # checks for
146 # checks for :
203 # checks for sign of poor/misdesign:
237 # checks for :
255 # checks for
279 # checks for similarities and duplicated code. This computation may be
295 # checks for :
314 # checks for:
/external/e2fsprogs/tests/f_ea_checks/
Dname1 extended attribute block checks
/external/webkit/LayoutTests/fast/encoding/
Dnamespace-meta-expected.txt1 This test checks that the charset sniffer ignores namespaced meta tags.
Descaped-bracket-expected.txt2 This test checks whether charset sniffer skips over escaped characters correctly.
Dnot-http-equiv-content-expected.txt2 This test checks that charset sniffer does not get confused by the text that contains charset wordi…
Dtag-name-digit-expected.txt3 This test checks that charset sniffer does not get confused by text that looks like a tag whose nam…
Dmismatched-end-tag-expected.txt2 This test checks that charset sniffer does not get confused by the extraneous end script tag and ig…
Dmispositioned-meta-expected.txt1 This test checks if WebKit can find a charset defined in an HTTP-EQUIV meta after the HEAD.
Dmeta-in-body-expected.txt2 This test checks that the charset sniffer scans at least 1024 bytes of data to find a meta tag, eve…
Dtag-in-title-expected.txt1 This test checks that WebKit doesn't stop looking for a charset defined in an HTTP-EQUIV meta when …
/external/webkit/LayoutTests/storage/
Dnull-callbacks-expected.txt1 This test checks that 'null' can be used wherever we expect an optional callback.
/external/webkit/LayoutTests/http/tests/appcache/
Dorigin-delete-expected.txt1 This test checks that application cache groups correctly become obsolete after application cache is…
/external/webkit/LayoutTests/fast/dom/Node/
DDOMNodeRemovedEvent-expected.txt1 This test checks that DOMNodeRemovedEvent is emitted once (and only once).
/external/webkit/LayoutTests/fast/dom/DOMImplementation/
Dimplementation-identity-expected.txt1 This test checks that DOMImplementation object is created per document.
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Denumerate-storage-expected.txt1 This test checks to see that you can enumerate a Storage object and get only the keys as a result. …

12345678910>>...19