HomeSort by relevance Sort by last modified time
    Searched defs:env (Results 1 - 25 of 713) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 23 JNIEnv *env = NULL; local
25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_com_android_cts_verifier_os_FileUtils(env)) {
  /cts/libs/deviceutil/jni/
CtsJniOnLoad.cpp 23 JNIEnv *env = NULL; local
25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_android_cts_FileUtils(env)) {
  /cts/tests/tests/drm/jni/
CtsDrmJniOnLoad.cpp 23 JNIEnv *env = NULL; local
25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_android_drm_cts_NativeCodeTest(env)) {
  /cts/tests/tests/jni/libjnitest/
register.c 27 JNIEnv *env = NULL; local
29 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
34 if (register_InstanceNonce(env)) {
40 if (register_StaticNonce(env)) {
46 if (register_JniCTest(env)) {
52 if (register_JniCppTest(env)) {
  /cts/tests/tests/nativeopengl/standalone/jni/
register.cpp 26 JNIEnv *env = NULL; local
28 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
32 if (GLTestHelper::registerNative(env)) {
  /cts/tests/tests/os/jni/
CtsOsJniOnLoad.cpp 31 JNIEnv *env = NULL; local
33 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
37 if (register_android_os_cts_CpuFeatures(env)) {
41 if (register_android_os_cts_CpuInstructions(env)) {
45 if (register_android_os_cts_TaggedPointer(env)) {
49 if (register_android_os_cts_OSFeatures(env)) {
53 if (register_android_os_cts_NoExecutePermissionTest(env)) {
  /cts/tests/tests/permission/jni/
CtsPermissionsJniOnLoad.cpp 23 JNIEnv *env = NULL; local
25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_android_permission_cts_FileUtils(env)) {
  /cts/tests/tests/security/jni/
CtsSecurityJniOnLoad.cpp 28 extern int register_android_security_cts_MMapExecutableTest(JNIEnv* env);
31 JNIEnv *env = NULL; local
33 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
37 if (register_android_security_cts_CharDeviceTest(env)) {
41 if (register_android_security_cts_LinuxRngTest(env)) {
45 if (register_android_security_cts_NativeCodeTest(env)) {
49 if (register_android_security_cts_LoadEffectLibraryTest(env)) {
53 if (register_android_security_cts_SeccompDeathTestService(env)) {
57 if (register_android_security_cts_SELinuxTest(env)) {
61 if (register_android_security_cts_KernelSettingsTest(env)) {
    [all...]
  /external/chromium_org/chrome/app/android/
chrome_android_initializer.cc 17 JNIEnv* env = base::android::AttachCurrentThread(); local
18 if (!base::android::RegisterLibraryLoaderEntryHook(env))
  /external/chromium_org/content/shell/android/linker_test_apk/
chromium_linker_test_android.cc 24 JNIEnv* env = base::android::AttachCurrentThread(); local
26 if (!base::android::RegisterLibraryLoaderEntryHook(env))
31 if (!content::android::RegisterShellJni(env))
34 if (!content::RegisterLinkerTestsJni(env))
  /external/chromium_org/content/shell/android/
shell_library_loader.cc 23 JNIEnv* env = base::android::AttachCurrentThread(); local
25 if (!base::android::RegisterLibraryLoaderEntryHook(env))
30 if (!content::android::RegisterShellJni(env))
  /frameworks/opt/net/voip/src/jni/rtp/
rtp_jni.cpp 21 extern int registerRtpStream(JNIEnv *env);
22 extern int registerAudioGroup(JNIEnv *env);
26 JNIEnv *env = NULL; local
27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
28 registerRtpStream(env) < 0 || registerAudioGroup(env) < 0) {
  /external/chromium_org/android_webview/lib/main/
webview_entry_point.cc 32 JNIEnv* env = base::android::AttachCurrentThread(); local
33 if (!base::android::RegisterLibraryLoaderEntryHook(env))
38 if (!content::EnsureJniRegistered(env))
43 env,
48 if (!android_webview::RegisterJni(env))
51 base::android::InitReplacementClassLoader(env,
52 base::android::GetClassLoader(env));
  /external/chromium_org/base/test/
run_all_unittests.cc 32 JNIEnv* env = base::android::AttachCurrentThread(); local
33 file_util::RegisterContentUriTestUtils(env);
  /external/chromium_org/ipc/
run_all_unittests.cc 32 JNIEnv* env = base::android::AttachCurrentThread(); local
33 file_util::RegisterContentUriTestUtils(env);
  /external/chromium_org/mojo/android/javatests/
init_library.cc 19 bool RegisterMojoJni(JNIEnv* env) {
20 return RegisterNativeMethods(env, kMojoRegisteredMethods,
28 JNIEnv* env = base::android::AttachCurrentThread(); local
30 if (!base::android::RegisterLibraryLoaderEntryHook(env))
33 if (!base::android::RegisterJni(env))
36 if (!RegisterMojoJni(env))
  /external/chromium_org/mojo/public/cpp/application/lib/
mojo_main_standalone.cc 11 mojo::Environment env; local
  /external/chromium_org/mojo/shell/android/
library_loader.cc 21 bool RegisterMojoJni(JNIEnv* env) {
22 return RegisterNativeMethods(env, kMojoRegisteredMethods,
31 JNIEnv* env = base::android::AttachCurrentThread(); local
33 if (!base::android::RegisterLibraryLoaderEntryHook(env))
36 if (!base::android::RegisterJni(env))
39 if (!net::android::RegisterJni(env))
42 if (!RegisterMojoJni(env))
  /external/chromium_org/remoting/client/jni/
chromoting_jni_onload.cc 17 JNIEnv* env = base::android::AttachCurrentThread(); local
25 env, kRemotingRegisteredMethods, arraysize(kRemotingRegisteredMethods))) {
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
jni_lib.cpp 16 const char* env = getenv(VARNAME); local
17 if (!env || strcmp(env, "INIT")) {
19 "%s: Env variable %s has invalid value: %s (expected INIT)\n",
22 env);
32 const char* env = getenv(VARNAME); local
33 if (!env || strcmp(env, "LOADED")) {
35 "%s: Env variable %s has invalid value: %s (expected LOADED)\n",
38 env);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-js-arm64-variables.cc 73 LocalContext env; local
74 v8::HandleScope scope(env->GetIsolate());
85 LocalContext env; local
86 v8::HandleScope scope(env->GetIsolate());
96 LocalContext env; local
97 v8::HandleScope scope(env->GetIsolate());
107 LocalContext env; local
108 v8::HandleScope scope(env->GetIsolate());
121 LocalContext env; local
122 v8::HandleScope scope(env->GetIsolate())
135 LocalContext env; local
    [all...]
  /external/compiler-rt/test/tsan/
longjmp.cc 6 int foo(jmp_buf env) {
7 longjmp(env, 42);
11 jmp_buf env; local
12 if (setjmp(env) == 42) {
16 foo(env);
longjmp2.cc 6 int foo(sigjmp_buf env) {
7 printf("env=%p\n", env);
8 siglongjmp(env, 42);
12 sigjmp_buf env; local
13 printf("env=%p\n", env);
14 if (sigsetjmp(env, 1) == 42) {
18 foo(env);
  /external/qemu/hw/android/goldfish/
vmem.c 42 CPUArchState *env = cpu->env_ptr; local
49 return cpu_get_phys_page_debug(env, addr);
  /frameworks/base/packages/services/PacProcessor/jni/
jni_init.cpp 23 extern int register_com_android_pacprocessor_PacNative(JNIEnv *env);
29 JNIEnv *env; local
30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
35 register_com_android_pacprocessor_PacNative(env);

Completed in 981 milliseconds

1 2 3 4 5 6 7 8 91011>>