Searched refs:internal (Results 1 – 16 of 16) 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/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 | 89 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest", 90 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
|
/art/test/1958-transform-try-jit/ |
D | info.txt | 4 Note this test deliberately avoids any internal libart calls so it can be
|
/art/test/944-transform-classloaders/ |
D | info.txt | 6 classloaders. Changes to the internal operation or definition of
|
/art/compiler/ |
D | exception_test.cc | 216 jobject internal = thread->CreateInternalStackTrace<false>(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/build/apex/ |
D | Android.bp | 31 // libadbconnection is internal and loaded with dlopen(), but it cannot use 53 // ... and their internal dependencies
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 50 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 | 623 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal,
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 1181 jobject internal = Thread::Current()->CreateInternalStackTrace<false>(soa); in JNI_TEST() local 1182 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in JNI_TEST()
|