/aosp_15_r20/libcore/ojluni/src/test/java/util/StringJoiner/ |
H A D | StringJoinerTest.java | 44 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 D | TestParameterAnnotationMethodProcessorTest.java | 61 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 D | TestParameterTest.java | 46 TWO, enumConstant 108 @TestParameter({"TWO", "THREE"}) TestEnum enumParameterB, in test()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 122-redefine-whitespace.c | 2 #define TWO ( 1+1 ) macro 9 #define TWO ( 1+1 ) macro 18 #define TWO (1 + 1) macro
|
H A D | 091-hash-line.c | 11 #define TWO 2 macro
|
/aosp_15_r20/external/TestParameterInjector/src/test/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParameterAnnotationMethodProcessorTest.java | 75 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 D | TestParameterTest.java | 47 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/ |
D | alternate_exprs_range_nonlit_lower_bound.rs | 1 const TWO: u8 = 2; constant
|
/aosp_15_r20/cts/tests/signature/tests/src/android/signature/cts/tests/data/ |
H A D | ComplexEnum.java | 28 TWO() { in TWO() method
|
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
H A D | unittest_multiple_nano.proto | 42 TWO = 2; enumerator 52 TWO = 2; enumerator
|
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/ |
H A D | SquareRootTests.java | 44 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/ |
D | ipv4_ecn.rs | 16 pub const TWO: Ipv4Ecn = Ipv4Ecn(2); constant
|
/aosp_15_r20/external/robolectric/integration_tests/testparameterinjector/src/test/java/org/robolectric/integrationtests/testparameterinjector/ |
H A D | RobolectricTestParameterInjectorTest.java | 136 TWO enumConstant 191 TWO; enumConstant
|
/aosp_15_r20/external/perfetto/src/protozero/test/ |
H A D | cppgen_conformance_unittest.cc | 209 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/ |
D | test_enum.py | 218 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 D | test_messages.proto | 140 TWO = 2; enumerator 158 TWO = 2; enumerator
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/ |
H A D | test.proto | 164 TWO = 2; enumerator 173 TWO = 2; enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/message/ |
D | test.proto | 182 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 D | FakeEnum.java | 20 TWO enumConstant
|
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/ |
H A D | enum.proto | 14 TWO = 2; enumerator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/test/ |
D | template_enum.cpp | 8 enum E{ONE, TWO, THREE}; enumerator
|
/aosp_15_r20/external/robolectric/sandbox/src/test/java/org/robolectric/testing/ |
H A D | AnEnum.java | 8 TWO, enumConstant
|
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/enums/ |
H A D | MyEnum.java | 21 TWO, enumConstant
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/ranging/aidl/android.hardware.bluetooth.ranging_interface/dump/android/hardware/bluetooth/ranging/ |
D | ModeType.aidl | 39 TWO = 0x02, enumConstant
|
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/ |
H A D | ModeType.aidl | 24 TWO = 0x02, enumConstant
|