Searched refs:end (Results 151 - 175 of 643) sorted by relevance

1234567891011>>

/haiku/src/apps/devices/
H A DDevice.cpp119 for (iter = fAttributeMap.begin(); iter != fAttributeMap.end(); iter++) {
131 for (iter = fAttributeMap.begin(); iter != fAttributeMap.end(); iter++) {
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp191 if (it != foundPackages.end())
225 for (it = depots.begin(); it != depots.end(); it++) {
231 if (it == depots.end()) {
270 it != remotePackages.end(); it++) {
284 it != foundPackages.end(); ++it) {
291 for (it = depots.begin(); it != depots.end(); it++)
330 it != systemInstalledPackages.end(); it++) {
358 if (it != systemInstalledPackages.end())
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h72 void GetSelection(int32& start, int32& end) const;
86 int32 start, int32 end);
/haiku/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp42 while ( itNode != m_nodes.end() )
80 while ( itNode != m_nodes.end() )
101 while ( itAttribute != m_attributes.end() )
222 while ( itFailure != failures.end() )
246 if ( failedTests.find( test ) != failedTests.end() )
263 if ( failedTests.find( test ) == failedTests.end() )
/haiku/src/kits/shared/
H A DRegExp.cpp42 const char* end = pattern; local
43 while (*end != ']') {
44 if (*end++ == '\0') {
50 if (pattern == end) {
65 while (pattern < end) {
67 if (c == '[' && pattern < end) {
/haiku/src/apps/mail/
H A DContent.h172 void CheckSpelling(int32 start, int32 end,
175 int32 *end);
202 spell_mark *FindSpellMark(int32 start, int32 end, spell_mark **_previousMark = NULL);
204 status_t AddSpellMark(int32 start, int32 end);
205 bool RemoveSpellMark(int32 start, int32 end);
238 int32 end; member in struct:TTextView::spell_mark
H A DQueryList.cpp53 for (; threadIterator != fFetchThreads.end(); threadIterator++) {
58 for (; queryIterator != fQueries.end(); queryIterator++) {
99 for (; iterator != fRefs.end(); iterator++) {
163 if (found != fRefs.end())
250 for (; iterator != map.end(); iterator++) {
/haiku/src/servers/app/
H A DSimpleTransform.h115 BPoint end = linear->End(); local
117 Apply(&end);
119 linear->SetEnd(end);
173 BGradient::ColorStop* end = gradient->ColorStopAtFast( local
176 if (end->offset != 255)
177 gradient->AddColor(end->color, 255);
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp343 PPCVMTranslationMapClassic::MaxPagesNeededToMap(addr_t start, addr_t end) const
475 PPCVMTranslationMapClassic::Unmap(addr_t start, addr_t end) argument
480 end = ROUNDUP(end, B_PAGE_SIZE);
482 if (start >= end)
485 TRACE("unmap_tmap: asked to free pages 0x%lx to 0x%lx\n", start, end);
487 // dprintf("vm_translation_map.unmap_tmap: start 0x%lx, end 0x%lx\n", start, end);
489 while (start < end) {
501 if (start >= end)
589 DebugMarkRangePresent(addr_t start, addr_t end, bool markPresent) argument
1089 Protect(addr_t start, addr_t end, uint32 attributes, uint32 memoryType) argument
[all...]
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp343 PPCVMTranslationMap460::MaxPagesNeededToMap(addr_t start, addr_t end) const
475 PPCVMTranslationMap460::Unmap(addr_t start, addr_t end) argument
480 end = ROUNDUP(end, B_PAGE_SIZE);
482 if (start >= end)
485 TRACE("unmap_tmap: asked to free pages 0x%lx to 0x%lx\n", start, end);
487 // dprintf("vm_translation_map.unmap_tmap: start 0x%lx, end 0x%lx\n", start, end);
489 while (start < end) {
501 if (start >= end)
589 DebugMarkRangePresent(addr_t start, addr_t end, bool markPresent) argument
1089 Protect(addr_t start, addr_t end, uint32 attributes, uint32 memoryType) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp483 for(itr = outputs.begin() ; (itr != outputs.end()) ; itr++) {
488 if (itr == outputs.end()) {
509 for(itr = outputs.begin() ; (itr != outputs.end()) ; itr++) {
514 if (itr == outputs.end()) {
537 if (itr == outputs.end()) {
563 for(itr = outputs.begin() ; (itr != outputs.end()) ; itr++) {
568 if (itr == outputs.end()) {
616 for(itr = outputs.begin() ; (itr != outputs.end()) ; itr++) {
621 if (itr == outputs.end()) {
639 for(itr = outputs.begin() ; (itr != outputs.end()) ; it
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.cpp67 off_t end = disk->ToBlock(disk->Log()) + disk->Log().length; local
68 for (off_t block = 0; block < end; block++) {
183 off_t end = start + node->data.direct[i].length; local
184 for (off_t block = start; block < end; block++) {
220 off_t end = start + indirect[i].length; local
221 for (off_t block = start; block < end; block++) {
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp279 m_nodes.end(),
373 // enabled, and the start- and end-positions are valid
397 // node will be seek'd at the end of each cycle (loop).
451 // This is the point at which playback will end relative to
456 // If the end position is changed while the transport is playing,
465 bigtime_t end) {
469 "NodeGroup::setEndPosition(%lld)\n", end));
481 bigtime_t endDelta = end - m_endPosition;
485 // too late to change end position; defer
487 m_newEndPosition = end;
464 setEndPosition( bigtime_t end) argument
[all...]
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp120 // this is the end of the inserted text
163 int32 start, end; local
164 GetSelection(&start, &end);
198 int32 start, end; local
199 GetSelection(&start, &end);
202 if (end == 0)
213 GetSelection(&start, &end);
228 int32 start, end;
229 GetSelection(&start, &end);
267 int32 start, end; local
303 int32 start, end; local
[all...]
/haiku/src/apps/terminal/
H A DTermView.cpp976 TermView::_InvalidateTextRange(TermPos start, TermPos end) argument
978 if (end < start)
979 std::swap(start, end);
981 if (start.y == end.y) {
982 _InvalidateTextRect(start.x, start.y, end.x, end.y);
986 if (end.y - start.y > 0)
987 _InvalidateTextRect(0, start.y + 1, fColumns, end.y - 1);
989 _InvalidateTextRect(0, end.y, end
2634 _Select(TermPos start, TermPos end, bool inclusive, bool setInitialSelection) argument
2702 TermPos end = fSelection.End(); local
2748 TermPos start, end; local
2772 TermPos end = TermPos(0, start.y + 1); local
2962 BPoint end = _ConvertFromTerminal(fSelection.End()); local
2990 _ScrollToRange(TermPos start, TermPos end) argument
[all...]
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp169 if (it != fAppFilters.end())
195 if (it != fAppFilters.end()) {
234 if (it != fAppFilters.end()) {
266 for (auIt = fAppFilters.begin(); auIt != fAppFilters.end(); auIt++)
288 for (fIt = fAppFilters.begin(); fIt != fAppFilters.end(); fIt++)
323 if (it != fAppFilters.end())
370 for (it = fAppFilters.begin(); it != fAppFilters.end(); ++it) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp53 for (; iterator != fFolders.end(); iterator++) {
73 if (fFolders.find(newFolders.StringAt(i)) != fFolders.end())
130 for (; iterator != fFolders.end(); iterator++) {
151 while (iterator != fWorkerMap.end()) {
180 if (found == fWorkerMap.end())
250 if (found == fWorkerMap.end())
323 if (found != fFolderNodeMap.end())
/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp101 if (refResult == fVector->fReferenceVector.end())
114 if (refResult == fVector->fReferenceVector.end())
268 it != fReferenceVector.end();) {
285 return Iterator(this, myIt, fReferenceVector.end());
293 if (refIt == fReferenceVector.end())
303 = (iterator.fReferenceIterator == fReferenceVector.end());
307 return Iterator(this, myIt, fReferenceVector.end());
312 if (refIt == fReferenceVector.end())
353 return Iterator(this, fMyVector.End(), fReferenceVector.end());
358 return ConstIterator(this, fMyVector.End(), fReferenceVector.end());
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex15 \end{itemize}
20 % begin/end a code block
22 \newcommand{\codeblockend}{\end{minipage}\end{flushleft}}
62 at the end of the files. They are completely independent of their location.
74 \end{verbatim}
102 \end{verbatim}
110 \end{verbatim}
119 \end{nitemize}
135 a size field, it has to be deduced, where the file ends. This end offse
[all...]
/haiku/src/kits/mail/
H A Dmail_util.cpp295 // partial UTF-8 character split over the end of the buffer from last
332 // Character split past the end of the buffer.
356 // switched back to ASCII at the end (otherwise the last character gets
380 char *charset, *encoding, *end; local
404 && (end = strstr(encoding + 3, "?=")) != NULL;
406 // ^charset ^encoding ^end
407 tail = end)
431 // ^charset ^encoding ^end
434 end += 2;
459 if (string != tail && tail != end)
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp363 X86VMTranslationMapPAE::MaxPagesNeededToMap(addr_t start, addr_t end) const
370 end += kPAEPageTableRange - B_PAGE_SIZE;
373 return end / kPAEPageTableRange + 1 - start / kPAEPageTableRange;
442 X86VMTranslationMapPAE::Unmap(addr_t start, addr_t end) argument
445 if (start >= end)
449 "\n", start, end);
470 for (; index < kPAEPageTableEntryCount && start < end;
495 } while (start != 0 && start < end);
502 X86VMTranslationMapPAE::DebugMarkRangePresent(addr_t start, addr_t end, argument
506 if (start >= end)
638 addr_t end = base + size - 1; local
985 Protect(addr_t start, addr_t end, uint32 attributes, uint32 memoryType) argument
[all...]
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp105 Constraint(int32 start, int32 end, int32 min, int32 max) argument
107 end(end),
130 int32 value = sumValues[end] - sumValues[start - 1];
135 int32 end; member in struct:ComplexLayouter::Constraint
236 int32 end = element + length - 1; local
237 Constraint** slot = fConstraints + end;
246 Constraint* constraint = new(nothrow) Constraint(element, end, min,
375 Constraint** end = layouter->fConstraints + i; local
377 *end
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp191 // update the virtual end address in the kernel args
675 uint64 end = base + length; local
680 end = ROUNDDOWN(end, B_PAGE_SIZE);
685 if (end > 0x100000000ULL)
686 end = 0x100000000ULL;
698 += length - (max_c(end, base) - base);
700 if (end <= base)
703 status_t status = insert_physical_memory_range(base, end - base);
707 "used already!\n", base, end, MAX_PHYSICAL_MEMORY_RANG
722 uint64 end = ROUNDUP(base + extMemoryBlock[i].length, B_PAGE_SIZE); local
[all...]
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp293 it != fFields.end(); it++) {
326 it != fFields.end(); it++) {
449 if (it == fFields.end())
470 if (it == fFields.end())
496 return (fFields.find(name) != fFields.end());
508 if (it == fFields.end())
547 it != fFields.end(); it++) {
736 return fStdIterator != fForm->fFields.end();
781 if (fStdIterator != fForm->fFields.end()) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp211 BTree::Node::Copy(const Node* origin, uint32 start, uint32 end, int length) argument
220 // like removing [0, start - 1] and keeping [start, end]
222 _Copy(origin, 0, start, end, length);
224 // removing all items in [start, end]
227 if (end + 1 < origin->ItemCount()) {
228 // ..., end] -->
230 length += origin->_CalculateSpace(start, end);
231 _Copy(origin, start, end + 1, origin->ItemCount() - 1, length);
234 // inserting in [start, end] - make a hole for later
238 length -= origin->_CalculateSpace(start, end);
248 MoveEntries(uint32 start, uint32 end, int length) const argument
[all...]

Completed in 248 milliseconds

1234567891011>>