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

1 2 3 4 56 7 8 91011>>

  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java 134 // so long as the value changes sometimes, then connections will
158 // so long as the value changes sometimes, then connections will
439 * Select and dispatch tasks found from changes and the selector.
453 // Make any key changes required
455 int changes=_changes.size(); local
456 while (changes-->0 && (change=_changes.poll())!=null)
    [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 305 Third draft. Lots of fundamental changes. (Brian Paul)
  /external/sqlite/dist/orig/
sqlite3ext.h 50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines
301 #define sqlite3_changes sqlite3_api->changes
  /external/sqlite/dist/
sqlite3ext.h 50 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines
301 #define sqlite3_changes sqlite3_api->changes
  /external/v8/test/mjsunit/
array-literal-transitions.js 136 // Check that unexpected changes in the objects stored into the boilerplate
string-fromcharcode.js 111 // Test the custom IC works correctly when the map changes.
  /external/v8/test/mjsunit/compiler/
assignment-deopt.js 147 // The binary operation changes the map as a side effect.
  /external/v8/test/mjsunit/harmony/
proxies-json.js 157 // Object containing a proxy that changes the parent's properties.
  /external/v8/test/webkit/fast/js/
string-capitalization.js 40 // Test the toUpper and toLower changes made in Unicode versions 5.2 and 6.1
  /external/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 114 // but will create possible false negative if toString output changes in
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 292 // Disable these changes. They sometimes end up
360 private boolean addXmlFileChanges(IFile file, CompositeChange changes,
391 changes.add(change);
  /sdk/find_java/
find_java.bat 17 rem to use. The script changes the "java_exe" env variable. The variable
  /external/libhevc/common/arm/
ihevc_itrans_recon_4x4_ttype1.s 176 @ register changes
  /external/libxml2/
xmlcatalog.c 323 \t used with --add or --del, it saves the catalog changes\n\
  /external/skia/
PRESUBMIT.py 271 """Check LGTMs for public API changes.
340 * Adds a link to preview docs changes if there are any docs changes in the CL.
341 * Adds 'NOTRY=true' if the CL contains only docs changes.
342 * Adds 'NOTREECHECKS=true' for non master branch changes since they do not
344 * Adds 'NOTRY=true' for non master branch changes since trybots do not yet
367 # If the change includes only doc changes then add NOTRY=true in the
374 'This change has only doc changes. Automatically added '
385 'Automatically added a link to preview the docs changes to the '
398 'Branch changes do not need to rely on the master branch\'s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 213 * the slave device that sends through the master changes.
376 XIAnyHierarchyChangeInfo* changes,
  /external/v8/src/
liveedit-debugger.js 9 // according to changes of script source (if possible).
45 // Analyze changes.
143 // Committing all changes.
674 // by definition may only have changes inside their bodies). However there are
848 // Changes positions (including all statements) in function.
866 // TODO(635): try better than this; support several changes.
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 444 * and allows the user to edit it. If they keep their changes, the URI
7243 int changes = 0; local
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java 1844 final Map<Long, Boolean> changes = new HashMap<Long, Boolean>(); local
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 201 which changes this infrastructure. The danger that not enough careful
245 not be able to escape to another device, when route to endpoint changes.
303 changes its parameters.
  /external/openssh/contrib/redhat/
openssh.spec 427 - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
432 - Merge in spec changes from RedHat, reorgansie a little
480 - merge some of Damien Miller <djm@mindrot.org> changes from the upstream
493 - Merge changes to rescue build from current sysadmin survival cd
609 - Init script and spec file changes from Pekka Savola. (#28750)
665 - Incorporate Bero's changes for a build specifically for rescue CDs.
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 214 have found that even slight changes in code alignment can produce 10%
  /external/javasqlite/src/main/java/SQLite/
Database.java 246 public long changes() { method in class:Database

Completed in 450 milliseconds

1 2 3 4 56 7 8 91011>>