OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uenv
(Results
1 - 4
of
4
) sorted by null
/development/pdk/pndk/samples/samplejni/
native.cpp
64
UnionJNIEnvToVoid
uenv
;
local
65
uenv
.venv = NULL;
71
if (vm->GetEnv(&
uenv
.venv, JNI_VERSION_1_4) != JNI_OK) {
75
env =
uenv
.env;
/development/samples/SimpleJNI/jni/
native.cpp
87
UnionJNIEnvToVoid
uenv
;
local
88
uenv
.venv = NULL;
94
if (vm->GetEnv(&
uenv
.venv, JNI_VERSION_1_4) != JNI_OK) {
98
env =
uenv
.env;
/external/quake/quake/src/WinQuake/
masterMain.cpp
131
UnionJNIEnvToVoid
uenv
;
local
132
uenv
.venv = NULL;
136
if (vm->GetEnv(&
uenv
.venv, JNI_VERSION_1_4) != JNI_OK) {
140
env =
uenv
.env;
/development/apps/Term/jni/
termExec.cpp
320
UnionJNIEnvToVoid
uenv
;
local
321
uenv
.venv = NULL;
327
if (vm->GetEnv(&
uenv
.venv, JNI_VERSION_1_4) != JNI_OK) {
331
env =
uenv
.env;
Completed in 26 milliseconds