HomeSort by relevance Sort by last modified time
    Searched defs:checks (Results 176 - 200 of 346) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/compiler/
redundancy-elimination.cc 62 EffectPathChecks const* checks) {
63 return new (zone->New(sizeof(EffectPathChecks))) EffectPathChecks(*checks);
170 Node* node, EffectPathChecks const* checks) {
173 info_for_node_[id] = checks;
178 EffectPathChecks const* checks = node_checks_.Get(effect); local
181 if (checks == nullptr) return NoChange();
183 if (Node* check = checks->LookupCheck(node)) {
189 return UpdateChecks(node, checks->AddCheck(zone(), node));
200 EffectPathChecks const* checks = node_checks_.Get(effect); local
204 if (checks == nullptr) return NoChange()
241 EffectPathChecks* checks = EffectPathChecks::Copy( local
271 EffectPathChecks const* checks = node_checks_.Get(effect); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.4.0-alpha1/
lint-checks-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-beta4/
lint-checks-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.1/
lint-checks-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-beta2/
lint-checks-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-beta3/
lint-checks-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-alpha4/
lint-checks-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-alpha5/
lint-checks-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-beta1/
lint-checks-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-alpha2/
lint-checks-24.3.0-alpha2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-alpha3/
lint-checks-24.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.3.0-alpha1/
lint-checks-24.3.0-alpha1.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/icu/icu4c/source/test/cintltst/
spooftest.c 326 * get & set Checks
329 int32_t checks; local
333 checks = uspoof_getChecks(sc, &status);
335 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
337 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
338 uspoof_setChecks(sc, checks, &status);
341 TEST_ASSERT_EQ(checks, checks2);
343 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
371 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
496 // Checks from checkResult should be same as those from bitmas
    [all...]
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 186 : checks(countChecks), dests(countDests) {}
194 ++checks;
196 int32_t &checks; member in class:MyErrorCode
itspoof.cpp 649 int32_t checks = uspoof_getChecks(sc.getAlias(), &status); local
650 TEST_ASSERT((checks & USPOOF_RESTRICTION_LEVEL) != 0);
651 checks &= ~USPOOF_RESTRICTION_LEVEL;
652 uspoof_setChecks(sc.getAlias(), checks, &status);
653 checks = uspoof_getChecks(sc.getAlias(), &status);
654 TEST_ASSERT((checks & USPOOF_RESTRICTION_LEVEL) == 0);
657 checks = uspoof_getChecks(sc.getAlias(), &status);
658 TEST_ASSERT((checks & USPOOF_RESTRICTION_LEVEL) != 0);
  /external/libunwind/tests/
Gia64-test-nat.c 94 static check_func_t *checks[MAX_CHECKS]; variable
565 vals = (*checks[num_checks - 1 - i]) (&c, vals);
594 checks[i] = all_funcs[index].check;
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 324 Check[] checks = new Check[]{ local
334 for (Check ck : checks) {
    [all...]
  /hardware/qcom/gps/msm8909/utils/
LocHeap.cpp 65 // checks if mSize is correct, AND this node is the highest ranking
195 // checks if mSize is correct, AND this node is the highest ranking
311 int checks = tries >> 3; local
316 if (i % checks == 0 && !heap.checkTree()) {
  /hardware/qcom/gps/msm8909w_3100/utils/
LocHeap.cpp 65 // checks if mSize is correct, AND this node is the highest ranking
195 // checks if mSize is correct, AND this node is the highest ranking
311 int checks = tries >> 3; local
316 if (i % checks == 0 && !heap.checkTree()) {
  /hardware/qcom/gps/msm8996/utils/
LocHeap.cpp 65 // checks if mSize is correct, AND this node is the highest ranking
195 // checks if mSize is correct, AND this node is the highest ranking
311 int checks = tries >> 3; local
316 if (i % checks == 0 && !heap.checkTree()) {
  /hardware/qcom/gps/msm8998/utils/
LocHeap.cpp 65 // checks if mSize is correct, AND this node is the highest ranking
195 // checks if mSize is correct, AND this node is the highest ranking
311 int checks = tries >> 3; local
316 if (i % checks == 0 && !heap.checkTree()) {
  /external/jsoncpp/src/test_lib_json/
main.cpp 70 /// Initialize all checks to \c false by default.
165 IsCheck checks; local
166 checks.isObject_ = true;
167 JSONTEST_ASSERT_PRED(checkIs(emptyObject_, checks));
168 JSONTEST_ASSERT_PRED(checkIs(object1_, checks));
207 IsCheck checks; local
208 checks.isArray_ = true;
209 JSONTEST_ASSERT_PRED(checkIs(emptyArray_, checks));
210 JSONTEST_ASSERT_PRED(checkIs(array1_, checks));
248 IsCheck checks; local
273 IsCheck checks; local
302 IsCheck checks; local
342 IsCheck checks; local
1074 IsCheck checks; local
    [all...]
  /external/autotest/client/deps/iwcap/src/
iwcap.c 163 static const struct check checks[] = { variable in typeref:struct:check
203 for (p = checks; p->name != NULL; p++)
214 for (p = checks; p->name != NULL; p++)
275 uintptr_t checks = (uintptr_t) arg; local
363 if (checks & CHECK_FREQS)
401 #define PBOOL(c, b, name) if (checks & (c)) pbool(name, phy_caps & (b))
411 if (checks & CHECK_IS_SMPS)
430 if (checks & CHECK_AMSDU_LEN)
432 if (checks & CHECK_AMPDU_FACT)
434 if (checks & CHECK_AMPDU_DENS
460 int checks = 0; local
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 226 String[] checks = mChecker.getChecks(cfunc.getName()); local
228 if (checks != null) {
229 while (index < checks.length) {
230 if (checks[index].equals("nullAllowed") &&
231 checks[index + 1].equals(cname)) {
234 index = skipOneCheck(checks, index);
242 String[] checks = mChecker.getChecks(cfunc.getName()); local
244 if (checks != null) {
245 while (index < checks.length) {
246 if (checks[index].startsWith("check"))
257 String[] checks = mChecker.getChecks(cfunc.getName()); local
273 String[] checks = mChecker.getChecks(cfunc.getName()); local
322 String[] checks = mChecker.getChecks(cfunc.getName()); local
339 String[] checks = mChecker.getChecks(cfunc.getName()); local
354 String[] checks = mChecker.getChecks(cfunc.getName()); local
371 String[] checks = mChecker.getChecks(cfunc.getName()); local
449 String[] checks = mChecker.getChecks(cfunc.getName()); local
491 String[] checks = mChecker.getChecks(cfunc.getName()); local
522 String[] checks = mChecker.getChecks(cfunc.getName()); local
    [all...]

Completed in 4553 milliseconds

1 2 3 4 5 6 78 91011>>