/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactDeltaTests.java | 93 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesNone() local 103 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesInsert() local 121 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesUpdate() local 135 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesDelete() local 167 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNone() local 178 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNoneInsert() local 215 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffUpdateInsert() local 260 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNoneUpdate() local 294 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffDelete() local 322 final RawContactDelta source = new RawContactDelta(values); in testEntityDiffInsert() local [all …]
|
D | RawContactModifierTests.java | 207 final AccountType source = getAccountType(); in testValidTypes() local 252 final AccountType source = getAccountType(); in testCanInsert() local 281 final AccountType source = getAccountType(); in testBestValidType() local 317 final AccountType source = getAccountType(); in testIsEmptyEmpty() local 328 final AccountType source = getAccountType(); in testIsEmptyDirectFields() local 345 final AccountType source = getAccountType(); in testTrimEmptySingle() local 386 final AccountType source = getAccountType(); in testTrimEmptySpaces() local 412 final AccountType source = getAccountType(); in testTrimLeaveValid() local 441 final AccountType source = getAccountType(); in testTrimEmptyUntouched() local 465 final AccountType source = getAccountType(); in testTrimEmptyAfterUpdate() 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 static __inline__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destinatio… in flipHorizontal() 51 static __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destin… 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 static __inline__ void rotate_fun(int rotate, char * source, int srcWidth, int srcHeight, char * de… in rotate_fun() 116 static __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dst… in crop() 132 char* source = 0; in JNIFUNCF() local 145 char* source = 0; in JNIFUNCF() local [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | Sources.java | 118 protected void addSource(ContactsSource source) { in addSource() 207 ContactsSource source; in queryAccounts() local 256 final ContactsSource source = getInflatedSource(account.type, in getAccounts() local 279 final ContactsSource source = mSources.get(accountType); in getKindOrFallback() local 303 ContactsSource source = mSources.get(accountType); in getInflatedSource() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | DefaultSuggestionView.java | 178 public void set(final Source source, final String sourceIconId) { in set() 190 handleNewDrawable(icon.getNow(), uniqueIconId, source); in set() local 217 private void handleNewDrawable(Drawable icon, String id, Source source) { in handleNewDrawable() 238 protected String getFallbackIconId(Source source) { in getFallbackIconId() 242 protected Drawable getFallbackIcon(Source source) { in getFallbackIcon()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | CursorBackedSourceResult.java | 30 public CursorBackedSourceResult(GoogleSource source, String userQuery) { in CursorBackedSourceResult() 34 public CursorBackedSourceResult(GoogleSource source, String userQuery, Cursor cursor) { in CursorBackedSourceResult()
|
D | SuggestionsProvider.java | 31 Suggestions getSuggestions(String query, Source source); in getSuggestions()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | InfoDropTarget.java | 68 private boolean isFromAllApps(DragSource source) { in isFromAllApps() 101 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
|
D | DeleteDropTarget.java | 92 private boolean isAllAppsApplication(DragSource source, Object info) { in isAllAppsApplication() 95 private boolean isAllAppsWidget(DragSource source, Object info) { in isAllAppsWidget() 137 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoProcessorTest.java | 40 final Drawable source = getTestContext().getResources().getDrawable( in testTransparency() local
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
D | Base64Body.java | 33 public Base64Body(InputStream source) { in Base64Body()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | HanziToPinyin.java | 53 public Token(int type, String source, String target) { in Token() 66 public String source; field in HanziToPinyin.Token
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot() 68 const double *source; in db_LeanQuickSelect() local
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot() 68 const double *source; in db_LeanQuickSelect() local
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | UnicodeDialerKeyListener.java | 32 public CharSequence filter(CharSequence source, int start, int end, in filter()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
D | PickerColumn.java | 36 public PickerColumn(Parcel source) { in PickerColumn()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ScreenNail.java | 34 public void draw(GLCanvas canvas, RectF source, RectF dest); in draw()
|
D | PhotoFallbackEffect.java | 40 public Rect source; field in PhotoFallbackEffect.Entry 44 public Entry(Path path, Rect source, RawTexture texture) { in Entry()
|
D | BitmapScreenNail.java | 58 public void draw(GLCanvas canvas, RectF source, RectF dest) { in draw()
|
/packages/apps/Settings/tests/src/com/android/settings/bluetooth/ |
D | Utf8ByteLengthFilterTest.java | 48 CharSequence source; in testFilter() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 47 public CharSequence filter(CharSequence source, int start, int end, in filter()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
D | Utils.java | 219 float source, float target, float progress) { in interpolateAngle() 232 float source, float target, float progress) { in interpolateScale() 319 public static String[] copyOf(String[] source, int newSize) { in copyOf()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | Utils.java | 219 float source, float target, float progress) { in interpolateAngle() 232 float source, float target, float progress) { in interpolateScale() 319 public static String[] copyOf(String[] source, int newSize) { in copyOf()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistanceTest.java | 36 private void verifyTargetOperations(String[] source, String[] target, int[] expectedOps, in verifyTargetOperations()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | CropView.java | 137 public void setTileSource(TileSource source, Runnable isReadyCallback) { in setTileSource() 145 updateMinScale(getWidth(), getHeight(), source, true); in setTileSource() local 158 private void updateMinScale(int w, int h, TileSource source, boolean resetScale) { in updateMinScale()
|