Home
last modified time | relevance | path

Searched defs:env (Results 1 – 7 of 7) sorted by relevance

/development/samples/SimpleJNI/jni/
Dnative.cpp46 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods()
69 static int registerNatives(JNIEnv* env) in registerNatives()
87 JNIEnv* env; member
96 JNIEnv* env = NULL; in JNI_OnLoad() local
/development/vndk/tools/sourcedr/sourcedr/blueprint/
Dblueprint.py384 def eval(self, env): argument
392 def eval(self, env): argument
430 def eval(self, env): argument
473 def eval(self, env): argument
493 def eval(self, env): argument
503 def eval(self, env): argument
517 def eval(self, env): argument
538 def eval(self, env): argument
774 def find_sub_files_from_env(cls, rootdir, env, use_subdirs, argument
799 def _read_file(path, env): argument
[all …]
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/
Dprism.js159 var env = { variable
198 var env = { variable
420 run: function (name, env) { argument
454 var env = { variable
718 Prism.hooks.add('before-sanity-check', function(env) { argument
745 Prism.hooks.add('complete', function (env) { argument
797 Prism.hooks.add('complete', function(env) { argument
/development/vndk/tools/sourcedr/sourcedr/
Dninja.py122 def _eval_string(s, env, expanded_vars, result_buf): argument
153 def eval_string(s, env): argument
172 def eval_path_strings(strs, env): argument
529 def _push_context(self, lexer, env): argument
567 def _parse_internal(self, path, encoding, env): argument
/development/tools/
Dmonkey44 def PrintCommand(cmd, env=None): argument
/development/vndk/tools/sourcedr/sourcedr/tests/
Dtest_ninja.py20 def _push_context(self, lexer, env): argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java865 public void glGetTexEnviv(int env, int pname, int[] params, int offset) { in glGetTexEnviv()
869 public void glGetTexEnviv(int env, int pname, IntBuffer params) { in glGetTexEnviv()
873 public void glGetTexEnvxv(int env, int pname, int[] params, int offset) { in glGetTexEnvxv()
877 public void glGetTexEnvxv(int env, int pname, IntBuffer params) { in glGetTexEnvxv()