/frameworks/compile/libbcc/bcinfo/ |
MetadataExtractor.cpp | 38 // Name of metadata node where pragma info resides (should be synced with 43 // synced with slang_rs_metadata.h) 47 // synced with slang_rs_metadata.h) 51 // (should be synced with slang_rs_metadata.h) 56 // (should be synced with slang_rs_metadata.h) 60 // synced with slang_rs_metadata.h)
|
/external/chromium/chrome/browser/sync/engine/ |
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).
|
apply_updates_command.cc | 41 // some subset of the currently synced datatypes.
|
/external/chromium/chrome/browser/sync/ |
sync_setup_wizard.h | 25 // Show the screen that confirms everything will be synced. 30 // Choose either "Keep everything synced" or
|
sync_ui_util_mac.mm | 46 case sync_ui_util::SYNCED:
|
profile_sync_service_harness.cc | 163 // Choose the datatypes to be synced. If all datatypes are to be synced, 217 // The client is not yet fully synced. Continue waiting. 232 // The client is not yet fully synced; keep waiting until we converge. 270 // The client is online and fully synced. There is nothing to do. 320 // Client is already synced; don't wait.
|
/external/chromium_org/chrome/browser/history/ |
web_history_service.h | 24 // synced history visits. It is roughly analogous to HistoryService, and 55 // Searches synced history for visits matching |text_query|. The timeframe to
|
/external/chromium_org/chrome/browser/ui/ash/ |
app_sync_ui_state.cc | 125 const bool synced = sync_service_->ShouldPushChanges(); local 130 if (synced && !has_pending_extension)
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
storage.html | 12 <li>User data can be automatically synced with Chrome sync 47 the stored data will automatically be synced
|
/external/chromium_org/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/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>
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_sync_processor.h | 58 // Keys of the settings that are currently being synced. Used to decide what
|
/external/chromium_org/chrome/browser/extensions/ |
app_sync_data.h | 25 // A class that encapsulates the synced properties of an Application.
|
extension_sync_data.h | 26 // A class that encapsulates the synced properties of an Extension.
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
opentabs_tablet.css | 54 body[device='tablet'] .session-last-synced {
|
/external/chromium_org/chrome/browser/sync/glue/ |
session_change_processor.h | 79 // Profile being synced. Non-null if |running()| is true.
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database.proto | 53 // Represents synced local file.
|
/external/chromium_org/content/common/ |
view_message_enums.h | 66 // WebKit accessibility is on, and the full accessibility tree is synced
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/ |
SyncDecryptionPassphraseType.java | 11 * This enum describes the type of passphrase required, if any, to decrypt synced data.
|
/external/qemu/tcg/x86_64/ |
tcg-target.h | 88 /* Note: must be synced with dyngen-exec.h */
|
/frameworks/base/docs/html/distribute/ |
index.jd | 13 <p>The most visited store in the world for Android apps. Cloud-connected and always synced,
|
/external/chromium_org/chrome/browser/password_manager/ |
password_generation_manager_unittest.cc | 135 // Allow this test to control what should get synced. 162 // Add some additional synced state. Nothing should be sent. 194 // Allow this test to control what should get synced.
|
/external/chromium_org/third_party/sqlite/src/test/ |
crash5.test | 58 # been safely synced into the journal. If the page is written 60 # before the relevant part of the journal has been synced. 87 # in the synced part of the journal file. When
|
/frameworks/base/services/common_time/ |
common_time_server_api.cpp | 304 bool synced; local 308 synced = (OK == mCommonClock.localToCommon(localTime, &commonTime)); 314 if (synced) 317 dump_printf("Common time : %s\n", "not synced"); 324 if (synced) {
|