Searched refs:end (Results 326 - 350 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/bin/
H A Dtop.cpp152 for (it = newList->begin(); it != newList->end(); it++) {
155 for (itOld = old->begin(); itOld != old->end(); itOld++) {
197 for (it = times.begin(); it != times.end(); it++) {
H A Derror.c317 char *end; local
318 int32 error = (int32)strtoll(number, &end, 0);
321 if (end[0]) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_cam.c142 goto end;
150 goto end;
190 end:
H A Dif_rtwn_tx.c307 goto end;
312 goto end;
329 end:
/haiku/src/apps/terminal/
H A DTermView.h212 TermPos end);
233 void _Select(TermPos start, TermPos end,
255 void _ScrollToRange(TermPos start, TermPos end);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp175 int32 end = path->CountPoints() - 1; local
177 path->SetInOutConnected(end, false);
179 path->SetPointIn(end, vector2);
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp220 std::sort(pathAndTimestampses.begin(), pathAndTimestampses.end());
225 for (it = pathAndTimestampses.begin(); it != pathAndTimestampses.end(); it++) {
231 for (it = pathAndTimestampses.begin(); it != pathAndTimestampses.end() - countLatestRetained; it++) {
/haiku/headers/os/interface/
H A DFont.h125 uint32 end; member in struct:unicode_block_range
128 uint32 Count() const { return end + 1 - start; }
213 bool IncludesBlock(uint32 start, uint32 end) const;
/haiku/headers/cpp/
H A Dstl_tempbuf.h109 _Tp* end() { return _M_buffer + _M_len; } function in class:_Temporary_buffer
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp106 if(status == B_ENTRY_NOT_FOUND) //we reached the end of entries list ...
114 locale != vector.end(); locale ++){
/haiku/src/tools/cppunit/cppunit/
H A DTestRunner.cpp119 it != m_suite->getTests().end();
H A DTextOutputter.cpp43 while ( itFailure != m_result->failures().end() )
H A DTextTestResult.cpp50 while ( itFailure != failures().end() )
/haiku/src/bin/multiuser/
H A Dgroupmod.cpp143 it != usersToAdd.end(); ++it) {
/haiku/src/bin/fwcontrol/
H A Dfwdv.c278 struct timeval start, end; local
423 gettimeofday(&end, NULL);
424 rtime = end.tv_sec - start.tv_sec
425 + (end.tv_usec - start.tv_usec) * 1e-6;
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp50 The message will be replied to at the end of the thread's execution.
157 i != fAttributeSupportList.end(); i++)
223 // If we've come to the end of the directory listing,
/haiku/src/tests/kits/shared/
H A DKeymapTest.cpp87 p != tables.end(); p++) {
/haiku/src/apps/charactermap/
H A DUnicodeBlockView.cpp91 // be queried by searching for the start and end codepoints
101 kUnicodeBlocks[blockIndex].end))
/haiku/src/servers/power/
H A Dpower_daemon.cpp109 for (std::set<int>::iterator it = fds.begin(); it != fds.end(); ++it) {
/haiku/headers/private/print/
H A DTemplate.h40 virtual void StrokeLine(BPoint start, BPoint end);
H A DPictureIterator.h46 virtual void StrokeLine(BPoint start, BPoint end) { } argument
/haiku/src/kits/print/
H A DTemplate.cpp40 void Template::StrokeLine(BPoint start, BPoint end) { argument
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h75 SSoundInRange(uint8 start, uint8 end, SSound* sound);
/haiku/src/kits/storage/mime/
H A DSupertype.cpp134 for (i = fSubtypes.begin(); i != fSubtypes.end() && !err; i++) {
/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp156 is.seekg(0, ios::end);

Completed in 188 milliseconds

<<11121314151617181920>>