/external/chromium_org/ui/accessibility/ |
ax_tree_serializer_unittest.cc | 57 // the tree and send them as part of the next update. 86 AXTreeUpdate update; local 87 serializer_->SerializeChanges(tree1_->GetFromId(1), &update); 89 // The update should only touch nodes 1 and 4 - nodes 2 and 3 are unchanged 91 EXPECT_EQ(0, update.node_id_to_clear); 92 ASSERT_EQ(static_cast<size_t>(2), update.nodes.size()); 93 EXPECT_EQ(1, update.nodes[0].id); 94 EXPECT_EQ(4, update.nodes[1].id); 123 AXTreeUpdate update; local 124 serializer_->SerializeChanges(tree1_->GetFromId(4), &update); 169 AXTreeUpdate update; local [all...] |
/external/chromium_org/v8/test/webkit/ |
dictionary-no-cache.js | 69 function update(test) { function 73 update(test1); 76 update(test2); 79 update(test3); 83 update(test4);
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/ |
CrcFunction.java | 47 crc.update(b, 0, b.length);
|
/external/replicaisland/src/com/replica/replicaisland/ |
CameraBiasComponent.java | 30 public void update(float timeDelta, BaseObject parent) { method in class:CameraBiasComponent
|
CrusherAndouComponent.java | 34 public void update(float timeDelta, BaseObject parent) { method in class:CrusherAndouComponent
|
FixedAnimationComponent.java | 34 public void update(float timeDelta, BaseObject parent) { method in class:FixedAnimationComponent
|
FrameRateWatcherComponent.java | 37 public void update(float timeDelta, BaseObject parent) { method in class:FrameRateWatcherComponent
|
GravityComponent.java | 41 public void update(float timeDelta, BaseObject parent) { method in class:GravityComponent
|
PlaySingleSoundComponent.java | 40 public void update(float timeDelta, BaseObject parent) { method in class:PlaySingleSoundComponent
|
/frameworks/base/core/java/android/content/pm/ |
MacAuthenticatedInputStream.java | 65 mMac.update((byte) b); 74 mMac.update(buffer, offset, numRead);
|
/frameworks/base/core/java/android/database/sqlite/ |
SqliteWrapper.java | 76 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper 79 return resolver.update(uri, values, where, selectionArgs); 81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
|
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/ |
DisabledProvider.java | 51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
|
EnabledProvider.java | 51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
|
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/ |
TestProvider.java | 54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestProvider
|
TestReceiver.java | 54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestReceiver
|
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/ |
NullProvider.java | 31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
|
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/ |
NullProvider.java | 31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
|
/frameworks/base/graphics/java/android/graphics/ |
ColorMatrixColorFilter.java | 37 update(); method 52 update(); method 87 update(); method 118 update(); method 121 private void update() { method in class:ColorMatrixColorFilter
|
LightingColorFilter.java | 51 update(); method 77 update(); method 103 update(); method 106 private void update() { method in class:LightingColorFilter
|
PorterDuffColorFilter.java | 40 update(); method 70 update(); method 98 update(); method 101 private void update() { method in class:PorterDuffColorFilter
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
SingleUserProvider.java | 56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SingleUserProvider
|
/frameworks/native/services/surfaceflinger/Effects/ |
Daltonizer.cpp | 46 update(); 51 void Daltonizer::update() { function in class:android::Daltonizer
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
ActivityOptionsCompatJB.java | 55 public void update(ActivityOptionsCompatJB otherOptions) { method in class:ActivityOptionsCompatJB 56 mActivityOptions.update(otherOptions.mActivityOptions);
|
/hardware/intel/img/libdrm/tests/ |
updatedraw.c | 34 struct drm_update_draw update; local 36 update.handle = drawable; 37 update.type = DRM_DRAWABLE_CLIPRECTS; 38 update.num = 0; 39 update.data = 0; 41 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update); 49 struct drm_update_draw update; local 51 update.handle = drawable; 52 update.type = DRM_DRAWABLE_CLIPRECTS; 53 update.num = 0 64 struct drm_update_draw update; local [all...] |
/libcore/luni/src/main/java/java/security/ |
DigestInputStream.java | 88 // update digest only if 92 digest.update((byte)byteRead); 114 // update digest only if 118 digest.update(buffer, byteOffset, bytesRead);
|