Home
last modified time | relevance | path

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

1234567

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java91 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesNone() local
101 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesInsert() local
119 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesUpdate() local
133 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
218 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffUpdateInsert() local
267 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNoneUpdate() local
304 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffDelete() local
333 final RawContactDelta source = new RawContactDelta(values); in testEntityDiffInsert() local
[all …]
DRawContactModifierTests.java208 final AccountType source = getAccountType(); in testValidTypes() local
253 final AccountType source = getAccountType(); in testValidTypesWhenUpdating() local
290 final AccountType source = getAccountType(); in testCanInsert() local
319 final AccountType source = getAccountType(); in testBestValidType() local
355 final AccountType source = getAccountType(); in testIsEmptyEmpty() local
366 final AccountType source = getAccountType(); in testIsEmptyDirectFields() local
383 final AccountType source = getAccountType(); in testTrimEmptySingle() local
428 final AccountType source = getAccountType(); in testTrimEmptySpaces() local
454 final AccountType source = getAccountType(); in testTrimLeaveValid() local
483 final AccountType source = getAccountType(); in testTrimEmptyUntouched() local
[all …]
/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/apps/Camera2/src/com/android/camera/ui/focus/
DCameraCoordinateTransformer.java58 public RectF toPreviewSpace(RectF source) { in toPreviewSpace()
71 public RectF toCameraSpace(RectF source) { in toCameraSpace()
100 private Matrix inverse(Matrix source) { in inverse()
/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/ContactsCommon/src/com/android/contacts/common/logging/
DSearchState.java67 protected SearchState(Parcel source) { in SearchState()
100 private void readFromParcel(Parcel source) { in readFromParcel()
/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/experimental/TestBack/src/foo/bar/testback/
DTestBackService.java41 AccessibilityNodeInfo source = event.getSource(); in onAccessibilityEvent() local
92 private void dumpWindow(AccessibilityNodeInfo source) { in dumpWindow()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoProcessorTest.java40 final Drawable source = getTestContext().getResources().getDrawable( in testTransparency() local
/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/services/Telephony/src/com/android/phone/common/mail/
DBase64Body.java32 public Base64Body(InputStream source) { in Base64Body()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DBase64Body.java33 public Base64Body(InputStream source) { in Base64Body()
/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/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilter.java47 public CharSequence filter(CharSequence source, int start, int end, in filter()
/packages/apps/Settings/tests/unit/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilterTest.java31 CharSequence source; in testFilter() local
/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()

1234567