Searched refs:internal (Results 1 – 19 of 19) sorted by relevance
20 public static int $noinline$foo(int internal, boolean check1, boolean check2) { in $noinline$foo() argument21 int result = internal; in $noinline$foo()28 result = (internal == 1) ? 1 : 0; in $noinline$foo()
3 This test is sensitive to the internal implementations of:14 Changes to the internal implementation of these classes might (or might not)
1 Tests internal GC functions which are not exposed through normal APIs.
1 Regression test for Optimizing's GraphChecker which used to verify the internal
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…
97 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",98 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
4 Note this test deliberately avoids any internal libart calls so it can be
6 classloaders. Changes to the internal operation or definition of
51 namespace internal {
43 using internal::ConfigEntry;44 using internal::ParseConfig;395 namespace internal { namespace
39 using internal::ConfigEntry;40 using internal::ParseConfig;
216 jobject internal = thread->CreateInternalStackTrace<false>(soa); in TEST_F() local217 ASSERT_TRUE(internal != nullptr); in TEST_F()218 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in TEST_F()
7 runtime that the marked methods/fields should be treated as internal APIs with
35 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:133] com.android.art.internal.ddm.publ…
37 // libadbconnection is internal and loaded with dlopen(), but it cannot use281 // ART gtests with dependencies on internal ART APEX libraries.
49 using FloatingPoint = ::testing::internal::FloatingPoint<double>; in UsuallyEquals()
650 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal,
1181 jobject internal = Thread::Current()->CreateInternalStackTrace<false>(soa); in JNI_TEST() local1182 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in JNI_TEST()