/external/chromium_org/chrome/browser/resources/file_manager/js/ |
folder_shortcuts_data_model.js | 44 // Listening for changes in the storage. 45 chrome.storage.onChanged.addListener(function(changes, namespace) { 46 if (!(FolderShortcutsDataModel.NAME in changes) || namespace != 'sync') 49 var list = changes[FolderShortcutsDataModel.NAME].newValue;
|
file_watcher.js | 8 * Watches for changes in the tracked directory, including local metadata 9 * changes. 115 * Changes the watched directory. In case of a fake entry, the watch is
|
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.cc | 157 ImmutableChangeRecordList* changes) { 163 // (c) Construct a set of all parent nodes of any position changes. 213 *changes = ImmutableChangeRecordList(&changelist);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffHeader.pl | 206 Property changes on: test_file.swf 226 "Property changes on: test_file.swf\n"], 242 Property changes on: test_file.swf 267 expectedNextLine => "Property changes on: test_file.swf\n",
|
/external/chromium_org/ui/keyboard/resources/ |
voice_input.js | 42 * are any changes to interim or final results.
|
/external/icu4c/data/brkitr/ |
brkfiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/external/libusb-compat/libusb/ |
core.c | 244 int changes = 0; local 286 changes++; 301 changes++; 305 return changes; 572 int changes = 0; local 618 changes++; 638 changes++; 644 return changes;
|
/external/skia/bench/ |
Android.mk | 81 # changes to bench.
|
/hardware/qcom/display/msm8974/ |
common.mk | 39 # This flag is used to compile out any features that depend on framework changes
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_urllib.py | 1 """Fix changes imports of urllib which are now incompatible. 51 for old_module, changes in MAPPING.items(): 52 for change in changes:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_urllib.py | 1 """Fix changes imports of urllib which are now incompatible. 51 for old_module, changes in MAPPING.items(): 52 for change in changes:
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_change_tracker_unittest.cc | 83 // Get the changes for URL and verify. 84 FileChangeList changes; local 85 change_tracker()->GetChangesForURL(url, &changes); 86 ASSERT_EQ(1U, changes.size()); 88 " actual:" << changes.DebugString()); 89 EXPECT_EQ(expected_change, changes.list()[0]); 143 // Changes for kPath0 must have been offset and removed. 156 // The changes must be in the last-modified-time order. 229 // Verify the changes. 233 // Reset the changes in in-memory tracker [all...] |
local_file_sync_context.cc | 365 FileChangeList changes; local 366 backend->change_tracker()->GetChangesForURL(url, &changes); 372 !changes.empty())); 512 // Get all origins that have pending changes. 665 FileChangeList changes; local 666 backend->change_tracker()->GetChangesForURL(url, &changes); 697 sync_file_info.changes = changes; 711 // Since a sync has finished the number of changes must have been updated.
|
/external/chromium_org/chrome/browser/webdata/ |
autocomplete_syncable_service.cc | 315 const AutofillChangeList& changes) { 321 ActOnChanges(changes); 424 const AutofillChangeList& changes) { 427 for (AutofillChangeList::const_iterator change = changes.begin(); 428 change != changes.end(); ++change) {
|
autofill_profile_syncable_service_unittest.cc | 111 const syncer::SyncChangeList& changes) OVERRIDE { 112 changes_ = changes; 116 const syncer::SyncChangeList& changes() { return changes_; } function in class:TestSyncChangeProcessor 483 ASSERT_EQ(1U, sync_change_processor->changes().size()); 484 syncer::SyncChange result = sync_change_processor->changes()[0]; 503 ASSERT_EQ(1U, sync_change_processor->changes().size()); 504 syncer::SyncChange result = sync_change_processor->changes()[0];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 206 List<Change> changes = new ArrayList<Change>(); local 208 return changes; 248 return changes; 372 changes.add(change); 373 return changes;
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_autofill_unittest.cc | 264 void OnAutofillEntriesChanged(const AutofillChangeList& changes) { 270 changes); 278 void OnAutofillProfileChanged(const AutofillProfileChange& changes) { 284 changes); 1239 AutofillChangeList changes; local 1295 AutofillChangeList changes; local 1321 AutofillChangeList changes; local [all...] |
/external/chromium/base/ |
process_util_posix.cc | 381 char** AlterEnvironment(const environment_vector& changes, 394 j = changes.begin(); j != changes.end(); j++) { 445 j = changes.begin(); j != changes.end(); j++) { 470 j = changes.begin(); j != changes.end(); j++) { [all...] |
/packages/apps/Settings/src/com/android/settings/wfd/ |
WifiDisplaySettings.java | 216 private void scheduleUpdate(int changes) { 221 mPendingChanges |= changes; 232 private void update(int changes) { 236 if ((changes & CHANGE_SETTINGS) != 0) { 249 if ((changes & CHANGE_WIFI_DISPLAY_STATUS) != 0) { 601 final int changes = mPendingChanges; 603 update(changes);
|
/frameworks/base/services/input/ |
InputReader.h | 120 // Describes changes that have occurred. 332 * The changes flag is a bitfield that indicates what has changed and whether 334 virtual void requestRefreshConfiguration(uint32_t changes) = 0; 404 virtual void requestRefreshConfiguration(uint32_t changes); 483 void refreshConfigurationLocked(uint32_t changes); 529 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); 908 * - configure with 0 changes 910 * - process, process, process (may occasionally reconfigure with non-zero changes or reset) 930 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); [all...] |
/external/chromium_org/chrome/browser/prefs/ |
pref_model_associator.cc | 467 return; // These are changes originating from us, ignore. 469 // We only process changes if we've already associated models. 481 syncer::SyncChangeList changes; 487 // (which we continue to update with sync changes). 499 InitPrefAndAssociate(syncer::SyncData(), name, &changes); local 507 changes.push_back( 514 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
|
/external/chromium_org/content/browser/dom_storage/ |
session_storage_database.h | 51 // in |changes| will be examined - keys mapped to a null NullableString16 will 58 const DOMStorageValuesMap& changes);
|
/external/chromium_org/net/cert/ |
crl_set.cc | 113 // header's "DeltaFrom" value. The delta describes the changes to each CRL 262 // kMaxUncompressedChangesLength is the largest changes array that we'll 304 std::vector<uint8> changes; local 305 if (!ReadChanges(data, &changes)) 309 for (std::vector<uint8>::const_iterator k = changes.begin(); 310 k != changes.end(); ++k) {
|
/external/chromium_org/third_party/lcov-1.9/bin/ |
updateversion.pl | 117 s/(Last\s+changes:\s+)\d\d\d\d-\d\d-\d\d/$1$date[0]/g;
|
/external/guava/guava/src/com/google/common/collect/ |
MinMaxPriorityQueue.java | 393 MoveDesc<E> changes = fillHole(index, toTrickle); local 396 if (changes == null) { 402 return new MoveDesc<E>(actualLastElement, changes.replaced); 406 return changes;
|