/external/libchrome/base/android/ |
D | java_handler_thread.cc | 18 using base::android::AttachCurrentThread; 27 AttachCurrentThread(), in JavaHandlerThread() 28 ConvertUTF8ToJavaString(AttachCurrentThread(), name), in JavaHandlerThread() 36 JNIEnv* env = base::android::AttachCurrentThread(); in ~JavaHandlerThread() 55 JNIEnv* env = base::android::AttachCurrentThread(); in Start() 73 JNIEnv* env = base::android::AttachCurrentThread(); in Stop() 101 JNIEnv* env = base::android::AttachCurrentThread(); in JoinForTesting() 107 JNIEnv* env = base::android::AttachCurrentThread(); in ListenForUncaughtExceptionsForTesting() 114 JNIEnv* env = base::android::AttachCurrentThread(); in GetUncaughtExceptionIfAny() 126 JNIEnv* env = base::android::AttachCurrentThread(); in QuitThreadSafely()
|
D | path_utils.cc | 19 JNIEnv* env = AttachCurrentThread(); in GetDataDirectory() 27 JNIEnv* env = AttachCurrentThread(); in GetCacheDirectory() 35 JNIEnv* env = AttachCurrentThread(); in GetThumbnailCacheDirectory() 44 JNIEnv* env = AttachCurrentThread(); in GetDownloadsDirectory() 53 JNIEnv* env = AttachCurrentThread(); in GetAllPrivateDownloadsDirectories() 64 JNIEnv* env = AttachCurrentThread(); in GetNativeLibraryDirectory() 73 JNIEnv* env = AttachCurrentThread(); in GetExternalStorageDirectory()
|
D | scoped_java_ref.cc | 45 env = AttachCurrentThread(); in SetNewLocalRef() 47 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread. in SetNewLocalRef() 59 env = AttachCurrentThread(); in SetNewGlobalRef() 61 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread. in SetNewGlobalRef() 72 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread. in ResetLocalRef() 80 AttachCurrentThread()->DeleteGlobalRef(obj_); in ResetGlobalRef()
|
D | callback_android.cc | 17 Java_Helper_onObjectResultFromNative(AttachCurrentThread(), callback, arg); in RunObjectCallbackAndroid() 21 Java_Helper_onBooleanResultFromNative(AttachCurrentThread(), callback, in RunBooleanCallbackAndroid() 26 Java_Helper_onIntResultFromNative(AttachCurrentThread(), callback, arg); in RunIntCallbackAndroid() 31 JNIEnv* env = AttachCurrentThread(); in RunStringCallbackAndroid() 38 JNIEnv* env = AttachCurrentThread(); in RunByteArrayCallbackAndroid()
|
D | jni_string_unittest.cc | 17 JNIEnv* env = AttachCurrentThread(); in TEST() 25 JNIEnv* env = AttachCurrentThread(); in TEST() 33 JNIEnv* env = AttachCurrentThread(); in TEST() 41 JNIEnv* env = AttachCurrentThread(); in TEST()
|
D | jni_array_unittest.cc | 23 JNIEnv* env = AttachCurrentThread(); in TEST() 68 JNIEnv* env = AttachCurrentThread(); in TEST() 94 JNIEnv* env = AttachCurrentThread(); in TEST() 122 JNIEnv* env = AttachCurrentThread(); in TEST() 172 JNIEnv* env = AttachCurrentThread(); in TEST() 184 JNIEnv* env = AttachCurrentThread(); in TEST() 207 JNIEnv* env = AttachCurrentThread(); in TEST() 229 JNIEnv* env = AttachCurrentThread(); in TEST() 257 JNIEnv* env = AttachCurrentThread(); in TEST() 284 JNIEnv* env = AttachCurrentThread(); in TEST() [all …]
|
D | content_uri_utils.cc | 17 JNIEnv* env = base::android::AttachCurrentThread(); in ContentUriExists() 24 JNIEnv* env = base::android::AttachCurrentThread(); in OpenContentUriForRead() 34 JNIEnv* env = base::android::AttachCurrentThread(); in GetContentUriMimeType()
|
D | scoped_java_ref_unittest.cc | 46 JNIEnv* env = AttachCurrentThread(); in SetUp() 59 JNIEnv* env = AttachCurrentThread(); in TearDown() 69 JNIEnv* env = AttachCurrentThread(); in TEST_F() 87 JNIEnv* env = AttachCurrentThread(); in TEST_F()
|
D | jni_weak_ref.cc | 12 using base::android::AttachCurrentThread; 52 AttachCurrentThread()->DeleteWeakGlobalRef(obj_); in reset() 74 JNIEnv* env = AttachCurrentThread(); in Assign()
|
D | locale_utils.cc | 15 JNIEnv* env = base::android::AttachCurrentThread(); in GetDefaultCountryCode() 20 JNIEnv* env = base::android::AttachCurrentThread(); in GetDefaultLocaleString()
|
D | sys_utils.cc | 19 JNIEnv* env = AttachCurrentThread(); in IsLowEndDeviceFromJni() 24 JNIEnv* env = AttachCurrentThread(); in IsCurrentlyLowMemory()
|
D | unguessable_token_android_unittest.cc | 14 JNIEnv* env = AttachCurrentThread(); in TEST() 27 JNIEnv* env = AttachCurrentThread(); in TEST()
|
D | java_exception_reporter.cc | 24 JNIEnv* env = base::android::AttachCurrentThread(); in InitJavaExceptionReporter() 30 JNIEnv* env = base::android::AttachCurrentThread(); in InitJavaExceptionReporterForChildProcess()
|
D | application_status_listener.cc | 45 AttachCurrentThread()); in ApplicationStatusListener() 66 Java_ApplicationStatus_getStateForApplication(AttachCurrentThread())); in GetState()
|
D | jni_string.cc | 56 return ConvertJavaStringToUTF8(AttachCurrentThread(), str.obj()); in ConvertJavaStringToUTF8() 106 return ConvertJavaStringToUTF16(AttachCurrentThread(), str.obj()); in ConvertJavaStringToUTF16()
|
D | throw_uncaught_exception.cc | 15 Java_ThrowUncaughtException_post(AttachCurrentThread()); in ThrowUncaughtException()
|
D | event_log.cc | 12 Java_EventLog_writeEvent(AttachCurrentThread(), tag, value); in EventLogWriteInt()
|
D | base_jni_onload.cc | 17 JNIEnv* env = base::android::AttachCurrentThread(); in OnJNIOnLoadInit()
|
D | timezone_utils.cc | 16 JNIEnv* env = base::android::AttachCurrentThread(); in GetDefaultTimeZoneId()
|
/external/libchrome/base/test/android/ |
D | java_handler_thread_helpers.cc | 19 base::android::AttachCurrentThread())); in CreateJavaFirst() 24 JNIEnv* env = AttachCurrentThread(); in ThrowExceptionAndAbort() 34 JNIEnv* env = AttachCurrentThread(); in IsExceptionTestException()
|
D | url_utils.cc | 15 JNIEnv* env = base::android::AttachCurrentThread(); in GetIsolatedTestRoot()
|
/external/libchrome/base/test/ |
D | multiprocess_test_android.cc | 30 JNIEnv* env = android::AttachCurrentThread(); in SpawnMultiProcessTestChild() 60 JNIEnv* env = android::AttachCurrentThread(); in WaitForMultiprocessTestChildExit() 79 JNIEnv* env = android::AttachCurrentThread(); in TerminateMultiProcessTestChild()
|
D | test_ui_thread_android.cc | 11 Java_TestUiThread_loop(base::android::AttachCurrentThread()); in StartTestUiThreadLooper()
|
/external/libchrome/base/threading/ |
D | platform_thread_android.cc | 41 JNIEnv* env = base::android::AttachCurrentThread(); in SetCurrentThreadPriorityForPlatform() 51 JNIEnv* env = base::android::AttachCurrentThread(); in GetCurrentThreadPriorityForPlatform()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_android.c | 98 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL); in ares_library_init_android() 216 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL); in ares_library_cleanup_android() 270 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL); in ares_get_android_server_list() 383 res = (*android_jvm)->AttachCurrentThread(android_jvm, &env, NULL); in ares_get_android_search_domains_list()
|