HomeSort by relevance Sort by last modified time
    Searched full:getitem (Results 626 - 650 of 1368) sorted by null

<<21222324252627282930>>

  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java 599 return mPlayListItems.getItem(index);
662 final MediaItem item = getItem(position);
699 final PlaylistItem item = getItem(position);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 308 * Gets the data associated with the item at the selected position. getItem() returns
311 * getItem() returns that data as a Cursor.
313 Cursor cursor = (Cursor) getListAdapter().getItem(info.position);
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 185 RssItem item = this.getItem(position);
216 RssItem item = mAdapter.getItem(position);
414 RssItem item = mAdapter.getItem(i);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
MainActivity.java 598 return mPlayListItems.getItem(index);
665 final MediaItem item = getItem(position);
702 final PlaylistItem item = getItem(position);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_operator.py 167 self.assertRaises(TypeError, operator.getitem)
168 self.assertRaises(TypeError, operator.getitem, a, None)
169 self.assertTrue(operator.getitem(a, 2) == 2)
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 486 const unsigned char *getItem() const {
523 auto *LocalPtr = this->getItem();
569 auto *LocalPtr = this->getItem();
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 328 ui.CTimeDefined = db->CTime.GetItem(ui.IndexInArchive, ui.CTime);
329 ui.ATimeDefined = db->ATime.GetItem(ui.IndexInArchive, ui.ATime);
330 ui.MTimeDefined = db->MTime.GetItem(ui.IndexInArchive, ui.MTime);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 186 _list.Attach(GetItem(IDL_BROWSE));
187 _filterCombo.Attach(GetItem(IDC_BROWSE_FILTER));
188 _pathEdit.Attach(GetItem(IDE_BROWSE_PATH));
  /external/python/cpython2/Lib/test/
test_operator.py 167 self.assertRaises(TypeError, operator.getitem)
168 self.assertRaises(TypeError, operator.getitem, a, None)
169 self.assertTrue(operator.getitem(a, 2) == 2)
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 636 return mPlayListItems.getItem(index);
699 final MediaItem item = getItem(position);
734 final PlaylistItem item = getItem(position);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 136 public Object getItem(int position) {
142 return mAgendaAdapter.getItem(row.mPosition);
145 return mAgendaAdapter.getItem(position);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PhoneNumberListAdapter.java 235 final Cursor item = (Cursor) getItem(position);
246 final Cursor item = (Cursor) getItem(position);
251 Cursor cursor = (Cursor) getItem(position);
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoritesTileAdapter.java 386 public ContactEntry getItem(int position) {
398 return getItem(position).id;
442 tileView.loadFromContact(getItem(position));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 485 const unsigned char *getItem() const {
522 auto *LocalPtr = this->getItem();
568 auto *LocalPtr = this->getItem();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 184 HRESULT (STDMETHODCALLTYPE *GetItem)(
424 #define IMFTopologyNode_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
484 return This->lpVtbl->GetItem(This,guidKey,pValue);
816 HRESULT (STDMETHODCALLTYPE *GetItem)(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_operator.py 167 self.assertRaises(TypeError, operator.getitem)
168 self.assertRaises(TypeError, operator.getitem, a, None)
169 self.assertTrue(operator.getitem(a, 2) == 2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_operator.py 167 self.assertRaises(TypeError, operator.getitem)
168 self.assertRaises(TypeError, operator.getitem, a, None)
169 self.assertTrue(operator.getitem(a, 2) == 2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 167 self.assertRaises(TypeError, operator.getitem)
168 self.assertRaises(TypeError, operator.getitem, a, None)
169 self.assertTrue(operator.getitem(a, 2) == 2)

Completed in 1850 milliseconds

<<21222324252627282930>>