Searched refs:internal (Results 1 – 21 of 21) sorted by relevance
/art/test/698-selects/src/ |
D | Main.java | 20 public static int $noinline$foo(int internal, boolean check1, boolean check2) { in $noinline$foo() argument 21 int result = internal; in $noinline$foo() 28 result = (internal == 1) ? 1 : 0; in $noinline$foo()
|
/art/test/989-method-trace-throw/ |
D | info.txt | 3 This test is sensitive to the internal implementations of: 14 Changes to the internal implementation of these classes might (or might not)
|
/art/test/988-method-trace/ |
D | info.txt | 3 This test is sensitive to the internal implementations of: 14 Changes to the internal implementation of these classes might (or might not)
|
/art/test/1337-gc-coverage/ |
D | info.txt | 1 Tests internal GC functions which are not exposed through normal APIs.
|
/art/test/592-checker-regression-bool-input/ |
D | info.txt | 1 Regression test for Optimizing's GraphChecker which used to verify the internal
|
/art/test/1958-transform-try-jit/ |
D | info.txt | 4 Note this test deliberately avoids any internal libart calls so it can be
|
/art/tools/ |
D | libcore_gcstress_failures.txt | 23 …"org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testGetOutputS… 24 …"org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testProxyAutho…
|
D | libcore_failures.txt | 97 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest", 98 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
|
/art/test/944-transform-classloaders/ |
D | info.txt | 6 classloaders. Changes to the internal operation or definition of
|
/art/libnativeloader/ |
D | public_libraries.h | 54 namespace internal {
|
D | public_libraries.cpp | 44 using internal::ConfigEntry; 45 using internal::ParseConfig; 46 using internal::ParseJniConfig; 433 namespace internal { namespace
|
D | native_loader_test.cpp | 41 using internal::ConfigEntry; 42 using internal::ParseConfig; 43 using internal::ParseJniConfig;
|
/art/compiler/ |
D | exception_test.cc | 216 jobject internal = thread->CreateInternalStackTrace(soa); in TEST_F() local 217 ASSERT_TRUE(internal != nullptr); in TEST_F() 218 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in TEST_F()
|
/art/tools/hiddenapi/ |
D | README.md | 7 runtime that the marked methods/fields should be treated as internal APIs with
|
/art/tools/jvmti-agents/list-extensions/ |
D | README.md | 35 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:133] com.android.art.internal.ddm.publ…
|
/art/build/sdk/ |
D | Android.bp | 95 // The following three libraries are internal implementation libraries
|
/art/build/apex/ |
D | Android.bp | 38 // libadbconnection is internal and loaded with dlopen(), but it cannot use 269 // ART gtests with dependencies on internal ART APEX libraries.
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 49 using FloatingPoint = ::testing::internal::FloatingPoint<double>; in UsuallyEquals()
|
/art/runtime/ |
D | thread.cc | 2912 jobject internal, in InternalStackTraceToStackTraceElementArray() argument 2917 int32_t depth = soa.Decode<mirror::Array>(internal)->GetLength() - 1; in InternalStackTraceToStackTraceElementArray() 2947 soa.Decode<mirror::Object>(internal)->AsObjectArray<mirror::Object>(); in InternalStackTraceToStackTraceElementArray()
|
D | thread.h | 645 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal,
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 1187 jobject internal = Thread::Current()->CreateInternalStackTrace(soa); in JNI_TEST() local 1188 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in JNI_TEST()
|