Home
last modified time | relevance | path

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

12345678910>>...15

/external/qemu/hw/
Dmips_timer.c8 uint32_t cpu_mips_get_random (CPUState *env) in cpu_mips_get_random()
23 uint32_t cpu_mips_get_count (CPUState *env) in cpu_mips_get_count()
33 static void cpu_mips_timer_update(CPUState *env) in cpu_mips_timer_update()
45 void cpu_mips_store_count (CPUState *env, uint32_t count) in cpu_mips_store_count()
59 void cpu_mips_store_compare (CPUState *env, uint32_t value) in cpu_mips_store_compare()
69 void cpu_mips_start_count(CPUState *env) in cpu_mips_start_count()
74 void cpu_mips_stop_count(CPUState *env) in cpu_mips_stop_count()
83 CPUState *env; in mips_timer_cb() local
104 void cpu_mips_clock_init (CPUState *env) in cpu_mips_clock_init()
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp55 static void JNU_ThrowByName(JNIEnv *env, const char* name, const char* msg) { in JNU_ThrowByName()
63 static void unimplemented(JNIEnv* env) { in unimplemented()
67 static void checkEsrError(JNIEnv* env, ESR_ReturnCode esr_status) { in checkEsrError()
79 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_PMemInit()
84 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_PMemShutdown()
94 (JNIEnv *env, jclass clazz, jstring fileName) { in Java_android_speech_srec_Recognizer_SR_1SessionCreate()
102 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_SR_1SessionDestroy()
112 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStart()
117 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStop()
122 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_SR_1RecognizerCreate()
[all …]
Dandroid_speech_srec_MicrophoneInputStream.cpp42 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { in throwException()
57 (JNIEnv *env, jclass clazz, jint sampleRate, jint fifoFrames) { in Java_android_speech_srec_Recognizer_AudioRecordNew()
78 (JNIEnv *env, jclass clazz, jint audioRecord) { in Java_android_speech_srec_Recognizer_AudioRecordStart()
83 (JNIEnv *env, jclass clazz, jint audioRecord, jbyteArray array, jint offset, jint length) { in Java_android_speech_srec_Recognizer_AudioRecordRead()
96 (JNIEnv *env, jclass clazz, jint audioRecord) { in Java_android_speech_srec_Recognizer_AudioRecordStop()
103 (JNIEnv *env, jclass clazz, jint audioRecord) { in Java_android_speech_srec_Recognizer_AudioRecordDelete()
127 JNIEnv* env = NULL; in register_android_speech_srec_MicrophoneInputStream() local
/external/chromium/third_party/libjingle/source/talk/site_scons/
Dtalk.py13 def _GenericLibrary(env, static, **kwargs): argument
28 def Library(env, **kwargs): argument
42 def DynamicLibrary(env, **kwargs): argument
56 def Object(env, **kwargs): argument
60 def Unittest(env, **kwargs): argument
99 def App(env, **kwargs): argument
128 def WiX(env, **kwargs): argument
139 def Repository(env, at, path): argument
187 def AddMediaLibs(env, **kwargs): argument
310 def MergeAndFilterByPlatform(env, params): argument
[all …]
/external/webkit/Source/WebKit/android/jni/
DJavaBridge.cpp125 AutoJObject javaObject(JNIEnv* env) { return getRealObject(env, mJavaObject); } in javaObject()
130 JavaBridge::JavaBridge(JNIEnv* env, jobject obj) in JavaBridge()
168 JNIEnv* env = JSC::Bindings::getJNIEnv(); in ~JavaBridge() local
183 JNIEnv* env = JSC::Bindings::getJNIEnv(); in setSharedTimer() local
193 JNIEnv* env = JSC::Bindings::getJNIEnv(); in stopSharedTimer() local
203 JNIEnv* env = JSC::Bindings::getJNIEnv(); in setCookies() local
220 JNIEnv* env = JSC::Bindings::getJNIEnv(); in cookies() local
238 JNIEnv* env = JSC::Bindings::getJNIEnv(); in cookiesEnabled() local
250 JNIEnv* env = JSC::Bindings::getJNIEnv(); in getPluginDirectories() local
270 JNIEnv* env = JSC::Bindings::getJNIEnv(); in getPluginSharedDataDirectory() local
[all …]
DWebCoreJni.cpp40 AutoJObject getRealObject(JNIEnv* env, jobject obj) in getRealObject()
51 bool checkException(JNIEnv* env) in checkException()
63 WTF::String jstringToWtfString(JNIEnv* env, jstring str) in jstringToWtfString()
76 jstring wtfStringToJstring(JNIEnv* env, const WTF::String& str, bool validOnZeroLength) in wtfStringToJstring()
82 string16 jstringToString16(JNIEnv* env, jstring jstr) in jstringToString16()
96 std::string jstringToStdString(JNIEnv* env, jstring jstr) in jstringToStdString()
110 jstring stdStringToJstring(JNIEnv* env, const std::string& str, bool validOnZeroLength) in stdStringToJstring()
115 jobject intRectToRect(JNIEnv* env, const WebCore::IntRect& rect) in intRectToRect()
127 jobjectArray intRectVectorToRectArray(JNIEnv* env, Vector<WebCore::IntRect>& rects) in intRectVectorToRectArray()
/external/chromium/android/jni/
Djni_utils.cc27 bool checkException(JNIEnv* env) in checkException()
38 string16 jstringToString16(JNIEnv* env, jstring jstr) in jstringToString16()
52 std::string jstringToStdString(JNIEnv* env, jstring jstr) in jstringToStdString()
67 JNIEnv* env; in GetJNIEnv() local
72 std::string JstringToStdString(JNIEnv* env, jstring jstr) { in JstringToStdString()
76 string16 JstringToString16(JNIEnv* env, jstring jstr) in JstringToString16()
81 bool CheckException(JNIEnv* env) in CheckException()
86 jstring ConvertUTF8ToJavaString(JNIEnv* env, std::string str) in ConvertUTF8ToJavaString()
Dmime_utils.cc12 static jclass get_class(JNIEnv* env) { in get_class()
17 static jmethodID guess_mime_type_from_extension(JNIEnv* env) { in guess_mime_type_from_extension()
23 static jmethodID guess_extension_from_mime_type(JNIEnv* env) { in guess_extension_from_mime_type()
35 JNIEnv* env = jni::GetJNIEnv(); in GuessMimeTypeFromExtension() local
49 JNIEnv* env = jni::GetJNIEnv(); in GuessExtensionFromMimeType() local
/external/qemu/target-i386/
Dhax-all.c42 int hax_vcpu_emulation_mode(CPUState *env) in hax_vcpu_emulation_mode()
47 static int hax_prepare_emulation(CPUState *env) in hax_prepare_emulation()
61 static int hax_stop_tbloop(CPUState *env) in hax_stop_tbloop()
81 int hax_stop_emulation(CPUState *env) in hax_stop_emulation()
97 int hax_stop_translate(CPUState *env) in hax_stop_translate()
114 hax_fd hax_vcpu_get_fd(CPUState *env) in hax_vcpu_get_fd()
236 int hax_vcpu_destroy(CPUState *env) in hax_vcpu_destroy()
259 int hax_init_vcpu(CPUState *env) in hax_init_vcpu()
398 int hax_handle_fastmmio(CPUState *env, struct hax_fastmmio *hft) in hax_handle_fastmmio()
423 int hax_handle_io(CPUState *env, uint32_t df, uint16_t port, int direction, in hax_handle_io()
[all …]
Dkvm.c70 uint32_t kvm_arch_get_supported_cpuid(CPUState *env, uint32_t function, int reg) in kvm_arch_get_supported_cpuid()
119 uint32_t kvm_arch_get_supported_cpuid(CPUState *env, uint32_t function, int reg) in kvm_arch_get_supported_cpuid()
130 int kvm_arch_init_vcpu(CPUState *env) in kvm_arch_init_vcpu()
208 static int kvm_has_msr_star(CPUState *env) in kvm_has_msr_star()
330 static int kvm_getput_regs(CPUState *env, int set) in kvm_getput_regs()
369 static int kvm_put_fpu(CPUState *env) in kvm_put_fpu()
387 static int kvm_put_sregs(CPUState *env) in kvm_put_sregs()
446 static int kvm_put_msrs(CPUState *env) in kvm_put_msrs()
475 static int kvm_get_fpu(CPUState *env) in kvm_get_fpu()
496 static int kvm_get_sregs(CPUState *env) in kvm_get_sregs()
[all …]
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_SliderJoint.cpp49 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getLowerLinLimit()
65 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setLowerLinLimit()
81 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getUpperLinLimit()
97 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setUpperLinLimit()
113 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getLowerAngLimit()
129 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setLowerAngLimit()
145 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getUpperAngLimit()
161 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setUpperAngLimit()
177 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirLin()
193 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setSoftnessDirLin()
[all …]
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp50 (JNIEnv *env, jobject object, jfloat mass, jlong motionstatId, jlong shapeId) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_createRigidBody()
67 (JNIEnv *env, jobject object, jlong bodyId) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_isInWorld()
83 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsLocation()
108 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2()
133 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Quaternion_2()
158 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsLocation()
174 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsRotation()
190 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsRotationMatrix()
206 (JNIEnv *env, jobject object, jlong bodyId, jboolean value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setKinematic()
228 (JNIEnv *env, jobject object, jlong bodyId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setCcdSweptSphereRadius()
[all …]
Dcom_jme3_bullet_collision_PhysicsCollisionEvent.cpp11 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulse()
27 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral1()
43 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral2()
59 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedFriction()
75 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedRestitution()
91 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getDistance1()
107 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getIndex0()
123 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getIndex1()
139 (JNIEnv * env, jobject object, jlong manifoldPointObjectId, jobject lateralFrictionDir1) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getLateralFrictionDir1()
155 (JNIEnv * env, jobject object, jlong manifoldPointObjectId, jobject lateralFrictionDir2) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getLateralFrictionDir2()
[all …]
Dcom_jme3_bullet_joints_motors_RotationalLimitMotor.cpp49 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getLoLimit()
65 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setLoLimit()
81 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getHiLimit()
97 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setHiLimit()
113 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getTargetVelocity()
129 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setTargetVelocity()
145 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxMotorForce()
161 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setMaxMotorForce()
177 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxLimitForce()
193 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setMaxLimitForce()
[all …]
Dcom_jme3_bullet_objects_PhysicsCharacter.cpp52 (JNIEnv * env, jobject object) { in Java_com_jme3_bullet_objects_PhysicsCharacter_createGhostObject()
64 (JNIEnv *env, jobject object, jlong ghostId) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setCharacterFlags()
81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) { in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject()
100 (JNIEnv *env, jobject object, jlong objectId, jobject vector) { in Java_com_jme3_bullet_objects_PhysicsCharacter_warp()
118 (JNIEnv *env, jobject object, jlong objectId, jobject vector) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setWalkDirection()
136 (JNIEnv *env, jobject object, jlong objectId, jint value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setUpAxis()
152 (JNIEnv *env, jobject object, jlong objectId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setFallSpeed()
168 (JNIEnv *env, jobject object, jlong objectId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setJumpSpeed()
184 (JNIEnv *env, jobject object, jlong objectId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setGravity()
200 (JNIEnv *env, jobject object, jlong objectId) { in Java_com_jme3_bullet_objects_PhysicsCharacter_getGravity()
[all …]
Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp54 (JNIEnv * env, jobject object) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_createGhostObject()
66 (JNIEnv *env, jobject object, jlong objectId) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setGhostFlags()
82 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsLocation()
98 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2()
114 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Quaternion_2()
130 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsLocation()
146 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsRotation()
162 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsRotationMatrix()
176 jmeGhostOverlapCallback(JNIEnv *env, jobject object) in jmeGhostOverlapCallback()
204 (JNIEnv *env, jobject object, jlong objectId) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getOverlappingObjects()
[all …]
Dcom_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp49 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getLowerLimit()
65 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setLowerLimit()
81 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getUpperLimit()
97 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setUpperLimit()
113 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getAccumulatedImpulse()
129 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setAccumulatedImpulse()
145 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getLetLimitSoftness()
161 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setLimitSoftness()
177 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getDamping()
193 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setDamping()
[all …]
/external/quake/quake/src/QW/client/
Dmain.cpp39 qinit(JNIEnv *env, jobject thiz, /* jobjectArray config, */ in qinit()
45 qevent(JNIEnv *env, jobject thiz, jint type, jint value) { in qevent()
50 qstep(JNIEnv *env, jobject thiz) { in qstep()
55 qquitting(JNIEnv *env, jobject thiz) { in qquitting()
71 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods()
93 static int registerNatives(JNIEnv* env) in registerNatives()
110 JNIEnv* env = NULL; in JNI_OnLoad() local
/external/quake/quake/src/WinQuake/
DmasterMain.cpp36 qinit(JNIEnv *env, jobject thiz) { in qinit()
42 qevent(JNIEnv *env, jobject thiz, jint type, jint value) { in qevent()
47 qmotionevent(JNIEnv *env, jobject thiz, jlong eventTime, jint action, in qmotionevent()
55 qtrackballevent(JNIEnv *env, jobject thiz, jlong eventTime, jint action, in qtrackballevent()
62 qstep(JNIEnv *env, jobject thiz, jint width, jint height) { in qstep()
67 qquit(JNIEnv *env, jobject thiz) { in qquit()
86 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods()
108 static int registerNatives(JNIEnv* env) in registerNatives()
125 JNIEnv* env; member
134 JNIEnv* env = NULL; in JNI_OnLoad() local
/external/v8/test/cctest/
Dtest-deoptimization.cc117 LocalContext env; in TEST() local
155 LocalContext env; in TEST() local
194 LocalContext env; in TEST() local
219 LocalContext env; in TEST() local
246 LocalContext env; in TEST() local
274 LocalContext env; in TEST() local
312 LocalContext env; in TEST() local
341 LocalContext env; in TEST() local
396 static void TestDeoptimizeBinaryOpHelper(LocalContext* env, in TestDeoptimizeBinaryOpHelper()
431 LocalContext env; in TEST() local
[all …]
/external/qemu/
Dcpus.c42 CPUState *env; in hw_error() local
70 static int cpu_can_run(CPUState *env) in cpu_can_run()
79 static int cpu_has_work(CPUState *env) in cpu_has_work()
94 CPUState *env; in tcg_has_work() local
191 CPUState *env = _env; in qemu_init_vcpu() local
202 int qemu_cpu_self(void *env) in qemu_cpu_self()
215 void qemu_cpu_kick(void *env) in qemu_cpu_kick()
222 CPUState *env = cpu_single_env; in qemu_notify_event() local
308 static void qemu_wait_io_event(CPUState *env) in qemu_wait_io_event()
335 CPUState *env = arg; in kvm_cpu_thread_fn() local
[all …]
/external/chromium/base/nix/
Dxdg_util.cc15 FilePath GetXDGDirectory(Environment* env, const char* env_name, in GetXDGDirectory()
23 FilePath GetXDGUserDirectory(Environment* env, const char* dir_name, in GetXDGUserDirectory()
34 DesktopEnvironment GetDesktopEnvironment(Environment* env) { in GetDesktopEnvironment()
65 const char* GetDesktopEnvironmentName(DesktopEnvironment env) { in GetDesktopEnvironmentName()
81 const char* GetDesktopEnvironmentName(Environment* env) { in GetDesktopEnvironmentName()
/external/chromium/chrome/common/
Dchrome_paths_linux.cc29 scoped_ptr<base::Environment> env(base::Environment::Create()); in GetDefaultUserDataDirectory() local
53 scoped_ptr<base::Environment> env(base::Environment::Create()); in GetUserCacheDirectory() local
69 scoped_ptr<base::Environment> env(base::Environment::Create()); in GetChromeFrameUserDataDirectory() local
82 scoped_ptr<base::Environment> env(base::Environment::Create()); in GetUserDocumentsDirectory() local
90 scoped_ptr<base::Environment> env(base::Environment::Create()); in GetUserDownloadsDirectory() local
110 scoped_ptr<base::Environment> env(base::Environment::Create()); in GetUserDesktop() local
/external/javasqlite/src/main/native/
Dsqlite_jni.c63 JNIEnv *env; /* Java environment for callbacks */ member
94 JNIEnv *env; /* Java environment for callbacks */ member
164 seterr(JNIEnv *env, jobject obj, int err) in seterr()
175 setvmerr(JNIEnv *env, jobject obj, int err) in setvmerr()
186 setstmterr(JNIEnv *env, jobject obj, int err) in setstmterr()
211 gethandle(JNIEnv *env, jobject obj) in gethandle()
221 gethvm(JNIEnv *env, jobject obj) in gethvm()
231 gethstmt(JNIEnv *env, jobject obj) in gethstmt()
243 gethbl(JNIEnv *env, jobject obj) in gethbl()
254 gethbk(JNIEnv *env, jobject obj) in gethbk()
[all …]
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp76 JNIEnv* env = JSC::Bindings::getJNIEnv(); in ~MediaPlayerPrivate() local
99 JNIEnv* env = JSC::Bindings::getJNIEnv(); in pause() local
118 JNIEnv* env = JSC::Bindings::getJNIEnv(); in seek() local
219 JNIEnv* env = JSC::Bindings::getJNIEnv(); in play() local
244 JNIEnv* env = JSC::Bindings::getJNIEnv(); in setPoster() local
312 JNIEnv* env = JSC::Bindings::getJNIEnv(); in MediaPlayerVideoPrivate() local
341 JNIEnv* env = JSC::Bindings::getJNIEnv(); in createJavaPlayerIfNeeded() local
388 JNIEnv* env = JSC::Bindings::getJNIEnv(); in load() local
406 JNIEnv* env = JSC::Bindings::getJNIEnv(); in play() local
428 JNIEnv* env = JSC::Bindings::getJNIEnv(); in maxTimeSeekable() local
[all …]

12345678910>>...15