/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactRecipientEntryUtils.java | 50 public static RecipientEntry constructSendToDestinationEntry(final String destination) { in constructSendToDestinationEntry() 57 public static RecipientEntry constructNumberWithAvatarEntry(final String destination) { in constructNumberWithAvatarEntry() 61 private static RecipientEntry constructSpecialRecipientEntry(final String destination, in constructSpecialRecipientEntry()
|
D | ContactUtil.java | 249 final String destination) { in lookupDestination() 268 final String destination) { in filterDestination() 434 final int displayNameSource, final String destination, final int destinationType, in createRecipientEntry() 459 final String destination = cursor.getString( in createRecipientEntryForPhoneQuery() local
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 20 static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination,… in flipVertical() 34 …__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destination, int dstWidt… in flipHorizontal() 51 …oid flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidt… in flip_fun() 73 static __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int… in rotate90() 89 static __inline__ void rotate180(char * source, int srcWidth, int srcHeight, char * destination, in… in rotate180() 93 static __inline__ void rotate270(char * source, int srcWidth, int srcHeight, char * destination, in… in rotate270() 99 …rotate_fun(int rotate, char * source, int srcWidth, int srcHeight, char * destination, int dstWidt… in rotate_fun() 116 static __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dst… in crop() 131 char* destination = 0; in JNIFUNCF() local 144 char* destination = 0; in JNIFUNCF() local [all …]
|
D | redeye.c | 22 char* destination = 0; in JNIFUNCF() local
|
D | negative.c | 21 char* destination = 0; in JNIFUNCF() local
|
D | exposure.c | 21 char* destination = 0; in JNIFUNCF() local
|
D | highlight.c | 22 char* destination = 0; in JNIFUNCF() local
|
D | shadows.c | 29 char* destination = 0; in JNIFUNCF() local
|
D | hue.c | 21 char* destination = 0; in JNIFUNCF() local
|
D | gradient.c | 22 char* destination = 0; in JNIFUNCF() local
|
D | contrast.c | 41 char* destination = 0; in JNIFUNCF() local
|
D | bwfilter.c | 22 char* destination = 0; in JNIFUNCF() local
|
D | saturated.c | 21 char* destination = 0; in JNIFUNCF() local
|
D | kmeans.cc | 37 char* destination = 0; in JNIFUNCF() local
|
D | vibrance.c | 22 char* destination = 0; in JNIFUNCF() local
|
D | edge.c | 22 char* destination = 0; in JNIFUNCF() local
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | UpdateDestinationBlockedAction.java | 34 final String destination); in onUpdateDestinationBlockedAction() 79 final String destination, final boolean blocked, final String conversationId, in updateDestinationBlocked() 96 final String destination, final boolean blocked, final String conversationId, in UpdateDestinationBlockedAction() 107 final String destination = actionParameters.getString(KEY_DESTINATION); in executeAction() local
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleRecipientEntry.java | 31 final String destination, final int destinationType, final String destinationLabel, in BugleRecipientEntry() 40 final int displayNameSource, final String destination, final int destinationType, in constructTopLevelEntry() 50 final int displayNameSource, final String destination, final int destinationType, in constructSecondLevelEntry()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | AttachmentActionHandler.java | 92 public void showAttachment(int destination) { in showAttachment() 113 public void startDownloadingAttachment(int destination) { in startDownloadingAttachment() 118 int destination, int rendition, int additionalPriority, boolean delayDownload) { in startDownloadingAttachment() 124 Attachment attachment, int destination, int rendition, int additionalPriority, in startDownloadingAttachment()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | Helpers.java | 82 String contentDisposition, String contentLocation, String mimeType, int destination) in generateSaveFile() 267 private static String chooseExtensionFromFilename(String mimeType, int destination, in chooseExtensionFromFilename() 418 public static File getRunningDestinationDirectory(Context context, int destination) in getRunningDestinationDirectory() 423 public static File getSuccessDestinationDirectory(Context context, int destination) in getSuccessDestinationDirectory() 428 private static File getDestinationDirectory(Context context, int destination, boolean running) in getDestinationDirectory()
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
D | ContactRequest.java | 115 public final ContactDrawableInterface destination; field in ContactRequest.ContactRequestHolder 118 final ContactDrawableInterface destination) { in ContactRequestHolder()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ContactListItemData.java | 58 final String destination = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL); in bind() local 108 final CharSequence destination = mStyledDestination != null ? in getDestination() local
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | ComposedData.java | 47 public int copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount( in copyCodePointsExceptTrailingSingleQuotesAndReturnCodePointCount()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ProcessingService.java | 108 Rect bounds, Rect destination, in postFullresRenderingRequest() 143 public static Intent getSaveIntent(Context context, ImagePreset preset, File destination, in getSaveIntent() 198 String destination = intent.getStringExtra(DESTINATION_FILE); in onStartCommand() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexServerSession.java | 183 String destination; in onPut() local 560 String destination; in onConnect() local
|