HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 76 - 100 of 336) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/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/lldb/scripts/
sed-sources 24 option to preview changes to STDOUT, or use the B<-b> option to make a backup
50 Preview changes to STDOUT without modifying original source files.
89 our $opt_p = 0; # Preview changes to STDOUT?
  /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:
  /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;
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 214 private void scheduleUpdate(int changes) {
219 mPendingChanges |= changes;
230 private void update(int changes) {
234 if ((changes & CHANGE_SETTINGS) != 0) {
247 if ((changes & CHANGE_WIFI_DISPLAY_STATUS) != 0) {
599 final int changes = mPendingChanges;
601 update(changes);
  /frameworks/native/services/inputflinger/
InputReader.cpp 283 uint32_t changes = mConfigurationChangesToRefresh; local
284 if (changes) {
287 refreshConfigurationLocked(changes);
538 void InputReader::refreshConfigurationLocked(uint32_t changes) {
542 if (changes) {
543 ALOGI("Reconfiguring input devices. changes=0x%08x", changes);
546 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) {
551 device->configure(now, &mConfig, changes);
728 void InputReader::requestRefreshConfiguration(uint32_t changes) {
    [all...]
InputReader.h 121 // Describes changes that have occurred.
367 * The changes flag is a bitfield that indicates what has changed and whether
369 virtual void requestRefreshConfiguration(uint32_t changes) = 0;
467 virtual void requestRefreshConfiguration(uint32_t changes);
552 void refreshConfigurationLocked(uint32_t changes);
602 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 394 MoveDesc<E> changes = fillHole(index, toTrickle); local
397 if (changes == null) {
403 return new MoveDesc<E>(actualLastElement, changes.replaced);
407 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
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/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/v8/test/webkit/
cyclic-prototypes.js 35 // This changes behaviour, since __proto__ is an accessor on Object.prototype.
  /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);
  /external/skia/tools/skpdiff/
diff_viewer.js 25 // When the type attribute changes, load the image and then render
73 // when updatedMaskSize changes, update mask canvas size.
83 // When the magnify attribute changes, render the magnified rect at
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
doctest_webapp.py 243 def change_file(path, changes):
247 for change_type, line, text in changes:
  /external/icu/icu4c/source/data/coll/
colfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/libunwind/doc/
unw_set_caching_policy.tex 39 changes in a way that could affect the validity of cached information.
  /external/skia/tools/lua/
bbh_filter.lua 4 -- where the definition of 'interesting' changes but is roughly:

Completed in 477 milliseconds

1 2 34 5 6 7 8 91011>>