Searched refs:update (Results 1 - 25 of 1296) 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.cpp54 PaintAggregator::PendingUpdate update; local
55 greg.popPendingUpdate(&update);
57 EXPECT_TRUE(update.scrollRect.isEmpty());
58 ASSERT_EQ(1U, update.paintRects.size());
60 EXPECT_EQ(rect, update.paintRects[0]);
76 PaintAggregator::PendingUpdate update; local
77 greg.popPendingUpdate(&update);
79 EXPECT_TRUE(update.scrollRect.isEmpty());
80 EXPECT_EQ(2U, update.paintRects.size());
82 EXPECT_EQ(expectedBounds, update
101 PaintAggregator::PendingUpdate update; local
119 PaintAggregator::PendingUpdate update; local
146 PaintAggregator::PendingUpdate update; local
192 PaintAggregator::PendingUpdate update; local
212 PaintAggregator::PendingUpdate update; local
234 PaintAggregator::PendingUpdate update; local
263 PaintAggregator::PendingUpdate update; local
285 PaintAggregator::PendingUpdate update; local
305 PaintAggregator::PendingUpdate update; local
327 PaintAggregator::PendingUpdate update; local
349 PaintAggregator::PendingUpdate update; local
369 PaintAggregator::PendingUpdate update; local
390 PaintAggregator::PendingUpdate update; local
414 PaintAggregator::PendingUpdate update; local
435 PaintAggregator::PendingUpdate update; local
458 PaintAggregator::PendingUpdate update; local
482 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/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/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_browsertest.js34 var container = $('update-status-container');
35 var update = $('request-update');
40 expectTrue(!cr.isChromeOS || !update.hidden && !update.disabled);
45 expectTrue(!cr.isChromeOS || update.hidden);
50 expectTrue(!cr.isChromeOS || update.hidden);
54 expectTrue($('update-status-container').hidden);
55 expectTrue(!cr.isChromeOS || update.hidden);
62 // Test that the request update butto
[all...]
/external/chromium_org/ui/accessibility/
H A Dtree_generator.cc44 AXTreeUpdate update; local
45 update.nodes.resize(node_count_);
46 update.nodes[0].id = permuted[0];
47 update.nodes[0].role = AX_ROLE_ROOT_WEB_AREA;
48 update.nodes[0].state = AX_STATE_NONE;
49 update.nodes[0].child_ids.push_back(permuted[1]);
50 update.nodes[1].id = permuted[1];
51 update.nodes[1].state = AX_STATE_NONE;
56 update.nodes[i].id = permuted[i];
57 update
[all...]
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/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/sync/engine/
H A Dsyncer_util_unittest.cc41 // it to the update just yet.
47 update.set_id_string("I");
48 update.set_parent_id_string("P");
49 update.set_version(10);
50 update.set_mtime(100);
51 update.set_ctime(100);
52 update.set_deleted(false);
53 update.mutable_specifics()->mutable_bookmark()->set_title("Chrome");
54 update.mutable_specifics()->mutable_bookmark()->
59 update
71 sync_pb::SyncEntity update; member in class:syncer::GetUpdatePositionTest
[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/chromium_org/third_party/polymer/components-chromium/paper-progress/
H A Dpaper-progress-extracted.js17 'value secondaryProgress min max': 'update'
20 update: function() {
/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);
/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
65 if ! sudo update-java-alternatives -s java-1.7.0-openjdk-amd64 \
66 >& "${TEMPDIR}"/update-java-alternatives.out
68 # Check that there are the expected javaplugin.so errors for the update
69 if grep 'javaplugin.so' "${TEMPDIR}"/update-java-alternatives.out >& \
74 grep 'javaplugin.so' "${TEMPDIR}"/update-java-alternatives.out
77 if grep -v 'javaplugin.so' "${TEMPDIR}"/update-java-alternatives.out \
81 echo 'ERRORS: Failed to update alternatives for java-6-sun:'
82 grep -v 'javaplugin.so' "${TEMPDIR}"/update
[all...]
/external/chromium_org/ash/accelerometer/
H A Daccelerometer_observer.h16 // Invoked when an accelerometer reading has been taken. The |update| can
19 const ui::AccelerometerUpdate& update) = 0;
/external/chromium_org/athena/system/
H A Dorientation_controller.cc39 const ui::AccelerometerUpdate& update) {
40 if (!update.has(ui::ACCELEROMETER_SOURCE_SCREEN))
43 float gravity_x = update.get(ui::ACCELEROMETER_SOURCE_SCREEN).x();
44 float gravity_y = update.get(ui::ACCELEROMETER_SOURCE_SCREEN).y();
38 HandleAccelerometerUpdate( const ui::AccelerometerUpdate& update) argument

Completed in 1381 milliseconds

1234567891011>>