HomeSort by relevance Sort by last modified time
    Searched defs:updated (Results 1 - 25 of 60) sorted by null

1 2 3

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 35 updated = db.DateTimeProperty(auto_now_add=True) variable in class:Contact
48 return query.get().updated
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 100 bool updated = notification_ui_->Update(balloon); local
101 DCHECK(updated);
  /libcore/luni/src/main/java/java/util/prefs/
FilePreferencesImpl.java 60 //cache for updated prefs key-value pair
61 private Set<String> updated = new HashSet<String>(); field in class:FilePreferencesImpl
131 it = updated.iterator();
136 updated.clear();
167 updated.add(name);
182 updated.remove(key);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLimit.java 27 protected boolean updated; field in class:ConstraintRotLimit
153 if (!updated) {
154 updated = true;
  /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
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 143 int updated = updateInTransaction(uri, values, selection, selectionArgs); local
144 if (updated > 0) {
148 return updated;
LegacyApiSupport.java 1241 int updated = mContactsProvider.updateInTransaction(Data.CONTENT_URI, mValues, local
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 568 int updated = db.update("carriers", s_currentSetMap, local
571 if (updated > 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 176 unsigned long int updated; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 176 unsigned long int updated; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 176 unsigned long int updated; member in struct:arpd_request
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 1364 bool updated = false; local
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 740 int updated = 0; local
744 updated = mMediaProvider.update(mObjectsUri, values, ID_WHERE, whereArgs);
748 if (updated == 0) {
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 238 NetworkStatsHistory updated = null; local
240 updated = new NetworkStatsHistory(mBucketDuration, 10);
242 updated = new NetworkStatsHistory(existing, mBucketDuration);
245 if (updated != null) {
246 mStats.put(key, updated);
247 return updated;
  /external/skia/src/gpu/
GrContext.cpp 689 bool updated = local
693 GR_DEBUGASSERT(updated);
726 bool updated = local
730 GR_DEBUGASSERT(updated);
    [all...]
  /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...]
  /system/security/keystore/
keystore.cpp 776 bool updated = false; local
788 updated = true;
792 * If we've updated, set the key blob to the right version
795 if (updated) {
796 ALOGV("updated and writing file %s", filename);
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 320 __u8 updated; member in struct:iw_quality
  /development/ndk/platforms/android-3/include/linux/
wireless.h 317 __u8 updated; member in struct:iw_quality
  /external/kernel-headers/original/linux/
wireless.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
442 /* Statistics flags (bitmask in updated) */
443 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
675 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
455 /* Statistics flags (bitmask in updated) */
456 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
726 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
wireless.h 317 __u8 updated; member in struct:iw_quality
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
454 /* Statistics flags (bitmask in updated) */
455 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
702 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
454 /* Statistics flags (bitmask in updated) */
455 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
702 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 122 * - Updated iw_params (disable, flags) and use it for NWID
180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
454 /* Statistics flags (bitmask in updated) */
455 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
702 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
    [all...]

Completed in 1043 milliseconds

1 2 3