HomeSort by relevance Sort by last modified time
    Searched full:another (Results 76 - 100 of 4869) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.h 2 * YAFFS: Yet another FFS. A NAND-flash specific file system.
  /external/yaffs2/yaffs2/
yaffs_mtdif.h 2 * YAFFS: Yet another FFS. A NAND-flash specific file system.
yaffs_mtdif2.h 2 * YAFFS: Yet another FFS. A NAND-flash specific file system.
yaffs_nand.h 2 * YAFFS: Yet another FFS. A NAND-flash specific file system.
yaffs_tagsvalidity.c 3 * YAFFS: Yet another FFS. A NAND-flash specific file system.
  /frameworks/base/core/java/android/widget/
WrapperListAdapter.java 20 * List adapter that wraps another list adapter. The wrapped adapter can be retrieved
  /frameworks/base/core/java/com/android/internal/util/
CharSequences.java 114 * @param another The other CharSequence.
117 public static int compareToIgnoreCase(CharSequence me, CharSequence another) {
119 int myLen = me.length(), anotherLen = another.length();
125 - Character.toLowerCase(another.charAt(anotherPos++))) != 0) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 86 * wrapping another exception.
115 * wrapping another exception.
138 * wrapping another exception.
182 * wrapping another exception.
201 * wrapping another exception.
221 * wrapping another exception.
240 * wrapping another exception.
270 * wrapping another exception.
298 * wrapping another exception.
321 * wrapping another exception
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraHardwareException.java 21 * successfully. For example, another process is using the camera.
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 141 public int compareTo(Preference another) {
142 if (!(another instanceof ShortcutPreference)) return super.compareTo(another);
145 char other = ((ShortcutPreference) another).mShortcut;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fib_rules.h 59 FR_ACT_GOTO, /* Jump to another rule */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
IIdResourceItem.java 25 * Returns whether the ID resource has been declared inline inside another resource XML file.
  /libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java 72 * wrapping another exception.
162 * wrapping another exception.
181 * wrapping another exception.
202 * wrapping another exception.
222 * wrapping another exception.
245 * wrapping another exception.
268 * wrapping another exception.
290 * wrapping another exception.
317 * wrapping another exception.
338 * wrapping another exception
    [all...]
  /external/chromium/third_party/icu/source/i18n/
funcrepl.h 27 * The input text to the transliterator is the output of another
28 * UnicodeReplacer object. That is, this replacer wraps another
  /external/icu4c/i18n/
funcrepl.h 27 * The input text to the transliterator is the output of another
28 * UnicodeReplacer object. That is, this replacer wraps another
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
quota.js 26 debug("Putting 'data' into another bucket.h");
72 debug("Putting 'data' into another bucket.h");
  /libcore/luni/src/main/java/java/io/
Writer.java 95 * if this writer is closed or another I/O error occurs.
118 * if this writer is closed or another I/O error occurs.
133 * if this writer is closed or another I/O error occurs.
149 * if this writer is closed or another I/O error occurs.
166 * if this writer is closed or another I/O error occurs.
191 * if this writer is closed or another I/O error occurs.
208 * if this writer is closed or another I/O error occurs.
236 * if this writer is closed or another I/O error occurs.
FilterInputStream.java 24 * decompression of the underlying stream. Input streams that wrap another input
111 * if the stream is closed or another IOException occurs.
129 * if this stream is closed or another IOException occurs.
153 * if this stream is closed or another I/O error occurs.
186 * if this stream is closed or another IOException occurs.
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 68 // Another ordinary case
323 attrs.addAttribute("http://yet.another.uri", "doe", "john:doe",
358 multi.addAttribute("http://yet.another.uri", "doe", "john:doe",
361 assertEquals("http://yet.another.uri", multi.getURI(5));
368 multi.addAttribute("http://yet.another.uri", "doe", "john:doe",
371 assertEquals("http://yet.another.uri", multi.getURI(6));
394 multi.setAttribute(0, "http://yet.another.uri", "doe", "john:doe",
396 assertEquals("http://yet.another.uri", multi.getURI(0));
412 multi.setAttribute(-1, "http://yet.another.uri", "doe", "john:doe",
420 multi.setAttribute(5, "http://yet.another.uri", "doe", "john:doe"
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 79 * @param timeout the time to wait if another rendering is happening.
118 * This call is blocking if another rendering/inflating is currently happening, and will return
121 * The preparation can fail if another rendering took too long and the timeout was elapsed.
129 * @param timeout the time to wait if another rendering is happening.
158 * {@link Result#SUCCESS} if the lock already belonged to that thread, or another
161 * @param timeout the time to wait if another rendering is happening.
162 * @return null if the lock was just acquire or another result depending on the state.
  /libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java 118 * if the channel is closed by another thread while this method
121 * if another thread interrupts the calling thread while the
159 * another thread that has started a read operation on the channel.
172 * if the channel is closed by another thread while this method
175 * if another thread interrupts the calling thread while the
196 * This method can be called at any time and it will block if another thread
213 * if the channel is closed by another thread while this method
216 * if another thread interrupts the calling thread while the
248 * if the channel is closed by another thread while this method
251 * if another thread interrupts the calling thread while th
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/
UnresolvedPrincipal.java 112 public boolean implies(Principal another) {
113 return (another != null)
115 || klass.equals(another.getClass().getName())
117 || (name == null ? another.getName() == null
118 : name.equals(another.getName()))));
  /frameworks/base/core/java/android/util/
Base64OutputStream.java 25 * it, writing the resulting data to another OutputStream.
38 * writing the encoded data to another OutputStream.
50 * stream, writing the encoded/decoded data to another
  /frameworks/base/core/java/android/view/
InputChannel.java 25 * a window in another process. It is Parcelable so that it can be sent
65 * another input channel into this one.
115 * Transfers ownership of the internal state of the input channel to another
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 120 public int compareTo(Preference another) {
121 if (!(another instanceof BluetoothDevicePreference)) {
126 return mCachedDevice.compareTo(((BluetoothDevicePreference) another).mCachedDevice);

Completed in 1581 milliseconds

1 2 34 5 6 7 8 91011>>