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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 108 const size_type left = partition(pred_t(pred));
185 partition(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /external/chromium_org/content/public/browser/
render_process_host.h 93 // Returns the storage partition associated with this process.
138 // |partition|.
139 virtual bool InSameStoragePartition(StoragePartition* partition) const = 0;
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 755 Lists.partition(source, 0);
763 List<List<Integer>> partitions = Lists.partition(source, 1);
770 List<List<Integer>> partitions = Lists.partition(source, 1);
777 List<List<Integer>> partitions = Lists.partition(source, 2);
784 List<List<Integer>> partitions = Lists.partition(source, 1);
792 List<List<Integer>> partitions = Lists.partition(source, 2);
801 List<List<Integer>> partitions = Lists.partition(source, 2);
803 assertTrue("partition should be RandomAccess, but not: "
807 assertTrue("partition[0] should be RandomAccess, but not: "
811 assertTrue("partition[1] should be RandomAccess, but not:
    [all...]
  /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/grub/stage2/
disk_io.c 96 /* The register ESI should contain the address of the partition to be
115 /* these are the translated numbers for the open partition */
297 * Check partition boundaries
308 * Get the read to the beginning of a partition.
373 embed a Stage 1.5 into a partition instead of a MBR, use system
439 /* Turn on the active flag for the partition SAVED_PARTITION in the
452 /* If the partition is not a primary partition, the active flag is
464 /* If the partition is an extended partition, setting the activ
949 int partition = dev & 0xFFFFFF; local
    [all...]
  /bootable/recovery/updater/
install.c 53 // fs_type="yaffs2" partition_type="MTD" location=partition
106 printf("%s: no mtd partition named \"%s\"",
199 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes> mount_point=<location>
201 // if fs_size == 0, then make_ext4fs uses the entire partition.
203 // if fs_size < 0, then reserve that many bytes at the end of the partition
242 printf("%s: no mtd partition named \"%s\"",
991 // write_raw_image(filename_or_blob, partition)
1001 char* partition = NULL; local
1003 ErrorAbort(state, "partition argument to %s must be string", name);
1006 partition = partition_value->data
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 63 StoragePartition* partition) {
64 scoped_refptr<IndexedDBContext> context = partition->GetIndexedDBContext();
70 partition->GetPath()));
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 196 """Asserts that list_of_sets is a valid partition of set_var."""
270 partition = []
275 partition.append(tests_run)
277 self.AssertPartitionIsValid(tests_to_run, partition)
  /external/chromium_org/content/public/test/
mock_render_process_host.h 68 StoragePartition* partition) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_validator.py 86 name, _, values_string = map(str.strip, line.partition('='))
interface_dependency_resolver.py 165 idl_filename, _, dependency_filenames_string = line.partition(' ')
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 41 enum v4l2_buf_type, int *domain, int *partition);
  /cts/tests/tests/net/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tools/device-setup/TestDeviceSetup/
Android.mk 22 # and when built explicitly put it in the data partition
  /external/chromium_org/content/browser/
site_instance_impl.cc 120 StoragePartitionImpl* partition = local
126 new RenderProcessHostImpl(browser_context, 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/openfst/src/include/fst/
partition.h 0 // partition.h
18 // \file Functions and classes to create a partition of states
37 // \class Partition
42 class Partition {
55 Partition() {}
57 Partition(T num_states) {
61 ~Partition() {
66 // Create an empty partition for num_states. At initialization time
105 // partition. Once elements have been added to a class, you need to
199 // partition, create new once and update the queue of active classe
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 0 // partition.h
16 // \file Functions and classes to create a partition of states
32 // \class Partition
37 class Partition {
50 Partition() {}
52 Partition(T num_states) {
56 ~Partition() {
61 // Create an empty partition for num_states. At initialization time
100 // partition. Once elements have been added to a class, you need to
194 // partition, create new once and update the queue of active classe
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java 121 protected View newView(Context context, int partition, Cursor cursor, int position,
130 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
  /packages/inputmethods/LatinIME/java/
Android.mk 28 # We want to install libjni_latinime.so to the system partition if LatinIME gets installed.
  /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/libvorbis/lib/
psy.c 959 /* sort magnitudes for noise norm portion of partition */
1019 int partition=(p->vi->normal_p ? p->vi->normal_partition : 16); local
1050 raw[0] = alloca(ch*partition*sizeof(**raw));
1051 quant[0] = alloca(ch*partition*sizeof(**quant));
1052 floor[0] = alloca(ch*partition*sizeof(**floor));
1053 flag[0] = alloca(ch*partition*sizeof(**flag));
1056 raw[i] = &raw[0][partition*i];
1057 quant[i] = &quant[0][partition*i];
1058 floor[i] = &floor[0][partition*i];
1059 flag[i] = &flag[0][partition*i]
    [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/chromium/testing/gtest/test/
gtest_filter_unittest.py 240 """Asserts that list_of_sets is a valid partition of set_var."""
314 partition = []
319 partition.append(tests_run)
321 self.AssertPartitionIsValid(tests_to_run, partition)
  /external/chromium_org/testing/gtest/test/
gtest_filter_unittest.py 240 """Asserts that list_of_sets is a valid partition of set_var."""
314 partition = []
319 partition.append(tests_run)
321 self.AssertPartitionIsValid(tests_to_run, partition)

Completed in 874 milliseconds

1 2 3 4 5 67 8 91011>>