Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/store/
DPop3StoreUnitTests.java534 FetchProfile fp = new FetchProfile(); in testCatchClosed2() local
535 fp.add(FetchProfile.Item.FLAGS); in testCatchClosed2()
536 fp.add(FetchProfile.Item.ENVELOPE); in testCatchClosed2()
537 mFolder.fetch(messages, fp, null); in testCatchClosed2()
582 FetchProfile fp = new FetchProfile(); in testCatchClosed2a() local
583 fp.add(FetchProfile.Item.FLAGS); in testCatchClosed2a()
584 fp.add(FetchProfile.Item.ENVELOPE); in testCatchClosed2a()
585 mFolder.fetch(messages, fp, null); in testCatchClosed2a()
629 FetchProfile fp = new FetchProfile(); in testCatchClosed3() local
630 fp.add(FetchProfile.Item.FLAGS); in testCatchClosed3()
[all …]
DImapStoreUnitTests.java771 final FetchProfile fp = new FetchProfile(); in testFetchFlagEnvelope() local
772 fp.add(FetchProfile.Item.FLAGS); in testFetchFlagEnvelope()
773 fp.add(FetchProfile.Item.ENVELOPE); in testFetchFlagEnvelope()
792 mFolder.fetch(new Message[] { message }, fp, null); in testFetchFlagEnvelope()
812 final FetchProfile fp = new FetchProfile(); in testFetchBodyStructureSimple() local
813 fp.add(FetchProfile.Item.STRUCTURE); in testFetchBodyStructureSimple()
820 mFolder.fetch(new Message[] { message }, fp, null); in testFetchBodyStructureSimple()
851 final FetchProfile fp = new FetchProfile(); in testFetchBodyStructureMultipart() local
852 fp.add(FetchProfile.Item.STRUCTURE); in testFetchBodyStructureMultipart()
868 mFolder.fetch(new Message[] { message }, fp, null); in testFetchBodyStructureMultipart()
[all …]
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java258 FetchProfile fp = new FetchProfile(); in loadUnsyncedMessages() local
259 fp.add(FetchProfile.Item.STRUCTURE); in loadUnsyncedMessages()
260 remoteFolder.fetch(messages.toArray(new Message[messages.size()]), fp, null); in loadUnsyncedMessages() local
271 fp.clear(); in loadUnsyncedMessages()
272 fp.add(part); in loadUnsyncedMessages()
273 remoteFolder.fetch(oneMessageArray, fp, null); in loadUnsyncedMessages()
285 FetchProfile fp = new FetchProfile(); in downloadFlagAndEnvelope() local
286 fp.add(FetchProfile.Item.FLAGS); in downloadFlagAndEnvelope()
287 fp.add(FetchProfile.Item.ENVELOPE); in downloadFlagAndEnvelope()
296 remoteFolder.fetch(unsyncedMessages.toArray(new Message[unsyncedMessages.size()]), fp, in downloadFlagAndEnvelope() local
[all …]
DEmailServiceStub.java217 final FetchProfile fp = new FetchProfile(); in loadAttachment() local
218 fp.add(storePart); in loadAttachment()
219 remoteFolder.fetch(new Message[] { storeMessage }, fp, in loadAttachment()
/packages/services/Telephony/src/com/android/phone/common/mail/store/
DImapFolder.java261 public void fetch(Message[] messages, FetchProfile fp, in fetch() argument
264 fetchInternal(messages, fp, listener); in fetch()
271 public void fetchInternal(Message[] messages, FetchProfile fp, in fetchInternal() argument
296 if (fp.contains(FetchProfile.Item.FLAGS)) { in fetchInternal()
299 if (fp.contains(FetchProfile.Item.ENVELOPE)) { in fetchInternal()
304 if (fp.contains(FetchProfile.Item.STRUCTURE)) { in fetchInternal()
308 if (fp.contains(FetchProfile.Item.BODY_SANE)) { in fetchInternal()
311 if (fp.contains(FetchProfile.Item.BODY)) { in fetchInternal()
316 final Part fetchPart = fp.getFirstPart(); in fetchInternal()
350 if (fp.contains(FetchProfile.Item.FLAGS)) { in fetchInternal()
[all …]
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java608 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) in fetch() argument
611 fetchInternal(messages, fp, listener); in fetch()
621 public void fetchInternal(Message[] messages, FetchProfile fp, in fetchInternal() argument
646 if (fp.contains(FetchProfile.Item.FLAGS)) { in fetchInternal()
649 if (fp.contains(FetchProfile.Item.ENVELOPE)) { in fetchInternal()
654 if (fp.contains(FetchProfile.Item.STRUCTURE)) { in fetchInternal()
658 if (fp.contains(FetchProfile.Item.BODY_SANE)) { in fetchInternal()
661 if (fp.contains(FetchProfile.Item.BODY)) { in fetchInternal()
666 final Part fetchPart = fp.getFirstPart(); in fetchInternal()
700 if (fp.contains(FetchProfile.Item.FLAGS)) { in fetchInternal()
[all …]
DPop3Store.java541 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) in fetch() argument
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_camera.h316 double f,fp,fpi; in db_UpdateRotFocalHomography() local
323 fp=f+dx[3]; in db_UpdateRotFocalHomography()
324 fpi=db_SafeReciprocal(fp); in db_UpdateRotFocalHomography()
325 H_p_dx[2]*=fp; in db_UpdateRotFocalHomography()
326 H_p_dx[5]*=fp; in db_UpdateRotFocalHomography()
Ddb_metrics.h39 inline void db_CauchyDerivative(double J[4],double fp[2],const double f[2],double one_over_scale2) in db_CauchyDerivative()
90 fp[0]=r_fu*f[0]; in db_CauchyDerivative()
91 fp[1]=r_fu*f[1]; in db_CauchyDerivative()
110 fp[0]=0.0; in db_CauchyDerivative()
111 fp[1]=0.0; in db_CauchyDerivative()
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_utilities_camera.h316 double f,fp,fpi; in db_UpdateRotFocalHomography() local
323 fp=f+dx[3]; in db_UpdateRotFocalHomography()
324 fpi=db_SafeReciprocal(fp); in db_UpdateRotFocalHomography()
325 H_p_dx[2]*=fp; in db_UpdateRotFocalHomography()
326 H_p_dx[5]*=fp; in db_UpdateRotFocalHomography()
Ddb_metrics.h39 inline void db_CauchyDerivative(double J[4],double fp[2],const double f[2],double one_over_scale2) in db_CauchyDerivative()
90 fp[0]=r_fu*f[0]; in db_CauchyDerivative()
91 fp[1]=r_fu*f[1]; in db_CauchyDerivative()
110 fp[0]=0.0; in db_CauchyDerivative()
111 fp[1]=0.0; in db_CauchyDerivative()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintSettings.java185 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) {
414 final Fingerprint fp =fpref.getFingerprint(); in onPreferenceTreeClick() local
415 showRenameDeleteDialog(fp); in onPreferenceTreeClick()
421 private void showRenameDeleteDialog(final Fingerprint fp) { in showRenameDeleteDialog() argument
424 args.putParcelable("fingerprint", fp); in showRenameDeleteDialog()
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
DMockFolder.java64 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) { in fetch() argument
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DFolder.java163 public abstract void fetch(Message[] messages, FetchProfile fp, in fetch() argument
/packages/apps/Settings/src/com/android/settings/
DChooseLockGeneric.java118 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) {
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...