/external/openssl/crypto/bn/ |
D | bn_depr.c | 94 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()
|
D | bn_prime.c | 166 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/ |
D | prime.c | 64 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/ |
D | CodeGenerator.pm | 566 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/ |
D | 2002-04-07-HexFloatConstants.ll | 1 ; 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/ |
D | lit.cfg | 22 # target_triple: Used by ShTest format for XFAIL checks. 25 # available_features: Used by ShTest format for REQUIRES checks.
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.m | 1 … -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/ |
D | acinclude.m4 | 1 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/ |
D | spooftest.c | 319 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/ |
D | keepalive.ll | 9 ; 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/ |
D | pylintrc | 127 # 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/ |
D | name | 1 extended attribute block checks
|
/external/webkit/LayoutTests/fast/encoding/ |
D | namespace-meta-expected.txt | 1 This test checks that the charset sniffer ignores namespaced meta tags.
|
D | escaped-bracket-expected.txt | 2 This test checks whether charset sniffer skips over escaped characters correctly.
|
D | not-http-equiv-content-expected.txt | 2 This test checks that charset sniffer does not get confused by the text that contains charset wordi…
|
D | tag-name-digit-expected.txt | 3 This test checks that charset sniffer does not get confused by text that looks like a tag whose nam…
|
D | mismatched-end-tag-expected.txt | 2 This test checks that charset sniffer does not get confused by the extraneous end script tag and ig…
|
D | mispositioned-meta-expected.txt | 1 This test checks if WebKit can find a charset defined in an HTTP-EQUIV meta after the HEAD.
|
D | meta-in-body-expected.txt | 2 This test checks that the charset sniffer scans at least 1024 bytes of data to find a meta tag, eve…
|
D | tag-in-title-expected.txt | 1 This test checks that WebKit doesn't stop looking for a charset defined in an HTTP-EQUIV meta when …
|
/external/webkit/LayoutTests/storage/ |
D | null-callbacks-expected.txt | 1 This test checks that 'null' can be used wherever we expect an optional callback.
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | origin-delete-expected.txt | 1 This test checks that application cache groups correctly become obsolete after application cache is…
|
/external/webkit/LayoutTests/fast/dom/Node/ |
D | DOMNodeRemovedEvent-expected.txt | 1 This test checks that DOMNodeRemovedEvent is emitted once (and only once).
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/ |
D | implementation-identity-expected.txt | 1 This test checks that DOMImplementation object is created per document.
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
D | enumerate-storage-expected.txt | 1 This test checks to see that you can enumerate a Storage object and get only the keys as a result. …
|