Home
last modified time | relevance | path

Searched defs:booleans (Results 1 – 25 of 193) sorted by relevance

12345678

/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoAnnotationTest.java197 boolean[] booleans(); in booleans() method
229 boolean[] booleans, in newEverything()
282 ImmutableCollection<Boolean> booleans, in newEverythingCollections()
679 boolean[] booleans() default {true, false}; in booleans() method
H A DAutoAnnotationDefaultsTest.java75 boolean[] booleans() default {false, true}; in booleans() method
H A DAutoValueJava8Test.java344 abstract boolean[] booleans(); in booleans() method in AutoValueJava8Test.PrimitiveArrays
349 static PrimitiveArrays create(boolean[] booleans, int[] ints) { in create()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dbooleans_activedb.c23 semanage_bool_t *** booleans, unsigned int *count) in bool_read_list()
91 semanage_bool_t ** booleans, unsigned int count) in bool_commit_list()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dflag_value.rs96 pub booleans: Vec<bool>, field
125 let booleans = in from_bytes() localVariable
H A Dtest_utils.rs157 let booleans: Vec<bool> = vec![false, true, true, false, true, true, true, true]; in create_test_flag_value_list() localVariable
/aosp_15_r20/art/test/956-methodhandles/src/
H A DMain.java1250 public VariableArityTester(boolean... booleans) { update(booleans); } in VariableArityTester()
1268 public String update(boolean... booleans) { return lastResult = tally(booleans); } in update()
1297 public static String tally(boolean... booleans) { return Arrays.toString(booleans); } in tally()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandlesTest.java1331 public VariableArityTester(boolean... booleans) { update(booleans); } in VariableArityTester()
1349 public String update(boolean... booleans) { return lastResult = tally(booleans); } in update()
1378 public static String tally(boolean... booleans) { return Arrays.toString(booleans); } in tally()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DArrayTest.java23 private static boolean[] booleans; field in ArrayTest
/aosp_15_r20/art/test/003-omnibus-opcodes/src/
H A DArray.java53 static void checkBooleans(boolean[] booleans) { in checkBooleans()
/aosp_15_r20/packages/modules/AppSearch/testing/safeparceltests/src/android/app/appsearch/safeparcel/
DSafeParcelableSparseArrayTest.java133 SparseBooleanArray booleans = createSparseBooleanArray(new boolean[] {false, true, true}); in testReadWriteSafeParcelableWithSparseArray() local
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/
Dparse.rs1129 fn booleans() { in booleans() function
/aosp_15_r20/external/python/cpython2/Doc/reference/
Dexpressions.rst1306 .. _booleans: target
/aosp_15_r20/external/python/cpython3/Doc/reference/
Dexpressions.rst1687 .. _booleans: target
/aosp_15_r20/external/perfmark/agent/src/main/java/io/perfmark/agent/
H A DMethodVisitorRecorder.java58 private boolean[] booleans = new boolean[0]; field in MethodVisitorRecorder
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/
H A DJsonWriterTest.java329 public void booleans() throws IOException { in booleans() method in JsonWriterTest
H A DJsonReaderTest.java420 public void booleans() throws IOException { in booleans() method in JsonReaderTest
/aosp_15_r20/external/selinux/python/sepolicy/
H A Dsepolicy.py444 def booleans(args): function
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DCopyArrayBenchmark.java289 @Benchmark int booleans(int reps) { in booleans() method in CopyArrayBenchmark
/aosp_15_r20/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java1175 private String[] booleans = {"checked", "compact", "declare", "defer", field in XMLWriter
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/
H A D__init__.py125 booleans = None variable
/aosp_15_r20/external/libchrome/base/android/
H A Djni_array_unittest.cc51 const ScopedJavaLocalRef<jbooleanArray>& booleans) { in CheckBoolConversion()
/aosp_15_r20/external/cronet/base/android/
H A Djni_array_unittest.cc84 const ScopedJavaLocalRef<jbooleanArray>& booleans) { in CheckBoolConversion()
/aosp_15_r20/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java283 private boolean[] booleans; field in ArrayAccessReplaceTest.Simple
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DAppleScript_Suite.py783 class booleans(aetools.ComponentItem): class

12345678