Searched refs:onetwo (Results 1 – 3 of 3) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 122 String onetwo = "Ltest/onetwo;"; in testGetCommonSuperclass() local 134 superclassTest(onetwo, onetwo, onetwo); in testGetCommonSuperclass() 144 onetwo, in testGetCommonSuperclass() 145 …oldClassPath.getClass(onetwo).getCommonSuperclass(new ClassProto(oldClassPath, onetwo)).getType()); in testGetCommonSuperclass() 148 onetwo, in testGetCommonSuperclass() 149 …newClassPath.getClass(onetwo).getCommonSuperclass(new ClassProto(newClassPath, onetwo)).getType()); in testGetCommonSuperclass() 155 superclassTest(object, object, onetwo); in testGetCommonSuperclass() 164 superclassTest(one, onetwo, onethree); in testGetCommonSuperclass()
|
/external/flatbuffers/tests/ |
D | test.cpp | 2442 const auto onetwo = builder.CreateSharedString("onetwo"); in CreateSharedStringTest() local 2443 TEST_EQ(onetwo.o != one1.o, true); in CreateSharedStringTest() 2444 TEST_EQ(onetwo.o != two.o, true); in CreateSharedStringTest() 2456 …const flatbuffers::Offset<flatbuffers::String> array[7] = { one1, two, one2, onetwo, null_b1, null… in CreateSharedStringTest()
|
/external/mksh/src/ |
D | check.t | 4981 var=onetwo threefour 4982 <onetwo threefour> .
|