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

  /external/v8/tools/gyp/test/win/idl-rules/
history_indexer_user.cc 9 IChromeHistoryIndexer** indexer = 0; local
13 reinterpret_cast<void**>(indexer));
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 44 AlphabetIndexer indexer = new AlphabetIndexer(c1, SORTED_COLUMN_INDEX, ALPHABET); local
47 Object[] sections = indexer.getSections();
60 assertEquals(INDEX_OF_ARGENTINA, indexer.getPositionForSection(index));
64 assertEquals(INDEX_OF_CHINA, indexer.getPositionForSection(index));
68 assertEquals(INDEX_OF_UNITED_STATES, indexer.getPositionForSection(index));
72 assertEquals(COUNTRIES_LIST.length, indexer.getPositionForSection(index));
75 assertEquals(ALPHABET.indexOf('A'), indexer.getSectionForPosition(0));
76 assertEquals(ALPHABET.indexOf('C'), indexer.getSectionForPosition(2));
77 assertEquals(ALPHABET.indexOf('G'), indexer.getSectionForPosition(4));
78 assertEquals(ALPHABET.indexOf('J'), indexer.getSectionForPosition(6))
106 MyAlphabetIndexer indexer = new MyAlphabetIndexer(cursor, SORTED_COLUMN_INDEX, ALPHABET); local
    [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/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/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 378 SectionIndexer indexer = getIndexer(); local
379 if (indexer != null) {
380 ((ContactsSectionIndexer) indexer).setProfileHeader(
491 * Updates the indexer, which is used to produce section headers.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 284 milliseconds