HomeSort by relevance Sort by last modified time
    Searched full:update (Results 1 - 25 of 15092) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/opus/src/
version.mk 1 # static version string; update manually every release.
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
UpdateHelper.java 24 public int update(int original, int update) { method in class:UpdateHelper
25 if (original != update) {
27 original = update;
32 public long update(long original, long update) { method in class:UpdateHelper
33 if (original != update) {
35 original = update;
40 public double update(double original, double update) { method in class:UpdateHelper
48 public <T> T update(T original, T update) { method in class:UpdateHelper
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 55 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.calculatePaintBounds())
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/content/renderer/
paint_aggregator_unittest.cc 22 PaintAggregator::PendingUpdate update; local
23 greg.PopPendingUpdate(&update);
25 EXPECT_TRUE(update.scroll_rect.IsEmpty());
26 ASSERT_EQ(1U, update.paint_rects.size());
28 EXPECT_EQ(rect, update.paint_rects[0]);
43 PaintAggregator::PendingUpdate update; local
44 greg.PopPendingUpdate(&update);
46 EXPECT_TRUE(update.scroll_rect.IsEmpty());
47 EXPECT_EQ(2U, update.paint_rects.size());
49 EXPECT_EQ(expected_bounds, update.GetPaintBounds())
67 PaintAggregator::PendingUpdate update; local
84 PaintAggregator::PendingUpdate update; local
110 PaintAggregator::PendingUpdate update; local
152 PaintAggregator::PendingUpdate update; local
171 PaintAggregator::PendingUpdate update; local
192 PaintAggregator::PendingUpdate update; local
220 PaintAggregator::PendingUpdate update; local
241 PaintAggregator::PendingUpdate update; local
260 PaintAggregator::PendingUpdate update; local
281 PaintAggregator::PendingUpdate update; local
302 PaintAggregator::PendingUpdate update; local
321 PaintAggregator::PendingUpdate update; local
341 PaintAggregator::PendingUpdate update; local
364 PaintAggregator::PendingUpdate update; local
384 PaintAggregator::PendingUpdate update; local
406 PaintAggregator::PendingUpdate update; local
429 PaintAggregator::PendingUpdate update; local
    [all...]
  /external/chromium_org/cc/resources/
resource_update.cc 19 ResourceUpdate update; local
20 update.texture = texture;
21 update.bitmap = bitmap;
22 update.content_rect = content_rect;
23 update.source_rect = source_rect;
24 update.dest_offset = dest_offset;
25 return update;
35 ResourceUpdate update; local
36 update.texture = resource;
37 update.canvas = canvas
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_update.css 6 #update {
11 #update #update-screen-curtain {
16 #update #update-checking-progress {
23 #update #update-screen-curtain {
27 #update-screen-main {
33 #update #update-cancel-hint
    [all...]
oobe_screen_update.html 1 <div class="step right hidden animated" id="update">
3 <div id="update-cancel-hint" hidden>
6 <div id="update-screen-curtain">
9 <div id="update-checking-progress" aria-live="polite">
14 <div id="update-screen-main" hidden>
15 <p id="update-upper-label"></p>
16 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p>
17 <progress id="update-progress-bar" max="100" value="0"></progress>
22 <div id="update-extra-controls" class="step-extra-controls">
23 <div id="update-accessibility"
    [all...]
  /external/tcpdump/
TODO 1 1. update credits
5 5. update CHANGES file
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_checkInput.txt 2 crc.update(1);
  /libcore/support/src/test/java/tests/resources/
hyts_checkInput.txt 2 crc.update(1);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
HMAC.java 38 md.update(key);
51 md.update(k_xor_ipad);
59 public void update(byte b) method in class:HMAC
61 md.update(b);
64 public void update(byte[] b) method in class:HMAC
66 md.update(b);
69 public void update(byte[] b, int off, int len) method in class:HMAC
71 md.update(b, off, len);
77 md.update(k_xor_ipad);
89 md.update(k_xor_opad)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
update.test 12 # focus of this file is testing the UPDATE statement.
14 # $Id: update.test,v 1.19 2008/04/10 18:44:36 drh Exp $
19 # Try to update an non-existent table
21 do_test update-1.1 {
22 set v [catch {execsql {UPDATE test1 SET f2=5 WHERE f1<1}} msg]
26 # Try to update a read-only table
28 do_test update-2.1 {
30 {execsql {UPDATE sqlite_master SET name='xyz' WHERE name='123'}} msg]
36 do_test update-3.1 {
47 do_test update-3.2
    [all...]
  /external/chromium_org/ui/accessibility/
ax_tree_unittest.cc 40 AXTreeUpdate update; local
41 serializer.SerializeChanges(src_tree.GetRoot(), &update);
44 ASSERT_TRUE(dst_tree.Unserialize(update));
73 AXTreeUpdate update; local
74 update.node_id_to_clear = 2;
75 update.nodes.resize(1);
76 update.nodes[0].id = 1;
77 update.nodes[0].id = AX_ROLE_ROOT_WEB_AREA;
78 EXPECT_FALSE(tree.Unserialize(update));
94 // but never update it
95 AXTreeUpdate update; local
112 AXTreeUpdate update; local
129 AXTreeUpdate update; local
154 AXTreeUpdate update; local
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 42 crc.update(Integer.MAX_VALUE);
46 assertEquals("update(max) failed to update the checksum to the correct value ",
51 crc.update(byteEmpty);
55 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
59 crc.update(1);
63 // assertEquals("update(int) failed to update the checksum to the correct
76 crc.update(1)
    [all...]
Adler32Test.java 42 adl.update(1);
45 assertEquals("update(int) failed to update the checksum to the correct value ",
52 adl.update(Integer.MIN_VALUE);
55 assertEquals("update(min) failed to update the checksum to the correct value ",
65 adl.update(1);
68 assertEquals("update(int) failed to update the checksum to the correct value ",
76 * @tests java.util.zip.Adler32#update(int
    [all...]
  /external/e2fsprogs/
.release-checklist 7 4) Run "(cd po; make e2fsprogs.pot-update)" to update the translation template.
9 5) Update files which contain version information
  /external/chromium_org/chrome/browser/extensions/activity_log/
OWNERS 1 # If you are editing this file, please also update
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
OWNERS 1 # If you are editing this file, please also update
  /external/qemu/
trace_common.h 1 /* This file should be removed once we update the Android qtools to
  /frameworks/base/services/input/
SpriteController.cpp 111 // Each sprite update record includes a reference to its associated sprite so we can
133 SpriteUpdate& update = updates.editItemAt(i); local
135 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
136 update.state.surfaceWidth = update.state.icon.bitmap.width();
137 update.state.surfaceHeight = update.state.icon.bitmap.height();
138 update.state.surfaceDrawn = false;
139 update.state.surfaceVisible = false
151 SpriteUpdate& update = updates.editItemAt(i); local
192 SpriteUpdate& update = updates.editItemAt(i); local
244 SpriteUpdate& update = updates.editItemAt(i); local
330 const SpriteUpdate& update = updates.itemAt(i); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 63 private void update(int startLine, int endLine, int newLineCount) { method in class:DynamicLayoutBlocksTest
97 update(0, 0, 0);
100 update(0, 0, 1);
103 update(0, 0, 10);
110 update(0, 0, 0);
113 update(0, 10, 0);
116 update(0, 100, 0);
119 update(20, 30, 0);
122 update(20, 20, 0);
125 update(40, 100, 0)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.core.win32_3.2.200.v20100512.jar 
  /external/smack/
README 4 To update to the latest smack source. Please run the following:
6 ./update.sh
  /external/srtp/
update.sh 3 # update.sh
5 # update copyright dates in files
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
plugin.properties 2 #TODO: update with new year date (search this to find other occurrences to update)

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>