/external/iptables/iptables/ |
iptables-apply | 45 by iptables-restore) to iptables, then prompt the user whether the changes
|
/external/skia/tools/skpdiff/ |
diff_viewer.js | 46 // When the leftSrc attribute changes, load the image and then rerender 56 // When the rightSrc attribute changes, load the image and then rerender
|
/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
|
/external/chromium/chrome/browser/webdata/ |
autofill_table.cc | 402 std::vector<AutofillChange>* changes) { 403 return AddFormFieldValuesTime(elements, changes, Time::Now()); 407 std::vector<AutofillChange>* changes) { 408 return AddFormFieldValueTime(element, changes, base::Time::Now()); 463 std::vector<AutofillChange>* changes) { 464 DCHECK(changes); 505 changes->push_back(AutofillChange(change_type, 662 std::vector<AutofillChange>* changes, 677 result = result && AddFormFieldValueTime(*itr, changes, time); 845 std::vector<AutofillChange>* changes, [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 198 const syncer::ChangeRecordList& changes() { function in class:browser_sync::__anon8245::FakeServerChange 809 for (it = adds.changes().begin(); it != adds.changes().end(); ++it) 815 for (it = adds.changes().begin(); it != adds.changes().end(); ++it) 836 // Test that the property changes have not yet taken effect. 848 // Apply the changes. 852 for (it = mods.changes().begin(); it != mods.changes().end(); ++it) 898 for (it = adds.changes().begin(); it != adds.changes().end(); ++it [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
dnsview.js | 43 // Register to receive changes to the host resolver info.
|
/external/chromium/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/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/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/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-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/icu4c/data/rbnf/ |
rbnffiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/external/v8/test/mjsunit/regress/ |
regress-386.js | 36 // and changes i from a map transition to a real property. There was
|
/external/chromium_org/ui/aura/ |
root_window_host_x11.cc | 658 // size, which is in DIP, changes when the scale changes. 664 XWindowChanges changes = {0}; local 668 changes.width = bounds.width(); 669 changes.height = bounds.height(); 674 changes.x = bounds.x(); 675 changes.y = bounds.y(); 679 XConfigureWindow(xdisplay_, xwindow_, value_mask, &changes); [all...] |
/frameworks/base/services/input/ |
InputReader.cpp | 257 uint32_t changes = mConfigurationChangesToRefresh; local 258 if (changes) { 261 refreshConfigurationLocked(changes); 494 void InputReader::refreshConfigurationLocked(uint32_t changes) { 498 if (changes) { 499 ALOGI("Reconfiguring input devices. changes=0x%08x", changes); 502 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) { 507 device->configure(now, &mConfig, changes); 663 void InputReader::requestRefreshConfiguration(uint32_t changes) { [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
drive_banners.js | 147 * @param {Object.<string, Object>} changes Changes values. 151 FileListBannerController.prototype.onStorageChange_ = function(changes, 153 if (areaName == 'local' && WELCOME_HEADER_COUNTER_KEY in changes) { 154 this.welcomeHeaderCounter_ = changes[WELCOME_HEADER_COUNTER_KEY].newValue; 156 if (areaName == 'local' && WARNING_DISMISSED_KEY in changes) { 157 this.warningDismissedCounter_ = changes[WARNING_DISMISSED_KEY].newValue; 414 * Update the UI when the current directory changes.
|
/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/java/com/android/server/wm/ |
WindowAnimator.java | 654 void setPendingLayoutChanges(final int displayId, final int changes) { 655 mService.getDisplayContentLocked(displayId).pendingLayoutChanges |= changes; 658 void setAppLayoutChanges(final AppWindowAnimator appAnimator, final int changes, String s) { 659 // Used to track which displays layout changes have been done. 665 setPendingLayoutChanges(displayId, changes); 670 displays.put(displayId, changes); [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
generic_change_processor.cc | 82 const syncer::ImmutableChangeRecordList& changes) { 86 changes.Get().begin(); it != changes.Get().end(); ++it) { 413 // TODO(zea): consider having this logic for all possible changes?
|
/external/chromium_org/content/browser/dom_storage/ |
session_storage_database.cc | 90 const DOMStorageValuesMap& changes) { 91 // Even if |changes| is empty, we need to write the appropriate placeholders 123 if (!changes.empty()) { 129 WriteValuesToMap(map_id, changes, &batch);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidPackageRenameParticipant.java | 54 import org.eclipse.jdt.internal.corext.refactoring.changes.RenamePackageChange; 254 // changes, we need to update fragment references and even tool:context activity 384 private boolean addXmlFileChanges(IFile file, CompositeChange changes, boolean isManifest) { 410 changes.add(change);
|