/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/ |
H A D | BooleanArr.java | 20 private boolean[] bools; field in BooleanArr 24 public BooleanArr(boolean[] bools) { in BooleanArr() 36 public void setBools(boolean[] bools) { in setBools()
|
H A D | PrimitiveArrayTest.java | 35 private final boolean[] bools = new boolean[] {true, false}; field in PrimitiveArrayTest
|
/aosp_15_r20/external/flatbuffers/tests/more_defaults/ |
H A D | more_defaults_generated.rs | 79 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 D | test-linker-cond-map.c | 58 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 D | more_defaults_generated.swift | 69 …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 D | unittest_repeated_packables_nano.proto | 64 repeated bool bools = 13; field 89 repeated bool bools = 13 [ packed = true ]; field
|
/aosp_15_r20/art/test/407-arrays/src/ |
H A D | Main.java | 32 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 D | FormatFeatureUnwrapSingleTest.java | 40 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 D | audit2why.c | 64 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 D | interop.rs | 41 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 D | repeated.proto | 25 repeated bool bools = 7; field
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/bools/ |
D | bools.go | 7 package bools package
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | misc-atomic-property.m | 19 } bools; typedef
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestResources.java | 41 public SparseBooleanArray bools; field in TestResources
|
/aosp_15_r20/external/strace/tests/ |
H A D | s390_pci_mmio_read_write.c | 87 bool bools[] = { true, false }; in main() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | s390_pci_mmio_read_write.c | 87 bool bools[] = { true, false }; in main() local
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | s390_pci_mmio_read_write.c | 87 bool bools[] = { true, false }; in main() local
|
/aosp_15_r20/external/selinux/policycoreutils/sestatus/ |
H A D | sestatus.c | 198 char **bools; in main() local
|
/aosp_15_r20/external/cronet/third_party/jni_zero/java/src/org/chromium/example/jni_generator/ |
H A D | SampleForAnnotationProcessor.java | 36 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 D | AhatArrayInstance.java | 52 void initialize(final boolean[] bools) { in initialize()
|
/aosp_15_r20/external/mesa3d/src/util/tests/ |
H A D | xmlconfig.cpp | 67 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 D | mod.rs | 25 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 D | mod.rs | 25 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 D | mod.rs | 25 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 D | mod.rs | 25 pub(crate) bools: HashMap<String, bool>, field
|