HomeSort by relevance Sort by last modified time
    Searched full:update (Results 51 - 75 of 9150) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/es5conform/
README 11 If you do update to a newer revision you may have to change the test
14 have to update the test expectation file.
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 52 const sync_pb::SyncEntity& update = it->second; local
56 switch (ProcessUpdate(dir, update)) {
91 // Process a single update. Will avoid touching global state.
96 const SyncEntity& update = *static_cast<const SyncEntity*>(&proto_update); local
98 syncable::Id server_id = update.id();
99 const std::string name = SyncerProtoUtil::NameFromSyncEntity(update);
103 // Look to see if there's a local item that should recieve this update,
105 syncable::Id local_id = SyncerUtil::FindLocalIdToUpdate(&trans, update);
120 if (!ReverifyEntry(&trans, update, &target_entry)) {
125 // change the ID now, after we're sure that the update can succeed
    [all...]
syncer_util.cc 100 // among the children will be valid after the loop, since we update all
105 // Update Id references on the previous and next nodes in the sibling
111 // We just need a shallow update to |entry|'s fields since it is already
132 const SyncEntity& update) {
136 // DB has not yet been modified, no entries created for this update.
140 if (update.has_client_defined_unique_tag() &&
141 !update.client_defined_unique_tag().empty()) {
148 // Case 1, we don't have to do anything since the update will
149 // work just fine. Update will end up in the proper entry, via ID lookup.
155 // this update gets targeted at the correct local entry; we expect conflic
    [all...]
  /external/webkit/LayoutTests/storage/indexeddb/
cursor-update-expected.txt 1 Test IndexedDB's cursor update.
6 webkitIndexedDB.open('cursor-update')
35 event.target.result.update('myUpdatedValue' + counter++)
39 event.target.result.update('myUpdatedValue' + counter++)
43 event.target.result.update('myUpdatedValue' + counter++)
47 event.target.result.update('myUpdatedValue' + counter++)
73 event.target.result.update('myUpdatedFoo' + counter++)
76 event.target.result.update('myUpdatedFoo' + counter++)
79 event.target.result.update('myUpdatedFoo' + counter++)
82 event.target.result.update('myUpdatedFoo' + counter++
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 464 settings.update(ANDROID_REQUEST_TYPE, &requestType, 1);
467 settings.update(ANDROID_REQUEST_METADATA_MODE, &metadataMode, 1);
470 settings.update(ANDROID_REQUEST_ID, &id, 1);
473 settings.update(ANDROID_REQUEST_FRAME_COUNT, &frameCount, 1);
478 settings.update(ANDROID_LENS_FOCUS_DISTANCE, &focusDistance, 1);
481 settings.update(ANDROID_LENS_APERTURE, &aperture, 1);
484 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
487 settings.update(ANDROID_LENS_FILTER_DENSITY, &filterDensity, 1);
491 settings.update(ANDROID_LENS_OPTICAL_STABILIZATION_MODE,
499 settings.update(ANDROID_SENSOR_EXPOSURE_TIME, &exposureTime, 1)
    [all...]
  /cts/tests/tests/drm/
README 5 file under "src/android/drm/cts/configs/" and update
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Digest.java 23 * 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
  /external/chromium/chrome/common/extensions/docs/examples/api/browserAction/print/
background.html 7 chrome.tabs.update(tab.id, {url: action_url});
  /external/chromium-trace/trace-viewer/
README 7 If you add a file, make sure to update:
  /external/javassist/
HOWTO.txt 1 In order to update the code, simply export it from svn with the regenerate_from_source.sh.
  /external/jsr305/
Readme.rtf 7 \f0\fs24 \cf0 After installing maven, do the update and at the main directory, run either\
  /external/libffi/
libtool-version 6 # Here are a set of rules to help you update your library version
11 # 2. Update the version information only immediately before a public
17 # update, then increment revision (`c:r:a' becomes `c:r+1:a').
20 # last update, increment current, and set revision to 0.
  /external/llvm/test/CodeGen/X86/
vshift_split.ll 4 define <2 x i64> @update(<2 x i64> %val) nounwind readnone {
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_SwapBuffers.3 3 SDL_GL_SwapBuffers \- Swap OpenGL framebuffers/Update Display
  /external/replicaisland/src/com/replica/replicaisland/
BaseObject.java 22 * an ObjectManager, and anything that requires an update per frame should be derived from
33 * Update this object.
34 * @param timeDelta The duration since the last update (in seconds).
37 public void update(float timeDelta, BaseObject parent) { method in class:BaseObject
  /external/smack/src/org/xbill/DNS/
Opcode.java 27 /** A dynamic update message */
28 public static final int UPDATE = 5;
42 opcodes.add(UPDATE, "UPDATE");
  /external/webkit/LayoutTests/http/tests/appcache/
update-cache-expected.txt 1 Test a simple offline application self-update process. Should print a series of messages followed with DONE:
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MSDOS/
configur.bat 6 update initscan.c scan.c
  /frameworks/base/media/tests/MediaDump/res/values/
strings.xml 5 <string name="update_settings">Update Settings</string>
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
PRF.java 81 sha.update(pref);
82 sha.update(secret);
83 sha.update(seed);
84 md5.update(secret);
85 md5.update(sha.digest());
111 // and to call HMAC.update on cancatenation, than twice call for
113 // time(HMAC.update(label+seed))
114 // < time(HMAC.update(label)) + time(HMAC.update(seed))
156 md5_mac.update(str_byts)
    [all...]
ConnectionStateSSLv3.java 122 md5.update(client_key);
123 md5.update(clientRandom);
124 md5.update(serverRandom);
127 md5.update(server_key);
128 md5.update(serverRandom);
129 md5.update(clientRandom);
135 md5.update(clientRandom);
136 md5.update(serverRandom);
138 md5.update(serverRandom);
139 md5.update(clientRandom)
    [all...]
  /sdk/files/
adb_has_moved.txt 7 Please also update your PATH environment variable to
  /external/chromium/chrome/browser/chromeos/login/
update_screen.h 18 // Starts update.
20 // Cancels pending update without error.
48 // Reports update results to the ScreenObserver.
55 // Returns true if there is critical system update that requires installation
81 // True if in the process of checking for update.
89 // Flag that is used to detect when update download has just started.
92 // Is all updates critical? If true, update deadlines are ignored.
  /external/webrtc/src/modules/audio_processing/ns/
nsx_defines.h 24 #define DD_PR_SNR_Q11 2007 // ~= Q11(0.98) DD update of prior SNR
25 #define ONE_MINUS_DD_PR_SNR_Q11 41 // DD update of prior SNR
28 #define PRIOR_UPDATE_Q14 1638 // Q14(0.1) update parameter of prior model
29 #define NOISE_UPDATE_Q8 26 // 26 ~= Q8(0.1) update parameter for noise
56 #define STAT_UPDATES 9 // Update every 512 = 1 << 9 block
57 #define ONE_MINUS_GAMMA_PAUSE_Q8 13 // ~= Q8(0.05) update for conservative noise estimate
58 #define GAMMA_NOISE_TRANS_AND_SPEECH_Q8 3 // ~= Q8(0.01) update for transition and noise region
  /libcore/luni/src/main/java/java/util/zip/
CRC32.java 53 * represents the byte to update the checksum.
55 public void update(int val) { method in class:CRC32
63 * the buffer holding the data to update the checksum with.
65 public void update(byte[] buf) { method in class:CRC32
66 update(buf, 0, buf.length); method
70 * Update this {@code CRC32} checksum with the contents of {@code buf},
73 public void update(byte[] buf, int offset, int byteCount) { method in class:CRC32

Completed in 1027 milliseconds

1 23 4 5 6 7 8 91011>>