Searched refs:entry1 (Results 1 - 12 of 12) sorted by last modified time

/haiku/src/kits/tracker/
H A DFindPanel.cpp1959 SortByDatePredicate(const EntryWithDate* entry1, const EntryWithDate* entry2) argument
1961 return entry1->second > entry2->second ?
1962 -1 : (entry1->second == entry2->second ? 0 : 1);
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp213 BMergedDirectory::ShallPreferFirstEntry(const entry_ref& entry1, int32 index1, argument
/haiku/src/kits/storage/
H A DMergedDirectory.cpp206 BMergedDirectory::ShallPreferFirstEntry(const entry_ref& entry1, int32 index1, argument
/haiku/headers/posix/
H A Ddirent.h50 int alphasort(const struct dirent** entry1,
54 int (*compareFunc)(const struct dirent** entry1,
/haiku/src/servers/registrar/
H A DTRoster.cpp102 /*! \brief Returns true if entry1's index is larger than entry2's index.
110 larger_index(const recent_entry* entry1, const recent_entry* entry2) argument
112 if (entry1 && entry2)
113 return entry1->index > entry2->index;
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp264 Entry entry1(123);
272 table.Insert(&entry1);
281 CPPUNIT_ASSERT_EQUAL(table.Lookup(123), &entry1);
316 Entry entry1(123);
322 CPPUNIT_ASSERT_EQUAL(table.Insert(&entry1), B_OK);
/haiku/src/servers/package/
H A DFSUtils.h205 static status_t CompareFileContent(const Entry& entry1,
210 static status_t CompareSymLinks(const Entry& entry1,
H A DFSUtils.cpp76 FSUtils::CompareFileContent(const Entry& entry1, const Entry& entry2, argument
80 status_t error = _OpenFile(entry1, file1);
156 FSUtils::CompareSymLinks(const Entry& entry1, const Entry& entry2, bool& _equal) argument
159 status_t error = _OpenSymLink(entry1, symLink1);
/haiku/headers/build/private/storage/
H A DMergedDirectory.h52 virtual bool ShallPreferFirstEntry(const entry_ref& entry1,
/haiku/headers/private/storage/
H A DMergedDirectory.h52 virtual bool ShallPreferFirstEntry(const entry_ref& entry1,
/haiku/headers/private/storage/mime/
H A DDatabaseDirectory.h32 virtual bool ShallPreferFirstEntry(const entry_ref& entry1,
/haiku/src/kits/storage/mime/
H A DDatabaseDirectory.cpp60 DatabaseDirectory::ShallPreferFirstEntry(const entry_ref& entry1, int32 index1, argument
63 return _IsValidMimeTypeEntry(entry1) || !_IsValidMimeTypeEntry(entry2);

Completed in 76 milliseconds