HomeSort by relevance Sort by last modified time
    Searched full:another (Results 276 - 300 of 13060) sorted by null

<<11121314151617181920>>

  /external/markdown/tests/misc/
blockquote.html 22 <p>and this has 4 on level 2 - another code block.</p>
multi-test.html 18 <pre><code>Actually, another paragraph too.
  /external/markdown/tests/safe_mode/
script_tags.html 15 <p>Try another way.</p>
  /external/proguard/src/proguard/optimize/info/
NonPrivateMemberMarker.java 82 // Is it refering to another class or class member?
96 // Is it refering to a class member in another class?
97 // The class member might be in another class, or
98 // it may be referenced through another class.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ConvertSurface.3 3 SDL_ConvertSurface \- Converts a surface to the same format as another surface\&.
  /external/sepolicy/
keys.conf 7 # TARGET_BUILD_VARIANT. Typcially this is user, eng, and userdebug. Another
  /external/smack/src/org/jivesoftware/smack/util/
StringEncoder.java 22 * Encodes an string to another representation
  /external/valgrind/main/drd/tests/
supported_libpthread 23 # Another OS than Linux, which is also fine.
  /external/valgrind/main/memcheck/tests/
badpoll.c 17 //ufds[1].fd = 0; // leave undefined so we get another error.
wrap7.c 8 additional complications on ppc64-linux, hence another test. */
  /external/valgrind/main/memcheck/tests/linux/
with-space.vgtest 8 # have to modify the contents of the .dSYM. Another idea would be to avoid
  /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) {
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 58 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local
59 assertSame(first, another);
64 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); local
65 assertNotSame(first, another);
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd 45 action that starts another activity or switches to another app, the system calls another set of
51 you might pause the video and terminate the network connection when the user switches to another
  /frameworks/base/docs/html/training/basics/intents/
index.jd 37 To take the user from one activity to another, your app must use an {@link
49 interactions with other apps, such as start another app, receive a result from that app, and
55 <dt><b><a href="sending.html">Sending the User to Another App</a></b></dt>
59 <dd>Shows how to start another activity and receive a result from the activity.</dd>
  /libcore/luni/src/main/java/java/security/acl/
Permission.java 24 boolean equals(Object another);
  /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...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
include 37 print MAKEFILE "ANOTHER: ; \@echo This is another included makefile\n";
46 &run_make_with_options($makefile, "ANOTHER", &get_logfile);
47 $answer = "This is another included makefile\n";
  /packages/apps/Camera/src/com/android/camera/
CameraHardwareException.java 21 * successfully. For example, another process is using the camera.

Completed in 3405 milliseconds

<<11121314151617181920>>