| /art/runtime/arch/ |
| D | memcmp16.cc | 23 int32_t memcmp16_generic_static(const uint16_t* s0, const uint16_t* s1, size_t count) { in memcmp16_generic_static() 36 int32_t MemCmp16Testing(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16Testing()
|
| D | memcmp16.h | 41 static inline int32_t MemCmp16(const uint16_t* s0, const uint16_t* s1, size_t count) { in MemCmp16()
|
| D | memcmp16_test.cc | 37 int32_t memcmp16_compare(const uint16_t* s0, const uint16_t* s1, size_t count) { in memcmp16_compare() 55 uint16_t *s1, *s2; // Use raw pointers to simplify using clobbered addresses in CheckSeparate() local
|
| /art/test/020-string/src/ |
| D | Main.java | 50 …String s1 = "\u0c6d\u0cb6\u0d00\u0000\u0080\u0080\u0080\u0000\u0002\u0002\u0002\u0000\u00e9\u00e9\… in basicTest() local 99 String s1 = new String(); in constructorTest() local
|
| /art/test/473-remove-dead-block/src/ |
| D | Main.java | 24 int s1=26294; in test() local
|
| /art/runtime/base/ |
| D | logging.h | 137 #define CHECK_STROP(s1, s2, sense) \ argument 145 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) argument 146 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false) argument 184 #define DCHECK_STREQ(s1, s2) if (::art::kEnableDChecks) CHECK_STREQ(s1, s2) argument 185 #define DCHECK_STRNE(s1, s2) if (::art::kEnableDChecks) CHECK_STRNE(s1, s2) argument
|
| /art/compiler/dex/ |
| D | mir_graph_test.cc | 39 #define DEF_SUCC1(s1) \ argument 41 #define DEF_SUCC2(s1, s2) \ argument 43 #define DEF_SUCC3(s1, s2, s3) \ argument 45 #define DEF_SUCC4(s1, s2, s3, s4) \ argument
|
| D | mir_optimization_test.cc | 63 #define DEF_SUCC1(s1) \ argument 65 #define DEF_SUCC2(s1, s2) \ argument 67 #define DEF_SUCC3(s1, s2, s3) \ argument 69 #define DEF_SUCC4(s1, s2, s3, s4) \ argument
|
| D | global_value_numbering_test.cc | 73 #define DEF_SUCC1(s1) \ argument 75 #define DEF_SUCC2(s1, s2) \ argument 77 #define DEF_SUCC3(s1, s2, s3) \ argument 79 #define DEF_SUCC4(s1, s2, s3, s4) \ argument
|
| D | type_inference_test.cc | 76 #define DEF_SUCC1(s1) \ argument 78 #define DEF_SUCC2(s1, s2) \ argument 80 #define DEF_SUCC3(s1, s2, s3) \ argument 82 #define DEF_SUCC4(s1, s2, s3, s4) \ argument
|
| D | gvn_dead_code_elimination_test.cc | 73 #define DEF_SUCC1(s1) \ argument 75 #define DEF_SUCC2(s1, s2) \ argument 77 #define DEF_SUCC3(s1, s2, s3) \ argument 79 #define DEF_SUCC4(s1, s2, s3, s4) \ argument
|
| /art/test/Statics/ |
| D | Statics.java | 19 static final byte s1 = 5; field in Statics
|
| /art/test/004-StackWalk/src/ |
| D | Main.java | 22 String s1 = new String("1"); in shlemiel() local
|
| /art/runtime/ |
| D | intern_table_test.cc | 108 Handle<mirror::String> s1(hs.NewHandle(t.InternWeak(world.Get()))); in TEST_F() local
|
| D | class_linker_test.cc | 897 ArtField* s1 = mirror::Class::FindStaticField(soa.Self(), statics, "s1", "B"); in TEST_F() local
|
| D | jni_internal_test.cc | 1719 jstring s1 = env_->NewStringUTF("hello"); in TEST_F() local
|
| /art/test/115-native-bridge/src/ |
| D | NativeBridgeMain.java | 109 …native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short … in shortMethod()
|
| /art/test/004-JniTest/src/ |
| D | Main.java | 124 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6… in shortMethod()
|
| /art/test/004-JniTest/ |
| D | jni_test.cc | 200 extern "C" jshort JNICALL Java_Main_shortMethod(JNIEnv*, jclass, jshort s1, jshort s2, in Java_Main_shortMethod() 589 jstring s1 = reinterpret_cast<jstring>(env->AllocObject(c)); in Java_Main_testNewStringObject() local
|
| /art/test/115-native-bridge/ |
| D | nativebridge.cc | 153 static jshort trampoline_Java_Main_shortMethod(JNIEnv* env, jclass klass, jshort s1, jshort s2, in trampoline_Java_Main_shortMethod()
|
| /art/runtime/mirror/ |
| D | object_test.cc | 101 size_t s1 = a1->SizeOf(); in TEST_F() local
|
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 53 int CompareIgnoringSpace(const char* s1, const char* s2) { in CompareIgnoringSpace()
|