Home
last modified time | relevance | path

Searched defs:TWO (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/aosp_15_r20/libcore/ojluni/src/test/java/util/StringJoiner/
H A DStringJoinerTest.java44 private static final String TWO = "Two"; field in StringJoinerTest
106 assertEquals(sj.toString(), ONE + "," + TWO); in addCharSequence() local
112 assertEquals(sj.toString(), "{" + ONE + DASH + TWO + "}"); in addCharSequence() local
124 TWO + " }"); in addCharSequence() local
135 assertEquals(sj.toString(), ONE + "," + TWO); in addCharSequenceWithEmptyValue() local
140 assertEquals(sj.toString(), "{" + ONE + DASH + TWO + "}"); in addCharSequenceWithEmptyValue() local
153 assertEquals(sj.toString(), "{" + ONE + DASH + TWO + "}"); in addCharSequenceWithEmptyValue() local
166 assertEquals(sj.toString(), "{" + ONE + DASH + TWO + "}"); in addString() local
241 assertEquals(sj.toString(), ONE + "," + TWO); in stringFromtoString() local
246 assertEquals(sj.toString(), "{--" + ONE + "," + TWO + "--}"); in stringFromtoString() local
[all …]
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/
H A DTestParameterAnnotationMethodProcessorTest.java61 TWO, enumConstant
151 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum enumParameter) { in test()
170 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) Object enumParameter) { in test()
189 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum enumParameter, in test()
469 public void testInChild(@TestParameter({"TWO", "THREE"}) TestEnum enumInChild) { in testInChild()
533 @EnumEvaluatorParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum value) { in test()
572 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum enumParameter) { in ConstructorClass()
H A DTestParameterTest.java46 TWO, enumConstant
108 @TestParameter({"TWO", "THREE"}) TestEnum enumParameterB, in test()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D122-redefine-whitespace.c2 #define TWO ( 1+1 ) macro
9 #define TWO ( 1+1 ) macro
18 #define TWO (1 + 1) macro
H A D091-hash-line.c11 #define TWO 2 macro
/aosp_15_r20/external/TestParameterInjector/src/test/java/com/google/testing/junit/testparameterinjector/
H A DTestParameterAnnotationMethodProcessorTest.java75 TWO, enumConstant
168 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum enumParameter) { in test()
190 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) Object enumParameter) { in test()
212 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum enumParameter, in test()
544 public void testInChild(@TestParameter({"TWO", "THREE"}) TestEnum enumInChild) { in testInChild()
635 @EnumEvaluatorParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum value) { in test()
738 @EnumParameter({TestEnum.ONE, TestEnum.TWO, TestEnum.THREE}) TestEnum enumParameter) { in ConstructorClass()
H A DTestParameterTest.java47 TWO, enumConstant
114 @TestParameter({"TWO", "THREE"}) TestEnum enumParameterB, in test()
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/try_build/compile_fail/features/complex-expressions/
Dalternate_exprs_range_nonlit_lower_bound.rs1 const TWO: u8 = 2; constant
/aosp_15_r20/cts/tests/signature/tests/src/android/signature/cts/tests/data/
H A DComplexEnum.java28 TWO() { in TWO() method
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A Dunittest_multiple_nano.proto42 TWO = 2; enumerator
52 TWO = 2; enumerator
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DSquareRootTests.java44 private static BigDecimal TWO = new BigDecimal(2); field in SquareRootTests
182 BigDecimal TWO = new BigDecimal(2); in squareRootTwoTests() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dipv4_ecn.rs16 pub const TWO: Ipv4Ecn = Ipv4Ecn(2); constant
/aosp_15_r20/external/robolectric/integration_tests/testparameterinjector/src/test/java/org/robolectric/integrationtests/testparameterinjector/
H A DRobolectricTestParameterInjectorTest.java136 TWO enumConstant
191 TWO; enumConstant
/aosp_15_r20/external/perfetto/src/protozero/test/
H A Dcppgen_conformance_unittest.cc209 const auto TWO = pbtest::TestVersioning_V1::TWO; in TEST() local
240 const auto TWO = pbtest::TestVersioning_V2::TWO; in TEST() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py218 TWO = 2 variable in NoName
1367 TWO = 2 variable in TestSpecial.test_pickle_by_name.ReplaceGlobalInt
2712 TWO = 2 variable in TestSpecial.test_custom_flag_bitwise.MyIntFlag
2720 TWO = 2 variable in TestSpecial.test_int_flags_copy.MyIntFlag
2975 TWO = 2 variable in OldTestFlag.test_boundary.Iron
2981 TWO = 2 variable in OldTestFlag.test_boundary.Water
2987 TWO = 2 variable in OldTestFlag.test_boundary.Space
3218 TWO = auto() variable in OldTestFlag.test_number_reset_and_order_cleanup.Confused
3569 TWO = 2 variable in OldTestIntFlag.test_boundary.Iron
3575 TWO = 2 variable in OldTestIntFlag.test_boundary.Water
[all …]
/aosp_15_r20/external/perfetto/src/protozero/test/example_proto/
H A Dtest_messages.proto140 TWO = 2; enumerator
158 TWO = 2; enumerator
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Dtest.proto164 TWO = 2; enumerator
173 TWO = 2; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/message/
Dtest.proto182 TWO = 2; enumerator
191 TWO = 2; enumerator
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/models/
H A DFakeEnum.java20 TWO enumConstant
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/
H A Denum.proto14 TWO = 2; enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/test/
Dtemplate_enum.cpp8 enum E{ONE, TWO, THREE}; enumerator
/aosp_15_r20/external/robolectric/sandbox/src/test/java/org/robolectric/testing/
H A DAnEnum.java8 TWO, enumConstant
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/enums/
H A DMyEnum.java21 TWO, enumConstant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/ranging/aidl/android.hardware.bluetooth.ranging_interface/dump/android/hardware/bluetooth/ranging/
DModeType.aidl39 TWO = 0x02, enumConstant
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/
H A DModeType.aidl24 TWO = 0x02, enumConstant

12345678910>>...22