Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 140) sorted by relevance

123456

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java93 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 …]
DRawContactModifierTests.java207 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/
Dgeometry.c20 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/
DSources.java118 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/
DDefaultSuggestionView.java178 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/
DCursorBackedSourceResult.java30 public CursorBackedSourceResult(GoogleSource source, String userQuery) { in CursorBackedSourceResult()
34 public CursorBackedSourceResult(GoogleSource source, String userQuery, Cursor cursor) { in CursorBackedSourceResult()
DSuggestionsProvider.java31 Suggestions getSuggestions(String query, Source source); in getSuggestions()
/packages/apps/Launcher2/src/com/android/launcher2/
DInfoDropTarget.java68 private boolean isFromAllApps(DragSource source) { in isFromAllApps()
101 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
DDeleteDropTarget.java92 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/
DPhotoProcessorTest.java40 final Drawable source = getTestContext().getResources().getDrawable( in testTransparency() local
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DBase64Body.java33 public Base64Body(InputStream source) { in Base64Body()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DHanziToPinyin.java53 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/
Ddb_utilities_indexing.cpp36 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/
Ddb_utilities_indexing.cpp36 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/
DUnicodeDialerKeyListener.java32 public CharSequence filter(CharSequence source, int start, int end, in filter()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DPickerColumn.java36 public PickerColumn(Parcel source) { in PickerColumn()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DScreenNail.java34 public void draw(GLCanvas canvas, RectF source, RectF dest); in draw()
DPhotoFallbackEffect.java40 public Rect source; field in PhotoFallbackEffect.Entry
44 public Entry(Path path, Rect source, RawTexture texture) { in Entry()
DBitmapScreenNail.java58 public void draw(GLCanvas canvas, RectF source, RectF dest) { in draw()
/packages/apps/Settings/tests/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilterTest.java48 CharSequence source; in testFilter() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilter.java47 public CharSequence filter(CharSequence source, int start, int end, in filter()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
DUtils.java219 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/
DUtils.java219 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/
DLevenshteinDistanceTest.java36 private void verifyTargetOperations(String[] source, String[] target, int[] expectedOps, in verifyTargetOperations()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DCropView.java137 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()

123456