HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 2601 - 2625 of 19572) sorted by null

<<101102103104105106107108109110>>

  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/wiki_samples/
MethodChanger_2.java 47 // prints the changed compilation unit
  /external/javassist/sample/evolve/
DemoServer.java 13 * the image of /java.html is also changed.
  /external/jdiff/src/jdiff/
HTMLStatistics.java 119 h_.writeText("The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements &mdash; that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.");
126 h_.writeText("<h2>Changed Packages, Sorted by Percentage Difference</h2>");
132 h_.writeText("<h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>");
141 h_.writeText("Percentage difference = 100 * (added + removed + 2*changed)");
145 h_.writeText("<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.");
146 h_.writeText("This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.");
265 // Add all the changed classes to a list
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 15 // changed to final class - jeffs
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 68 * Some applications, e.g. online help, need to know when a file has changed due to a symlink
  /external/junit-params/src/test/java/junitparams/naming/
MacroSubstitutionNamingStrategyTest.java 34 // Android-changed: CTS and AndroidJUnitRunner rely on specific format to test names, changing
  /external/junit-params/src/test/java/junitparams/usage/person_example/
PersonTest.java 59 // Android-changed: CTS and AndroidJUnitRunner rely on specific format to test names, changing
  /external/kernel-headers/
README.md 41 changed and require another manual update.
  /external/kernel-headers/original/uapi/asm-mips/asm/
sigcontext.h 65 * int so it was changed to unsigned long in 2.6.0-test1. This may break
  /external/kernel-headers/original/uapi/linux/
fcntl.h 75 #define DN_ATTRIB 0x00000020 /* File changed attibutes */
if_frad.h 15 * 0.15 Mike McLagan changed structure defs (packed)
inotify.h 32 #define IN_ATTRIB 0x00000004 /* Metadata changed */
securebits.h 8 changed from user-level. */
sed-opal.h 91 * After passwords are changed, we can set them via,
  /external/libcups/cups/
testadmin.c 68 printf("Server settings not changed: %s\n", cupsLastErrorString());
  /external/libcxx/test/std/thread/futures/futures.future_error/
what.pass.cpp 12 // LWG 2056 changed the values of future_errc, so if we're using new headers
  /external/libevent/sample/
time-test.c 4 * interfaces have changed since it was first written. It should probably
  /external/libpng/contrib/examples/
pngtopng.c 8 * Last changed in libpng 1.6.29 [March 16, 2017]
  /external/libpng/contrib/libtests/
gentests.sh 5 # Last changed in libpng 1.6.0 [February 14, 2013]
readpng.c 5 * Last changed in libpng 1.6.1 [March 28, 2013]
  /external/libpng/contrib/oss-fuzz/
README.txt 1 Last changed in libpng 1.6.33 [September 28, 2017]
  /external/libpng/contrib/tools/
checksum-icc.c 5 * Last changed in libpng 1.6.0 [February 14, 2013]
  /external/libtextclassifier/util/gtl/
map_util.h 45 // existed in the collection, the value is not changed. Returns true if the
  /external/libvpx/libvpx/build/make/
msvs_common.sh 36 # Output one, possibly changed based on the system, path per line.
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 245 enum xkb_state_component changed; local
272 changed = xkb_state_update_key(kbd->state, keycode, XKB_KEY_UP);
274 changed = xkb_state_update_key(kbd->state, keycode, XKB_KEY_DOWN);
277 test_print_state_changes(changed);

Completed in 1310 milliseconds

<<101102103104105106107108109110>>