Home
last modified time | relevance | path

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

12345678910>>...32

/external/qemu/target-i386/
Dfpu_helper.c61 static inline void fpush(CPUX86State *env) in fpush()
67 static inline void fpop(CPUX86State *env) in fpop()
73 static inline floatx80 helper_fldt(CPUX86State *env, target_ulong ptr) in helper_fldt()
82 static inline void helper_fstt(CPUX86State *env, floatx80 f, target_ulong ptr) in helper_fstt()
102 static inline double floatx80_to_double(CPUX86State *env, floatx80 a) in floatx80_to_double()
113 static inline floatx80 double_to_floatx80(CPUX86State *env, double a) in double_to_floatx80()
124 static void fpu_set_exception(CPUX86State *env, int mask) in fpu_set_exception()
131 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv()
139 static void fpu_raise_exception(CPUX86State *env) in fpu_raise_exception()
151 void helper_flds_FT0(CPUX86State *env, uint32_t val) in helper_flds_FT0()
[all …]
Dsvm_helper.c32 void helper_vmrun(CPUX86State *env, int aflag, int next_eip_addend) in helper_vmrun()
35 void helper_vmmcall(CPUX86State *env) in helper_vmmcall()
38 void helper_vmload(CPUX86State *env, int aflag) in helper_vmload()
41 void helper_vmsave(CPUX86State *env, int aflag) in helper_vmsave()
44 void helper_stgi(CPUX86State *env) in helper_stgi()
47 void helper_clgi(CPUX86State *env) in helper_clgi()
50 void helper_skinit(CPUX86State *env) in helper_skinit()
53 void helper_invlpga(CPUX86State *env, int aflag) in helper_invlpga()
56 void helper_vmexit(CPUX86State *env, in helper_vmexit()
60 void helper_svm_check_intercept_param(CPUX86State *env, in helper_svm_check_intercept_param()
[all …]
Dmisc_helper.c29 static inline void check_io(CPUX86State *env, int addr, int size) in check_io()
53 void helper_check_iob(CPUX86State *env, uint32_t t0) in helper_check_iob()
58 void helper_check_iow(CPUX86State *env, uint32_t t0) in helper_check_iow()
63 void helper_check_iol(CPUX86State *env, uint32_t t0) in helper_check_iol()
98 void helper_into(CPUX86State *env, int next_eip_addend) in helper_into()
107 void helper_single_step(CPUX86State *env) in helper_single_step()
116 void helper_cpuid(CPUX86State *env) in helper_cpuid()
130 target_ulong helper_read_crN(CPUX86State *env, int reg) in helper_read_crN()
135 void helper_write_crN(CPUX86State *env, int reg, target_ulong t0) in helper_write_crN()
139 void helper_movl_drN_T0(CPUX86State *env, int reg, target_ulong t0) in helper_movl_drN_T0()
[all …]
Dcc_helper.c77 static int compute_all_eflags(CPUX86State *env) in compute_all_eflags()
82 static int compute_c_eflags(CPUX86State *env) in compute_c_eflags()
87 uint32_t helper_cc_compute_all(CPUX86State *env, int op) in helper_cc_compute_all()
163 uint32_t helper_cc_compute_c(CPUX86State *env, int op) in helper_cc_compute_c()
234 void helper_write_eflags(CPUX86State *env, in helper_write_eflags()
240 target_ulong helper_read_eflags(CPUX86State *env) in helper_read_eflags()
249 void helper_clts(CPUX86State *env) in helper_clts()
255 void helper_reset_rf(CPUX86State *env) in helper_reset_rf()
260 void helper_cli(CPUX86State *env) in helper_cli()
265 void helper_sti(CPUX86State *env) in helper_sti()
[all …]
/external/qemu/target-mips/
Dop_helper.c33 static inline void compute_hflags(CPUMIPSState *env) in compute_hflags()
85 void helper_raise_exception_err (CPUMIPSState *env, in helper_raise_exception_err()
97 void helper_raise_exception (CPUMIPSState *env, uint32_t exception) in helper_raise_exception()
102 void helper_interrupt_restart (CPUMIPSState *env) in helper_interrupt_restart()
115 static void do_restore_state (CPUMIPSState *env, uintptr_t pc) in do_restore_state()
205 static inline uint64_t get_HILO(CPUMIPSState *env) in get_HILO()
210 static inline void set_HILO (CPUMIPSState *env, uint64_t HILO) in set_HILO()
216 static inline void set_HIT0_LO (CPUMIPSState *env, target_ulong arg1, uint64_t HILO) in set_HIT0_LO()
222 static inline void set_HI_LOT0 (CPUMIPSState *env, target_ulong arg1, uint64_t HILO) in set_HI_LOT0()
229 target_ulong helper_muls(CPUMIPSState *env, target_ulong arg1, in helper_muls()
[all …]
/external/chromium_org/chrome/browser/android/accessibility/
Dfont_size_prefs_android.cc15 FontSizePrefsAndroid::FontSizePrefsAndroid(JNIEnv* env, jobject obj) in FontSizePrefsAndroid()
33 void FontSizePrefsAndroid::SetFontScaleFactor(JNIEnv* env, in SetFontScaleFactor()
40 float FontSizePrefsAndroid::GetFontScaleFactor(JNIEnv* env, jobject obj) { in GetFontScaleFactor()
44 void FontSizePrefsAndroid::SetForceEnableZoom(JNIEnv* env, in SetForceEnableZoom()
50 bool FontSizePrefsAndroid::GetForceEnableZoom(JNIEnv* env, jobject obj) { in GetForceEnableZoom()
54 void FontSizePrefsAndroid::AddObserver(JNIEnv* env, in AddObserver()
62 void FontSizePrefsAndroid::RemoveObserver(JNIEnv* env, in RemoveObserver()
70 bool FontSizePrefsAndroid::Register(JNIEnv* env) { in Register()
74 jlong Init(JNIEnv* env, jobject obj) { in Init()
81 JNIEnv* env = base::android::AttachCurrentThread(); in OnFontScaleFactorPrefsChanged() local
[all …]
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_android.cc58 ProfileSyncServiceAndroid::ProfileSyncServiceAndroid(JNIEnv* env, jobject obj) in ProfileSyncServiceAndroid()
133 JNIEnv* env = AttachCurrentThread(); in OnStateChanged() local
138 void ProfileSyncServiceAndroid::EnableSync(JNIEnv* env, jobject) { in EnableSync()
147 void ProfileSyncServiceAndroid::DisableSync(JNIEnv* env, jobject) { in DisableSync()
158 void ProfileSyncServiceAndroid::SignInSync(JNIEnv* env, jobject) { in SignInSync()
175 void ProfileSyncServiceAndroid::SignOutSync(JNIEnv* env, jobject) { in SignOutSync()
185 JNIEnv* env, jobject) { in QuerySyncStatusSummary()
193 JNIEnv* env, jobject obj, jstring tag) { in SetSyncSessionsId()
201 jint ProfileSyncServiceAndroid::GetAuthError(JNIEnv* env, jobject) { in GetAuthError()
207 JNIEnv* env, jobject) { in IsEncryptEverythingEnabled()
[all …]
/external/mesa3d/scons/
Dcustom.py47 def quietCommandLines(env): argument
68 def createConvenienceLibBuilder(env): argument
100 def python_scan(node, env, path): argument
121 def code_generate(env, script, target, source, command): argument
155 def createCodeGenerateMethod(env): argument
160 def _pkg_check_modules(env, name, modules): argument
193 def pkg_check_modules(env, name, modules): argument
204 def pkg_use_modules(env, names): argument
229 def createPkgConfigMethods(env): argument
234 def parse_source_list(env, filename, names=None): argument
[all …]
/external/chromium_org/third_party/mesa/src/scons/
Dcustom.py47 def quietCommandLines(env): argument
68 def createConvenienceLibBuilder(env): argument
100 def python_scan(node, env, path): argument
121 def code_generate(env, script, target, source, command): argument
155 def createCodeGenerateMethod(env): argument
160 def _pkg_check_modules(env, name, modules): argument
193 def pkg_check_modules(env, name, modules): argument
204 def pkg_use_modules(env, names): argument
229 def createPkgConfigMethods(env): argument
234 def parse_source_list(env, filename, names=None): argument
[all …]
/external/chromium_org/chrome/browser/ui/android/
Dcertificate_viewer_android.cc24 static jstring GetCertIssuedToText(JNIEnv* env, jclass) { in GetCertIssuedToText()
29 static jstring GetCertInfoCommonNameText(JNIEnv* env, jclass) { in GetCertInfoCommonNameText()
34 static jstring GetCertInfoOrganizationText(JNIEnv* env, jclass) { in GetCertInfoOrganizationText()
40 static jstring GetCertInfoSerialNumberText(JNIEnv* env, jclass) { in GetCertInfoSerialNumberText()
46 static jstring GetCertInfoOrganizationUnitText(JNIEnv* env, jclass) { in GetCertInfoOrganizationUnitText()
52 static jstring GetCertIssuedByText(JNIEnv* env, jclass) { in GetCertIssuedByText()
57 static jstring GetCertValidityText(JNIEnv* env, jclass) { in GetCertValidityText()
62 static jstring GetCertIssuedOnText(JNIEnv* env, jclass) { in GetCertIssuedOnText()
67 static jstring GetCertExpiresOnText(JNIEnv* env, jclass) { in GetCertExpiresOnText()
72 static jstring GetCertFingerprintsText(JNIEnv* env, jclass) { in GetCertFingerprintsText()
[all …]
Dchrome_http_auth_handler.cc33 JNIEnv* env = AttachCurrentThread(); in Init() local
43 JNIEnv* env = AttachCurrentThread(); in ShowDialog() local
54 JNIEnv* env = base::android::AttachCurrentThread(); in OnAutofillDataAvailable() local
64 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env, in SetAuth()
75 void ChromeHttpAuthHandler::CancelAuth(JNIEnv* env, jobject) { in CancelAuth()
81 JNIEnv* env, jobject) { in GetMessageTitle()
87 JNIEnv* env, jobject) { in GetMessageBody()
92 JNIEnv* env, jobject) { in GetUsernameLabelText()
98 JNIEnv* env, jobject) { in GetPasswordLabelText()
104 JNIEnv* env, jobject) { in GetOkButtonText()
[all …]
/external/chromium_org/content/browser/web_contents/
Dweb_contents_android.cc37 JNIEnv* env = base::android::AttachCurrentThread(); in JavaScriptResultCallback() local
66 bool WebContentsAndroid::Register(JNIEnv* env) { in Register()
73 JNIEnv* env = AttachCurrentThread(); in WebContentsAndroid() local
91 JNIEnv* env, jobject obj) const { in GetTitle()
97 JNIEnv* env, jobject obj) const { in GetVisibleURL()
102 void WebContentsAndroid::Stop(JNIEnv* env, jobject obj) { in Stop()
107 JNIEnv* env, jobject jobj, jstring jcss) { in InsertCSS()
123 jint WebContentsAndroid::GetBackgroundColor(JNIEnv* env, jobject obj) { in GetBackgroundColor()
130 ScopedJavaLocalRef<jstring> WebContentsAndroid::GetURL(JNIEnv* env, in GetURL()
135 jboolean WebContentsAndroid::IsIncognito(JNIEnv* env, jobject obj) { in IsIncognito()
[all …]
/external/chromium_org/chrome/browser/net/spdyproxy/
Ddata_reduction_proxy_settings_android.cc33 JNIEnv* env, jobject obj) { in IsDataReductionProxyAllowed()
38 JNIEnv* env, jobject obj) { in IsDataReductionProxyPromoAllowed()
43 JNIEnv* env, jobject obj) { in IsIncludedInAltFieldTrial()
49 JNIEnv* env, jobject obj) { in GetDataReductionProxyOrigin()
54 JNIEnv* env, jobject obj) { in IsDataReductionProxyEnabled()
59 JNIEnv* env, jobject obj) { in IsDataReductionProxyManaged()
64 JNIEnv* env, in SetDataReductionProxyEnabled()
71 JNIEnv* env, jobject obj) { in GetDataReductionLastUpdateTime()
76 DataReductionProxySettingsAndroid::GetContentLengths(JNIEnv* env, in GetContentLengths()
94 JNIEnv* env, jobject obj) { in GetDailyOriginalContentLengths()
[all …]
/external/chromium_org/content/browser/frame_host/
Dnavigation_controller_android.cc26 JNIEnv* env, in CreateJavaNavigationEntry()
55 static void AddNavigationEntryToHistory(JNIEnv* env, in AddNavigationEntryToHistory()
70 bool NavigationControllerAndroid::Register(JNIEnv* env) { in Register()
77 JNIEnv* env = AttachCurrentThread(); in NavigationControllerAndroid() local
92 jboolean NavigationControllerAndroid::CanGoBack(JNIEnv* env, jobject obj) { in CanGoBack()
96 jboolean NavigationControllerAndroid::CanGoForward(JNIEnv* env, in CanGoForward()
101 jboolean NavigationControllerAndroid::CanGoToOffset(JNIEnv* env, in CanGoToOffset()
107 void NavigationControllerAndroid::GoBack(JNIEnv* env, jobject obj) { in GoBack()
111 void NavigationControllerAndroid::GoForward(JNIEnv* env, jobject obj) { in GoForward()
115 void NavigationControllerAndroid::GoToOffset(JNIEnv* env, in GoToOffset()
[all …]
/external/chromium_org/chrome/browser/autofill/android/
Dpersonal_data_manager_android.cc37 JNIEnv* env, in CreateJavaProfileFromNative()
66 JNIEnv* env, in PopulateNativeProfileFromJava()
131 JNIEnv* env, in CreateJavaCreditCardFromNative()
150 JNIEnv* env, in PopulateNativeCreditCardFromJava()
170 PersonalDataManagerAndroid::PersonalDataManagerAndroid(JNIEnv* env, in PersonalDataManagerAndroid()
188 JNIEnv* env, in GetProfileByIndex()
199 JNIEnv* env, in GetProfileByGUID()
211 JNIEnv* env, in SetProfile()
237 JNIEnv* env, in GetCreditCardByIndex()
248 JNIEnv* env, in GetCreditCardByGUID()
[all …]
/external/chromium_org/ui/gl/android/
Dsurface_texture.cc30 JNIEnv* env = base::android::AttachCurrentThread(); in Create() local
38 JNIEnv* env = base::android::AttachCurrentThread(); in CreateSingleBuffered() local
49 JNIEnv* env = base::android::AttachCurrentThread(); in ~SurfaceTexture() local
55 JNIEnv* env = base::android::AttachCurrentThread(); in SetFrameAvailableCallback() local
63 JNIEnv* env = base::android::AttachCurrentThread(); in UpdateTexImage() local
70 JNIEnv* env = base::android::AttachCurrentThread(); in ReleaseTexImage() local
76 JNIEnv* env = base::android::AttachCurrentThread(); in GetTransformMatrix() local
92 JNIEnv* env = base::android::AttachCurrentThread(); in SetDefaultBufferSize() local
109 JNIEnv* env = base::android::AttachCurrentThread(); in AttachToGLContext() local
117 JNIEnv* env = base::android::AttachCurrentThread(); in DetachFromGLContext() local
[all …]
/external/chromium_org/third_party/cython/src/Tools/site_scons/site_tools/
Dpyext.py43 def createPythonObjectBuilder(env): argument
64 def createPythonExtensionBuilder(env): argument
118 def set_basic_vars(env): argument
143 def _set_configuration_nodistutils(env): argument
166 def ifnotset(env, name, value): argument
170 def set_configuration(env, use_distutils): argument
204 def generate(env): argument
229 def exists(env): argument
/external/chromium_org/chrome/browser/ui/android/tab_model/
Dtab_model_base.cc29 TabModelBase::TabModelBase(JNIEnv* env, jobject obj, Profile* profile) in TabModelBase()
34 void TabModelBase::Destroy(JNIEnv* env, jobject obj) { in Destroy()
39 ScopedJavaLocalRef<jobject> TabModelBase::GetProfileAndroid(JNIEnv* env, in GetProfileAndroid()
48 void TabModelBase::TabAddedToModel(JNIEnv* env, jobject obj, jobject jtab) { in TabAddedToModel()
59 JNIEnv* env = AttachCurrentThread(); in GetTabCount() local
66 JNIEnv* env = AttachCurrentThread(); in GetActiveIndex() local
79 JNIEnv* env = AttachCurrentThread(); in GetTabAt() local
90 JNIEnv* env = AttachCurrentThread(); in SetActiveIndex() local
98 JNIEnv* env = AttachCurrentThread(); in CloseTabAt() local
112 JNIEnv* env = AttachCurrentThread(); in CreateTab() local
[all …]
/external/chromium_org/components/dom_distiller/core/
Ddistilled_page_prefs_android.cc16 JNIEnv* env, in DistilledPagePrefsAndroid()
25 void DistilledPagePrefsAndroid::SetFontFamily(JNIEnv* env, in SetFontFamily()
32 jint DistilledPagePrefsAndroid::GetFontFamily(JNIEnv* env, jobject obj) { in GetFontFamily()
36 void DistilledPagePrefsAndroid::SetTheme(JNIEnv* env, jobject obj, jint theme) { in SetTheme()
41 jint DistilledPagePrefsAndroid::GetTheme(JNIEnv* env, jobject obj) { in GetTheme()
45 jlong Init(JNIEnv* env, jobject obj, jlong distilled_page_prefs_ptr) { in Init()
53 bool DistilledPagePrefsAndroid::Register(JNIEnv* env) { in Register()
57 void DistilledPagePrefsAndroid::AddObserver(JNIEnv* env, in AddObserver()
65 void DistilledPagePrefsAndroid::RemoveObserver(JNIEnv* env, in RemoveObserver()
74 JNIEnv* env, in DistilledPagePrefsObserverAndroid()
[all …]
/external/qemu/hw/mips/
Dcputimer.c8 uint32_t cpu_mips_get_random (CPUOldState *env) in cpu_mips_get_random()
23 uint32_t cpu_mips_get_count (CPUOldState *env) in cpu_mips_get_count()
33 static void cpu_mips_timer_update(CPUOldState *env) in cpu_mips_timer_update()
45 void cpu_mips_store_count (CPUOldState *env, uint32_t count) in cpu_mips_store_count()
59 void cpu_mips_store_compare (CPUOldState *env, uint32_t value) in cpu_mips_store_compare()
69 void cpu_mips_start_count(CPUOldState *env) in cpu_mips_start_count()
74 void cpu_mips_stop_count(CPUOldState *env) in cpu_mips_stop_count()
83 CPUOldState *env; in mips_timer_cb() local
104 void cpu_mips_clock_init (CPUOldState *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, jlong recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStart()
117 (JNIEnv *env, jclass clazz, jlong recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStop()
122 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_SR_1RecognizerCreate()
[all …]
/external/chromium_org/content/browser/android/
Dcontent_view_render_view.cc50 bool ContentViewRenderView::RegisterContentViewRenderView(JNIEnv* env) { in RegisterContentViewRenderView()
54 ContentViewRenderView::ContentViewRenderView(JNIEnv* env, in ContentViewRenderView()
66 void ContentViewRenderView::SetLayerTreeBuildHelper(JNIEnv* env, in SetLayerTreeBuildHelper()
77 static jlong Init(JNIEnv* env, in Init()
87 void ContentViewRenderView::Destroy(JNIEnv* env, jobject obj) { in Destroy()
92 JNIEnv* env, jobject obj, jlong native_content_view_core) { in SetCurrentContentViewCore()
103 JNIEnv* env, jobject obj) { in SurfaceCreated()
108 void ContentViewRenderView::SurfaceDestroyed(JNIEnv* env, jobject obj) { in SurfaceDestroyed()
113 void ContentViewRenderView::SurfaceChanged(JNIEnv* env, jobject obj, in SurfaceChanged()
123 JNIEnv* env, jobject obj, bool enabled) { in SetOverlayVideoMode()
[all …]
/external/skia/platform_tools/android/app/jni/
Dcom_skia_SkiaSampleRenderer.cpp63 JNIEnv* env = gActivityGlue.m_env; in attach() local
80 JNIEnv* env = gActivityGlue.m_env; in onSetTitle() local
96 JNIEnv* env = gActivityGlue.m_env; in onHandleInval() local
110 JNIEnv* env = gActivityGlue.m_env; in onPDFSaved() local
137 JNIEnv* env = gActivityGlue.m_env; in SignalQueueTimer() local
151 JNIEnv* env = gActivityGlue.m_env; in SignalNonEmptyQueue() local
166 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], in GetJMethod()
174 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_init(JNIEnv* env, in Java_com_skia_SkiaSampleRenderer_init()
225 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_term(JNIEnv* env, in Java_com_skia_SkiaSampleRenderer_term()
242 JNIEnv* env, jobject thiz) in Java_com_skia_SkiaSampleRenderer_draw()
[all …]
/external/chromium_org/third_party/skia/platform_tools/android/app/jni/
Dcom_skia_SkiaSampleRenderer.cpp63 JNIEnv* env = gActivityGlue.m_env; in attach() local
80 JNIEnv* env = gActivityGlue.m_env; in onSetTitle() local
96 JNIEnv* env = gActivityGlue.m_env; in onHandleInval() local
110 JNIEnv* env = gActivityGlue.m_env; in onPDFSaved() local
137 JNIEnv* env = gActivityGlue.m_env; in SignalQueueTimer() local
151 JNIEnv* env = gActivityGlue.m_env; in SignalNonEmptyQueue() local
166 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], in GetJMethod()
174 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_init(JNIEnv* env, in Java_com_skia_SkiaSampleRenderer_init()
225 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_term(JNIEnv* env, in Java_com_skia_SkiaSampleRenderer_term()
242 JNIEnv* env, jobject thiz) in Java_com_skia_SkiaSampleRenderer_draw()
[all …]
/external/chromium_org/android_webview/native/
Dexternal_video_surface_container_impl.cc21 JNIEnv* env = AttachCurrentThread(); in ExternalVideoSurfaceContainerImpl() local
29 JNIEnv* env = AttachCurrentThread(); in ~ExternalVideoSurfaceContainerImpl() local
41 JNIEnv* env = AttachCurrentThread(); in RequestExternalVideoSurface() local
48 JNIEnv* env = AttachCurrentThread(); in ReleaseExternalVideoSurface() local
57 JNIEnv* env = AttachCurrentThread(); in OnFrameInfoUpdated() local
63 JNIEnv* env = AttachCurrentThread(); in OnExternalVideoSurfacePositionChanged() local
76 JNIEnv* env, jobject obj, jint player_id, jobject jsurface) { in SurfaceCreated()
82 JNIEnv* env, jobject obj, jint player_id) { in SurfaceDestroyed()
87 bool RegisterExternalVideoSurfaceContainer(JNIEnv* env) { in RegisterExternalVideoSurfaceContainer()

12345678910>>...32