HomeSort by relevance Sort by last modified time
    Searched refs:jni (Results 1 - 25 of 682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/templates/resources/
main.cpp 1 #include <jni.h>
  /external/chromium_org/android_webview/native/
android_webview_jni_registrar.h 8 #include <jni.h>
12 // Register all JNI bindings necessary for chrome.
aw_form_database.h 8 #include <jni.h>
cookie_manager.h 8 #include <jni.h>
  /external/chromium_org/base/power_monitor/
power_monitor_device_source_android.h 8 #include <jni.h>
12 // Registers the JNI bindings for PowerMonitorDeviceSource.
  /external/chromium_org/chrome/browser/android/
url_utilities.h 8 #include <jni.h>
  /external/chromium_org/components/autofill/core/browser/android/
component_jni_registrar.h 8 #include <jni.h>
12 // Register all JNI bindings necessary for the autofill
  /external/chromium_org/components/navigation_interception/
component_jni_registrar.h 8 #include <jni.h>
12 // Register all JNI bindings necessary for the navigation_interception
  /external/chromium_org/components/web_contents_delegate_android/
component_jni_registrar.h 8 #include <jni.h>
12 // Register all JNI bindings necessary for the web_contents_delegate_android
  /external/chromium_org/content/app/android/
child_process_service.h 8 #include <jni.h>
content_main.h 8 #include <jni.h>
  /external/chromium_org/content/browser/android/
load_url_params.h 8 #include <jni.h>
  /external/chromium_org/content/browser/
power_save_blocker_android.h 5 #include <jni.h>
  /external/chromium_org/content/common/android/
trace_event_binding.h 8 #include <jni.h>
  /external/chromium_org/content/shell/android/linker_test_apk/
content_linker_test_linker_tests.h 8 #include <jni.h>
  /external/chromium_org/mojo/shell/android/
mojo_main.h 8 #include <jni.h>
  /external/chromium_org/net/android/
gurl_utils.h 8 #include <jni.h>
  /external/chromium_org/net/cert/
x509_util_android.h 8 #include <jni.h>
  /external/chromium_org/ui/base/clipboard/
clipboard_android_initialization.h 5 // This file exists to help bind the Android clipboard implementation's JNI
6 // methods statically. Since the JNI header file that contains the static
14 #include <jni.h>
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 36 // the JNI spec).
48 // Exception notes: pretty much all JNI calls can throw Java exceptions, so each
53 // impossible to tell which JNI call broke).
55 #include <jni.h>
118 // Abort the process if |jni| has a Java exception pending, emitting |msg|.
119 #define CHECK_EXCEPTION(jni, msg) \
121 if (jni->ExceptionCheck()) { \
122 jni->ExceptionDescribe(); \
123 jni->ExceptionClear(); \
173 // Deal with difference in signatures between Oracle's jni.h and Android's
177 JNIEnv* jni = reinterpret_cast<JNIEnv*>(pthread_getspecific(g_jni_ptr)); local
656 JNIEnv* jni() { function in class:__anon14534::PCOJava
806 JNIEnv* jni() { function in class:__anon14534::SdpObserverWrapper
873 JNIEnv* jni() { function in class:__anon14534::DataChannelObserverWrapper
952 JNIEnv* jni() { function in class:__anon14534::StatsObserverWrapper
1050 JNIEnv* jni() { function in class:__anon14534::JavaVideoRendererWrapper
1077 JNIEnv* jni; local
    [all...]
  /art/runtime/
jobject_comparator.h 20 #include <jni.h>
  /external/chromium_org/base/android/
base_jni_registrar.h 8 #include <jni.h>
15 // Register all JNI bindings necessary for base.
cpu_features.h 8 #include <jni.h>
important_file_writer_android.h 8 #include <jni.h>
path_service_android.h 8 #include <jni.h>

Completed in 1356 milliseconds

1 2 3 4 5 6 7 8 91011>>