HomeSort by relevance Sort by last modified time
    Searched full:unchanged (Results 1 - 25 of 933) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/m4/
copyifchange.m4 6 echo $2 is unchanged
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java 34 private static final int UNCHANGED = LevenshteinDistance.EDIT_UNCHANGED;
51 if (expectedOps[i] == UNCHANGED) {
114 new int[] {UNCHANGED},
120 new int[] {UNCHANGED, UNCHANGED},
129 new int[] {UNCHANGED, INSERT},
135 new int[] {UNCHANGED, UNCHANGED},
141 new int[] {UNCHANGED, UNCHANGED, INSERT}
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 44 Uri unchanged = insertBookmark("http://stub2.com", "Stub2"); local
46 TriggeredObserver unchangedObs = new TriggeredObserver(unchanged);
55 Uri unchanged = insertBookmark("http://stub2.com", "Stub2"); local
64 TriggeredObserver unchangedObs = new TriggeredObserver(unchanged);
80 Uri unchanged = insertHistory("http://stub2.com", "Stub2"); local
82 TriggeredObserver unchangedObs = new TriggeredObserver(unchanged);
91 Uri unchanged = insertHistory("http://stub2.com", "Stub2"); local
100 TriggeredObserver unchangedObs = new TriggeredObserver(unchanged);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 66 assertEquals(Sub.class, Sub.class.getMethod("unchanged").getDeclaringClass());
67 assertEquals(Sub.class, Sub.class.getDeclaredMethod("unchanged").getDeclaringClass());
118 if (signature(method).equals("void unchanged[] throws []")) {
126 Method method = PublicSub.class.getMethod("unchanged");
133 public void unchanged() {} method in class:MethodOverridesTest.Super
142 @Override public void unchanged() {} method in class:MethodOverridesTest.Sub
151 public void unchanged() {} method in class:MethodOverridesTest.PackageSuper
  /external/srtp/crypto/include/
crypto.h 19 * NULL_CIPHER is avaliable; this cipher leaves the data unchanged,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
lp.h 36 #define LP_PACK 0x40 /* unchanged input, active low */
37 #define LP_POUTPA 0x20 /* unchanged input, active high */
38 #define LP_PSELECD 0x10 /* unchanged input, active high */
39 #define LP_PERRORP 0x08 /* unchanged input, active low */
  /device/samsung/crespo4g/
releasetools.py 66 print "bootloader image unchanged; skipping"
76 print "radio image unchanged; skipping"
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
topsort.h 39 // otherwise unchanged. ACYCLIC will be true iff the FST has
78 // the input is unchanged. When sorted, all transitions are from
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged");
246 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
247 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
326 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
327 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
329 # $fileNewer should still exist unchanged because the patch faile
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_classifier.h 33 // left unchanged). |alternate_nav_url| is a possibly-NULL outparam that, if
  /external/icu4c/i18n/
nultrans.h 22 * A transliterator that leaves text unchanged.
ucurrimp.h 42 * the parse fails, the position in unchanged upon output.
  /external/valgrind/main/memcheck/tests/
realloc3.c 7 demonstrates this -- 'x' and 'y' are unchanged and shrunk, and their
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 34 * this returns false and r is unchanged. If there is at least one more,
  /external/icu4c/i18n/unicode/
tzrule.h 107 * "result" is unchanged.
120 * "result" is unchanged.
136 * "result" is unchanged.
153 * "result" is unchanged.
289 * "result" is unchanged.
302 * "result" is unchanged.
318 * "result" is unchanged.
335 * "result" is unchanged.
524 * "result" is unchanged.
537 * "result" is unchanged
    [all...]
  /external/icu4c/common/unicode/
symtable.h 93 * found, return the empty string and leave pos unchanged. That is, if the
101 * failed, pos is unchanged on exit.
  /external/skia/include/core/
SkPathMeasure.h 49 position and tangent are unchanged.
61 matrix is unchanged.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
match-003.js 22 * regexp.lastIndex is left unchanged) increment regexp.lastIndex by 1.
45 // regexp.lastIndex is left unchanged) increment regexp.lastIndex by 1.
  /bionic/libm/src/
s_fabsl.c 10 * in this position and unchanged.
  /external/bluetooth/glib/docs/reference/
COPYING 3 notice remains intact and unchanged on all copies. Commercial
  /external/bluetooth/glib/tests/
testgdateparser.c 55 g_print("\nLocale unchanged\n");
  /external/chromium/chrome/browser/chromeos/
audio_mixer.h 42 // to the mixer. Limits are left unchanged on error
  /external/chromium/net/base/
data_url.h 40 // output variables will remain unchanged. On success, true is returned.
  /external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java 7 * Extensions for Next specification revision. These interfaces will remain unchanged and be
  /external/proguard/src/proguard/optimize/
KeepMarker.java 31 * will remain unchanged as necessary in the optimization step.

Completed in 2645 milliseconds

1 2 3 4 5 6 7 8 91011>>