Home
last modified time | relevance | path

Searched defs:setB (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/external/guice/core/test/com/googlecode/guice/bundle/
H A DOSGiTestActivator.java63 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 DQSPreferencesRepositoryTest.kt81 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 DListIntSetTest.java111 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 DBitIntSetTest.java123 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 DJsr330Test.java513 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 DSerializableAutoValueExtensionTest.java65 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 DTestUnknownPropertyDeserialization.java35 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 DDualKotlinTest.kt681 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 DTableAT.java13 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 DBean.java33 public void setB(String b) { in setB() method in Bean
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNST.java20 public void setB(int b) { this.b = b; } in setB() method in StructInNestedNST
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTestT.java20 public void setB(byte b) { this.b = b; } in setB() method in TestT
H A DStructOfStructsT.java21 public void setB(MyGame.Example.TestT b) { this.b = b; } in setB() method in StructOfStructsT
H A DNestedStructT.java22 public void setB(byte b) { this.b = b; } in setB() method in NestedStructT
H A DArrayStructT.java24 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 DUnorderedCollectionComparator.java58 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 DUpdateValueTest.java34 void setB(String b) { in setB() method in UpdateValueTest.Bean
H A DMapPolymorphicMerge2336Test.java58 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 DColor.java42 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 DConfiguratorTest.java65 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 DTestViewDeserialization.java28 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 DEmptyBinaryTest.java77 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 DYamlMapTest.java92 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 DTestingUtilsTest.java183 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/
DFoo.java26 public Builder setB(android.aidl.tests.immutable.Bar b) { in setB() method in Foo.Builder

1234