/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/473-remove-dead-block/src/ |
D | Main.java | 24 int s1=26294; in test() local
|
/art/test/020-string/src/ |
D | Main.java | 51 …String s1 = "\u0c6d\u0cb6\u0d00\u0000\u0080\u0080\u0080\u0000\u0002\u0002\u0002\u0000\u00e9\u00e9\… in basicTest() local 100 String s1 = new String(); in constructorTest() local
|
/art/test/580-checker-string-factory-intrinsics/src/ |
D | Main.java | 73 String s1 = "baz"; in testNewStringFromString() local
|
/art/runtime/base/ |
D | logging.h | 142 #define CHECK_STROP(s1, s2, sense) \ argument 150 #define CHECK_STREQ(s1, s2) CHECK_STROP(s1, s2, true) argument 151 #define CHECK_STRNE(s1, s2) CHECK_STROP(s1, s2, false) argument 189 #define DCHECK_STREQ(s1, s2) if (::art::kEnableDChecks) CHECK_STREQ(s1, s2) argument 190 #define DCHECK_STRNE(s1, s2) if (::art::kEnableDChecks) CHECK_STRNE(s1, s2) argument
|
/art/test/Statics/ |
D | Statics.java | 19 static final byte s1 = 5; field in Statics
|
/art/test/004-StackWalk/src/ |
D | Main.java | 27 String s1 = new String("1"); in shlemiel() 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/runtime/ |
D | intern_table_test.cc | 103 Handle<mirror::String> s1(hs.NewHandle(t.InternWeak(world.Get()))); in TEST_F() local
|
D | class_linker_test.cc | 915 ArtField* s1 = mirror::Class::FindStaticField(soa.Self(), statics, "s1", "B"); in TEST_F() local
|
D | jni_internal_test.cc | 1786 jstring s1 = env_->NewStringUTF("hello"); in TEST_F() local
|
/art/test/004-JniTest/src/ |
D | Main.java | 132 …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 | 208 extern "C" jshort JNICALL Java_Main_shortMethod(JNIEnv*, jclass, jshort s1, jshort s2, in Java_Main_shortMethod() 597 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/runtime/interpreter/mterp/mips/ |
D | header.S | 96 #define s1 $$17 macro
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips.S | 103 #define s1 $17 macro
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 55 int CompareIgnoringSpace(const char* s1, const char* s2) { in CompareIgnoringSpace()
|