/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 165 IsCheck checks; in JSONTEST_FIXTURE() local 166 checks.isObject_ = true; in JSONTEST_FIXTURE() 167 JSONTEST_ASSERT_PRED(checkIs(emptyObject_, checks)); in JSONTEST_FIXTURE() 168 JSONTEST_ASSERT_PRED(checkIs(object1_, checks)); in JSONTEST_FIXTURE() 207 IsCheck checks; in JSONTEST_FIXTURE() local 208 checks.isArray_ = true; in JSONTEST_FIXTURE() 209 JSONTEST_ASSERT_PRED(checkIs(emptyArray_, checks)); in JSONTEST_FIXTURE() 210 JSONTEST_ASSERT_PRED(checkIs(array1_, checks)); in JSONTEST_FIXTURE() 248 IsCheck checks; in JSONTEST_FIXTURE() local 249 checks.isNull_ = true; in JSONTEST_FIXTURE() [all …]
|
/external/v8/src/compiler/ |
D | redundancy-elimination.cc | 46 EffectPathChecks const* checks) { in Copy() argument 47 return new (zone->New(sizeof(EffectPathChecks))) EffectPathChecks(*checks); in Copy() 123 Node* node, EffectPathChecks const* checks) { in Set() argument 126 info_for_node_[id] = checks; in Set() 131 EffectPathChecks const* checks = node_checks_.Get(effect); in ReduceCheckNode() local 134 if (checks == nullptr) return NoChange(); in ReduceCheckNode() 136 if (Node* check = checks->LookupCheck(node)) { in ReduceCheckNode() 141 return UpdateChecks(node, checks->AddCheck(zone(), node)); in ReduceCheckNode() 163 EffectPathChecks* checks = EffectPathChecks::Copy( in ReduceEffectPhi() local 167 checks->Merge(node_checks_.Get(input)); in ReduceEffectPhi() [all …]
|
D | redundancy-elimination.h | 30 static EffectPathChecks* Copy(Zone* zone, EffectPathChecks const* checks); 50 void Set(Node* node, EffectPathChecks const* checks); 62 Reduction UpdateChecks(Node* node, EffectPathChecks const* checks);
|
/external/ImageMagick/scripts/ |
D | xsnap | 131 frame .options.input.checks 132 checkbutton .options.input.checks.border -text "Borders" -width 11 \ 134 checkbutton .options.input.checks.frame -text "Frame" -width 11 \ 136 checkbutton .options.input.checks.screen -text "Screen" -width 11 \ 138 checkbutton .options.input.checks.descend -text "Descend" -anchor w \ 140 pack .options.input.checks.border .options.input.checks.frame \ 141 .options.input.checks.screen .options.input.checks.descend -side left 142 pack .options.input.checks 158 pack .options.input.checks .options.input.delay .options.input.id \ 167 frame .options.processing.checks [all …]
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 163 static const struct check checks[] = { variable 203 for (p = checks; p->name != NULL; p++) in find_check_byname() 214 for (p = checks; p->name != NULL; p++) 275 uintptr_t checks = (uintptr_t) arg; in check_phy_handler() local 363 if (checks & CHECK_FREQS) in check_phy_handler() 401 #define PBOOL(c, b, name) if (checks & (c)) pbool(name, phy_caps & (b)) in check_phy_handler() 411 if (checks & CHECK_IS_SMPS) in check_phy_handler() 430 if (checks & CHECK_AMSDU_LEN) in check_phy_handler() 432 if (checks & CHECK_AMPDU_FACT) in check_phy_handler() 434 if (checks & CHECK_AMPDU_DENS) in check_phy_handler() [all …]
|
/external/autotest/cli/ |
D | action_common_unittest.py | 23 checks = copy.deepcopy(orig_checks) 24 mytest.check_for_wildcard(filters, checks) 26 self.assertEqual(checks, orig_checks) 35 checks = copy.deepcopy(orig_checks) 36 mytest.check_for_wildcard(filters, checks) 38 self.assertEqual(checks, orig_checks) 42 checks = {'something__in': ['item*']} 45 mytest.check_for_wildcard(filters, checks) 47 self.assertEqual(checks, {'something__startswith': None}) 52 checks = {'something__name': 'item*'} [all …]
|
/external/llvm/docs/ |
D | FaultMaps.rst | 2 FaultMaps and implicit checks 12 Code generated by managed language runtimes tend to have checks that 16 exploited by folding such safety checks into operations that can be 20 For example, Java requires null checks on objects before they are read 31 Information about implicit checks generated by LLVM are put in a 95 ``-enable-implicit-null-checks`` is passed to ``llc``. 103 Making null checks implicit is an aggressive optimization, and it can 106 ensure that only a negligible number of implicit null checks actually 108 of doing this is by healing failed implicit null checks into explicit 109 null checks via code patching or recompilation. It follows that there [all …]
|
/external/boringssl/src/crypto/bn/ |
D | prime.c | 361 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local 407 i = BN_is_prime_fasttest_ex(ret, checks, ctx, 0, cb); in BN_generate_prime_ex() 420 for (i = 0; i < checks; i++) { in BN_generate_prime_ex() 455 int checks, BN_CTX *ctx, int do_trial_division, in BN_primality_test() argument 457 switch (BN_is_prime_fasttest_ex(candidate, checks, ctx, do_trial_division, cb)) { in BN_primality_test() 470 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, BN_GENCB *cb) { in BN_is_prime_ex() argument 471 return BN_is_prime_fasttest_ex(candidate, checks, ctx, 0, cb); in BN_is_prime_ex() 474 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_fasttest_ex() argument 487 if (checks == BN_prime_checks) { in BN_is_prime_fasttest_ex() 488 checks = BN_prime_checks_for_size(BN_num_bits(a)); in BN_is_prime_fasttest_ex() [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_inter_pred_chroma_copy.s | 110 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
|
D | ihevc_inter_pred_luma_copy.s | 88 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
|
/external/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 20 See the full list of available :ref:`checks <ubsan-checks>` below. 23 The checks have small runtime cost and no impact on address space layout or ABI. 50 You can enable only a subset of :ref:`checks <ubsan-checks>` offered by UBSan, 67 .. _ubsan-checks: 69 Availablle checks 72 Available checks are: 107 signed left shift, also checks for signed overflow in C, and for 112 including all the checks added by ``-ftrapv``, and checking for 127 - ``-fsanitize=undefined``: All of the checks listed above other than 154 You disable UBSan checks for particular functions with
|
/external/llvm/utils/ |
D | update_llc_test_checks.py | 92 checks = [] 113 checks.append((check_prefixes, llc_cmd_args)) 116 for prefixes, _ in checks: 119 for prefixes, llc_args in checks: 150 prefix_set = set([prefix for prefixes, _ in checks for prefix in prefixes]) 166 for prefixes, _ in checks:
|
/external/autotest/ |
D | PRESUBMIT.cfg | 1 # This config file disables some of the ChromiumOS source style checks and 3 # any checks you want to leave enabled. Edit utils/pylintrc to disable any 4 # pylint checks.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 195 String checks = ""; 199 checks = checks + "Fails " + check + "\n"; 202 checks += "(" + m.group(k) + ")"; 204 checks += "\n"; 207 logln("Result: " + result + "\n" + checks + "\n" + test);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 191 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 179 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE in TestGetSetChecks1() local 181 sc = new SpoofChecker.Builder().setChecks(checks).build(); in TestGetSetChecks1() 183 assertEquals("", checks, t); in TestGetSetChecks1() 206 int checks; in TestGetSetChecks() local 210 checks = sc.getChecks(); in TestGetSetChecks() 211 assertEquals("", SpoofChecker.ALL_CHECKS, checks); in TestGetSetChecks() 213 checks &= ~(SpoofChecker.SINGLE_SCRIPT | SpoofChecker.MIXED_SCRIPT_CONFUSABLE); in TestGetSetChecks() 214 sc = new SpoofChecker.Builder().setChecks(checks).build(); in TestGetSetChecks() 216 assertEquals("", checks, checks2); in TestGetSetChecks() 271 assertEquals("", SpoofChecker.CHAR_LIMIT, result.checks); in TestAllowedLocales() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 183 int checks = SpoofChecker.WHOLE_SCRIPT_CONFUSABLE | SpoofChecker.MIXED_SCRIPT_CONFUSABLE in TestGetSetChecks1() local 185 sc = new SpoofChecker.Builder().setChecks(checks).build(); in TestGetSetChecks1() 187 assertEquals("", checks, t); in TestGetSetChecks1() 210 int checks; in TestGetSetChecks() local 214 checks = sc.getChecks(); in TestGetSetChecks() 215 assertEquals("", SpoofChecker.ALL_CHECKS, checks); in TestGetSetChecks() 217 checks &= ~(SpoofChecker.SINGLE_SCRIPT | SpoofChecker.MIXED_SCRIPT_CONFUSABLE); in TestGetSetChecks() 218 sc = new SpoofChecker.Builder().setChecks(checks).build(); in TestGetSetChecks() 220 assertEquals("", checks, checks2); in TestGetSetChecks() 275 assertEquals("", SpoofChecker.CHAR_LIMIT, result.checks); in TestAllowedLocales() [all …]
|
/external/tpm2/ |
D | PRESUBMIT.cfg | 1 # This sample config file disables all of the ChromiumOS source style checks. 2 # Comment out the disable-flags for any checks you want to leave enabled.
|
/external/valgrind/memcheck/tests/ |
D | bug340392.vgtest | 1 # When run without --expensive-definedness-checks valgrind 10 vgopts: -q --expensive-definedness-checks=yes
|
/external/llvm/test/CodeGen/ARM/ |
D | a15-mla.ll | 4 ; This test checks that the VMLxForwarting feature is disabled for A15. 15 ; This tests checks that VMLA FP patterns can be matched in instruction selection when targeting 25 ; This tests checks that FP VMLA instructions are not expanded into separate multiply/addition
|
/external/v8/tools/gyp/test/win/compiler-flags/ |
D | runtime-checks.gyp | 15 'sources': ['runtime-checks.cc'], 26 'sources': ['runtime-checks.cc'],
|
/external/nanopb-c/tests/splint/ |
D | splint.rc | 1 +checks 15 # splint's memory checks don't quite work without annotations
|
/external/jacoco/jacoco-maven-plugin.test/it/it-check-passes/ |
D | verify.bsh | 17 if ( buildLog.indexOf( "All coverage checks have been met." ) < 0 ) { 18 throw new RuntimeException( "Coverage checks were not met." );
|
/external/jacoco/jacoco-maven-plugin.test/it/it-dump/ |
D | verify.bsh | 17 if ( buildLog.indexOf( "All coverage checks have been met." ) < 0 ) { 18 throw new RuntimeException( "Coverage checks were not met." );
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_luma_copy_a9q.s | 83 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
|