Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 112) sorted by relevance

12345

/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
DtrsMatrix.h37 inline double ProjZ(double trs[3][3], double x, double y, double f) in ProjZ()
42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX()
47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DtrsMatrix.h37 inline double ProjZ(double trs[3][3], double x, double y, double f) in ProjZ()
42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX()
47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DtrsMatrix.h37 inline double ProjZ(double trs[3][3], double x, double y, double f) in ProjZ()
42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX()
47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.cpp159 jfieldID f = e->GetFieldID(c.get(), "mNative", "I"); in nfc_jni_get_nat() local
233 jfieldID f = e->GetFieldID(c.get(), "mHandle", "I"); in nfc_jni_get_p2p_device_handle() local
240 jfieldID f = e->GetFieldID(c.get(), "mMode", "S"); in nfc_jni_get_p2p_device_mode() local
248 jfieldID f = e->GetFieldID(c.get(), "mConnectedTechIndex", "I"); in nfc_jni_get_connected_tech_index() local
279 jfieldID f = e->GetFieldID(c.get(), "mTechLibNfcTypes", "[I"); in nfc_jni_get_connected_technology_libnfc_type() local
296 jfieldID f = e->GetFieldID(c.get(), "mConnectedHandle", "I"); in nfc_jni_get_connected_handle() local
303 jfieldID f = e->GetFieldID(c.get(), "mHandle", "I"); in nfc_jni_get_nfc_socket_handle() local
310 jfieldID f = e->GetFieldID(c.get(), "mTechList","[I"); in nfc_jni_get_nfc_tag_type() local
/packages/apps/Nfc/nci/jni/
DNativeLlcpConnectionlessSocket.cpp65 jfieldID f = e->GetFieldID(c.get(), "mHandle", "I"); in nativeLlcpConnectionlessSocket_doSendTo() local
223 jfieldID f; in nativeLlcpConnectionlessSocket_doReceiveFrom() local
263 jfieldID f = e->GetFieldID(c.get(), "mHandle", "I"); in nativeLlcpConnectionlessSocket_doClose() local
DNfcJniUtil.cpp113 jfieldID f = e->GetFieldID(c.get(), "mHandle", "I"); in nfc_jni_get_nfc_socket_handle() local
132 jfieldID f = e->GetFieldID(c.get(), "mNative", "I"); in nfc_jni_get_nat() local
DNfcTag.cpp583 jfieldID f = NULL; in fillNativeNfcTagMembers1() local
616 jfieldID f = e->GetFieldID(tag_cls, "mConnectedTechIndex", "I"); in fillNativeNfcTagMembers2() local
735 jfieldID f = e->GetFieldID(tag_cls, "mTechPollBytes", "[[B"); in fillNativeNfcTagMembers3() local
872 jfieldID f = e->GetFieldID (tag_cls, "mTechActBytes", "[[B"); in fillNativeNfcTagMembers4() local
956 jfieldID f = e->GetFieldID(tag_cls, "mUid", "[B"); in fillNativeNfcTagMembers5() local
DNativeLlcpServiceSocket.cpp51 jfieldID f = 0; in nativeLlcpServiceSocket_doAccept() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DFlingScroller.java109 float f = 1 - progress; in computeScrollOffset() local
116 private int getX(float f) { in getX()
126 private int getY(float f) { in getY()
/packages/apps/Email/src/org/apache/james/mime4j/message/
DEntity.java131 ContentTransferEncodingField f = (ContentTransferEncodingField) in getContentTransferEncoding() local
157 ContentTypeField f = in isMultipart() local
/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java60 final File f = new File(dir, fileName); in pathForCroppedPhoto() local
67 final File f = new File(dir, fileName); in pathForNewCameraPhoto() local
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
Dvp_motionmodel.h220 #define VP_PROJW_3D(m,x,y,z,f) ( MWX(m)*(x)+MWY(m)*(y)+MWZ(m)*(z)+MWW(m) ) argument
221 #define VP_PROJX_3D(m,x,y,z,f,w) ((MXX(m)*(x)+MXY(m)*(y)+MXZ(m)*(z)+MXW(m))/(w)) argument
222 #define VP_PROJY_3D(m,x,y,z,f,w) ((MYX(m)*(x)+MYY(m)*(y)+MYZ(m)*(z)+MYW(m))/(w)) argument
223 #define VP_PROJZ_3D(m,x,y,z,f,w) ((MZX(m)*(x)+MZY(m)*(y)+MZZ(m)*(z)+MZW(m))/(w)) argument
255 #define VP_PROJZ(m,x,y,f) ( \ argument
259 #define VP_PROJX(m,x,y,w,f) (\ argument
263 #define VP_PROJY(m,x,y,w,f) (\ argument
/packages/apps/Camera/jni/feature_stab/src/dbreg/
Dvp_motionmodel.h220 #define VP_PROJW_3D(m,x,y,z,f) ( MWX(m)*(x)+MWY(m)*(y)+MWZ(m)*(z)+MWW(m) ) argument
221 #define VP_PROJX_3D(m,x,y,z,f,w) ((MXX(m)*(x)+MXY(m)*(y)+MXZ(m)*(z)+MXW(m))/(w)) argument
222 #define VP_PROJY_3D(m,x,y,z,f,w) ((MYX(m)*(x)+MYY(m)*(y)+MYZ(m)*(z)+MYW(m))/(w)) argument
223 #define VP_PROJZ_3D(m,x,y,z,f,w) ((MZX(m)*(x)+MZY(m)*(y)+MZZ(m)*(z)+MZW(m))/(w)) argument
255 #define VP_PROJZ(m,x,y,f) ( \ argument
259 #define VP_PROJX(m,x,y,w,f) (\ argument
263 #define VP_PROJY(m,x,y,w,f) (\ argument
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Dvp_motionmodel.h220 #define VP_PROJW_3D(m,x,y,z,f) ( MWX(m)*(x)+MWY(m)*(y)+MWZ(m)*(z)+MWW(m) ) argument
221 #define VP_PROJX_3D(m,x,y,z,f,w) ((MXX(m)*(x)+MXY(m)*(y)+MXZ(m)*(z)+MXW(m))/(w)) argument
222 #define VP_PROJY_3D(m,x,y,z,f,w) ((MYX(m)*(x)+MYY(m)*(y)+MYZ(m)*(z)+MYW(m))/(w)) argument
223 #define VP_PROJZ_3D(m,x,y,z,f,w) ((MZX(m)*(x)+MZY(m)*(y)+MZZ(m)*(z)+MZW(m))/(w)) argument
255 #define VP_PROJZ(m,x,y,f) ( \ argument
259 #define VP_PROJX(m,x,y,w,f) (\ argument
263 #define VP_PROJY(m,x,y,w,f) (\ argument
/packages/apps/Contacts/src/com/android/contacts/
DContactsActivity.java122 protected static void showFragment(FragmentTransaction ft, Fragment f) { in showFragment()
126 protected static void hideFragment(FragmentTransaction ft, Fragment f) { in hideFragment()
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
Ddb_utilities_linalg.h257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s()
270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s()
292 inline int db_ScalarProduct128_s(const short *f,const short *g) in db_ScalarProduct128_s()
597 inline float db_ScalarProduct128Aligned16_f(const float *f,const float *g) in db_ScalarProduct128Aligned16_f()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_linalg.h257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s()
270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s()
292 inline int db_ScalarProduct128_s(const short *f,const short *g) in db_ScalarProduct128_s()
597 inline float db_ScalarProduct128Aligned16_f(const float *f,const float *g) in db_ScalarProduct128Aligned16_f()
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_utilities_linalg.h257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s()
270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s()
292 inline int db_ScalarProduct128_s(const short *f,const short *g) in db_ScalarProduct128_s()
597 inline float db_ScalarProduct128Aligned16_f(const float *f,const float *g) in db_ScalarProduct128Aligned16_f()
/packages/apps/Phone/src/com/android/phone/sip/
DSipProfileDb.java72 File f = new File(mProfilesDirectory + p.getProfileName()); in saveProfile() local
113 File f = new File(new File(root, dir), PROFILE_OBJ_FILE); in retrieveSipProfileListInternal() local
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetClickHandler.java40 AssetFileDescriptor f = getContentResolver() in isValidDataUri() local
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
DFileUtils.java267 final File f = new File(moviesDirectory, filename); in createMovieName() local
280 final File f = new File(dir, children[i]); in deleteDir() local
/packages/apps/Email/src/com/android/email/activity/setup/
DDuplicateAccountDialogFragment.java41 DuplicateAccountDialogFragment f = new DuplicateAccountDialogFragment(); in newInstance() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
DDevice.java54 File f = context.getFileStreamPath("deviceName"); in getDeviceIdInternal() local
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSoftLandingInterpolator.java49 final float f = fly.getInterpolation(input / upperRange) * mO; in getInterpolation() local
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
DBouncyDroid.java90 public void applyForce(Vec f) { in applyForce()
93 public void applyImpulse(Vec f) { in applyImpulse()
99 public void removeForce(Vec f) { in removeForce()

12345