Searched refs:end (Results 251 - 275 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp96 if (refResult == fSet->fReferenceSet.end())
109 if (refResult == fSet->fReferenceSet.end())
211 if (it != fReferenceSet.end())
229 = (iterator.fReferenceIterator == fReferenceSet.end());
233 return Iterator(this, myIt, fReferenceSet.end());
238 bool noNextValue = (refIt == fReferenceSet.end());
243 refIt = fReferenceSet.end();
247 if (refIt == fReferenceSet.end())
288 return Iterator(this, fMySet.End(), fReferenceSet.end());
293 return ConstIterator(this, fMySet.End(), fReferenceSet.end());
[all...]
/haiku/src/bin/
H A Dsetmime.cpp470 if (i == map.end())
594 if (I == cmdOptionsMap.end())
622 if (A != fUserArguments.end() && !I->second->fNonExclusive)
650 if (A != fUserAttributes.back().end())
875 if (i == fUserArguments.end())
920 i != fExtensions.end(); i++)
925 i != fAttributes.end(); i++)
1036 if (fExtensions.find(key) == fExtensions.end())
1043 i != fExtensions.end(); i++)
1054 userAttr != fUserAttributes.end(); userAtt
[all...]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp273 for (it = fDepots.begin(); it != fDepots.end(); it++) {
323 for (it = fDepots.begin(); it != fDepots.end(); it++) {
350 for (it = fDepots.begin(); it != fDepots.end(); it++) {
882 for (it = fListeners.begin(); it != fListeners.end(); it++) {
894 for (it = fListeners.begin(); it != fListeners.end(); it++) {
934 for (it = fRatingStabilities.begin(); it != fRatingStabilities.end();
955 for (it = values.begin(); it != values.end(); it++)
966 fRatingStabilities.end(),
973 if (itInsertionPt != fRatingStabilities.end()
997 for (it = fCategories.begin(); it != fCategories.end(); i
[all...]
/haiku/src/preferences/locale/
H A DLanguageListView.cpp393 for (uint8* end = line + 4 * width; line < end; line += 4)
399 for (uint8* end = line + 4 * width; line < end; line += 4)
405 for (uint8* end = line + 4 * width; line < end; line += 4)
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp55 const char* end = strchr(a, ':'); local
56 int32 lengthA = end ? end - a : strlen(a);
57 end = strchr(b, ':');
58 int32 lengthB = end ? end - b : strlen(b);
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp55 return std::equal(a.begin(), a.end(), b.begin(), b.end(),
61 \brief Trim whitespace from the beginning and end of a string_view
71 if (left == in.end())
77 auto right = in.end() - 1;
427 for (auto it = FindField(name); it != end(); it = FindField(name)) {
485 BHttpFields::end() const noexcept
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp148 == fPackagesAlreadyAdded.end()) {
169 it != packagesAlreadyAdded.end(); ++it) {
175 it != packagesAlreadyRemoved.end(); ++it) {
248 it != fPackagesAlreadyAdded.end(); ++it) {
374 != fPackagesAlreadyAdded.end()) {
381 == fPackagesToDeactivate.end()) {
543 it != fPackagesToDeactivate.end(); ++it) {
551 != fPackagesAlreadyRemoved.end()) {
615 != fPackagesAlreadyAdded.end()) {
1269 it != fAddedPackages.end();
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp150 char* _CopyString(char* start, char* end);
221 char* end = NULL; local
230 if (_ParseQuotedString(&start, &end) < B_OK)
234 string = end + 2;
252 end = string - 1;
253 skipWhitespaceReverse(&end, start);
257 if (start > end)
260 // At this point, "start" points to the beginning of the string, "end"
297 fAttribute = _CopyString(start, end);
304 if (_ParseQuotedString(&start, &end) < B_O
[all...]
/haiku/headers/cpp/
H A Dstl_hash_map.h155 iterator end() { return _M_ht.end(); } function in class:hash_map
157 const_iterator end() const { return _M_ht.end(); } function in class:hash_map
339 iterator end() { return _M_ht.end(); } function in class:hash_multimap
341 const_iterator end() const { return _M_ht.end(); } function in class:hash_multimap
H A Dstl_multimap.h138 iterator end() { return _M_t.end(); } function in class:multimap
139 const_iterator end() const { return _M_t.end(); } function in class:multimap
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc119 if (pubseekoff(0, ios::end) == EOF) {
132 if (pubseekoff(0, ios::end) == EOF)
H A Dstdiostream.cc101 (dir == ios::end) ? SEEK_END :
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dlshift.S37 add r7,r3,r0 # make r7 point at end of res
38 add r4,r4,r0 # make r4 point at end of s1
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dadd_n.S59 jz L(end)
108 L(end):
H A Dsub_n.S59 jz L(end)
108 L(end):
/haiku/src/system/kernel/arch/ppc/
H A Darch_cpu.cpp113 arch_cpu_invalidate_TLB_range(addr_t start, addr_t end) argument
116 while (start < end) {
/haiku/src/servers/registrar/
H A DClipboardHandler.cpp50 it != fClipboards->end();
210 if (it != fClipboards->end()) {
/haiku/src/build/libroot/
H A Derrors.cpp163 return (it != sToHostErrorMap.end() ? it->second : error);
173 if (it != sToHaikuErrorMap.end())
/haiku/src/apps/diskusage/
H A DPieView.cpp543 if (fMouseOverInfo.find(level) == fMouseOverInfo.end())
553 while (i != info->children.end()) {
586 if (fMouseOverInfo.find(level) == fMouseOverInfo.end()) {
593 while (i != s.end() && (angle < (*i).begin || (*i).end < angle))
595 if (i == s.end()) {
615 while (i != list.end()) {
684 while (i != appList.end()) {
H A DSnapshot.cpp66 while (i != children.end()) {
/haiku/src/tests/system/libroot/os/
H A DDriverSettingsTest.cpp200 goto end;
207 end:
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp59 SSoundInRange::SSoundInRange(uint8 start, uint8 end, SSound* sound) argument
61 , fNoteEnd(end)
168 printf("Sound id=%d start=%d end=%d name='%s'\n",
/haiku/src/system/libnetwork/
H A Dgetifaddrs.cpp68 ifreq* end = (ifreq*)(buffer + config.ifc_len); local
70 while (interfaces < end) {
/haiku/src/preferences/network/
H A DNetworkWindow.cpp235 for (; iterator != fSettingsMap.end(); iterator++)
384 if (addOnMap.find(path.Leaf()) == addOnMap.end())
390 addOnIterator != addOnMap.end(); addOnIterator++) {
424 for (; iterator != fInterfaceItemMap.end(); iterator++) {
467 if (found != fSettingsMap.end())
549 for (; iterator != fSettingsMap.end(); iterator++)
568 for (; iterator != fSettingsMap.end(); iterator++)
582 for (; iterator != fSettingsMap.end(); iterator++) {
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp497 point_line_dist(BPoint start, BPoint end, BPoint p, float radius) argument
499 BRect r(min_c(start.x, end.x), min_c(start.y, end.y), max_c(start.x, end.x),
500 max_c(start.y, end.y));
503 return fabs(agg::calc_line_point_distance(start.x, start.y, end.x, end.y,
507 return min_c(point_point_distance(start, p), point_point_distance(end, p));

Completed in 160 milliseconds

<<11121314151617181920>>