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

1 2 3 4 5 6 7 8 910

  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/
SOURCES 4 gcc/ synced to
9 binutils/ synced to
14 gdb/ synced to
19 gmp/ synced to
24 mpfr/ synced to
29 build/ synced to
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/
SOURCES 4 gcc/ synced to
9 binutils/ synced to
14 gdb/ synced to
19 gmp/ synced to
24 mpfr/ synced to
29 build/ synced to
  /external/v8/
V8_MERGE_REVISION 3 We have synced V8 past the last revision used in Chrome 12, as we continue to take 3.2 updates.
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_raw_contacts.txt 122 122 display_name=Not Synced Number
123 123 display_name_alt=Number, Not Synced
124 124 sort_key=Not Synced Number
125 125 sort_key_alt=Number, Not Synced
140 140 display_name=Not Synced NumberMail
141 141 display_name_alt=NumberMail, Not Synced
142 142 sort_key=Not Synced NumberMail
143 143 sort_key_alt=NumberMail, Not Synced
158 158 display_name=Not Synced Mail
159 159 display_name_alt=Mail, Not Synced
    [all...]
expected_contacts.txt 93 93 display_name=Not Synced Number
94 94 sort_key=Not Synced Number
108 108 display_name=Not Synced NumberMail
109 109 sort_key=Not Synced NumberMail
123 123 display_name=Not Synced Mail
124 124 sort_key=Not Synced Mail
138 138 display_name=Not Synced
139 139 sort_key=Not Synced
  /external/clang/
README.android 15 * For Honeycomb: Synced to upstream r112347
16 * For Honeycomb MR1: Synced to upstream r119349
17 * For Honeycomb MR2: Synced to upstream r119349
18 * For Ice Cream Sandwich: Synced to upstream r135574
19 * For Ice Cream Sandwich MR1: Synced to upstream r142531
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailServiceCallback.aidl 37 * Callback to indicate that an account is being synced (updating folder list)
38 * accountId = the account being synced
45 * Callback to indicate that a mailbox is being synced
46 * mailboxId = the mailbox being synced
53 * Callback to indicate that a particular attachment is being synced
55 * attachmentId = the attachment being synced
  /frameworks/base/core/java/android/content/
ISyncAdapter.aidl 34 * @param authority the authority that should be synced
35 * @param account the account that should be synced
51 * @param account the account that should be synced
52 * @param authority the authority that should be synced
SyncInfo.java 32 * The {@link Account} that is currently being synced.
37 * The authority of the provider that is currently being synced.
IContentService.aidl 44 * Check if the provider should be synced when a network tickle is received
46 * @return true if the provider should be synced when a network tickle is received
51 * Set whether or not the provider is synced when it receives a network tickle.
54 * @param sync true if the provider should be synced when tickles are received for it
67 * Set whether or not the provider is to be synced on a periodic basis.
77 * Set whether or not the provider is to be synced on a periodic basis.
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 63 boolean synced; field in class:SelectCalendarsSyncAdapter.CalendarRow
74 mSyncedString = res.getString(R.string.synced);
102 mData[p].synced = mChanges.get(id).synced;
104 mData[p].synced = mData[p].originalSynced;
121 boolean selected = mData[position].synced;
185 return mData[position].synced ? 1 : 0;
191 row.synced = !row.synced;
194 if (row.synced) {
    [all...]
SelectCalendarsSyncFragment.java 143 if (row.synced == row.originalSynced) {
152 int synced = row.synced ? 1 : 0; local
153 values.put(Calendars.SYNC_EVENTS, synced);
154 values.put(Calendars.VISIBLE, synced);
  /external/chromium/chrome/browser/sync/engine/
model_safe_worker.h 20 GROUP_PASSIVE = 0, // Models that are just "passively" being synced; e.g.
23 GROUP_UI, // Models that live on UI thread and are being synced.
24 GROUP_DB, // Models that live on DB thread and are being synced.
26 // synced.
28 // being synced. On windows and linux, this runs on the
78 // session. This means if a model becomes synced (or unsynced) by the user
download_updates_command.cc 109 // The datatypes which should be synced are dictated by the value of the
111 // should be synced (even if it's GROUP_PASSIVE).
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 20 * Columns for tables that are synced to a server.
39 * The unique ID for a row assigned by the sync source. NULL if the row has never been synced.
75 * Used to indicate that this account is not synced
80 * Used to indicate that this account is not synced
  /external/llvm/
README.android 15 * For Honeycomb: Synced to upstream r112344.
16 * For Honeycomb MR1: Synced to upstream r119309
17 * For Honeycomb MR2: Synced to upstream r119309
18 * For Ice Cream Sandwich: Synced to upstream r135569
19 * For Ice Cream Sandwich MR1: Synced to upstream r142530
  /external/chromium/chrome/browser/sync/glue/
synchronized_preferences.h 25 // Default Search is not synced, needs a new data type. See
62 // Uses native OS dialog, not synced.
65 // Serif, San Serif, Fixed font settings not synced.
73 // Spell checker language not synced.
82 // Download directory not synced.
83 // Clear auto-opening settings not synced.
90 // prefs::kPerHostZoomLevels creates bad UX when synced, see
  /external/chromium/chrome/browser/extensions/
extension_sync_data.h 14 // A struct that encapsulates the synced properties of an Extension.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_fs.h 22 #define FLUSH_SYNC 1 /* file being synced, or contention */
  /external/chromium/chrome/browser/sync/
sync_ui_util.h 26 SYNCED, // We are synced and authenticated to a gmail account.
sync_setup_wizard.h 25 // Show the screen that confirms everything will be synced.
30 // Choose either "Keep everything synced" or
  /external/chromium/chrome/browser/sync/syncable/
autofill_migration.h 25 // The autofill datatype is being synced new.(either because this is a new
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 32 // Name of metadata node where pragma info resides (should be synced with
37 // synced with slang_rs_metadata.h)
41 // synced with slang_rs_metadata.h)
45 // (should be synced with slang_rs_metadata.h)
49 // synced with slang_rs_metadata.h)
  /external/v8/test/mjsunit/regress/
regress-r4998.js 72 // so it is marked as synced
74 // claims that x7 is synced, and does not save the modified
  /external/chromium/chrome/browser/resources/sync_internals/
about.html 73 <td>Last Synced</td>

Completed in 3371 milliseconds

1 2 3 4 5 6 7 8 910