Searched refs:front (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioReader.cpp144 char* front = (char*)buffer; local
146 while (front < back) {
148 swap(front[i], back[i]);
149 front += frameSize;
/haiku/src/kits/media/
H A DChunkCache.cpp50 RecycleChunk(fChunkCache.front());
85 chunk = fChunkCache.front();
131 chunk = fUnusedChunks.front();
/haiku/headers/cpp/
H A Dstl_queue.h59 reference front() { return c.front(); } function in class:queue
60 const_reference front() const { return c.front(); } function in class:queue
177 const_reference top() const { return c.front(); }
H A Dstl_deque.h548 reference front() { return *_M_start; } function in class:_Deque_iterator::deque
554 const_reference front() const { return *_M_start; } function in class:_Deque_iterator::deque
1286 push_front(front());
1315 push_front(front());
H A Dstl_bvector.h673 reference front() { return *begin(); } function in class:vector
674 const_reference front() const { return *begin(); } function in class:vector
H A Dstl_list.h336 reference front() { return *begin(); } function in class:list
337 const_reference front() const { return *begin(); } function in class:list
H A Dstl_slist.h435 reference front() { return ((_Node*) _M_head._M_next)->_M_data; } function in class:slist
436 const_reference front() const function in class:slist
H A Dstl_vector.h328 reference front() { return *begin(); } function in class:vector
329 const_reference front() const { return *begin(); } function in class:vector
H A Dstl_rope.h1734 _CharT front() const function in class:rope
/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp348 char* front = (char*)buffer; local
350 while (front < back) {
352 swap(front[i], back[i]);
353 front += frameSize;
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp151 return fTokens.front();
174 skippedTokens->push(fTokens.front());
175 return fTokens.front();
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp327 const tip_entry* front = *m_tips.begin(); local
328 if(!front->rect.IsValid()) {
329 return front;
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp334 fLayoutSet.front().frame.left;
648 frame.OffsetBy(fLayoutSet.front().frame.left - fDisplacement, 0.0);
/haiku/src/servers/app/
H A DDesktop.cpp1113 // Only bring the window to front when it is not the window under the
1125 /*! \brief Tries to move the specified window to the front of the screen,
1129 become the frontmost window, though, as modal windows stay in front
1171 // Bring a window to front that this floating window belongs to
1172 Window* front = _LastFocusSubsetWindow(window); local
1173 if (front == NULL) {
1178 ActivateWindow(front);
1200 // see if there is a normal B_AVOID_FRONT window still in front of us
1225 // all modal windows follow their subsets to the front
1226 // (ie. they are staying in front o
[all...]
H A DWindow.cpp954 // the front window instead of the focus window
1488 /*! \brief Returns the window that's in front of the frontmost position
1592 to have a subset as front window to be visible.
1602 Window* front = fDesktop->FrontWindow(); local
1603 if (front != NULL && front->IsNormal()
1604 && front->ServerWindow()->App() == ServerWindow()->App())
1958 // supress back to front buffer copies in the drawing engine
1980 // reenable copy to front
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1144 on the front-end in the UI thread.
1571 = fCoordinatorQueue.front();
1633 fCoordinator = fCoordinatorQueue.front();
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp382 auto request = std::move(data->fDataQueue.front());
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp1610 bigtime_t maxLatency = m_cycleNodes.front()->m_latency;

Completed in 219 milliseconds