Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 19 of 19) sorted by relevance

/art/libnativeloader/
Dnative_loader.cpp82 Result<void> CreateNativeloaderDefaultNamespaceLibsLink(NativeLoaderNamespace& ns) in CreateNativeloaderDefaultNamespaceLibsLink()
98 Result<NativeLoaderNamespace> ns = in GetNativeloaderExtraLibsNamespace() local
132 Result<NativeLoaderNamespace*> ns = GetNativeloaderExtraLibsNamespace(); in TryLoadNativeloaderExtraLib() local
148 Result<NativeLoaderNamespace*> ns = g_namespaces->Create(env, in CreateClassLoaderNamespaceLocked() local
191 Result<NativeLoaderNamespace*> ns = CreateClassLoaderNamespaceLocked(env, in CreateClassLoaderNamespace() local
257 NativeLoaderNamespace* ns; in OpenNativeLibrary() local
352 void* OpenNativeLibraryInNamespace(NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
369 NativeLoaderNamespace* ns = g_namespaces->FindNamespaceByClassLoader(env, class_loader); in FindNamespaceByClassLoader() local
381 void LinkNativeLoaderNamespaceToExportedNamespaceLibrary(struct NativeLoaderNamespace* ns, in LinkNativeLoaderNamespaceToExportedNamespaceLibrary()
Dnative_loader_test.h75 #define TO_MOCK_NAMESPACE(ns) reinterpret_cast<Platform::mock_namespace_handle>(ns) argument
79 #define NAMESPACE_ENTRY(ns) {ns, TO_MOCK_NAMESPACE(TO_ANDROID_NAMESPACE(ns))} argument
195 struct native_bridge_namespace_t* ns) { in NativeBridgeLoadLibraryExt()
Dnative_loader_test.cpp279 struct android_namespace_t* ns = in RunTest() local
285 struct NativeLoaderNamespace* ns = in RunTest() local
431 struct android_namespace_t* ns = in TEST_P() local
437 struct NativeLoaderNamespace* ns = FindNativeLoaderNamespaceByClassLoader( in TEST_P() local
Dlibrary_namespaces.cpp315 auto ns = NativeLoaderNamespace::GetExportedNamespace(apex_ns_name, is_bridged); in Create() local
403 NativeLoaderNamespace* ns; in FindParentNamespaceByClassLoader() local
Dnative_loader_lazy_test.cpp99 struct NativeLoaderNamespace* ns = FindNativeLoaderNamespaceByClassLoader( in TEST_F() local
Dnative_loader_namespace.cpp72 auto ns = GetExportedNamespace(kSystemNamespaceName, is_bridged); in GetSystemNamespace() local
Dnative_loader_lazy.cpp84 void* OpenNativeLibraryInNamespace(struct NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
/art/libartbase/base/
Dtime_utils.h76 static constexpr uint64_t NsToMs(uint64_t ns) { in NsToMs()
81 static constexpr uint64_t NsToUs(uint64_t ns) { in NsToUs()
Dtime_utils.cc135 int ns; in GetIsoDate() local
222 void NanoSleep(uint64_t ns) { in NanoSleep()
229 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/
DTest1919.java52 String[] ns = getEventNames(); in getEvents() local
/art/tools/
Dgenerate_operator_out.py44 def __init__(self, ns, ec): argument
/art/runtime/native/
Djava_lang_Object.cc46 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) { in Object_waitJI()
Djava_lang_Thread.cc181 static void Thread_sleep(JNIEnv* env, jclass, jobject java_lock, jlong ms, jint ns) { in Thread_sleep()
/art/runtime/base/
Dmutex.cc834 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout()
1107 bool ConditionVariable::TimedWait(Thread* self, int64_t ms, int32_t ns) { in TimedWait()
/art/libnativebridge/
Dnative_bridge.cc702 void* NativeBridgeLoadLibraryExt(const char* libpath, int flag, native_bridge_namespace_t* ns) { in NativeBridgeLoadLibraryExt()
/art/runtime/
Dmonitor.cc827 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait()
1274 int32_t ns, in Wait()
Doat_file.cc1147 struct android_namespace_t* ns = android_get_exported_namespace("system"); in GetSystemLinkerNamespace() local
/art/runtime/mirror/
Dobject-inl.h102 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait()
/art/openjdkjvmti/
Dti_redefine.cc829 art::ScopedAssertNoThreadSuspension ns("No thread suspension during thread stack walking"); in FindAndAllocateObsoleteMethods() local