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

  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 364 Collection<? extends DNSEntry> entryList = this._getDNSEntryList(name);
365 if (entryList != null) {
366 entryList = new ArrayList<DNSEntry>(entryList);
368 entryList = Collections.emptyList();
370 return entryList;
386 Collection<? extends DNSEntry> entryList = this._getDNSEntryList(dnsEntry.getKey());
387 if (entryList != null) {
388 for (DNSEntry testDNSEntry : entryList) {
409 Collection<? extends DNSEntry> entryList = this._getDNSEntryList(name)
    [all...]
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidFrameworkMockGeneratorTest.java 48 List<JarEntry> entryList = new ArrayList<JarEntry>();
49 entryList.add(firstEntry);
50 entryList.add(secondEntry);
51 return entryList;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 403 * @param entryList the list of new children to be filled by the
408 public LsReceiver(FileEntry parentEntry, ArrayList<FileEntry> entryList,
412 mEntryList = entryList;
752 ArrayList<FileEntry> entryList = new ArrayList<FileEntry>();
762 LsReceiver receiver = new LsReceiver(entry, entryList, linkList);
774 Collections.sort(entryList, FileEntry.sEntryComparator);
775 entry.setChildren(entryList);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.cpp 58 const QStringList files = dir.entryList(QDir::Files);
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 634 final List<RecipientEntry> entryList = entryMap.get(entry.contactId);
635 entryList.add(RecipientEntry.constructSecondLevelEntry(
641 final List<RecipientEntry> entryList = new ArrayList<RecipientEntry>();
642 entryList.add(RecipientEntry.constructTopLevelEntry(
647 entryMap.put(entry.contactId, entryList);
664 final List<RecipientEntry> entryList = mapEntry.getValue();
665 final int size = entryList.size();
667 RecipientEntry entry = entryList.get(i);
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 214 OMX_QCOM_PLATFORM_PRIVATE_ENTRY* entryList;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java     [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 692 m_standAloneModeTestList = folderEntry.entryList(supportedExt, QDir::Files);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 462 milliseconds