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

<<21222324252627282930>>

  /external/smack/src/org/xbill/DNS/
TSIG.java 230 hmac.update(out.toByteArray());
231 hmac.update(old.getSignature());
237 hmac.update(b);
255 hmac.update(out.toByteArray());
323 hmac.update(out.toByteArray());
324 hmac.update(old.getSignature());
327 hmac.update(m.toWire());
337 hmac.update(out.toByteArray());
390 hmac.update(out.toByteArray());
391 hmac.update(old.getSignature())
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
DOMStorageItemsView.js 52 this.update();
61 update: function()
129 this.update();
144 this.update();
155 this.update();
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
options.py 56 reviewer = make_option("-r", "--reviewer", action="store", type="string", dest="reviewer", help="Update ChangeLogs to say Reviewed by REVIEWER.")
59 update = make_option("--no-update", action="store_false", dest="update", default=True, help="Don't update the working directory.") variable in class:Options
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 35 Word16 update /* (i) : 0=no update, 1=update of memory. */
75 /* Update memory if required */
76 if (update)
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 39 <p>Every time your app polls your server to check if an update is required, you activate the wireless radio, drawing power unnecessarily, for up to 20 seconds on a typical 3G connection.</p>
53 <p>A simple approach is to offer preferences to allow users to explicitly set their required update rate, allowing them to define their own balance between data freshness and battery life.</p>
63 <p>If several alarms are scheduled to trigger at similar times, this phase-shifting will cause them to be triggered simultaneously, allowing each update to piggyback on top of a single active radio state change.</p>
69 <p>One approach is to implement an exponential back-off pattern to reduce the frequency of your updates (and / or the degree of prefetching you perform) if the app hasn't been used since the previous update. It's often useful to assert a minimum update frequency and to reset the frequency whenever the app is used, for example:</p>
  /frameworks/base/docs/html/training/location/
receive-location-updates.jd 12 <li><a href="#UpdateParameters">Specify Update Parameters</a></li>
304 <h3>Define the location update callback</h3>
308 update using a callback method, because that pattern works best for most use cases. If you want
314 The callback method that Location Services invokes to send a location update to your app is
345 <!-- Specify update parameters -->
346 <h2 id="UpdateParameters">Specify Update Parameters</h2>
358 Update interval
368 Fastest update interval
381 to set an upper limit to the update rate.
385 also helps to save power. When you request a preferred update rate by callin
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
CompoundTransform.java 63 protected void update() { method in class:CompoundTransform.Component
86 update(); method
106 update(); method
110 update(); method
126 update(); method
  /frameworks/ex/common/java/com/android/common/content/
SyncStateContentProviderHelper.java 28 * and implements query/insert/update/delete to access that table using the
95 public int update(SQLiteDatabase db, ContentValues values, method in class:SyncStateContentProviderHelper
97 return db.update(SYNC_STATE_TABLE, values, selection, selectionArgs);
100 public int update(SQLiteDatabase db, long rowId, Object data) { method in class:SyncStateContentProviderHelper
105 db.execSQL("UPDATE " + SYNC_STATE_TABLE
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 37 // NOTE: This Stochastic Linear Ranker supports only the following update types:
196 // 1 :full update went through
197 // 2 :partial update went through (for SL only)
198 // 0 :no update necessary.
232 // Pure Sub-Gradient update without any reprojection
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java 171 if (update()) {
190 update(); method
225 private boolean update() { method in class:MediaRouteControllerDialog
284 update(); method
289 update(); method
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 166 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_OUTPUT_STREAMS,
171 ASSERT_EQ(OK, previewRequest.update(ANDROID_CONTROL_MODE,
175 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_ID,
180 ASSERT_EQ(OK, previewRequest.update(ANDROID_REQUEST_FRAME_COUNT,
192 ASSERT_EQ(OK, tmpRequest.update(ANDROID_SENSOR_EXPOSURE_TIME,
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 108 digest.update(buf, 0, read);
131 digest.update((byte)val);
171 digest.update(source1.getBytes(), 0, source1.length());
187 digest.update(source2.getBytes(), 0, source2.length());
203 digest.update(source3.getBytes(), 0, source3.length());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 144 // Update database
148 this.getContentResolver().update(mUri, mUpdateValues, null, null);
155 // Update database
159 this.getContentResolver().update(mUri, mUpdateValues, null, null);
170 this.getContentResolver().update(mUri, mUpdateValues, null, null);
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 42 * Update all widgets in the list
63 // needs to update.
69 // We need to update all Mms appwidgets on the home screen.
78 * Update the widget appWidgetId
122 * update and reflect the changes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 198 * update the current values of integer type with the given values
202 * update the current values of integer64 type with the given values
206 * update the current values of enumerated type with the given values
210 * update the current values of bytes type with the given values
215 * update the current values of iec958 type with the given values
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 198 * update the current values of integer type with the given values
202 * update the current values of integer64 type with the given values
206 * update the current values of enumerated type with the given values
210 * update the current values of bytes type with the given values
215 * update the current values of iec958 type with the given values
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 198 * update the current values of integer type with the given values
202 * update the current values of integer64 type with the given values
206 * update the current values of enumerated type with the given values
210 * update the current values of bytes type with the given values
215 * update the current values of iec958 type with the given values
  /external/strace/
ChangeLog 12 Update PTRACE_* constants
16 * NEWS: Update for 4.6 release.
69 * linux/arm/ioctlent1.h: Update ioctlent.h include.
75 (EXTRA_DIST): Update.
115 * file.c (print_dirfd): Update prototype to use printfd().
118 sys_futimesat, sys_utimensat, sys_mknodat): Update use of print_dirfd().
172 * Makefile.am: Update srpm target.
173 * make-dist: Update for dist-xz.
174 * strace.spec: Update Source tag.
175 * debian/watch: Update regexp
    [all...]
  /external/icu4c/data/mappings/
convrtrs.txt 15 # run gencnval, and eventually run pkgdata to update the representation that
70 # Many of these applications and operating systems will update
337 # Standard iso-8859-1, which does not have the Euro update.
338 # See iso-8859-15 (latin9) for the Euro update
350 # windows-28591 { WINDOWS* } # This has odd behavior because it has the Euro update, which isn't correct.
459 # ISO Greek (with euro update). This is really ISO_8859-7:2003
473 # ISO Greek (w/o euro update)
506 hebrew8 # Reflect HP-UX code page update
529 turkish8 # Reflect HP-UX codepage update 8/1/2008
530 turkish # Reflect HP-UX codepage update 8/1/200
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 56 * Typical actions from this view are update local data files with builds results
185 * Action to update local data files with the performance results of a build.
204 if (!MessageDialog.openConfirm(BuildsView.this.shell, getTitleToolTip(), "No local files directory is set, hence the update could not be written! OK to continue?")) {
241 * Action to update local data files with the performance results of all builds.
301 * Compute the list of builds to update based on their status.
461 // Update build actions
464 this.updateBuild.setText("&Update from DB");
467 // this.forceUpdateBuild.setText("Force Update");
469 // Update build action
471 this.updateAllBuilds.setText("&Update from DB (all)")
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4AIR_API.c 151 /**< Save input format and update state */
404 /**< Update state */
536 /**< Update pointers */
559 /**< Update pointers */
581 /**< Update input pointer in order to go to next/past line */
585 /**< Update pointers */
641 /* Update horizontal accumulator */
666 /* Update horizontal accumulator */
674 /* Update vertical accumulator */
719 /* Update vertical accumulator *
    [all...]
  /docs/source.android.com/src/devices/tech/input/
migration-guide.jd 32 <p>Make sure to update all of your key character map files to use the new syntax.</p>
50 <p>You will probably need to update your input device driver to implement the Linux
52 <p>You will also need to update your input device configuration files because some
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DigitalSignatureTest.java 63 ds_sign.update(pivateKeyEncoding);
69 sha.update(pivateKeyEncoding);
70 md5.update(pivateKeyEncoding);
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 52 ** Description Update the protocol timer list and handle expired timers.
67 we must convert determine the number of ticks since the last update, then
82 /* update timer list */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 86 public void update(byte in) { method in class:OpenSSLDigest
88 update(singleByte, 0, 1); method
91 public void update(byte[] in, int inOff, int len) { method in class:OpenSSLDigest

Completed in 768 milliseconds

<<21222324252627282930>>