Home
last modified time | relevance | path

Searched defs:bools (Results 1 – 25 of 31) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DBooleanArr.java21 private boolean[] bools; field in BooleanArr
26 public BooleanArr(boolean[] bools) { in BooleanArr()
38 public void setBools(boolean[] bools) { in setBools()
DPrimitiveArrayTest.java39 private final boolean[] bools = new boolean[] { true, false }; field in PrimitiveArrayTest
/external/selinux/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()
91 test_cond_expr_t bools[2]; in base_cond_tests() local
122 test_cond_expr_t bools[3]; in module_cond_tests() local
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_repeated_packables_nano.proto64 repeated bool bools = 13; field
89 repeated bool bools = 13 [ packed = true ]; field
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DFormatFeatureUnwrapSingleTest.java40 public boolean[] bools = new boolean[] { true }; field in FormatFeatureUnwrapSingleTest.WrapWriteWithArrays
115 public Set<Boolean> bools = Collections.singleton(true); field in FormatFeatureUnwrapSingleTest.WrapWriteWithCollections
/external/llvm-project/clang/test/CodeGenObjC/
Dmisc-atomic-property.m19 } bools; typedef
/external/clang/test/CodeGenObjC/
Dmisc-atomic-property.m19 } bools; typedef
/external/catch2/projects/SelfTest/UsageTests/
DToStringVector.tests.cpp72 std::vector<bool> bools; variable
/external/strace/tests/
Ds390_pci_mmio_read_write.c87 bool bools[] = { true, false }; in main() local
/external/strace/tests-m32/
Ds390_pci_mmio_read_write.c87 bool bools[] = { true, false }; in main() local
/external/strace/tests-mx32/
Ds390_pci_mmio_read_write.c87 bool bools[] = { true, false }; in main() local
/external/selinux/libselinux/src/
Daudit2why.c64 static int check_booleans(struct boolean_t **bools) in check_booleans()
318 struct boolean_t *bools; in analyze() local
/external/mesa3d/src/util/tests/
Dxmlconfig.cpp49 TEST_F(xmlconfig_test, bools) in TEST_F() argument
/external/selinux/policycoreutils/sestatus/
Dsestatus.c196 char **bools; in main() local
/external/libchrome/base/android/
Djni_array.cc49 const bool* bools, in ToJavaBooleanArray()
Djni_array_unittest.cc194 std::vector<bool> bools; in TEST() local
/external/openscreen/cast/common/discovery/e2e_test/
Dtests.cc217 void WaitUntilSeen(bool should_be_seen, AtomicBoolPtrs... bools) { in WaitUntilSeen()
/external/selinux/python/sepolicy/sepolicy/
D__init__.py112 bools = None variable
/external/selinux/libsepol/src/
Dconditional.c61 static int bool_present(unsigned int target, unsigned int bools[], in bool_present()
/external/webrtc/pc/
Dstats_collector.cc724 const BoolForAdd bools[] = { in AddConnectionInfoReport() local
/external/llvm-project/mlir/test/CAPI/
Dir.c847 int bools[] = {0, 1}; in printBuiltinAttributes() local
/external/selinux/libsemanage/src/
Ddirect_api.c1228 dbase_config_t *bools = semanage_bool_dbase_local(sh); in semanage_direct_commit() local
/external/golang-protobuf/proto/test_proto/
Dtest.proto485 repeated bool bools = 1; field
/external/selinux/libsepol/cil/src/
Dcil_policy.c1007 static void cil_bools_to_policy(FILE *out, struct cil_list *bools) in cil_bools_to_policy()
/external/flatbuffers/tests/
Dtest.cpp2774 bool bools[] = {true, false, true, false}; in FlexBuffersTest() local

12