HomeSort by relevance Sort by last modified time
    Searched full:partitions (Results 126 - 150 of 254) sorted by null

1 2 3 4 56 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java 62 * for XML and default/unknown partitions.
  /external/libvpx/libvpx/vp8/decoder/
threading.c 125 /* When we have independent partitions we can apply residual even
126 * though other partitions within the frame are corrupt.
666 /* limit decoding threads to the max number of token partitions */
decodframe.c 128 /* When we have independent partitions we can apply residual even
129 * though other partitions within the frame are corrupt.
839 /* Check for partitions within the fragments and unpack the fragments
864 /* Split the chunk into partitions read from the bitstream */
    [all...]
  /external/webp/src/enc/
vp8enci.h 382 // number of partitions (1, 2, 4 or 8 = MAX_NUM_PARTITIONS)
387 VP8BitWriter parts_[MAX_NUM_PARTITIONS]; // token partitions
465 // and appending an assembly of all the pre-coded token partitions.
  /external/grub/docs/
multiboot.texi 696 example, if a disk is partitioned first into DOS partitions, and then
697 one of those DOS partitions is subdivided into several BSD partitions
702 DOS extended partitions are indicated as partition numbers starting from
703 4 and increasing, rather than as nested sub-partitions, even though the
704 underlying disk layout of extended partitions is hierarchical in
    [all...]
  /external/e2fsprogs/misc/
fsck.c 1127 * /proc/partitions isn't found.
1129 if (access("/proc/partitions", R_OK) < 0) {
1130 fprintf(stderr, "Couldn't open /proc/partitions: %s\n",
findsuper.c 71 * This program can be used to retrieve partitions that have been
  /external/flac/include/FLAC/
format.h 219 /**< Widths for escape-coded partitions. Will be non-zero for escaped
220 * partitions and zero for unescaped partitions.
    [all...]
  /external/webp/src/dec/
vp8.c 184 // If we don't even have the partitions' sizes, than VP8_STATUS_NOT_ENOUGH_DATA
186 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
374 return VP8SetError(dec, status, "cannot parse partitions");
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 319 struct sgi_partition partitions[SGIBBLOCK_MAXPART]; member in struct:sgi_bootblock
  /bionic/libc/kernel/common/linux/mtd/
nand.h 299 struct mtd_partition *partitions; member in struct:platform_nand_chip
  /build/tools/releasetools/
edify_generator.py 209 raise ValueError("don't know how to write \"%s\" partitions" % (p.fs_type,))
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 319 struct sgi_partition partitions[SGIBBLOCK_MAXPART]; member in struct:sgi_bootblock
  /device/samsung/tuna/recovery/
bootloader.c 56 int count; /* onenand + mmc partitions */
  /external/bison/djgpp/
config.sed 114 # and compiling across partitions.
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 181 //This routine partitions the objCenters in [from, to) along the dimension dim, recursively constructs
  /external/kernel-headers/original/linux/mtd/
map.h 173 it and register the partitions instead, or keep it for your own private
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 199 * partitions (\#n+1 - \#n+i), and if so, fragments \#n+1, .., \#n+i must
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 237 continue; /* ignore partitions */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 319 struct sgi_partition partitions[SGIBBLOCK_MAXPART]; member in struct:sgi_bootblock
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 319 struct sgi_partition partitions[SGIBBLOCK_MAXPART]; member in struct:sgi_bootblock
  /system/core/init/
util.c 226 ERROR("too many mtd partitions\n");
  /cts/tools/tradefed-host/res/report/
cts_result.xsl 291 <TD class="rowtitle">Partitions</TD>
295 <xsl:with-param name="string" select="TestResult/DeviceInfo/BuildInfo/@partitions" />
    [all...]
  /external/libvpx/libvpx/
CHANGELOG 238 Adding support for independent partitions
320 Fix ARM encoder crash with multiple token partitions
  /external/webp/include/webp/
encode.h 119 int partitions; // log2(number of token partitions) in [0..3]. Default member in struct:WebPConfig

Completed in 2373 milliseconds

1 2 3 4 56 7 8 91011