HomeSort by relevance Sort by last modified time
    Searched refs:indexer (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 53 AlphabetIndexer indexer = new AlphabetIndexer(c1, SORTED_COLUMN_INDEX, ALPHABET); local
56 Object[] sections = indexer.getSections();
69 assertEquals(INDEX_OF_ARGENTINA, indexer.getPositionForSection(index));
73 assertEquals(INDEX_OF_CHINA, indexer.getPositionForSection(index));
77 assertEquals(INDEX_OF_UNITED_STATES, indexer.getPositionForSection(index));
81 assertEquals(COUNTRIES_LIST.length, indexer.getPositionForSection(index));
84 assertEquals(ALPHABET.indexOf('A'), indexer.getSectionForPosition(0));
85 assertEquals(ALPHABET.indexOf('C'), indexer.getSectionForPosition(2));
86 assertEquals(ALPHABET.indexOf('G'), indexer.getSectionForPosition(4));
87 assertEquals(ALPHABET.indexOf('J'), indexer.getSectionForPosition(6))
116 MyAlphabetIndexer indexer = new MyAlphabetIndexer(cursor, SORTED_COLUMN_INDEX, ALPHABET); local
    [all...]
  /external/trappy/trappy/stats/
Aggregator.py 24 from trappy.stats.Indexer import MultiTriggerIndexer
31 :param indexer: Indexer is passed on by the Child class
33 :type indexer: :mod:`trappy.stats.Indexer.Indexer`
45 def __init__(self, indexer, aggfunc=None):
50 self.indexer = indexer
63 self._result[pivot] = self.indexer.series(
    [all...]
Correlator.py 20 from trappy.stats.Indexer import get_unified_indexer
38 self.indexer = get_unified_indexer([first.indexer, second.indexer])
57 new_index = self.indexer.get_uniform(delta)
  /packages/apps/Contacts/tests/src/com/android/contacts/group/
GroupUtilTest.java 55 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); local
57 GroupUtil.updateBundle(bundle, indexer, subscriptsList, sections, counts);
103 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); local
105 GroupUtil.updateBundle(bundle, indexer, subscriptsList, sections, counts);
  /build/make/core/combo/
javac.mk 19 # Use the indexer wrapper to index the codebase instead of the javac compiler
  /packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java 25 * A list adapter that supports section indexer and a pinned header.
93 public void setIndexer(SectionIndexer indexer) {
94 mIndexer = indexer;
GroupMemberPickerFragment.java 92 final ContactsSectionIndexer indexer = (sections == null || counts == null) local
105 if (indexer != null && GroupUtil.needTrimming(mCount, counts, indexer.getPositions())) {
106 GroupUtil.updateBundle(bundle, indexer, indicesToFilter, sections, counts);
ContactEntryListAdapter.java 382 SectionIndexer indexer = getIndexer(); local
383 if (indexer != null) {
384 ((ContactsSectionIndexer) indexer).setFavoritesHeader(numberOfItems);
489 * Updates the indexer, which is used to produce section headers.
  /packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java 24 /** A list adapter that supports section indexer and a pinned header. */
68 public void setIndexer(SectionIndexer indexer) {
69 mIndexer = indexer;
ContactEntryListAdapter.java 363 SectionIndexer indexer = getIndexer(); local
364 if (indexer != null) {
365 ((ContactsSectionIndexer) indexer)
471 /** Updates the indexer, which is used to produce section headers. */
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 61 import com.google.inject.multibindings.Indexer.IndexedBinding;
188 Indexer indexer = new Indexer(injector); local
230 if (indexer.isIndexable(valueBinding)
231 && !indexedEntries.put(pme.getKey(), valueBinding.acceptTargetVisitor(indexer))) {
300 Indexer indexer = new Indexer(null); local
321 if (indexer.isIndexable(valueBinding
478 Indexer indexer = new Indexer(injector); local
550 Indexer indexer = new Indexer(null); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 146 * Sets the indexer object (that implements the HeaderIndexer interface).
148 * @param indexer - The indexer.
151 public void setIndexer(HeaderIndexer indexer) {
152 mIndexer = indexer;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupUtil.java 237 * number of remaining elements in cursor. If count is more than what's in the indexer now,
243 // what's in the indexer now, then we don't need to trim.
249 * Update Bundle extras so as to update indexer.
251 public static void updateBundle(Bundle bundle, ContactsSectionIndexer indexer,
254 final int filteredContact = indexer.getSectionForPosition(i);
GroupMembersFragment.java 120 final ContactsSectionIndexer indexer = (sections == null || counts == null) local
135 if (indexer != null && GroupUtil.needTrimming(mCount, counts, indexer.getPositions())) {
136 GroupUtil.updateBundle(bundle, indexer, indicesToFilter, sections, counts);
    [all...]
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Multibinder.java 325 Set<Indexer.IndexedBinding> index = Sets.newHashSet();
326 Indexer indexer = new Indexer(injector); local
332 if (index.add(binding.acceptTargetVisitor(indexer))) {
MapBinder.java 48 import com.google.inject.multibindings.Indexer.IndexedBinding;
466 Indexer indexer = new Indexer(injector); local
474 if (index.put(providerEntry.getKey(), valueBinding.acceptTargetVisitor(indexer))) {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 51 /// Empty Type[] used when calling GetProperty to force property instead of indexer fetching.
MessageDescriptor.cs 262 /// to use the <see cref="FieldCollection"/> indexer.
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 2396 milliseconds