/external/chromium_org/third_party/lcov/bin/ |
updateversion.pl | 117 s/(Last\s+changes:\s+)\d\d\d\d-\d\d-\d\d/$1$date[0]/g;
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_watcher.js | 8 * Watches for changes in the tracked directory, including local metadata 9 * changes. 117 * Changes the watched directory. In case of a fake entry, the watch is
|
drive_banners.js | 121 * @param {Object.<string, Object>} changes Changes values. 125 FileListBannerController.prototype.onStorageChange_ = function(changes, 127 if (areaName == 'local' && WELCOME_HEADER_COUNTER_KEY in changes) { 128 this.welcomeHeaderCounter_ = changes[WELCOME_HEADER_COUNTER_KEY].newValue; 130 if (areaName == 'local' && WARNING_DISMISSED_KEY in changes) { 131 this.warningDismissedCounter_ = changes[WARNING_DISMISSED_KEY].newValue; 421 * Update the UI when the current directory changes.
|
/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;
|
/external/iptables/iptables/ |
iptables-apply | 44 by iptables-restore) to iptables, then prompt the user whether the changes
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/frameworks/native/services/inputflinger/ |
InputReader.cpp | 268 uint32_t changes = mConfigurationChangesToRefresh; local 269 if (changes) { 272 refreshConfigurationLocked(changes); 505 void InputReader::refreshConfigurationLocked(uint32_t changes) { 509 if (changes) { 510 ALOGI("Reconfiguring input devices. changes=0x%08x", changes); 513 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) { 518 device->configure(now, &mConfig, changes); 674 void InputReader::requestRefreshConfiguration(uint32_t changes) { [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
slider.js | 94 * Called when the slider's value changes.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_error_handler.js | 15 * changes the extensions badge to reflect the error state (yellow for
|
/external/chromium_org/extensions/browser/api/storage/ |
storage_api.cc | 90 if (!result->changes().empty()) { 95 ValueStoreChange::ToJson(result->changes()));
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/ |
nacl.scons | 41 # changes to the tests and to the code-under-test in atomic units.
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ |
karma.conf.js | 75 // enable / disable watching file and executing tests whenever any file changes
|
/external/chromium_org/third_party/icu/source/data/rbnf/ |
rbnffiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/external/chromium_org/tools/grit/grit/tool/ |
resize.py | 67 // dialogs. Any changes made to translateable portions of the dialogs will 120 translateable bits from the original dialog) but the layout changes you make 121 will be used. Note that your layout changes must preserve the order of the
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2931.js | 28 // Typed array constructors should be immune from changes to
|
regress-386.js | 36 // and changes i from a map transition to a real property. There was
|
regress-hoist-load-named-field.js | 31 // cannot be hoisted due to changes in elements kinds.
|
/external/chromium_org/v8/test/webkit/ |
cyclic-prototypes.js | 35 // This changes behaviour, since __proto__ is an accessor on Object.prototype.
|
/external/icu/icu4c/source/data/rbnf/ |
rbnffiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/ |
bookmark_manager_private_api.cc | 208 bookmark_manager_private::MetaInfoFields changes; local 215 changes.additional_properties[it->first] = ""; 220 changes.additional_properties[it->first] = ""; 222 changes.additional_properties[it->first] = new_meta_field->second; 235 changes.additional_properties[it->first] = it->second; 242 base::Int64ToString(node->id()), changes));
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_profile_syncable_service_unittest.cc | 114 const syncer::SyncChangeList& changes) OVERRIDE { 115 changes_ = changes; 124 const syncer::SyncChangeList& changes() { return changes_; } function in class:autofill::__anon10973::TestSyncChangeProcessor 569 ASSERT_EQ(1U, sync_change_processor->changes().size()); 570 syncer::SyncChange result = sync_change_processor->changes()[0]; 589 ASSERT_EQ(1U, sync_change_processor->changes().size()); 590 syncer::SyncChange result = sync_change_processor->changes()[0]; 759 // Set up expectations: No changes to the WebDB, and all fields correctly 783 // changes propagated to Sync. [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_change_tracker_unittest.cc | 89 // Get the changes for URL and verify. 90 FileChangeList changes; local 91 change_tracker()->GetChangesForURL(url, &changes); 92 ASSERT_EQ(1U, changes.size()); 94 " actual:" << changes.DebugString()); 95 EXPECT_EQ(expected_change, changes.list()[0]); 184 // Changes for kPath0 must have been offset and removed. 197 // The changes must be in the last-modified-time order. 217 // No changes to promote yet, we've demoted no changes [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch.rb | 540 # Binary diffs often have property changes listed before the actual binary data. Skip them. 878 changes = [ [ [], [] ] ] 883 changes << [ [], [] ] 886 changes.last.first << line if line.toLineNumber.nil? 887 changes.last.last << line if line.fromLineNumber.nil? 892 for change in changes
|
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowAnimator.java | [all...] |