Searched refs:R (Results 1 – 10 of 10) sorted by relevance
/art/test/dexdump/ |
D | bytecodes.lst | 3 0x000009b8 8 com.google.android.test.R$attr <init> ()V R.java 11 4 0x000009d0 8 com.google.android.test.R$drawable <init> ()V R.java 13 5 0x000009e8 8 com.google.android.test.R <init> ()V R.java 10
|
D | bytecodes.txt | 159 VISIBILITY_SYSTEM Ldalvik/annotation/EnclosingClass; value=Lcom/google/android/test/R; 163 Class descriptor : 'Lcom/google/android/test/R$attr;' 170 #0 : (in Lcom/google/android/test/R$attr;) 179 0009a8: |[0009a8] com.google.android.test.R$attr.<init>:()V 186 0x0000 - 0x0004 reg=0 this Lcom/google/android/test/R$attr; 189 source_file_idx : 44 (R.java) 206 VISIBILITY_SYSTEM Ldalvik/annotation/EnclosingClass; value=Lcom/google/android/test/R; 210 Class descriptor : 'Lcom/google/android/test/R$drawable;' 215 #0 : (in Lcom/google/android/test/R$drawable;) 222 #0 : (in Lcom/google/android/test/R$drawable;) [all …]
|
/art/runtime/ |
D | reference_table_test.cc | 233 R"(test reference table dump:\n)" in TEST_F() 234 R"( Last 3 entries \(of 3\):\n)" // NOLINT in TEST_F() 235 …R"( 2: 0x[0-9a-f]* java.lang.ref.WeakReference \(referent is a java.lang.String\)\n)" // N… in TEST_F() 236 R"( Allocated at:\n)" in TEST_F() 237 R"( \(No managed frames\)\n)" // NOLINT in TEST_F() 238 R"( Referent allocated at:\n)" in TEST_F() 239 R"( java.lang.String java.lang.String.fastSubstring\(int, int\):-2\n)" // NOLINT in TEST_F() 240 R"( java.lang.String java.lang.String.substring\(int, int\):[0-9]*\n)" // NOLINT in TEST_F() 241 R"( 1: 0x[0-9a-f]* java.lang.String "With"\n)" in TEST_F() 242 R"( Allocated at:\n)" in TEST_F() [all …]
|
/art/libnativeloader/ |
D | native_loader_test.cpp | 609 const char file_content[] = R"( in TEST() 627 const char file_content[] = R"( in TEST() 643 const char file_content[] = R"( in TEST() 658 const char file_content[] = R"( in TEST() 688 const char file_content[] = R"( in TEST()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 211 template <typename R, typename Arg1, typename Arg2, typename ... Args, R (*fn)(Arg1, Arg2, Args...)> 212 struct remove_extra_parameters_helper<R(Arg1, Arg2, Args...), fn> { 214 static R apply(Args... args) { in apply() 589 template <typename R, typename ... Args, R (*fn)(JNIEnv*, jclass, Args...)> 590 struct make_jni_test_decorator<R(JNIEnv*, jclass kls, Args...), fn> { 591 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() 604 template <typename R, typename ... Args, R (*fn)(JNIEnv*, jobject, Args...)> 605 struct make_jni_test_decorator<R(JNIEnv*, jobject, Args...), fn> { 606 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply()
|
/art/tools/ |
D | libcore_failures.txt | 272 description: "Fails on non-Android and Android versions < R",
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 910 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M); 911 uint8_t EmitVexPrefixByteOne(bool R,
|
D | assembler_x86.cc | 3929 uint8_t X86Assembler::EmitVexPrefixByteOne(bool R, in EmitVexPrefixByteOne() argument 3937 if (!R) { in EmitVexPrefixByteOne() 3957 uint8_t X86Assembler::EmitVexPrefixByteOne(bool R, in EmitVexPrefixByteOne() argument 3965 if (!R) { in EmitVexPrefixByteOne()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 1024 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M); 1025 uint8_t EmitVexPrefixByteOne(bool R,
|
D | assembler_x86_64.cc | 5458 uint8_t X86_64Assembler::EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M) { in EmitVexPrefixByteOne() argument 5463 if (!R) { in EmitVexPrefixByteOne() 5483 uint8_t X86_64Assembler::EmitVexPrefixByteOne(bool R, in EmitVexPrefixByteOne() argument 5491 if (!R) { in EmitVexPrefixByteOne()
|