/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/chromium/chrome/browser/history/ |
history_publisher_win.cc | 24 // in |name| and returns the object in |indexer|. Returns false if the 27 IChromeHistoryIndexer** indexer) { 34 reinterpret_cast<void**>(indexer)); 44 IChromeHistoryIndexer* indexer; local 47 if (CoCreateIndexerFromName(r_iter.Name(), &indexer)) { 49 base::win::ScopedComPtr<IChromeHistoryIndexer>(indexer)); 50 indexer->Release(); 98 // Peruse the registry for Indexer to instantiate and store in |indexers_|. 99 // Return true if we found at least one indexer object. We look both in HKCU
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsSectionIndexer.java | 25 * A section indexer that is configured with precomputed section titles and 106 // Since the section indexer isn't aware of the profile at the top, we need to add a
|
ContactEntryListAdapter.java | 322 SectionIndexer indexer = getIndexer(); local 323 if (indexer != null) { 324 ((ContactsSectionIndexer) indexer).setProfileHeader( 424 * Updates the indexer, which is used to produce section headers.
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
IndexerListAdapter.java | 25 * A list adapter that supports section indexer and a pinned header. 103 public void setIndexer(SectionIndexer indexer) { 104 mIndexer = indexer;
|
/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;
|
/external/clang/tools/libclang/ |
CIndexer.h | 10 // This file defines CIndexer, a subclass of Indexer that provides extra
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 71 // BTW, can't do this in the update since the indexer runs before
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 101 // This class is parameterized on the Indexer traits type, which 105 template<typename Indexer> 110 typename Index<Indexer>::Set* index) 114 if (Indexer::ShouldInclude(entry_)) { 121 if (Indexer::ShouldInclude(entry_)) { 129 typename Index<Indexer>::Set* const index_; 133 template<typename Indexer> 135 typename Index<Indexer>::Set* index) { 136 if (Indexer::ShouldInclude(entry)) { [all...] |
syncable.h | 567 // index, the traits are grouped into a class called an Indexer which 616 // Given an Indexer providing the semantics of an index, defines the 618 template <typename Indexer> 620 typedef std::set<EntryKernel*, typename Indexer::Comparator> Set; [all...] |
/frameworks/base/core/java/android/widget/ |
AlphabetIndexer.java | 73 * Constructs the indexer.
|
FastScroller.java | 660 // Fake out the scrollbar for the last item. Since the section indexer won't
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
FileOp.java | 109 // indexer locking the resource. Generally retrying will be enough to
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/ |
ArchiveInstaller.java | 457 // B- A process is locking the *new* folder. Very often this turns to be a file indexer
689 * most common case are the Explorer, the system's file indexer, Tortoise SVN cache or
700 // On Windows this might fail if an indexer is busy looking at a new directory
[all...] |
/external/llvm/docs/HistoricalNotes/ |
2007-OriginalClangReadme.txt | 76 indexer, you take those plus the Parser library and provide some actions for
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorV8.pm | [all...] |
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 309 // indexer one, then create a new one that is indexing the 325 // If we have a valid indexer, but the cursor has changed since
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
QueryController.java | 381 //since we're counting, we reset the indexer so to terminates the search when
|
/external/clang/www/ |
features.html | 244 an indexer, you would take the previous two and add the Parser library and
|
/external/clang/include/clang/Driver/ |
CC1Options.td | [all...] |
/external/clang/include/clang-c/ |
Index.h | 204 * (which gives the indexer the same performance benefit as the compiler). [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | [all...] |
/prebuilt/common/groovy/ |
groovy-src-1.7.0.zip | |