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

1 2 3 4 5 6 7 8 91011>>

  /art/benchmark/
jni_loader.cc 19 extern void register_micro_native_methods(JNIEnv* env);
22 JNIEnv* env; local
23 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
29 register_micro_native_methods(env);
  /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_camera_its_StatsImage(env)) {
  /cts/common/device-side/util/jni/
CtsJniOnLoad.cpp 24 JNIEnv *env = NULL; local
26 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
30 if (register_android_cts_FileUtils(env)) {
34 if (register_android_cts_CpuFeatures(env)) {
  /cts/hostsidetests/gputools/apps/jni/
CtsGpuToolsJniOnLoad.cpp 23 JNIEnv* env = nullptr; local
24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK)
26 if (register_android_gputools_cts_RootlessGpuDebug(env))
  /cts/hostsidetests/seccomp/app/jni/
CtsSeccompJniOnLoad.cpp 23 JNIEnv *env = NULL; local
25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_android_seccomp_cts_app_SeccompTest(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/graphics/jni/
CtsGraphicsJniOnLoad.cpp 31 JNIEnv* env = nullptr; local
32 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK)
34 if (register_android_graphics_cts_ANativeWindowTest(env))
36 if (register_android_graphics_cts_ASurfaceTextureTest(env))
38 if (register_android_graphics_cts_BitmapTest(env))
40 if (register_android_graphics_cts_CameraGpuCtsActivity(env))
42 if (register_android_graphics_cts_CameraVulkanGpuTest(env))
44 if (register_android_graphics_cts_MediaVulkanGpuTest(env))
46 if (register_android_graphics_cts_VulkanFeaturesTest(env))
48 if (register_android_graphics_cts_VulkanPreTransformCtsActivity(env))
    [all...]
  /cts/tests/tests/hardware/jni/
CtsHardwareJniOnLoad.cpp 23 JNIEnv* env = nullptr; local
24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK)
26 if (register_android_hardware_cts_HardwareBufferTest(env))
  /cts/tests/tests/media/libmediandkjni/
CtsMediaDrmJniOnLoad.cpp 23 JNIEnv *env = NULL; local
25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_android_media_cts_NativeMediaDrmClearkeyTest(env)) {
  /cts/tests/tests/os/jni/
CtsOsJniOnLoad.cpp 39 JNIEnv *env = NULL; local
41 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
45 if (register_android_os_cts_CpuInstructions(env)) {
49 if (register_android_os_cts_TaggedPointer(env)) {
53 if (register_android_os_cts_HardwareName(env)) {
57 if (register_android_os_cts_OSFeatures(env)) {
61 if (register_android_os_cts_NoExecutePermissionTest(env)) {
65 if (register_android_os_cts_SeccompTest(env)) {
69 if (register_android_os_cts_SharedMemoryTest(env)) {
73 if (register_android_os_cts_SPMITest(env)) {
    [all...]
  /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 26 extern int register_android_security_cts_MMapExecutableTest(JNIEnv* env);
27 extern int register_android_security_cts_EncryptionTest(JNIEnv* env);
30 JNIEnv *env = NULL; local
32 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
36 if (register_android_security_cts_CharDeviceTest(env)) {
40 if (register_android_security_cts_LinuxRngTest(env)) {
44 if (register_android_security_cts_NativeCodeTest(env)) {
48 if (register_android_security_cts_SELinuxTest(env)) {
52 if (register_android_security_cts_KernelSettingsTest(env)) {
56 if (register_android_security_cts_MMapExecutableTest(env)) {
    [all...]
  /cts/tests/tests/selinux/common/jni/
CtsSecurityJniOnLoad.cpp 23 JNIEnv *env = NULL; local
25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_android_security_SELinuxTargetSdkTest(env)) {
  /cts/tools/cts-device-info/jni/
CtsDeviceInfoJniOnLoad.cpp 23 JNIEnv* env = nullptr; local
24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK)
26 if (register_com_android_cts_deviceinfo_VulkanDeviceInfo(env))
  /external/skia/infra/bots/recipe_modules/git/
api.py 10 def env(self): member in class:GitApi
18 return self.m.env({'PATH': '%s:%s:%%(PATH)s' % (git_dir, git_bin)})
  /external/skqp/infra/bots/recipe_modules/git/
api.py 10 def env(self): member in class:GitApi
18 return self.m.env({'PATH': '%s:%s:%%(PATH)s' % (git_dir, git_bin)})
  /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) {
  /cts/tests/tests/jni/libjnitest/
register.c 29 JNIEnv *env = NULL; local
31 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
36 if (register_InstanceNonce(env)) {
42 if (register_StaticNonce(env)) {
48 if (register_JniCTest(env)) {
54 if (register_JniCppTest(env)) {
  /cts/tests/tests/view/jni/
CtsViewJniOnLoad.cpp 22 extern int register_android_view_cts_ChoreographerNativeTest(JNIEnv* env);
25 JNIEnv *env = NULL; local
26 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) {
29 if (register_android_view_cts_ChoreographerNativeTest(env)) {
  /external/compiler-rt/test/tsan/
longjmp.cc 10 int foo(jmp_buf env) {
11 longjmp(env, 42);
15 jmp_buf env; local
16 if (setjmp(env) == 42) {
20 foo(env);
longjmp2.cc 10 int foo(sigjmp_buf env) {
11 printf("env=%p\n", env);
12 siglongjmp(env, 42);
16 sigjmp_buf env; local
17 printf("env=%p\n", env);
18 if (sigsetjmp(env, 1) == 42) {
22 foo(env);
  /external/libmojo/base/android/
sys_utils.cc 15 JNIEnv* env = AttachCurrentThread(); local
16 return Java_SysUtils_isLowEndDevice(env);
  /external/ltp/lib/
tst_ansi_color.c 58 char *env = getenv("LTP_COLORIZE_OUTPUT"); local
60 if (env) {
61 if (!strcmp(env, "n") || !strcmp(env, "0"))
64 if (!strcmp(env, "y") || !strcmp(env, "1"))
  /external/ltp/testcases/kernel/syscalls/execle/
execle01_child.c 30 char *env; local
40 env = getenv("LTP_TEST_ENV_VAR");
42 if (!env)
45 if (strcmp(env, "test")) {
47 env);
  /external/ltp/testcases/kernel/syscalls/execve/
execve01_child.c 30 char *env; local
40 env = getenv("LTP_TEST_ENV_VAR");
42 if (!env)
45 if (strcmp(env, "test")) {
47 env);

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 91011>>