| /art/libnativeloader/ |
| D | native_loader.cpp | 88 Result<NativeLoaderNamespace> ns = in FindApexNamespace() local 117 Result<void> CreateNativeloaderDefaultNamespaceLibsLink(NativeLoaderNamespace& ns) in CreateNativeloaderDefaultNamespaceLibsLink() 133 Result<NativeLoaderNamespace> ns = in GetNativeloaderExtraLibsNamespace() local 167 Result<NativeLoaderNamespace*> ns = GetNativeloaderExtraLibsNamespace(); in TryLoadNativeloaderExtraLib() local 190 Result<NativeLoaderNamespace*> ns = g_namespaces->Create(env, in CreateClassLoaderNamespaceLocked() local 252 Result<NativeLoaderNamespace*> ns = CreateClassLoaderNamespaceLocked(env, in CreateClassLoaderNamespace() local 309 std::optional<NativeLoaderNamespace> ns = FindApexNamespace(caller_location); in OpenNativeLibrary() local 393 Result<NativeLoaderNamespace> ns = GetNamespaceForApiDomain(caller_api_domain, is_bridged); in OpenNativeLibrary() local 422 NativeLoaderNamespace* ns; in OpenNativeLibrary() local 542 void* OpenNativeLibraryInNamespace(NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace() [all …]
|
| D | native_loader_namespace.cpp | 72 if (Result<NativeLoaderNamespace> ns = GetExportedNamespace(kSystemNamespaceName, is_bridged); in GetSystemNamespace() local 76 if (Result<NativeLoaderNamespace> ns = GetExportedNamespace(kDefaultNamespaceName, is_bridged); in GetSystemNamespace() local
|
| D | native_loader_test.cpp | 104 #define TO_MOCK_NAMESPACE(ns) reinterpret_cast<Platform::mock_namespace_handle>(ns) argument 108 #define NAMESPACE_ENTRY(ns) \ argument 242 struct native_bridge_namespace_t* ns) { in NativeBridgeLoadLibraryExt() 514 struct android_namespace_t* ns = in RunTest() local 520 struct NativeLoaderNamespace* ns = in RunTest() local 672 struct android_namespace_t* ns = in TEST_P() local 678 struct NativeLoaderNamespace* ns = FindNativeLoaderNamespaceByClassLoader( in TEST_P() local
|
| D | native_loader_api_test.cpp | 102 struct NativeLoaderNamespace* ns = FindNativeLoaderNamespaceByClassLoader( in TEST_F() local
|
| D | library_namespaces.cpp | 365 Result<NativeLoaderNamespace> ns = in Create() local 478 NativeLoaderNamespace* ns; in FindParentNamespaceByClassLoader() local
|
| D | native_loader_lazy.cpp | 84 void* OpenNativeLibraryInNamespace(struct NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
|
| /art/libartbase/base/ |
| D | time_utils.h | 78 static constexpr uint64_t NsToMs(uint64_t ns) { in NsToMs() 83 static constexpr uint64_t NsToUs(uint64_t ns) { in NsToUs()
|
| D | time_utils.cc | 137 int ns; in GetIsoDate() local 218 void NanoSleep(uint64_t ns) { in NanoSleep() 225 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
|
| /art/test/1919-vminit-thread-start-timing/src/art/ |
| D | Test1919.java | 52 String[] ns = getEventNames(); in getEvents() local
|
| /art/tools/ |
| D | generate_operator_out.py | 44 def __init__(self, ns, ec): argument
|
| /art/runtime/native/ |
| D | java_lang_Object.cc | 46 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) { in Object_waitJI()
|
| D | java_lang_Thread.cc | 177 static void Thread_sleep(JNIEnv* env, jclass, jobject java_lock, jlong ms, jint ns) { in Thread_sleep()
|
| /art/runtime/base/ |
| D | mutex.cc | 869 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() 1144 bool ConditionVariable::TimedWait(Thread* self, int64_t ms, int32_t ns) { in TimedWait()
|
| /art/libnativebridge/ |
| D | native_bridge.cc | 726 void* NativeBridgeLoadLibraryExt(const char* libpath, int flag, native_bridge_namespace_t* ns) { in NativeBridgeLoadLibraryExt()
|
| /art/runtime/ |
| D | monitor.cc | 828 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait() 1281 int32_t ns, in Wait()
|
| /art/test/115-native-bridge/ |
| D | nativebridge.cc | 653 [[maybe_unused]] android::native_bridge_namespace_t* ns) { in native_bridge_loadLibraryExt()
|
| /art/runtime/mirror/ |
| D | object-inl.h | 102 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait()
|
| /art/runtime/oat/ |
| D | oat_file.cc | 1382 struct android_namespace_t* ns = android_get_exported_namespace("system"); in GetSystemLinkerNamespace() local
|
| /art/openjdkjvmti/ |
| D | ti_redefine.cc | 830 art::ScopedAssertNoThreadSuspension ns("No thread suspension during thread stack walking"); in FindAndAllocateObsoleteMethods() local
|
| /art/runtime/jni/ |
| D | jni_internal.cc | 2938 android::NativeLoaderNamespace* ns = in IsClassLoaderNamespaceNativelyBridged() local
|