Searched refs:update (Results 1 - 25 of 1232) sorted by relevance

1234567891011>>

/external/chromium_org/cc/resources/
H A Dresource_update.cc17 ResourceUpdate update; local
18 update.texture = resource;
19 update.bitmap = bitmap;
20 update.content_rect = content_rect;
21 update.source_rect = source_rect;
22 update.dest_offset = dest_offset;
23 return update;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPaintAggregatorTest.cpp55 PaintAggregator::PendingUpdate update; local
56 greg.popPendingUpdate(&update);
58 EXPECT_TRUE(update.scrollRect.isEmpty());
59 ASSERT_EQ(1U, update.paintRects.size());
61 EXPECT_EQ(rect, update.paintRects[0]);
77 PaintAggregator::PendingUpdate update; local
78 greg.popPendingUpdate(&update);
80 EXPECT_TRUE(update.scrollRect.isEmpty());
81 EXPECT_EQ(2U, update.paintRects.size());
83 EXPECT_EQ(expectedBounds, update
102 PaintAggregator::PendingUpdate update; local
120 PaintAggregator::PendingUpdate update; local
147 PaintAggregator::PendingUpdate update; local
193 PaintAggregator::PendingUpdate update; local
213 PaintAggregator::PendingUpdate update; local
235 PaintAggregator::PendingUpdate update; local
264 PaintAggregator::PendingUpdate update; local
286 PaintAggregator::PendingUpdate update; local
306 PaintAggregator::PendingUpdate update; local
328 PaintAggregator::PendingUpdate update; local
350 PaintAggregator::PendingUpdate update; local
370 PaintAggregator::PendingUpdate update; local
391 PaintAggregator::PendingUpdate update; local
415 PaintAggregator::PendingUpdate update; local
436 PaintAggregator::PendingUpdate update; local
459 PaintAggregator::PendingUpdate update; local
483 PaintAggregator::PendingUpdate update; local
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_update.css6 #update {
11 #update #update-screen-curtain {
16 #update #update-checking-progress {
23 #update #update-screen-curtain {
27 #update-screen-main {
33 #update #update
[all...]
/external/chromium_org/sync/engine/
H A Dsyncer_util_unittest.cc20 // it to the update just yet.
26 update.set_id_string("I");
27 update.set_parent_id_string("P");
28 update.set_version(10);
29 update.set_mtime(100);
30 update.set_ctime(100);
31 update.set_deleted(false);
32 update.mutable_specifics()->mutable_bookmark()->set_title("Chrome");
33 update.mutable_specifics()->mutable_bookmark()->
38 update
50 sync_pb::SyncEntity update; member in class:syncer::GetUpdatePositionTest
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DDigest.java23 * update the message digest with a single byte.
27 public void update(byte in); method in interface:Digest
30 * update the message digest with a block of bytes.
36 public void update(byte[] in, int inOff, int len); method in interface:Digest
H A DSigner.java17 * update the internal digest with the byte b
19 public void update(byte b); method in interface:Signer
22 * update the internal digest with the byte array in
24 public void update(byte[] in, int off, int len); method in interface:Signer
H A DMac.java39 public void update(byte in) method in interface:Mac
49 public void update(byte[] in, int inOff, int len) method in interface:Mac
/external/chromium_org/third_party/opus/src/
H A Dversion.mk1 # static version string; update manually every release.
/external/libopus/
H A Dversion.mk1 # static version string; update manually every release.
/external/replicaisland/src/com/replica/replicaisland/
H A DMainLoop.java34 public void update(float timeDelta, BaseObject parent) { method in class:MainLoop
35 mTimeSystem.update(timeDelta, parent);
37 super.update(newTimeDelta, parent);
H A DBaseObject.java22 * an ObjectManager, and anything that requires an update per frame should be derived from
34 * @param timeDelta The duration since the last update (in seconds).
37 public void update(float timeDelta, BaseObject parent) { method in class:BaseObject
/external/chromium_org/ui/accessibility/
H A Dax_tree_unittest.cc91 AXTreeUpdate update; local
92 serializer.SerializeChanges(src_tree.GetRoot(), &update);
95 ASSERT_TRUE(dst_tree.Unserialize(update));
143 AXTreeUpdate update; local
144 update.nodes.push_back(list);
145 update.nodes.push_back(list_item_2);
146 update.nodes.push_back(list_item_3);
147 update.nodes.push_back(button);
154 update.ToString());
168 AXTreeUpdate update; local
190 AXTreeUpdate update; local
207 AXTreeUpdate update; local
224 AXTreeUpdate update; local
249 AXTreeUpdate update; local
268 AXTreeUpdate update; local
[all...]
/external/chromium_org/chrome/installer/linux/debian/
H A Dprerm22 update-alternatives --remove x-www-browser /usr/bin/@@USR_BIN_SYMLINK_NAME@@
23 update-alternatives --remove gnome-www-browser /usr/bin/@@USR_BIN_SYMLINK_NAME@@
25 update-alternatives --remove google-chrome /usr/bin/@@USR_BIN_SYMLINK_NAME@@
/external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/
H A Dtab_shortcuts.js10 // Call 'update' with an empty properties object to get access to the current
12 chrome.tabs.update({}, function(tab) {
14 chrome.tabs.update({pinned: !tab.pinned});
/external/antlr/antlr-3.4/runtime/Ruby/
H A Drakefile13 spec_extras.update(
/external/bison/build-aux/
H A DMakefile.am20 update-b4-copyright
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/print/
H A Dbackground.js8 chrome.tabs.update(tab.id, {url: action_url});
/external/chromium_org/native_client_sdk/src/gonacl_appengine/
H A DMakefile14 appcfg.py update .
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dprogress.c12 .update = nop_progress_update,
19 return progress_fns->update(curr, total, title);
H A Dprogress.h7 void (*update)(u64, u64, const char *); member in struct:ui_progress
/external/chromium_org/build/
H A Dinstall-build-deps-android.sh24 # The temporary directory used to store output of update-java-alternatives
34 sudo apt-get update
60 if ! sudo update-java-alternatives -s java-1.7.0-openjdk-amd64 \
61 >& "${TEMPDIR}"/update-java-alternatives.out
63 # Check that there are the expected javaplugin.so errors for the update
64 if grep 'javaplugin.so' "${TEMPDIR}"/update-java-alternatives.out >& \
69 grep 'javaplugin.so' "${TEMPDIR}"/update-java-alternatives.out
72 if grep -v 'javaplugin.so' "${TEMPDIR}"/update-java-alternatives.out \
76 echo 'ERRORS: Failed to update alternatives for java-6-sun:'
77 grep -v 'javaplugin.so' "${TEMPDIR}"/update
[all...]
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
H A Dfailures_unittests.js32 configuration = new ui.failures.Builder("WebKit Linux", ["update", "webkit_tests"]);
38 equal(configuration.outerHTML, '<a class="failing-builder" href="http://build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+Linux"><span class="version">lucid</span><span class="architecture">64-bit</span><span class="failures"> update, webkit_tests</span></a>');
54 "update"
71 grid.update({});
82 grid.update({'Atari': {}})
84 grid.update({'WebKit Linux (dbg)': { actual: 'TEXT'}});
96 grid.update({'WebKit Mac10.6': { actual: 'IMAGE+TEXT'}});
113 grid.update({'WebKit Mac10.6': { actual: 'IMAGE+TEXT'}});
131 grid.update({'WebKit Linux (dbg)': { actual: 'TEXT'}});
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
/external/openssl/crypto/evp/
H A Dm_null.c68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java48 public void update( method in class:GeneralDigest
62 public void update( method in class:GeneralDigest
72 update(in[inOff]);
95 update(in[inOff]);
109 update((byte)128);
113 update((byte)0);

Completed in 1142 milliseconds

1234567891011>>