Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 21 of 21) sorted by relevance

/art/test/698-selects/src/
DMain.java20 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/
Dinfo.txt3 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/
Dinfo.txt3 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/
Dinfo.txt1 Tests internal GC functions which are not exposed through normal APIs.
/art/test/592-checker-regression-bool-input/
Dinfo.txt1 Regression test for Optimizing's GraphChecker which used to verify the internal
/art/test/1958-transform-try-jit/
Dinfo.txt4 Note this test deliberately avoids any internal libart calls so it can be
/art/tools/
Dlibcore_gcstress_failures.txt23 …"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…
Dlibcore_failures.txt97 "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/
Dinfo.txt6 classloaders. Changes to the internal operation or definition of
/art/libnativeloader/
Dpublic_libraries.h54 namespace internal {
Dpublic_libraries.cpp44 using internal::ConfigEntry;
45 using internal::ParseConfig;
46 using internal::ParseJniConfig;
433 namespace internal { namespace
Dnative_loader_test.cpp41 using internal::ConfigEntry;
42 using internal::ParseConfig;
43 using internal::ParseJniConfig;
/art/compiler/
Dexception_test.cc216 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/
DREADME.md7 runtime that the marked methods/fields should be treated as internal APIs with
/art/tools/jvmti-agents/list-extensions/
DREADME.md35 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:133] com.android.art.internal.ddm.publ…
/art/build/sdk/
DAndroid.bp95 // The following three libraries are internal implementation libraries
/art/build/apex/
DAndroid.bp38 // libadbconnection is internal and loaded with dlopen(), but it cannot use
269 // ART gtests with dependencies on internal ART APEX libraries.
/art/cmdline/
Dcmdline_parser_test.cc49 using FloatingPoint = ::testing::internal::FloatingPoint<double>; in UsuallyEquals()
/art/runtime/
Dthread.cc2912 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()
Dthread.h645 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal,
/art/compiler/jni/
Djni_compiler_test.cc1187 jobject internal = Thread::Current()->CreateInternalStackTrace(soa); in JNI_TEST() local
1188 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in JNI_TEST()