HomeSort by relevance Sort by last modified time
    Searched full:original (Results 51 - 75 of 38583) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 31 private final char[] ORIGINAL = new char[] { '0', '1' };
51 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT);
61 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL,
77 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_SAME_CHARS);
84 // replacement has more chars than original
85 method = new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT_WITH_MORE_CHARS);
94 // original has same chars
103 // original has more chars than replacement
107 fail("Threre is more chars in the original than replacement.");
114 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL,
    [all...]
  /external/chromium/base/third_party/dmg_fp/
README.chromium 4 Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>.
5 Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>.
7 List of changes made to original code:
  /external/chromium_org/courgette/third_party/
README.chromium 2 bsdiff, available in its original form from:
12 incompatible with the original and it cannot be compiled outside the Chromium
15 List of changes made to original code:
  /external/elfutils/tests/
run-ranlib-test2.sh 29 original=${original:-testfile19}
32 testfiles $original $indexed
34 testrun ../src/ranlib $original
40 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
43 cmp $original $indexed
  /external/mockito/src/org/mockito/
BDDMockito.java 61 * See original {@link OngoingStubbing}
67 * See original {@link OngoingStubbing#thenAnswer(Answer)}
73 * See original {@link OngoingStubbing#then(Answer)}
79 * See original {@link OngoingStubbing#thenReturn(Object)}
85 * See original {@link OngoingStubbing#thenReturn(Object, Object[])}
91 * See original {@link OngoingStubbing#thenThrow(Throwable...)}
97 * See original {@link OngoingStubbing#thenThrow(Class[])}
103 * See original {@link OngoingStubbing#thenCallRealMethod()}
109 * See original {@link OngoingStubbing#getMock()}
174 * see original {@link Mockito#when(Object)}
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
vmalloc.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
  /bionic/libc/kernel/arch-arm/asm/
auxvec.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
bitops.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
dma-mapping.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
glue.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
ide.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
io.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
ioctl.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
local.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
proc-fns.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
suspend.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
system.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
thread_info.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
  /bionic/libc/kernel/arch-mips/asm/
auxvec.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
device.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
mutex.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
segment.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
thread_info.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
timex.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then
  /bionic/libc/kernel/arch-mips/asm/dec/
system.h 7 *** structures, and macros generated from the original header, and thus,
11 *** source file (e.g. under external/kernel-headers/original/) then

Completed in 723 milliseconds

1 23 4 5 6 7 8 91011>>