HomeSort by relevance Sort by last modified time
    Searched refs:checks (Results 226 - 250 of 1045) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java 170 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE local
172 sc = new SpoofChecker.Builder().setChecks(checks).build();
174 assertEquals("", checks, t);
194 * get & set Checks
199 int checks; local
203 checks = sc.getChecks();
204 assertEquals("", SpoofChecker.ALL_CHECKS, checks);
206 checks &= ~(SpoofChecker.SINGLE_SCRIPT | SpoofChecker.MIXED_SCRIPT_CONFUSABLE);
207 sc = new SpoofChecker.Builder().setChecks(checks).build();
209 assertEquals("", checks, checks2)
514 int checks = (Integer) test[2]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 169 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE local
171 sc = new SpoofChecker.Builder().setChecks(checks).build();
173 assertEquals("", checks, t);
193 * get & set Checks
198 int checks; local
202 checks = sc.getChecks();
203 assertEquals("", SpoofChecker.ALL_CHECKS, checks);
205 checks &= ~(SpoofChecker.SINGLE_SCRIPT | SpoofChecker.MIXED_SCRIPT_CONFUSABLE);
206 sc = new SpoofChecker.Builder().setChecks(checks).build();
208 assertEquals("", checks, checks2)
513 int checks = (Integer) test[2]; local
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 
  /external/boringssl/src/crypto/fipsmodule/bn/
prime.c 371 int checks = BN_prime_checks_for_size(bits); local
417 i = BN_is_prime_fasttest_ex(ret, checks, ctx, 0, cb);
430 for (i = 0; i < checks; i++) {
465 int checks, BN_CTX *ctx, int do_trial_division,
467 switch (BN_is_prime_fasttest_ex(candidate, checks, ctx, do_trial_division, cb)) {
480 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, BN_GENCB *cb) {
481 return BN_is_prime_fasttest_ex(candidate, checks, ctx, 0, cb);
484 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx,
528 if (!BN_enhanced_miller_rabin_primality_test(&result, a, checks, ctx, cb)) {
    [all...]
  /external/llvm/test/MC/Hexagon/
new-value-check.s 3 # RUN: not llvm-mc -triple=hexagon -relax-nv-checks < %s 2>&1 | \
32 # No errors from this point on with the relaxed checks.
51 # No errors from this point on with the strict checks.
  /external/libexif/test/nls/
test-codeset.c 133 static int checks() function
197 int ret = checks();
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
checkbce.go 7 // checkbce prints all bounds checks that are present in the function.
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
os_freebsd_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
os_nacl_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
os_openbsd_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
  /prebuilts/go/darwin-x86/test/
alias1.go 7 // Test that dynamic interface checks treat byte=uint8
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue14553.go 7 // This test checks if the compiler's internal constant
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
checkbce.go 7 // checkbce prints all bounds checks that are present in the function.
  /prebuilts/go/linux-x86/src/runtime/
os_darwin_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
os_freebsd_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
os_nacl_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
os_openbsd_arm.go 8 // TODO(minux): FP checks like in os_linux_arm.go.
  /prebuilts/go/linux-x86/test/
alias1.go 7 // Test that dynamic interface checks treat byte=uint8
  /prebuilts/go/linux-x86/test/fixedbugs/
issue14553.go 7 // This test checks if the compiler's internal constant
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
uld2-eb.d 6 # Further checks of uld macro.
uld2-el.d 6 # Further checks of uld macro.
ulh2-eb.d 6 # Further checks of ulh/ulhu macros.
ulh2-el.d 6 # Further checks of ulh/ulhu macros.
ulw2-eb-ilocks.d 6 # Further checks of ulw macro.

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 91011>>