Searched refs:end (Results 301 - 325 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/input/
H A DMouseSettings.cpp383 for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();
449 for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();
485 for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();
498 for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();
543 if (itr != fMouseSettingsObject.end())
/haiku/src/bin/
H A Dmountvolume.cpp173 if (name && toMount.find(name.String()) != toMount.end()) {
199 if (name && toUnmount.find(name.String()) != toUnmount.end()) {
449 iterator != mountVisitor.toMount.end();) {
508 it != mountVisitor.toMount.end(); it++) {
513 it != mountVisitor.toUnmount.end(); it++) {
H A Ddiff_zip.cpp188 for (EntryMap::iterator it = fEntries.begin(); it != fEntries.end();
229 if (it == fEntries.end()) {
263 it != fEntries.end(); ++it) {
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp396 if (found != fJobs.end())
410 if (found != fTargets.end())
421 if (found != fSessions.end())
448 iterator != fEvents.end(); iterator++) {
471 iterator != fEvents.end(); iterator++) {
572 if (found != fTeams.end()) {
604 if (found != fTeams.end()) {
801 iterator != fJobs.end();) {
1014 for (EventMap::iterator iterator = fEvents.begin(); iterator != fEvents.end();
1197 for (; iterator != fTargets.end(); iterato
[all...]
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp323 fCategories.end(),
327 if (itInsertionPt == fCategories.end()) {
589 fListeners.erase(std::remove(fListeners.begin(), fListeners.end(),
590 listener), fListeners.end());
641 for (it = listeners.begin(); it != listeners.end(); it++) {
/haiku/src/bin/unzip/
H A Dtimezone.c117 ZCONST struct rule * ZCONST end));
218 static void generate_transitions(sp, start, end)
221 ZCONST struct rule * ZCONST end;
241 endtime = transtime(janfirst, year, end, dstoffset);
432 struct rule end; local
439 if ((name = getrule(name, &end)) == NULL)
450 generate_transitions(sp, &start, &end);
/haiku/src/preferences/time/
H A DZoneView.cpp272 // and add an additional region with generic GMT-offset timezones at the end
318 for (; countryIter != zonesByCountryMap.end(); ++countryIter) {
339 if (regionIter == regionMap.end())
377 if (zoneIter != zoneItemMap.end()) {
387 if (countryIter == zoneItemMap.end()) {
414 if (regionItemIter != zoneItemMap.end())
428 for (zoneIter = zoneItemMap.begin(); zoneIter != zoneItemMap.end();
437 if (next != zoneItemMap.end()
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp306 = fInterfaceStatuses.begin(); it != fInterfaceStatuses.end(); ++it) {
386 = fInterfaceStatuses.begin(); it != fInterfaceStatuses.end();
420 if (associated.find(network.address) != associated.end())
451 = fInterfaceStatuses.begin(); it != fInterfaceStatuses.end();
530 != fInterfaceStatuses.end()) {
561 while (it != fInterfaceStatuses.end()) {
563 if (currentInterfaces.find(it->first) == currentInterfaces.end())
/haiku/src/bin/network/ping/
H A Dping6.c1486 * ep - Pointer to the end of the message (one step past the last octet).
1571 u_char *dp, *end = buf + cc; local
1677 for (i = 8; cp < end; ++i, ++cp, ++dp) {
1722 pr_suptypes(ni, end - (u_char *)ni);
1725 pr_nodeaddr(ni, end - (u_char *)ni);
1737 while (cp < end) {
1743 while (cp < end) {
1744 cp = dnsdecode((const u_char *)cp, end,
1755 if (cp + 1 <= end && !*cp &&
1782 if ((end
2075 const u_char *cp, *end; local
2321 pr_icmph(struct icmp6_hdr *icp, u_char *end) argument
2603 pr_retip(struct ip6_hdr *ip6, u_char *end) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c515 char *end; local
519 value = strtoul (item, &end, 0);
520 if (*end == '\0') current_settings.sample_rate = value;
523 value = strtoul (item, &end, 0);
524 if (*end == '\0') current_settings.buffer_frames = value;
527 value = strtoul (item, &end, 0);
528 if (*end == '\0') current_settings.buffer_count = value;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c425 bool end = false; local
433 while (!end)
444 end = true;
472 end = true;
492 end = true;
508 end = true;
533 end = true;
562 end = true;
592 end = true;
617 end
1013 bool end = false; local
[all...]
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h208 if (refResult == fMap->fReferenceMap.end())
223 if (refResult == fMap->fReferenceMap.end())
361 if (it != fReferenceMap.end())
371 = (iterator.fReferenceIterator == fReferenceMap.end());
375 return Iterator(this, myIt, fReferenceMap.end());
380 bool noNextEntry = (refIt == fReferenceMap.end());
385 refIt = fReferenceMap.end();
389 if (refIt == fReferenceMap.end())
432 return Iterator(this, fMyMap.End(), fReferenceMap.end());
437 return ConstIterator(this, fMyMap.End(), fReferenceMap.end());
[all...]
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp371 const TermPos& end) const
374 //start.x, start.y, end.x, end.y);
375 if (start >= end)
384 while (pos.y < end.y) {
394 if (end.x > 0)
395 _GetPartialLineString(string, end.y, pos.x, end.x);
413 // beyond the end of the line -- select all space
434 TermPos end(
835 int32 end = min_c(first + numChars, fWidth); local
[all...]
/haiku/src/kits/interface/
H A DListView.cpp340 int32 beg, end, range; local
347 end = beg + range;
348 if (!(beg >= 0 && beg <= end && end < CountItems()))
352 && end - beg > 1)
355 Select(beg, end - 1, false);
414 int32 beg, end, range; local
421 end = beg + range;
422 if (!(beg >= 0 && beg <= end
423 && end < CountItem
2038 int32 end = std::max(fLastSelected, index); local
2100 _RecalcItemTops(int32 start, int32 end) argument
[all...]
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py206 - Block end value: block content index.
361 end: int,
368 :param end: character position where the offending tag ends at
372 tag = template[start:end].decode()
572 def slicestrip(template: bytes, start: int, end: int) -> slice:
578 :param end: substring slice end
582 c = template[start:end]
583 return slice(end - len(c.lstrip()), start + len(c.rstrip()))
655 end
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_interrupts.c105 goto end;
110 goto end;
114 goto end;
166 goto end;
214 goto end;
461 end:
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp619 off_t end = start + run.Length(); local
624 while (block < end) {
626 status = allocator.CheckBlocks(block, end - block, true, &firstMissing);
633 status = allocator.CheckBlocks(firstMissing, end - firstMissing, false,
636 afterLastMissing = end;
653 for (block = start; block < end; block++) {
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp359 char* end = buffer + strlen(buffer); local
368 // find component end
381 if (end + 1 + componentLength >= bufferEnd)
384 *end++ = '/';
385 memcpy(end, remainder, componentLength);
386 end += componentLength;
390 *end = '\0';
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp309 char *end; local
310 ref.device = strtol(string, &end, 0);
311 if (end == NULL || ref.device == 0)
314 ref.node = strtoull(end + 1, &end, 0);
317 *_end = end;
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp517 int32 start = 0, end = 0; local
518 fLoggingView->GetSelection(&start, &end);
521 char * buffData = buffer.LockBuffer(end - start + 1);
523 fLoggingView->GetText(start, end - start, buffData);
524 buffer.UnlockBuffer(end - start + 1);
526 err = fwrite(buffer.String(), 1, end - start + 1, f);
/haiku/headers/cpp/
H A Dstl_hashtable.h321 return end();
324 iterator end() { return iterator(0, this); } function in class:hashtable
331 return end();
334 const_iterator end() const { return const_iterator(0, this); } function in class:hashtable
515 _M_buckets.insert(_M_buckets.end(), __n_buckets, (_Node*) 0);
777 return _Pii(iterator(__first, this), end());
779 return _Pii(end(), end());
805 return _Pii(const_iterator(__first, this), end());
808 return _Pii(end(), en
[all...]
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp490 if (it == sDescriptors->end())
508 sDescriptors->find(fd) != sDescriptors->end();
524 if (it == sDescriptors->end())
/haiku/src/apps/showimage/
H A DImageCache.cpp93 if (find != fCacheMap.end()) {
96 // Requeue cache entry to the end of the by-age list
109 if (findQueue == fQueueMap.end()) {
215 TRACE("%ld: end worker thread\n", find_thread(NULL));
340 for (; iterator != queueEntry->listeners.end(); iterator++) {
/haiku/src/apps/diskusage/
H A DScanner.cpp135 while (!contains && i != currentDir->children.end()) {
204 while (i != parent->children.end() && *i != startInfo)
277 while (i != thisDir->children.end()) {
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp69 int32 end = base.FindFirst(':'); local
70 if (end > 0)
71 base.Truncate(end);

Completed in 292 milliseconds

<<11121314151617181920>>