HomeSort by relevance Sort by last modified time
    Searched refs:partition (Results 51 - 75 of 266) sorted by null

1 23 4 5 6 7 8 91011

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 33 #include "fst/lib/partition.h"
40 // comparator for creating partition based on sorting on
59 const Partition<typename A::StateId>& partition,
61 : fst_(fst), partition_(partition), flags_(flags) {}
100 const Partition<typename A::StateId>& partition_;
133 const Partition<StateId>& partition() const { function in class:fst::CyclicMinimizer
142 ArcIterCompare(const Partition<StateId>& partition)
310 const Partition<StateId>& partition() { function in class:fst::AcyclicMinimizer
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 95 public void setIndexedPartition(int partition) {
96 this.mIndexedPartition = partition;
117 * @return relative position of the section in the indexed partition
128 * @param position relative position in the indexed partition
176 int partition = getPartitionForPosition(position); local
177 if (partition == mIndexedPartition) {
193 // Compute the item position where the current partition begins
ContactEntryListFragment.java 47 import com.android.common.widget.CompositeCursorAdapter.Partition;
296 Partition partition = mAdapter.getPartition(i); local
297 if (partition instanceof DirectoryPartition) {
298 DirectoryPartition directoryPartition = (DirectoryPartition)partition;
336 DirectoryPartition partition = (DirectoryPartition)mAdapter.getPartition(partitionIndex); local
337 partition.setStatus(DirectoryPartition.STATUS_LOADING);
338 long directoryId = partition.getDirectoryId();
341 loadDirectoryPartition(partitionIndex, partition);
343 loadDirectoryPartitionDelayed(partitionIndex, partition);
    [all...]
DefaultContactListAdapter.java 185 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
191 view.setActivated(isSelectedContact(partition, cursor));
197 bindQuickContact(view, partition, cursor, ContactQuery.CONTACT_PHOTO_ID,
202 bindPhoto(view, partition, cursor);
ContactListAdapter.java 186 protected View newView(Context context, int partition, Cursor cursor, int position,
260 DirectoryPartition partition = (DirectoryPartition) getPartition(i); local
261 if (partition.getDirectoryId() == mSelectedContactDirectoryId) {
312 DirectoryPartition partition = (DirectoryPartition) getPartition(i); local
313 if (partition.isLoading()) {
  /system/core/fastboot/
fastboot.h 48 int fb_format_supported(usb_handle *usb, const char *partition);
engine.c 134 * file partition we generate image for.
146 /* Return true if this partition is supported by the fastboot format command.
147 * It is also used to determine if we should first erase a partition before
153 int fb_format_supported(usb_handle *usb, const char *partition)
160 status = fb_getvar(usb, response, "partition-type:%s", partition);
315 const char *partition = a->cmd; local
324 status = fb_getvar(usb, response, "partition-type:%s", partition);
330 "Can't determine partition type.\n")
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 47 protected View newHeaderView(Context context, int partition, Cursor cursor, ViewGroup parent) {
52 protected void bindHeaderView(View view, int partition, Cursor cursor) {
53 mRequests.append(partition + (cursor == null ? "" : cursor.getColumnNames()[0])
64 protected void bindView(View v, int partition, Cursor cursor, int position) {
66 fail("Invalid position:" + partition + " " + cursor.getColumnNames()[0] + " "
70 mRequests.append(partition + cursor.getColumnNames()[0] + "["
  /bootable/recovery/applypatch/
applypatch.c 58 // load the contents of a partition.
123 // Load the contents of an MTD or EMMC partition into the provided
127 // which that prefix of the partition contents has the corresponding
132 // interrupted, the partition might contain either the source or the
134 // the length in order to read from a partition (there is no
155 const char* partition = strtok(NULL, ":"); local
200 const MtdPartition* mtd = mtd_find_partition_by_name(partition);
202 printf("mtd partition \"%s\" not found (loading %s)\n",
203 partition, filename);
209 printf("failed to initialize read of mtd partition \"%s\"\n"
375 const char* partition = strtok(NULL, ":"); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 55 protected View newHeaderView(Context context, int partition, Cursor cursor,
68 protected View newView(Context context, int partition, Cursor cursor, int position,
75 protected void bindView(View v, int partition, Cursor cursor, int position) {
  /external/stlport/test/unit/
partition_test.cpp 98 partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls));
117 partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls));
  /ndk/tests/device/test-gnustl-full/unit/
partition_test.cpp 98 partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls));
117 partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls));
  /ndk/tests/device/test-stlport/unit/
partition_test.cpp 98 partition((int*)numbers, (int*)numbers + 6, less_n(10, nb_pred_calls));
117 partition(v1.begin(), v1.end(), less_n(11, nb_pred_calls));
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 76 protected View newView(Context context, int partition, Cursor cursor, int position,
84 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
LegacyPhoneNumberListAdapter.java 80 protected View newView(Context context, int partition, Cursor cursor, int position,
88 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
LegacyPostalAddressListAdapter.java 81 protected View newView(Context context, int partition, Cursor cursor, int position,
89 protected void bindView(View itemView, int partition, Cursor cursor, int position) {
  /external/libvorbis/doc/
08-residue.tex 34 coding structure, ignoring for the moment exactly how a partition is
40 \emph{n}, a partition size \emph{residue_partition_size}, and a total
46 \item Each partition in each vector has a classification number that
48 decode that partition. The classification numbers of each partition
64 a partition is the same in each pass, thus the classification codeword
80 partition are interleaved during partition encoding (visually treated
84 dimension of the codebook used to encode a partition in a specific
86 passes, however the partition size must be an even multiple of th
    [all...]
  /cts/tests/ProcessTest/
Android.mk 20 # and when built explicitly put it in the data partition
  /cts/tests/ProcessTest/NoShareUidApp/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/ProcessTest/ShareUidApp/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/core/
ctscore.mk 21 # and when installed explicitly put them in the data partition
  /cts/tests/tests/accounts/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/animation/
Android.mk 24 # When built, explicitly put it in the data partition.
  /cts/tests/tests/app/
Android.mk 21 # and when built explicitly put it in the data partition
  /cts/tests/tests/bluetooth/
Android.mk 25 # When built, explicitly put it in the data partition.

Completed in 966 milliseconds

1 23 4 5 6 7 8 91011