HomeSort by relevance Sort by last modified time
    Searched full:fill (Results 651 - 675 of 2123) sorted by null

<<21222324252627282930>>

  /cts/tools/dasm/src/java_cup/
parse_action_table.java 31 /* allocate the array and fill it in with empty rows */
  /dalvik/dexdump/
OpCodeNames.c 77 "fill-array-data",
  /dalvik/libcore/luni/src/main/java/java/util/
Vector.java 833 Arrays.fill(elementData, newCount, elementCount, null);
836 Arrays.fill(elementData, start, elementCount, null);
919 Arrays.fill(elementData, length, elementCount, null);
978 * the array to fill.
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
Permissions.java 178 // try to fill up klassMates with freshly resolved permissions
  /dalvik/vm/
Misc.h 115 * Fill in a DebugOutputTarget struct.
  /dalvik/vm/alloc/
HeapBitmap.h 106 * Fill the bitmap with zeroes. Returns the bitmap's memory to
  /dalvik/vm/interp/
InterpDefs.h 218 * Process fill-array-data.
  /dalvik/vm/reflect/
Reflect.c 275 /* fill it in */
616 * Fill out the array.
784 * Fill out the array.
842 * Fill out the array.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 181 // Instead of the normal constructor, we're going to use the one with no args and fill
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java 154 * @param b The byte array to fill.
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 286 /* Fill in some random data */
  /external/bluetooth/glib/
glib-gettextize.in 92 # Fill in the command line options value.
  /external/dropbear/
session.h 103 throughout the code, as handlers fill out this
svr-runopts.c 292 /* no address given -> fill in the default address */
  /external/elfutils/libdw/
dwarf_begin_elf.c 212 /* Fill in some values. */
  /external/freetype/src/sfnt/
ttmtx.c 209 /* We fill up the missing left side bearings with the */
  /external/grub/netboot/
linux-asm-string.h 172 * memset(x,0,y) is a reasonably common thing to do, so we want to fill
  /external/icu4c/common/unicode/
uscript.h 210 * @param fillIn the UScriptCode buffer to fill in the script code
  /external/jpeg/
jdhuff.h 63 * bits, jpeg_fill_bit_buffer is called; it will attempt to fill get_buffer
jerror.c 221 * Fill in the standard error-handling methods in a jpeg_error_mgr object.
jmemsys.h 173 * Initial opening of a backing-store object. This must fill in the
wrppm.c 223 /* Create module interface object, fill in method pointers */
wrrle.c 281 /* Create module interface object, fill in method pointers */
wrtarga.c 229 /* Create module interface object, fill in method pointers */
  /external/kernel-headers/original/asm-x86/
string_32.h 176 * memset(x,0,y) is a reasonably common thing to do, so we want to fill

Completed in 205 milliseconds

<<21222324252627282930>>