Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
H A DBooleanArr.java20 private boolean[] bools; field in BooleanArr
24 public BooleanArr(boolean[] bools) { in BooleanArr()
36 public void setBools(boolean[] bools) { in setBools()
H A DPrimitiveArrayTest.java35 private final boolean[] bools = new boolean[] {true, false}; field in PrimitiveArrayTest
/aosp_15_r20/external/flatbuffers/tests/more_defaults/
H A Dmore_defaults_generated.rs79 let bools = { in unpack() localVariable
114 pub fn bools(&self) -> &'a [bool] { in bools() method
142 pub bools: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, bool>>>, field
222 pub bools: Vec<bool>, field
261 let bools = Some({ in pack() localVariable
/aosp_15_r20/external/selinux/libsepol/tests/
H A Dtest-linker-cond-map.c58 static void test_cond_expr_mapping(policydb_t * p, avrule_decl_t * d, test_cond_expr_t * bools, int… in test_cond_expr_mapping()
92 test_cond_expr_t bools[2]; in base_cond_tests() local
123 test_cond_expr_t bools[3]; in module_cond_tests() local
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmore_defaults_generated.swift69 …public func bools(at index: Int32) -> Bool { let o = _accessor.offset(VTOFFSET.bools.v); return o … in bools() function
70 public var bools: [Bool] { return _accessor.getVector(at: VTOFFSET.bools.v) ?? [] } variable
188 public var bools: [Bool] variable
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A Dunittest_repeated_packables_nano.proto64 repeated bool bools = 13; field
89 repeated bool bools = 13 [ packed = true ]; field
/aosp_15_r20/art/test/407-arrays/src/
H A DMain.java32 static void $opt$testReads(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, in $opt$testReads()
63 static void $opt$testWrites(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, in $opt$testWrites()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A DFormatFeatureUnwrapSingleTest.java40 public boolean[] bools = new boolean[] { true }; field in FormatFeatureUnwrapSingleTest.WrapWriteWithArrays
115 public Set<Boolean> bools = Collections.singleton(true); field in FormatFeatureUnwrapSingleTest.WrapWriteWithCollections
/aosp_15_r20/external/selinux/libselinux/src/
H A Daudit2why.c64 static int check_booleans(struct boolean_t **bools) in check_booleans()
329 struct boolean_t *bools; in analyze() local
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
H A Dinterop.rs41 let bools = m.idx("bools").as_vector(); in read_golden_flexbuffer() localVariable
/aosp_15_r20/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
H A Drepeated.proto25 repeated bool bools = 7; field
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/bools/
Dbools.go7 package bools package
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dmisc-atomic-property.m19 } bools; typedef
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestResources.java41 public SparseBooleanArray bools; field in TestResources
/aosp_15_r20/external/strace/tests/
H A Ds390_pci_mmio_read_write.c87 bool bools[] = { true, false }; in main() local
/aosp_15_r20/external/strace/tests-mx32/
H A Ds390_pci_mmio_read_write.c87 bool bools[] = { true, false }; in main() local
/aosp_15_r20/external/strace/tests-m32/
H A Ds390_pci_mmio_read_write.c87 bool bools[] = { true, false }; in main() local
/aosp_15_r20/external/selinux/policycoreutils/sestatus/
H A Dsestatus.c198 char **bools; in main() local
/aosp_15_r20/external/cronet/third_party/jni_zero/java/src/org/chromium/example/jni_generator/
H A DSampleForAnnotationProcessor.java36 double[] doubles, float zfloat, float[] floats, boolean zbool, boolean[] bools); in testAllPrimitives()
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatArrayInstance.java52 void initialize(final boolean[] bools) { in initialize()
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dxmlconfig.cpp67 TEST_F(xmlconfig_test, bools) in TEST_F() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/term/terminfo/
H A Dmod.rs25 pub(crate) bools: HashMap<String, bool>, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/term/terminfo/
H A Dmod.rs25 pub(crate) bools: HashMap<String, bool>, field
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/term/terminfo/
H A Dmod.rs25 pub(crate) bools: HashMap<String, bool>, field
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/term/terminfo/
H A Dmod.rs25 pub(crate) bools: HashMap<String, bool>, field

123