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

1 2 3 4 5 6 7 8 91011>>

  /external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
ContextHandlerCollection-mbean.properties 2 mapContexts(): Update the mapping of context path to contex
  /external/libopus/
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...]
  /system/ca-certificates/google/
TIMESTAMP 1 Last Update (YYYY-MM-DD): 2015-11-16
  /external/autotest/tko/migrations/
011_rename_JOB_to_CLIENT_JOB.py 1 JOB_TO_CLIENT_JOB = """UPDATE tests SET test='CLIENT_JOB' WHERE test='JOB';"""
3 CLIENT_JOB_TO_JOB = """UPDATE tests SET test='JOB' WHERE test='CLIENT_JOB';"""
  /art/test/612-jit-dex-cache/
info.txt 2 wrongly update the dex cache of a class loader.
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_checkInput.txt 2 crc.update(1);
  /external/autotest/frontend/migrations/
012_reset_access_levels.py 2 manager.execute('UPDATE users SET access_level = 0')
070_job_add_max_runtime_mins.py 3 UPDATE afe_jobs SET max_runtime_mins = max_runtime_hrs * 60;
071_job_add_parent_job.py 3 UPDATE afe_jobs SET parent_job_id = NULL;
083_job_add_timeout_mins.py 3 UPDATE afe_jobs SET timeout_mins = timeout * 60;
031_add_hqe_aborted_flag.py 4 manager.execute("UPDATE host_queue_entries SET aborted = true WHERE "
9 manager.execute("UPDATE host_queue_entries SET status = 'Abort' WHERE "
  /libcore/support/src/test/java/tests/resources/
hyts_checkInput.txt 2 crc.update(1);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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 * 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
  /art/test/485-checker-dce-loop-update/
info.txt 1 Tests loop information update after DCE because block removal can disconnect loops, leaving other
  /art/test/523-checker-can-throw-regression/
info.txt 2 but would not update information about which blocks throw
  /external/autotest/database/server_db_migrations/
003_correct_date_modified.py 3 MODIFY date_modified timestamp DEFAULT current_timestamp on update current_timestamp;
002_add_server_attributes.py 7 `date_modified` timestamp DEFAULT current_timestamp on update current_timestamp,
10 CONSTRAINT `fk_server_attributes_server_server_id` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION
  /frameworks/base/services/tests/servicestests/assets/OwnersTest/test06/
input.xml 2 <system-update-policy policy_type="5" />
  /frameworks/base/libs/input/
SpriteController.cpp 115 // Each sprite update record includes a reference to its associated sprite so we can
137 SpriteUpdate& update = updates.editItemAt(i); local
139 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
140 update.state.surfaceWidth = update.state.icon.bitmap.width();
141 update.state.surfaceHeight = update.state.icon.bitmap.height();
142 update.state.surfaceDrawn = false;
143 update.state.surfaceVisible = false
155 SpriteUpdate& update = updates.editItemAt(i); local
196 SpriteUpdate& update = updates.editItemAt(i); local
247 SpriteUpdate& update = updates.editItemAt(i); local
333 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/chromium-trace/catapult/firefighter/default/
cron.yaml 6 - description: update build info
9 target: update
  /external/clang/test/Modules/Inputs/merge-template-members/
module.modulemap 2 module update { header "update.h" export * }

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>