HomeSort by relevance Sort by last modified time
    Searched full:partition (Results 251 - 275 of 1083) sorted by null

<<11121314151617181920>>

  /external/libvorbis/doc/
07-floor1.tex 98 list is split into partitions, and each partition is assigned to a
99 partition class. X positions 0 and [n] are implicit and do not belong
100 to an explicit partition or partition class.
102 A partition class consists of a representation vector width (the
103 number of Y values which the partition class encodes at once), a
105 the partition class may use in representing Y values, the list of
  /external/webp/src/enc/
syntax.c 124 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
132 | ((uint32_t)size0 << 5); // partition length (19b)
251 // Partition sizes
284 // append layer data to last partition
366 // Partition #0 with header and partition sizes
395 // Emit headers and partition #0
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 275 protected View newView(Context context, int partition, Cursor cursor, int position,
309 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
346 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID,
351 bindPhoto(view, partition, cursor);
360 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition);
477 final DirectoryPartition partition = (DirectoryPartition) getPartition(i); local
478 final long id = partition.getDirectoryId();
  /external/libvorbis/lib/
res0.c 87 /*fprintf(stderr,"partition %d: ",j);*/
182 oggpack_write(opb,info->partitions-1,6); /* possible partition choices */
186 bitmask of one indicates this partition class has bits to write
428 /* we find the partition type for each partition of each
477 /* designed for stereo or other modes where the partition size is an
571 /* we code the partition words for each channel, then the residual
572 words for a partition per channel until we've written all the
573 residual words for that partition word. Then write the next
574 partition channel words... *
    [all...]
  /system/core/fastboot/
fastboot.c 141 fprintf(stderr,"unknown partition '%s'\n", item);
300 " flash <partition> [ <filename> ] write a file to a flash partition\n"
301 " erase <partition> erase a flash partition\n"
302 " format <partition> format a flash partition \n"
314 " if supported by partition type)\n"
315 " -u do not first erase partition before\n"
999 fprintf(stderr, "******** Did you mean to fastboot format this partition?\n")
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 271 PARTITION_TYPE partition = PARTITION_NONE; local
288 partition = treed_read(r, vp9_partition_tree,
292 partition = (idx == 1) ? PARTITION_HORZ : PARTITION_VERT;
294 partition = PARTITION_SPLIT;
296 cm->counts.partition[pl][partition]++;
299 subsize = get_subsize(bsize, partition);
302 switch (partition) {
327 assert(!"Invalid partition type");
330 // update partition contex
    [all...]
  /external/grub/stage2/
builtins.c 1072 /* Open the partition. */
1126 /* Open the partition. */
1160 " is a drive, or in the \"bootloader\" area if DEVICE is a FFS partition."
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 219 // partition contexts
287 // update the partition context at the end notes. set partition bits
288 // of block sizes larger than the current one to be one, and partition
314 static BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, PARTITION_TYPE partition) {
315 const BLOCK_SIZE subsize = subsize_lookup[partition][bsize];
  /external/tremolo/Tremolo/
floor1.c 121 /* read partition classes */
302 /* partition by partition */
303 /* partition by partition */
311 /* decode the partition's first stage cascade value */
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.cc 47 // Validate that the partition id coming from the renderer is valid UTF-8,
79 // belongs to and what storage partition is in use, rather than the URL
88 // partition, we should use the same SiteInstance so the existing tag and
  /external/chromium_org/third_party/jinja2/_markupsafe/
__init__.py 183 if hasattr(unicode, 'partition'):
184 partition = make_wrapper('partition'),
  /external/hyphenation/
substrings.c 43 // used by partition (which is used by qsort_arr)
60 static int partition( function
92 p = partition(a,b, left, right, p);
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.txt 29 /* number of bytes yet to send from header and the first partition */
45 /* second partition; just slot it up according to MTU */
172 partition boundaries where possible. The following example will seed the RNG
  /frameworks/base/docs/html/tools/devices/
managing-avds.jd 214 <td>Cache partition support</td>
216 <td>Whether we use a /cache partition on the device. Default value is "yes".</td>
222 <td>Cache partition size</td>
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.js 62 // Fired from the backend with a single partition's worth of
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 115 const WorkerStoragePartition& partition)
117 partition_(partition),
598 const WorkerStoragePartition& partition)
607 partition_(partition) {
616 const WorkerStoragePartition& partition)
625 partition_(partition) {
640 const WorkerStoragePartition& partition,
651 // We must be in the same storage partition otherwise sharing will violate
653 if (!partition_.Equals(partition))
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 60 "Unknown/invalid partition"
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 58 "Truncated packet or corrupt partition ");
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 649 // partition down to 4x4 block size is enabled.
806 PARTITION_TYPE partition; local
819 partition = partition_lookup[bsl][c1];
821 switch (partition) {
858 if (partition != PARTITION_SPLIT || bsize == BLOCK_8X8) {
864 // Check to see if the given partition size is allowed for a specified number
866 // If not then return the largest allowed partition size
885 // to the same block partition size.
888 // allowable partition.
903 // Apply the requested partition size to the SB64 if it is all "in image
1282 PARTITION_TYPE partition = PARTITION_NONE; local
    [all...]
  /external/sepolicy/
property_contexts 49 # data partition encryption properties
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 92 AVC_NALTYPE_SLICE = 1, /* non-IDR non-data partition */
93 AVC_NALTYPE_DPA = 2, /* data partition A */
94 AVC_NALTYPE_DPB = 3, /* data partition B */
95 AVC_NALTYPE_DPC = 4, /* data partition C */
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 41 enum v4l2_buf_type, int *domain, int *partition);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 42 // The indicator position is the center of the partition that is equally divided into
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 107 * The type used for indexing onto a disc or disc partition.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 107 * The type used for indexing onto a disc or disc partition.

Completed in 1995 milliseconds

<<11121314151617181920>>