Searched defs:err (Results 1 - 11 of 11) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DRecognizerClient.java36 public void onRecognitionError(String err); argument
H A DVoiceDialerActivity.java923 public void onRecognitionError(String err) { argument
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp103 int err; local
H A Dcom_android_bluetooth_hdp.cpp101 int err; local
H A Dcom_android_bluetooth_hid.cpp146 int err; local
H A Dcom_android_bluetooth_pan.cpp97 int err; local
H A Dcom_android_bluetooth_btservice_AdapterService.cpp461 int err; local
496 err = hw_get_module(id, (hw_module_t const**)&module);
498 if (err == 0) {
500 err = module->methods->open(module, id, &abstraction);
501 if (err == 0) {
H A Dcom_android_bluetooth_hfp.cpp220 int err; local
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c316 double err; local
329 err = 0;
330 err += (VP_SQR(ax1 - bx1) + VP_SQR(ay1 - by1));
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2));
332 err += (VP_SQR(ax3 - bx3) + VP_SQR(ay3 - by3));
333 err += (VP_SQR(ax4 - bx4) + VP_SQR(ay4 - by4));
335 return(sqrt(err));
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c316 double err; local
329 err = 0;
330 err += (VP_SQR(ax1 - bx1) + VP_SQR(ay1 - by1));
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2));
332 err += (VP_SQR(ax3 - bx3) + VP_SQR(ay3 - by3));
333 err += (VP_SQR(ax4 - bx4) + VP_SQR(ay4 - by4));
335 return(sqrt(err));
/packages/apps/Browser/src/com/android/browser/
H A DTab.java288 private void queueError(int err, String desc) { argument
293 if (d.mError == err) {
299 err == WebViewClient.ERROR_FILE_NOT_FOUND ?
302 desc, err);

Completed in 303 milliseconds