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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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
  /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/chromium/third_party/icu/source/i18n/
nultrans.h 22 * A transliterator that leaves text unchanged.
ucurrimp.h 42 * the parse fails, the position in unchanged upon output.
  /external/icu4c/i18n/
nultrans.h 22 * A transliterator that leaves text unchanged.
ucurrimp.h 42 * the parse fails, the position in unchanged upon output.
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 34 * this returns false and r is unchanged. If there is at least one more,
  /frameworks/base/media/libstagefright/codecs/aacenc/build/eclair/
makefile 18 # please keep the name 'makefile' unchanged
  /frameworks/base/media/libstagefright/codecs/amrwbenc/build/eclair/
makefile 17 # please keep the name 'makefile' unchanged
  /external/chromium/third_party/icu/public/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/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/chromium/third_party/icu/public/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/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/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.
  /development/docs/
howto_SDK_git_cygwin.txt 117 git update-index --assume-unchanged \
123 git update-index --assume-unchanged \
166 git update-index --assume-unchanged \
172 git update-index --assume-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/net/base/
data_url.h 37 // 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 683 milliseconds

1 2 3 4 5 6 7 8 91011>>