/external/libsepol/tests/ |
D | test-linker-cond-map.c | 57 void test_cond_expr_mapping(policydb_t * p, avrule_decl_t * d, test_cond_expr_t * bools, int len) in test_cond_expr_mapping() argument 70 CU_ASSERT(expr->expr_type == bools[i].expr_type); in test_cond_expr_mapping() 71 if (bools[i].bool) { in test_cond_expr_mapping() 72 CU_ASSERT(strcmp(p->sym_val_to_name[SYM_BOOLS][expr->bool - 1], bools[i].bool) == 0); in test_cond_expr_mapping() 91 test_cond_expr_t bools[2]; in base_cond_tests() local 102 bools[0].bool = "g_b_bool_1"; in base_cond_tests() 103 bools[0].expr_type = COND_BOOL; in base_cond_tests() 104 test_cond_expr_mapping(base, d, bools, 1); in base_cond_tests() 112 bools[0].bool = "o1_b_bool_1"; in base_cond_tests() 113 bools[0].expr_type = COND_BOOL; in base_cond_tests() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | misc-atomic-property.m | 19 } bools; typedef 25 bools x; 29 @property(assign) bools bools_p;
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | integer-bool.ll | 2 ;; check that global opt turns integers that only hold 0 or 1 into bools.
|
/external/protobuf/src/google/protobuf/ |
D | unittest_repeated_packables_nano.proto | 64 repeated bool bools = 13; field 89 repeated bool bools = 13 [ packed = true ]; field
|
/external/skia/include/utils/ |
D | SkJSON.h | 260 bool* bools() const { in bools() function
|
/external/clang/test/SemaCXX/ |
D | lambda-expressions.cpp | 158 template<typename...Ts> bool g(Fst<bool, Ts> ...bools);
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple-sel.ll | 3 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-no-bools -bb-vectorize-…
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | NanoTest.java | 2765 boolean[] bools = {true, false}; in testExtensions() 2793 message.setExtension(RepeatedExtensions.repeatedBool, bools); in testExtensions() 2818 assertEquals(bools[1], (boolean) message.getExtension(SingularExtensions.someBool)); in testExtensions() 2842 assertTrue(Arrays.equals(bools, message.getExtension(RepeatedExtensions.repeatedBool))); in testExtensions() 2878 assertTrue(Arrays.equals(bools, message.getExtension(PackedExtensions.packedBool))); in testExtensions() 2894 message.setExtension(PackedExtensions.packedBool, bools); in testExtensions() 2912 assertTrue(Arrays.equals(bools, message.getExtension(RepeatedExtensions.repeatedBool))); in testExtensions() 2956 boolean[] bools = {true, false}; in testExtensionsMutation_Equals() 2984 extendableMessage.setExtension(RepeatedExtensions.repeatedBool, bools); in testExtensionsMutation_Equals() 3662 nonPacked.bools = new boolean[] {false, true}; in testRepeatedPackables() [all …]
|
/external/libsepol/src/ |
D | conditional.c | 61 static int bool_present(unsigned int target, unsigned int bools[], in bool_present() argument 70 while (i < num_bools && target != bools[i]) in bool_present()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 1556 var bools = ['compact', 'nowrap', 'ismap', 'declare', 'noshade', 'checked', 'disabled', 'readonly',… 1559 bools = bools.associate(bools); 1561 Hash.extend(attributes, bools); 1633 if (key && bools[attribute]) value = !!value; 1646 return (bools[attribute]) ? !!value : (key) ? value : value || null; 1656 (key) ? this[key] = (key && bools[attribute]) ? false : '' : this.removeAttribute(attribute);
|
D | concat-jquery-mootools-prototype.js | 5932 var bools = ['compact', 'nowrap', 'ismap', 'declare', 'noshade', 'checked', 'disabled', 'readonly',… 5935 bools = bools.associate(bools); 5937 Hash.extend(attributes, bools); 6009 if (key && bools[attribute]) value = !!value; 6022 return (bools[attribute]) ? !!value : (key) ? value : value || null; 6032 (key) ? this[key] = (key && bools[attribute]) ? false : '' : this.removeAttribute(attribute);
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-x86-64.ll | 163 ; rdar://9297003 - fast isel bails out on all functions taking bools
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 315 JSONTEST_FIXTURE( ValueTest, bools ) in JSONTEST_FIXTURE() argument 1411 JSONTEST_REGISTER_FIXTURE( runner, ValueTest, bools ); in main()
|
/external/bison/ |
D | ChangeLog-2012 | 7964 * src/reader.c (before_definitions, after_definitions): New bools to
|