HomeSort by relevance Sort by last modified time
    Searched refs:updated (Results 26 - 50 of 187) sorted by null

12 3 4 5 6 7 8

  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 239 NetworkStatsHistory updated = null; local
241 updated = new NetworkStatsHistory(mBucketDuration, 10);
243 updated = new NetworkStatsHistory(existing, mBucketDuration);
246 if (updated != null) {
247 mStats.put(key, updated);
248 return updated;
  /external/libvorbis/
libvorbis.spec 95 - updated source location
110 - updated for 1.0 release
115 - Updated for rc3 release.
118 - Updated for configurable prefixes
  /external/v8/test/mjsunit/regress/
regress-1530.js 46 // updated.
56 // the internal value still gets updated.
regress-1853.js 31 // updated correctly.
  /ndk/sources/host-tools/make-3.81/
filedef.h 82 unsigned int updated:1; /* Nonzero if this file has been remade. */ member in struct:file
remake.c 74 was done, 0 if all goals were updated successfully, or 1 if a goal failed.
164 /* If we updated a file and STATUS was not already 1, set it to
169 if ((x != 0 || file->updated) && status < 1)
187 if (file->updated && g->changed &&
208 any_not_updated |= !file->updated;
223 /* If the update_status is zero, we updated successfully
383 if (file->updated)
641 file's bookkeeping (updated, but not_started is bogus state). */
788 file->updated = 1;
793 /* Set FILE's `updated' flag and re-check its mtime and the mtime's of al
    [all...]
  /external/skia/src/gpu/
GrAARectRenderer.cpp 114 bool updated = local
118 GR_DEBUGASSERT(updated);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
maximum-age.js 47 // The default maximumAge is zero, so we expect the updated position from the service.
  /external/zlib/src/watcom/
watcom_f.mak 3 # Last updated: 28-Dec-2005
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 165 public void onUpdate(Contact updated) {
167 Log.v(TAG, "onUpdate: " + this + " contact: " + updated);
SearchActivity.java 191 public void onUpdate(Contact updated) {
192 TextView tv = mContactMap.get(updated);
194 tv.setText(updated.getNameAndNumber());
280 // This gets updated when the query completes.
  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 347 boolean updated = false;
370 updated = rows > 0;
377 if (updated) {
  /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 357 // Set font in gray when no local data is available (i.e. local data needs to be updated)
535 boolean updated = DB_Results.updateDbConstants(connected, eclipseVersion, databaseLocation);
537 System.out.println(" - updated: "+updated);
540 if (!updated) {
543 } else if (updated) {
  /external/eigen/blas/
dspr.f 65 * updated matrix.
72 * updated matrix.
sspr.f 65 * updated matrix.
72 * updated matrix.
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 55 addu a0, t0 # Now both a0 and a2 are updated
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-protocol.js 30 // The expected behavior should change when the character table is updated.
set-href-attribute-hash.js 20 // The expected behavior should change when character table is updated.
set-href-attribute-hostname.js 48 // The expected behavior should change when the character table is updated.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 51 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
52 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 491 final SuggestionData updated = new SuggestionData(APP_SOURCE) local
492 .setFormat("format (updated)")
493 .setText1("app1 (updated)")
497 refreshShortcut(APP_SOURCE, "app1_id", updated);
499 assertShortcuts("expected updated properties in match",
500 "app", updated);
514 final SuggestionData updated = new SuggestionData(APP_SOURCE) local
515 .setIntentData("data-updated")
516 .setFormat("format (updated)")
517 .setText1("app1 (updated)")
    [all...]
  /external/bison/src/
muscle-tab.c 408 const char *updated; member in struct:__anon2345
421 res = conversion[i].updated;
  /external/chromium/chrome/browser/resources/net_internals/
view.js 40 * observing to be actively updated.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection04.js 78 HTMLCollections are live, they are automatically updated when the
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection04.js 78 HTMLCollections are live, they are automatically updated when the

Completed in 1100 milliseconds

12 3 4 5 6 7 8