HomeSort by relevance Sort by last modified time
    Searched full:stuff (Results 26 - 50 of 1420) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/data/brkitr/
title.txt 18 # any non-cased stuff, to reach the start of the next word.
30 # any non-cased stuff, to reach the start of the next word.
  /external/dbus/test/
test-utils.h 4 #define DBUS_COMPILATION /* Cheat and use private stuff */
  /external/qemu/hw/
xen.h 5 * stuff needed outside xen-*.c, i.e. interfaces to qemu.
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
WriterTest.java 50 assertEquals("Wrong stuff written!", "ab", tobj.toString());
77 assertEquals("Wrong stuff written!", testString, tobj.toString());
106 assertEquals("Wrong stuff written!", "01234", tobj.toString());
108 assertEquals("Wrong stuff written!", "01234abcde", tobj.toString());
110 assertEquals("Wrong stuff written!", "01234abcdeABCDEFGHIJ", tobj.toString());
168 assertEquals("Wrong stuff written!", "01234", tobj.toString());
170 assertEquals("Wrong stuff written!", "01234abcde", tobj.toString());
172 assertEquals("Wrong stuff written!", "01234abcdeABCDEFGHIJ", tobj.toString());
192 assertEquals("Wrong stuff written!", "ab", tobj.toString());
210 assertEquals("Wrong stuff written!", "01234", tobj.toString())
    [all...]
  /dalvik/tests/035-enum/src/
Main.java 6 * Try some stuff with enumerations.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 84 /* User clicked OK so do some stuff */
90 /* User clicked Cancel so do some stuff */
102 /* User clicked OK so do some stuff */
108 /* User clicked Something so do some stuff */
114 /* User clicked Cancel so do some stuff */
124 /* User clicked so do some stuff */
141 /* User clicked Yes so do some stuff */
147 /* User clicked No so do some stuff */
158 /* User clicked on a radio button do some stuff */
164 /* User clicked Yes so do some stuff */
    [all...]
  /external/kernel-headers/original/linux/nfsd/
auth.h 4 * nfsd-specific authentication stuff.
debug.h 4 * Debugging-related stuff for nfsd
  /external/iproute2/include/linux/netfilter/
xt_tcpudp.h 6 /* TCP matching stuff */
24 /* UDP matching stuff */
  /external/kernel-headers/original/linux/netfilter/
xt_tcpudp.h 4 /* TCP matching stuff */
22 /* UDP matching stuff */
  /external/qemu/distrib/sdl-1.2.12/src/audio/dart/
SDL_dart.h 37 #include <os2me.h> // DART stuff and MMIO stuff
  /dalvik/tests/019-wrong-array-type/src/
Main.java 18 * Stuff the wrong type object into an array.
  /dalvik/vm/compiler/template/
rebuild.sh 18 # Rebuild for all known targets. Necessary until the stuff in "out" gets
  /external/clearsilver/mod_ecs/
Makefile 27 # rest of our stuff?
  /external/icu4c/test/cintltst/
cnumtst.h 59 * Test some Currency stuff
  /bionic/libc/
CAVEATS 14 multi-threaded code instead of relying on this stuff.
19 - locales and wide characters are not supported. we use ICU for all this i18n stuff, which
  /external/kernel-headers/original/linux/
string.h 4 /* We don't want strings.h stuff being user by user stuff by accident */
  /external/stlport/stlport/stl/config/
_cray.h 50 // uncomment this if <iostream> and other STD headers put their stuff in ::namespace,
54 // uncomment this if <cstdio> and the like put stuff in ::namespace,
  /external/bluetooth/glib/docs/reference/glib/tmpl/
type_conversion.sgml 71 @i: integer to stuff into a pointer.
94 @u: unsigned integer to stuff into the pointer.
111 @s: #gsize to stuff into the pointer.
  /external/netperf/
netsh.h 39 /* stuff to say where this test is going */
97 /* stuff for confidence intervals */
107 /* stuff to controll the bufferspace "width" */
  /external/yaffs2/yaffs2/
patch-ker.sh 76 # Copy all stuff up to JFFS
77 # Insert some YAFFS stuff
78 # Copy all the rest of the stuff
yaffs_guts.h 151 /* Stuff used for extended tags in YAFFS2 */
177 /* The following stuff only has meaning when we read */
181 /* YAFFS 1 stuff */
185 /* YAFFS2 stuff */
323 __u32 yst_rdev; /* device stuff for block and char devices (major/min) */
426 /* directory structure stuff */
538 /* Stuff used by the partitioned checkpointing mechanism */
542 /* Stuff used by the shared space checkpointing mechanism */
601 /* End of stuff that must be set before initialisation. */
608 /* Stuff to support wide tnodes *
    [all...]
  /build/tools/apicheck/
Android.mk 21 #TODO(dbort): add a template to do this stuff; share with jx
38 # the other stuff
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ReaderTest.java 128 assertEquals("Wrong stuff read!", "Bla ", String.valueOf(buf));
131 assertEquals("Wrong stuff read!", "bla,", String.valueOf(buf));
152 assertEquals("Wrong stuff read!", "Bla ", new String(buf));
154 assertEquals("Wrong stuff read!", "bla,", new String(buf));
226 assertEquals("Wrong stuff read!", 'B', res);
228 assertEquals("Wrong stuff read!", 'l', res);
318 assertEquals("Wrong stuff read!", "Bla ", new String(buf));
321 assertEquals("Wrong stuff read!", "what", new String(buf));
  /external/clearsilver/
README.python 28 nice machinery for some of the stuff talked about on this list. For
31 example of how the form stuff works:

Completed in 378 milliseconds

12 3 4 5 6 7 8 91011>>