Home
last modified time | relevance | path

Searched defs:checks (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/
Dredundancy-elimination.cc62 EffectPathChecks const* checks) { in Copy()
170 Node* node, EffectPathChecks const* checks) { in Set()
178 EffectPathChecks const* checks = node_checks_.Get(effect); in ReduceCheckNode() local
200 EffectPathChecks const* checks = node_checks_.Get(effect); in TryReuseBoundsCheckForFirstInput() local
241 EffectPathChecks* checks = EffectPathChecks::Copy( in ReduceEffectPhi() local
271 EffectPathChecks const* checks = node_checks_.Get(effect); in TakeChecksFromFirstEffect() local
281 EffectPathChecks const* checks) { in UpdateChecks()
/external/mesa3d/docs/specs/
DMESA_shader_debug.spec202 The assertMESA function checks if the argument <condition> is function
/external/boringssl/src/crypto/fipsmodule/bn/
Dprime.c371 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local
465 int checks, BN_CTX *ctx, int do_trial_division, in BN_primality_test()
480 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, BN_GENCB *cb) { in BN_is_prime_ex()
484 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp165 IsCheck checks; in JSONTEST_FIXTURE() local
207 IsCheck checks; in JSONTEST_FIXTURE() local
248 IsCheck checks; in JSONTEST_FIXTURE() local
273 IsCheck checks; in JSONTEST_FIXTURE() local
302 IsCheck checks; in JSONTEST_FIXTURE() local
342 IsCheck checks; in JSONTEST_FIXTURE() local
1074 IsCheck checks; in JSONTEST_FIXTURE() local
/external/autotest/client/deps/iwcap/src/
Diwcap.c163 static const struct check checks[] = { variable
275 uintptr_t checks = (uintptr_t) arg; in check_phy_handler() local
460 int checks = 0; in check_phy_caps() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java169 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE in TestGetSetChecks1() local
198 int checks; in TestGetSetChecks() local
513 int checks = (Integer) test[2]; in TestConfusableFlagVariants() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java170 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE in TestGetSetChecks1() local
199 int checks; in TestGetSetChecks() local
514 int checks = (Integer) test[2]; in TestConfusableFlagVariants() local
/external/libexif/test/nls/
Dtest-codeset.c133 static int checks() in checks() function
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1828 .. _callable-types:
/external/clang/utils/check_cfc/
Dcheck_cfc.py316 checks = [cls.__name__ for cls in vars()['WrapperCheck'].__subclasses__()] variable
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c329 int32_t checks; in TestUSpoofCAPI() local
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc100 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
/external/libunwind/tests/
DGia64-test-nat.c94 static check_func_t *checks[MAX_CHECKS]; variable
/external/google-benchmark/test/
Doutput_test_helper.cc110 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
/external/icu/icu4c/source/test/intltest/
Ditutil.cpp196 int32_t &checks; member in MyErrorCode
Ditspoof.cpp649 int32_t checks = uspoof_getChecks(sc.getAlias(), &status); in testBug12153() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java623 public Builder setChecks(int checks) { in setChecks()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java585 public Builder setChecks(int checks) { in setChecks()
/external/icu/icu4c/source/i18n/
Duspoof.cpp206 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
/external/fio/
Dgoptions.c62 GtkWidget *checks[PARSE_MAX_VP]; member