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

<<111213141516

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 378 name, _, rest = rest.partition(sep)
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 232 p.partition = None
235 p.partition = _processproperty(processname, 'appt')
247 """return the partition size and memory used for processname"""
825 print '\t\tmemory partition', pinfo.partition # the memory allocated to this process
  /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...]
shared.h 638 DOS/Partition table compatibility, and the real number of sectors is
934 unsigned long *partition, int *type,
942 /* Set or clear the current root partition's hidden flag. */
972 /* Copies the current partition data to the desired address. */
  /external/chromium_org/content/browser/devtools/
worker_devtools_manager.cc 235 instance.partition(),
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_dependencies.py 135 key, _, value = map(string.strip, part.partition('='))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 154 Array.prototype.partition = function(comparator, left, right, pivotIndex) {}
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 470 android_lang, dash, region = locale.partition('-')
  /external/flac/libFLAC/
stream_decoder.c 2724 unsigned partition, sample, u; local
    [all...]
  /external/opencv/cv/src/
_cvkdtree.hpp 145 __instype *middle = std::partition(first, last - 1,
  /external/qemu/block/
vvfat.c 40 BOOTEASY.ASM and Ranish Partition Manager
262 partition_t partition[4]; member in struct:mbr_t
322 unsigned int first_sectors_number; /* 1 for a single partition, 0x40 for a disk with partition table */
334 uint32_t sector_count; /* total number of sectors of the partition */
335 uint32_t cluster_count; /* total number of clusters of this partition */
382 partition_t* partition = &(real_mbr->partition[0]); local
390 partition->attributes=0x80; /* bootable */
392 /* LBA is used when partition is outside the CHS geometry *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 396 self.assertEqual(b.partition(b'ss'), (b'mi', b'ss', b'issippi'))
397 self.assertEqual(b.partition(b'w'), (b'mississippi', b'', b''))
824 a, b, c = bytearray(b"x").partition(b"y")
830 a, b, c = bytearray(b"x").partition(b"y")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 396 self.assertEqual(b.partition(b'ss'), (b'mi', b'ss', b'issippi'))
397 self.assertEqual(b.partition(b'w'), (b'mississippi', b'', b''))
824 a, b, c = bytearray(b"x").partition(b"y")
830 a, b, c = bytearray(b"x").partition(b"y")
    [all...]
  /bootable/diskinstaller/
config.mk 151 # $(5): size of the partition
  /external/e2fsprogs/
e2fsprogs.spec 22 initialize a partition to contain an empty ext2 filesystem), debugfs
  /external/skia/bench/
bench_graph_svg.py 342 old, _, new = range.partition(":")
355 name, _, value = setting.partition('=')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 102 directory, slash, rest = path.partition("/")
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 204 inter_b_modes[x->partition->bmi[b].mode] ++;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 198 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 200 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 200 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 200 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 89 partition
131 * searching, merge, partition, heap, set, minima, maxima, and
175 * searching for the partition point in a partitioned range. We
437 // partition
693 partition(_BIter, _BIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 91 partition
134 * searching, merge, partition, heap, set, minima, maxima, and
178 * searching for the partition point in a partitioned range. We
442 // partition
697 partition(_BIter, _BIter, _Predicate);

Completed in 4251 milliseconds

<<111213141516