Searched refs:checks (Results 1 - 25 of 58) sorted by relevance

123

/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp82 /// Initialize all checks to \c false by default.
174 IsCheck checks; local
175 checks.isObject_ = true;
176 JSONTEST_ASSERT_PRED( checkIs( emptyObject_, checks ) );
177 JSONTEST_ASSERT_PRED( checkIs( object1_, checks ) );
218 IsCheck checks; local
219 checks.isArray_ = true;
220 JSONTEST_ASSERT_PRED( checkIs( emptyArray_, checks ) );
221 JSONTEST_ASSERT_PRED( checkIs( array1_, checks ) );
261 IsCheck checks; local
288 IsCheck checks; local
319 IsCheck checks; local
361 IsCheck checks; local
1042 IsCheck checks; local
[all...]
/external/valgrind/helgrind/tests/
H A Dshmem_abits.stderr.exp5 random heap free and checks
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_copy.s110 cmp r7,#0 @checks ht == 0
114 tst r12,#15 @checks wd for multiples for 4 & 8
116 tst r12,#7 @checks wd for multiples for 4 & 8
124 subs r4,r12,#0 @checks wd == 0
156 subs r4,r12,#0 @checks wd == 0
178 subs r4,r12,#0 @checks wd
205 subs r4,r12,#0 @checks wd
225 subs r4,r12,#0 @checks wd
252 subs r4,r12,#0 @checks wd
H A Dihevc_inter_pred_luma_copy.s88 cmp r7,#0 @checks ht == 0
90 tst r12,#15 @checks wd for multiples for 4 & 8
92 tst r12,#7 @checks wd for multiples for 4 & 8
97 subs r4,r12,#0 @checks wd == 0
131 subs r4,r12,#0 @checks wd
160 subs r4,r12,#0 @checks wd
H A Dihevc_inter_pred_filters_luma_horz.s131 subs r14,r8,#0 @checks for ht == 0
149 @ tst r10,#7 @checks wd for multiples
186 subs r5,r10,#0 @checks wd
287 sub r5,r10,#0 @checks wd
452 subs r5,r10,#0 @checks wd
/external/boringssl/src/crypto/bn/
H A Dprime.c361 int checks = BN_prime_checks_for_size(bits); local
407 i = BN_is_prime_fasttest_ex(ret, checks, ctx, 0, cb);
420 for (i = 0; i < checks; i++) {
455 int checks, BN_CTX *ctx, int do_trial_division,
457 switch (BN_is_prime_fasttest_ex(candidate, checks, ctx, do_trial_division, cb)) {
470 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, BN_GENCB *cb) { argument
471 return BN_is_prime_fasttest_ex(candidate, checks, ctx, 0, cb);
474 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, argument
487 if (checks == BN_prime_checks) {
488 checks
454 BN_primality_test(int *is_probably_prime, const BIGNUM *candidate, int checks, BN_CTX *ctx, int do_trial_division, BN_GENCB *cb) argument
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRegexUtilitiesTest.java191 String checks = "";
195 checks = checks + "Fails " + check + "\n";
198 checks += "(" + m.group(k) + ")";
200 checks += "\n";
203 logln("Result: " + result + "\n" + checks + "\n" + test);
/external/llvm/utils/
H A Dupdate_llc_test_checks.py90 checks = []
111 checks.append((check_prefixes, llc_cmd_args))
114 for prefixes, _ in checks:
117 for prefixes, llc_args in checks:
148 prefix_set = set([prefix for prefixes, _ in checks for prefix in prefixes])
162 for prefixes, _ in checks:
/external/libexif/test/nls/
H A Dtest-codeset.c133 static int checks() function
197 int ret = checks();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java179 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE
181 sc = new SpoofChecker.Builder().setChecks(checks).build();
183 assertEquals("", checks, t);
206 int checks;
210 checks = sc.getChecks();
211 assertEquals("", SpoofChecker.ALL_CHECKS, checks);
213 checks &= ~(SpoofChecker.SINGLE_SCRIPT | SpoofChecker.MIXED_SCRIPT_CONFUSABLE);
214 sc = new SpoofChecker.Builder().setChecks(checks).build();
216 assertEquals("", checks, checks2);
219 * The checks tha
[all...]
/external/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s7 # This test checks the dwarf info section emitted to the output object by the
/external/libavc/common/arm/
H A Dih264_inter_pred_luma_copy_a9q.s83 cmp r7, #0 @checks ht == 0
85 tst r12, #15 @checks wd for multiples for 4 & 8
87 tst r12, #7 @checks wd for multiples for 4 & 8
92 subs r4, r12, #0 @checks wd == 0
128 subs r4, r12, #0 @checks wd
158 subs r4, r12, #0 @checks wd
/external/clang/utils/check_cfc/
H A Dcheck_cfc.py6 different compilation processes. It checks that code is not unduly affected by
15 -Enable the desired checks in check_cfc.cfg (in the same directory as the
251 checks."""
296 # Create configuration defaults from list of checks
302 checks = [cls.__name__ for cls in vars()['WrapperCheck'].__subclasses__()] variable in class:dash_s_no_change
304 for c in checks:
327 for check_name in checks
343 # Bail out here if we can't apply checks in this case.
359 # Run checks, if they are enabled in config and if they are appropriate for
362 for check_name in checks
[all...]
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x64-64_PIC_relocations.s8 # Assembly obtained by compiling the following and adding checks:
/external/llvm/test/MC/COFF/
H A Dcomm-align.s4 # NOTE: this test checks multiple things:
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c319 int32_t checks; local
323 checks = uspoof_getChecks(sc, &status);
325 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
327 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
328 uspoof_setChecks(sc, checks, &status);
331 TEST_ASSERT_EQ(checks, checks2);
333 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
361 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
/external/libunwind/doc/
H A Dunw_is_fpreg.tex19 The \Func{unw\_is\_fpreg}() routine checks whether register number
/external/boringssl/include/openssl/
H A Dbn.h593 * checks.
636 /* BN_prime_checks is magic value that can be used as the |checks| argument to
638 * Miller-Rabin checks that gives a false positive rate of ~2^{-80}. */
647 * function returning a false positive is 2^{2*checks}. If |checks| is
656 const BIGNUM *candidate, int checks,
665 * function returning one when |candidate| is composite is 2^{2*checks}. If
666 * |checks| is |BN_prime_checks| then a value that results in approximately
671 OPENSSL_EXPORT int BN_is_prime_fasttest_ex(const BIGNUM *candidate, int checks,
679 OPENSSL_EXPORT int BN_is_prime_ex(const BIGNUM *candidate, int checks,
[all...]
/external/boringssl/src/include/openssl/
H A Dbn.h593 * checks.
636 /* BN_prime_checks is magic value that can be used as the |checks| argument to
638 * Miller-Rabin checks that gives a false positive rate of ~2^{-80}. */
647 * function returning a false positive is 2^{2*checks}. If |checks| is
656 const BIGNUM *candidate, int checks,
665 * function returning one when |candidate| is composite is 2^{2*checks}. If
666 * |checks| is |BN_prime_checks| then a value that results in approximately
671 OPENSSL_EXPORT int BN_is_prime_fasttest_ex(const BIGNUM *candidate, int checks,
679 OPENSSL_EXPORT int BN_is_prime_ex(const BIGNUM *candidate, int checks,
[all...]
/external/llvm/test/MC/Mips/
H A Dsort-relocation-table.s95 # A small combination of previous checks.
/external/llvm/test/MC/PowerPC/
H A Dppc64-fixup-apply.s7 # This checks that fixups that can be resolved within the same
/external/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk33 # NOTE: If neither SK_DEBUG or SK_RELEASE are defined then Skia checks NDEBUG to
/external/v8/src/
H A Dhydrogen-bch.cc111 * This method checks if it is appropriate to hoist the bounds checks on an
142 // related to the induction limit, therefore hoisting checks is
150 // check, therefore hoisting checks would be likely to cause
217 // Add checks to the table.
236 // all checks are done on constants: if all check are done against the same
344 induction_data->checks();
348 current_length_group->checks();
/external/nanopb-c/generator/
H A Dnanopb_generator.py804 # Add checks for numeric limits
818 checks = []
825 checks.append(status)
830 if worst > 255 or checks:
833 if worst > 65535 or checks:
838 assertion = ' && '.join(str(c) + ' < 65536' for c in checks)
855 assertion = ' && '.join(str(c) + ' < 256' for c in checks)
/external/icu/icu4c/source/i18n/
H A Duspoof.cpp204 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { argument
210 // Verify that the requested checks are all ones (bits) that
212 if (checks & ~(USPOOF_ALL_CHECKS | USPOOF_AUX_INFO)) {
217 This->fChecks = checks;
539 // These are the checks that need to be done on NFD input

Completed in 2345 milliseconds

123