Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 34) sorted by relevance

12

/cts/tools/dasm/src/java_cup/
Dversion.java38 public static final char update = 'd'; field in version
/cts/tests/openglperf2/jni/reference/scene/
DScene.cpp65 bool Scene::update(int frame) { in update() function in Scene
/cts/tests/openglperf2/jni/reference/
DReferenceRenderer.cpp79 bool ReferenceRenderer::update(int frame) { in update() function in ReferenceRenderer
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DUnawareProvider.java59 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in UnawareProvider
DAwareProvider.java59 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in AwareProvider
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
DPermissionContentProviderPathRestricting.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProviderPathRestricting
DAmbiguousContentProvider.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in AmbiguousContentProvider
DPrivateContentProvider.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in PrivateContentProvider
DPrivateContentProviderGranting.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in PrivateContentProviderGranting
DPermissionContentProviderGranting.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProviderGranting
DPermissionContentProviderPath.java45 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProviderPath
DPermissionContentProvider.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in PermissionContentProvider
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DBasicContentProvider.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in BasicContentProvider
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/
DAmbiguousContentProvider.java61 public int update(Uri uri, ContentValues values, String selection, in update() method in AmbiguousContentProvider
/cts/tests/tests/telephony/src/android/telephony/cts/
DMmsPduProvider.java64 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in MmsPduProvider
/cts/hostsidetests/services/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/
DDragSourceContentProvider.java68 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in DragSourceContentProvider
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
DFeatureProvider.java82 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in FeatureProvider
/cts/tests/tests/webkit/src/android/webkit/cts/
DMockContentProvider.java67 public int update(Uri uri, ContentValues values, String selection, in update() method in MockContentProvider
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactUtil.java36 public static void update(ContentResolver resolver, long contactId, in update() method in ContactUtil
DDataUtil.java83 public static void update(ContentResolver resolver, long dataId, ContentValues values) { in update() method in DataUtil
DRawContactUtil.java36 public static void update(ContentResolver resolver, long rawContactId, in update() method in RawContactUtil
/cts/tests/tests/content/src/android/content/cts/
DContentProviderTest.java265 public int update(Uri uri, ContentValues values, String selection, in update() method in ContentProviderTest.MockContentProvider
336 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in ContentProviderTest.OpenFileContentProvider
DContentQueryMapTest.java361 public synchronized void update(Observable observable, Object data) { in update() method in ContentQueryMapTest.MockObserver
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1432 protected byte[] update(byte[] input) { in update() method in BlockCipherTestBase
1439 protected byte[] update(byte[] input, int offset, int len) { in update() method in BlockCipherTestBase
1446 protected int update(byte[] input, int offset, int len, byte[] output) in update() method in BlockCipherTestBase
1454 protected int update(byte[] input, int offset, int len, byte[] output, int outputOffset) in update() method in BlockCipherTestBase
1462 protected int update(ByteBuffer input, ByteBuffer output) throws ShortBufferException { in update() method in BlockCipherTestBase
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java146 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in AuthenticatorContentProvider

12