/aosp_15_r20/external/guice/core/test/com/googlecode/guice/bundle/ |
H A D | OSGiTestActivator.java | 63 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.AA 88 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.AB 113 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.AC 138 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.AD 163 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.BA 188 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.BB 213 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.BC 238 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.BD 263 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.CA 288 protected void setB(Undefined undefined) {} in setB() method in OSGiTestActivator.CB [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/data/repository/ |
H A D | QSPreferencesRepositoryTest.kt | 81 val setB = setOf("tileA", "tileB") in setLargeTilesSpecs_inSharedPreferences() constant 98 val setB = setOf("tileA", "tileB") in setLargeTilesSpecs_forDifferentUser() constant
|
/aosp_15_r20/dalvik/dx/junit-tests/com/android/dx/util/ |
H A D | ListIntSetTest.java | 111 ListIntSet setB = new ListIntSet(); in test_mergeA() local 138 ListIntSet setB = new ListIntSet(); in test_mergeB() local 165 BitIntSet setB = new BitIntSet(129); in test_mergeWithBitIntSet() local
|
H A D | BitIntSetTest.java | 123 BitIntSet setB = new BitIntSet(32); in test_merge() local 149 ListIntSet setB = new ListIntSet(); in test_mergeWithListIntSet() local 175 BitIntSet setB = new BitIntSet(32); in test_mergeAndExpand() local
|
/aosp_15_r20/external/guice/core/test/com/googlecode/guice/ |
H A D | Jsr330Test.java | 513 abstract void setB(B b); in setB() method in AbstractM 519 void setB(B b) {} in setB() method in M 524 <T> void setB(B b) {} in setB() method in N 529 B setB(B b) { in setB() method in P
|
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/extension/serializable/processor/ |
H A D | SerializableAutoValueExtensionTest.java | 65 abstract DummySerializableAutoValue.Builder setB(int value); in setB() method in SerializableAutoValueExtensionTest.DummySerializableAutoValue.Builder 356 abstract ImmutableMapSerializableAutoValue.Builder setB( in setB() method in SerializableAutoValueExtensionTest.ImmutableMapSerializableAutoValue.Builder 404 abstract MultiplePropertiesSameType.Builder setB(String value); in setB() method in SerializableAutoValueExtensionTest.MultiplePropertiesSameType.Builder
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
H A D | TestUnknownPropertyDeserialization.java | 35 public void setB(int b) { _b = b; } in setB() method in TestUnknownPropertyDeserialization.TestBean 87 @JsonIgnore public void setB(int b) { } in setB() method in TestUnknownPropertyDeserialization.ImplicitIgnores
|
/aosp_15_r20/external/moshi/kotlin/tests/src/test/kotlin/com/squareup/moshi/kotlin/ |
H A D | DualKotlinTest.kt | 681 fun setB(b: Int) { in getB() method in TransientProperty 742 fun setB(b: Int) { in getB() method in IgnoredProperty
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | TableAT.java | 13 public void setB(MyGame.OtherNameSpace.TableBT b) { this.b = b; } in setB() method in TableAT
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue127/ |
H A D | Bean.java | 33 public void setB(String b) { in setB() method in Bean
|
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
H A D | StructInNestedNST.java | 20 public void setB(int b) { this.b = b; } in setB() method in StructInNestedNST
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | TestT.java | 20 public void setB(byte b) { this.b = b; } in setB() method in TestT
|
H A D | StructOfStructsT.java | 21 public void setB(MyGame.Example.TestT b) { this.b = b; } in setB() method in StructOfStructsT
|
H A D | NestedStructT.java | 22 public void setB(byte b) { this.b = b; } in setB() method in NestedStructT
|
H A D | ArrayStructT.java | 24 public void setB(int[] b) { if (b != null && b.length == 15) this.b = b; } in setB() method in ArrayStructT
|
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/ |
H A D | UnorderedCollectionComparator.java | 58 Set<B> setB = new HashSet<>(colB); in equalUnorderedCollections() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/merge/ |
H A D | UpdateValueTest.java | 34 void setB(String b) { in setB() method in UpdateValueTest.Bean
|
H A D | MapPolymorphicMerge2336Test.java | 58 public void setB(Integer b) { in setB() method in MapPolymorphicMerge2336Test.SomeClassA
|
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
H A D | Color.java | 42 public void setB(float b) { mB = b; } in setB() method in Color
|
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/ |
H A D | ConfiguratorTest.java | 65 public void setB(B a) { in setB() method in ConfiguratorTest.C
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/views/ |
H A D | TestViewDeserialization.java | 28 public void setB(int value) { b = value; } in setB() method in TestViewDeserialization.Bean
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/ |
H A D | EmptyBinaryTest.java | 77 public void setB(SdkBytes b) { in setB() method in EmptyBinaryTest.TestBean
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/ |
H A D | YamlMapTest.java | 92 public void setB(Custom bb) { in setB() method in YamlMapTest.Wrapper
|
/aosp_15_r20/art/libartservice/service/javatests/com/android/server/art/testing/ |
H A D | TestingUtilsTest.java | 183 public void setB(int b) { in setB() method in Bar
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-extras-java-source/gen/android/aidl/tests/immutable/ |
D | Foo.java | 26 public Builder setB(android.aidl.tests.immutable.Bar b) { in setB() method in Foo.Builder
|