/packages/apps/Camera/res/raw/ |
backdropper.graph | 24 @setting autoBranch = "synced";
|
goofy_face.graph | 26 @setting autoBranch = "synced";
|
/packages/apps/Email/src/com/android/email/widget/ |
WidgetConfiguration.java | 93 // We can't synced non-Inbox mailboxes for non-EAS accounts, so they don't sync
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
statvfs.h | 92 ST_SYNCHRONOUS = 16, /* Writes are synced at once. */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/ |
mount.h | 43 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.h | 129 // synced when this is called. 164 // The sync client is fully synced and there are no pending updates.
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.h | 85 // changed in another synced client. if 162 // Changes the set of data types that are currently being synced. 176 // other machines. This affects all machines synced to this account and all 234 // items that have not yet been synced with the server. 570 // The set of types that we are waiting to be initially synced in a 612 // routes to that model safe group is being synced.
|
extension_sync.cc | 65 // synced and updates |extension_data_map|. Puts all unsynced 128 // Gets the data from the server for extensions to be synced and
|
/external/mesa3d/include/pixelflinger2/ |
pixelflinger2_interface.h | 147 // array of pointers to texture surface data synced to textures; used by LLVM generated texture sampler 149 // array of texture dimensions synced to textures; by LLVM generated texture sampler
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fs.h | 108 #define MS_SYNCHRONOUS 16 /* Writes are synced at once */ 143 #define S_SYNC 1 /* Writes are synced at once */
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
SyncAdapter.java | 150 * we received from the server - or 0 if we've never synced.
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session.h | 158 // datatypes should be synced and which workers should be used when working
|
sync_session_context.h | 127 // The name of the account being synced.
|
/external/llvm/test/MC/ARM/ |
diagnostics.s | 75 @ Double-check that we're synced up with the right diagnostics.
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
Compiler.cpp | 103 // Name of metadata node where pragma info resides (should be synced with 108 // synced with slang_rs_metadata.h) 112 // synced with slang_rs_metadata.h) 116 // synced with slang_rs_metadata.h)
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
StructuredNameEditorView.java | 84 // Make sure the display name and the structured name are synced
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
legacy_contacts.sql | 50 INSERT INTO people VALUES(7,'lemmytest@gmail.com',NULL,NULL,NULL,NULL,1,NULL,'Not Synced Number',NULL,0,NULL,0,4,NULL,NULL,NULL,NULL,0,''); 51 INSERT INTO people VALUES(8,'lemmytest@gmail.com',NULL,NULL,NULL,NULL,1,NULL,'Not Synced NumberMail',NULL,0,NULL,0,5,NULL,3,NULL,NULL,0,''); 52 INSERT INTO people VALUES(9,'lemmytest@gmail.com',NULL,NULL,NULL,NULL,1,NULL,'Not Synced Mail',NULL,0,NULL,0,NULL,NULL,4,NULL,NULL,0,''); 53 INSERT INTO people VALUES(10,'lemmytest@gmail.com',NULL,NULL,NULL,NULL,1,NULL,'Not Synced',NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,0,'');
|