/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
D | SharingSupportProvider.java | 60 public Uri insert(Uri uri, ContentValues values) { in insert() 70 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | FileProvider.java | 53 public Uri insert(Uri uri, ContentValues values) { in insert() 65 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
D | WeatherDataProvider.java | 109 public Uri insert(Uri uri, ContentValues values) { in insert() 121 public synchronized int update(Uri uri, ContentValues values, String selection, in update()
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | TitleEditor.java | 141 ContentValues values = new ContentValues(); in onPause() local
|
D | NoteEditor.java | 527 ContentValues values = new ContentValues(); in updateNote() local 593 ContentValues values = new ContentValues(); in cancelNote() local
|
D | NotePadProvider.java | 507 ContentValues values; in insert() local 669 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
D | DictionaryProvider.java | 189 public Uri insert(Uri uri, ContentValues values) { in insert() 199 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
D | NotePadProviderTest.java | 140 ContentValues values = new ContentValues(); in insertData() local 673 ContentValues values = note.getContentValues(); in testInserts() local 754 ContentValues values = new ContentValues(); in testUpdates() local
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | XmlDocumentProvider.java | 312 public Uri insert(Uri uri, ContentValues values) { in insert() 328 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
D | VoicemailProviderHelpers.java | 113 ContentValues values = getContentValues(voicemail); in update() local 149 ContentValues values = new ContentValues(); in setVoicemailContent() local
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | DataProvider.java | 306 public Uri insert(Uri uri, ContentValues values) { in insert() 447 public int update(Uri uri, ContentValues values, String selection, in update()
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
D | AsyncTask.java | 411 protected void onProgressUpdate(Progress... values) { in onProgressUpdate() 646 protected final void publishProgress(Progress... values) { in publishProgress()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | LoaderThrottle.java | 275 ContentValues values; in insert() local 341 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | LoaderThrottleSupport.java | 276 ContentValues values; in insert() local 342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactManager.java | 487 ContentValues values = new ContentValues(); in setAccountContactsVisibility() local 572 final ContentValues values = new ContentValues(); in updateContactStatus() local 615 final ContentValues values = new ContentValues(); in addContactStreamItem() local 640 final ContentValues values = new ContentValues(); in addStreamItemPhoto() local
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssContentProvider.java | 170 public int update(Uri uri, ContentValues values, String whereClause) { in update()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | Sensors.java | 128 float[] values = mOrientationValues; in onDraw() local
|
/development/tools/emulator/system/sensors/ |
D | sensors_qemu.c | 264 sensors_event_t* values) in pick_sensor() 291 data__poll(struct sensors_poll_device_t *dev, sensors_event_t* values) in data__poll()
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
D | GestureBuilderActivity.java | 371 protected void onProgressUpdate(NamedGesture... values) { in onProgressUpdate()
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 1032 void glVertexAttrib1fv(GLuint indx, const GLfloat* values) in glVertexAttrib1fv() 1044 void glVertexAttrib2fv(GLuint indx, const GLfloat* values) in glVertexAttrib2fv() 1056 void glVertexAttrib3fv(GLuint indx, const GLfloat* values) in glVertexAttrib3fv() 1068 void glVertexAttrib4fv(GLuint indx, const GLfloat* values) in glVertexAttrib4fv()
|
D | gl2_enc.cpp | 2344 void glVertexAttrib1fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib1fv_enc() 2379 void glVertexAttrib2fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib2fv_enc() 2415 void glVertexAttrib3fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib3fv_enc() 2452 void glVertexAttrib4fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib4fv_enc()
|