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 | 162 VISIBILITY_SYSTEM Ldalvik/annotation/EnclosingClass; value=Lcom/google/android/test/R; 166 Class descriptor : 'Lcom/google/android/test/R$attr;' 173 #0 : (in Lcom/google/android/test/R$attr;) 183 0009a8: |[0009a8] com.google.android.test.R$attr.<init>:()V 190 0x0000 - 0x0004 reg=0 this Lcom/google/android/test/R$attr; 193 source_file_idx : 44 (R.java) 210 VISIBILITY_SYSTEM Ldalvik/annotation/EnclosingClass; value=Lcom/google/android/test/R; 214 Class descriptor : 'Lcom/google/android/test/R$drawable;' 219 #0 : (in Lcom/google/android/test/R$drawable;) 226 #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 | 452 const char file_content[] = R"( in TEST() 470 const char file_content[] = R"( in TEST() 486 const char file_content[] = R"( in TEST() 501 const char file_content[] = R"( in TEST() 531 const char file_content[] = R"( in TEST() 558 const char file_content[] = R"( in TEST() 569 const char file_content[] = R"( in TEST() 581 const char file_content[] = R"( in TEST() 591 const char file_content[] = R"( in TEST()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 200 template <typename R, typename Arg1, typename Arg2, typename ... Args, R (*fn)(Arg1, Arg2, Args...)> 201 struct remove_extra_parameters_helper<R(Arg1, Arg2, Args...), fn> { 203 static R apply(Args... args) { in apply() 677 template <typename R, typename ... Args, R (*fn)(JNIEnv*, jclass, Args...)> 678 struct make_jni_test_decorator<R(JNIEnv*, jclass kls, Args...), fn> { 679 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() 692 template <typename R, typename ... Args, R (*fn)(JNIEnv*, jobject, Args...)> 693 struct make_jni_test_decorator<R(JNIEnv*, jobject, Args...), fn> { 694 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply()
|
/art/tools/ |
D | libcore_failures.txt | 258 description: "Fails on non-Android and Android versions < R",
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 989 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M); 990 uint8_t EmitVexPrefixByteOne(bool R,
|
D | assembler_x86.cc | 3998 uint8_t X86Assembler::EmitVexPrefixByteOne(bool R, in EmitVexPrefixByteOne() argument 4006 if (!R) { in EmitVexPrefixByteOne() 4026 uint8_t X86Assembler::EmitVexPrefixByteOne(bool R, in EmitVexPrefixByteOne() argument 4034 if (!R) { in EmitVexPrefixByteOne()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 1025 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M); 1026 uint8_t EmitVexPrefixByteOne(bool R,
|
D | assembler_x86_64.cc | 5467 uint8_t X86_64Assembler::EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M) { in EmitVexPrefixByteOne() argument 5472 if (!R) { in EmitVexPrefixByteOne() 5492 uint8_t X86_64Assembler::EmitVexPrefixByteOne(bool R, in EmitVexPrefixByteOne() argument 5500 if (!R) { in EmitVexPrefixByteOne()
|