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

1 2 3 4 5 6 7 8 91011>>

  /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
20 * For Ice Cream Sandwich MR2: Synced to upstream r146715
21 * For Jellybean: Synced to upstream r155088
22 * For Jellybean MR1: Synced to upstream r162325
23 * For Jellybean MR2: Synced to upstream r177345
24 * For Key Lime Pie: Synced to upstream r18791
    [all...]
  /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
20 * For Ice Cream Sandwich MR2: Synced to upstream r146714
21 * For Jellybean: Synced to upstream r155090
22 * For Jellybean MR1: Synced to upstream r162314
23 * For Jellybean MR2: Synced to upstream r177342
24 * For Key Lime Pie: Synced to upstream r18791
    [all...]
  /external/compiler-rt/
README.android 15 * For JellyBean: Synced to upstream r155350
16 * For JellyBean MR1: Synced to upstream r162279
17 * For Jellybean MR2: Synced to upstream r177337
18 * For Key Lime Pie: Synced to upstream r187889
20 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
21 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
22 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCookieSyncManager.java 18 private boolean synced = false; field in class:ShadowCookieSyncManager
38 synced = true;
41 public boolean synced() { method in class:ShadowCookieSyncManager
42 return synced;
46 synced = false;
  /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
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/
SOURCES 18 gcc/ synced to
23 binutils/ synced to
28 gdb/ synced to
33 gmp/ synced to
38 mpfr/ synced to
43 build/ synced to
48 expat/ synced to
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/
SOURCES 17 gcc/ synced to
22 binutils/ synced to
27 gdb/ synced to
32 gmp/ synced to
37 mpfr/ synced to
42 build/ synced to
47 expat/ synced to
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/
SOURCES 17 gcc/ synced to
22 binutils/ synced to
27 gdb/ synced to
32 gmp/ synced to
37 mpfr/ synced to
42 build/ synced to
47 expat/ synced to
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/
SOURCES 16 gcc/ synced to
21 binutils/ synced to
26 gdb/ synced to
31 gmp/ synced to
36 mpfr/ synced to
41 build/ synced to
46 expat/ synced to
  /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
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CookieSyncManagerTest.java 37 assertThat( shadowMgr.synced(), equalTo( false ) );
39 assertThat( shadowMgr.synced(), equalTo( true ) );
41 assertThat( shadowMgr.synced(), equalTo( false ) );
  /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
  /external/chromium_org/chrome/browser/extensions/
app_sync_bundle.h 67 // Check to see if the given |id| is either synced or pending to be synced.
71 // Add a pending app to be synced.
87 // Add a synced app.
90 // Remove a synced app.
93 // Change an app from being pending to synced.
extension_sync_bundle.h 67 // Check to see if the given |id| is either synced or pending to be synced.
71 // Add a pending extension to be synced.
87 // Add a synced extension.
90 // Remove a synced extension.
93 // Change an extension from being pending to synced.
  /external/chromium_org/chrome/common/extensions/
sync_helper.h 14 // Returns true if the extension should be synced.
  /external/chromium_org/sync/protocol/
priority_preference_specifics.proto 19 // Properties of a synced priority preference.
synced_notification_specifics.proto 5 // Sync protocol datatype extension for synced notifications.
  /external/libogg/doc/libogg/
ogg_sync_state.html 57 <dd>If synced, the number of bytes used by the synced page's header.</dd>
59 <dd>If synced, the number of bytes used by the synced page's body.</dd>
  /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
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 81 boolean synced; field in class:SelectCalendarsSyncAdapter.CalendarRow
101 mSyncedString = res.getString(R.string.synced);
133 mData[p].synced = mChanges.get(id).synced;
135 mData[p].synced = mData[p].originalSynced;
152 boolean selected = mData[position].synced;
256 return mData[position].synced ? 1 : 0;
262 row.synced = !row.synced;
265 if (row.synced) {
    [all...]
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/signin/
SyncStatusHelperTest.java 138 assertTrue("account should be synced", mHelper.isSyncEnabled(mTestAccount));
147 assertFalse("account should not be synced", mHelper.isSyncEnabled(mTestAccount));
164 assertTrue("account should be synced", mHelper.isSyncEnabled(mTestAccount));
173 assertTrue("alternate account should be synced",
183 assertFalse("alternate account should not be synced",
185 assertTrue("account should still be synced", mHelper.isSyncEnabled(mTestAccount));
188 assertFalse("null account should not be synced", mHelper.isSyncEnabled(null));
205 assertTrue("account should be synced", mHelper.isSyncEnabled(mTestAccount));
  /external/chromium_org/third_party/sqlite/src/doc/
pager-invariants.txt 1 *** Throughout this document, a page is deemed to have been synced
3 Otherwise, the page is not synced until the xSync method of the VFS
11 synced.
39 (5) All writes to the database file are synced prior to the rollback journal
43 are synced prior to the master journal being deleted.
  /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_org/chrome/browser/sync/glue/
synced_session.h 21 // Defines a synced session for use by session sync. A synced session is a
23 // about the device being synced.

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>