Home
last modified time | relevance | path

Searched refs:bools (Results 1 – 14 of 14) sorted by relevance

/external/libsepol/tests/
Dtest-linker-cond-map.c57 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/
Dmisc-atomic-property.m19 } bools; typedef
25 bools x;
29 @property(assign) bools bools_p;
/external/llvm/test/Transforms/GlobalOpt/
Dinteger-bool.ll2 ;; check that global opt turns integers that only hold 0 or 1 into bools.
/external/protobuf/src/google/protobuf/
Dunittest_repeated_packables_nano.proto64 repeated bool bools = 13; field
89 repeated bool bools = 13 [ packed = true ]; field
/external/skia/include/utils/
DSkJSON.h260 bool* bools() const { in bools() function
/external/clang/test/SemaCXX/
Dlambda-expressions.cpp158 template<typename...Ts> bool g(Fst<bool, Ts> ...bools);
/external/llvm/test/Transforms/BBVectorize/
Dsimple-sel.ll3 ; 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/
DNanoTest.java2765 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/
Dconditional.c61 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/
Dmootools-1.2.2-core-nc.js1556 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);
Dconcat-jquery-mootools-prototype.js5932 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/
Dfast-isel-x86-64.ll163 ; rdar://9297003 - fast isel bails out on all functions taking bools
/external/jsoncpp/src/test_lib_json/
Dmain.cpp315 JSONTEST_FIXTURE( ValueTest, bools ) in JSONTEST_FIXTURE() argument
1411 JSONTEST_REGISTER_FIXTURE( runner, ValueTest, bools ); in main()
/external/bison/
DChangeLog-20127964 * src/reader.c (before_definitions, after_definitions): New bools to