/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 96 reference front() { return c.front(); } function in class:queue 97 const_reference front() const { return c.front(); } function in class:queue 222 const_reference top() const { return c.front(); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 96 reference front() { return c.front(); } function in class:queue 97 const_reference front() const { return c.front(); } function in class:queue 222 const_reference top() const { return c.front(); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 96 reference front() { return c.front(); } function in class:queue 97 const_reference front() const { return c.front(); } function in class:queue 222 const_reference top() const { return c.front(); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_queue.h | 96 reference front() { return c.front(); } function in class:queue 97 const_reference front() const { return c.front(); } function in class:queue 222 const_reference top() const { return c.front(); }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_queue.h | 96 reference front() { return c.front(); } function in class:queue 97 const_reference front() const { return c.front(); } function in class:queue 222 const_reference top() const { return c.front(); }
|
/frameworks/native/libs/gui/ |
BufferQueueConsumer.cpp | 70 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin()); 131 if (mCore->stillTracking(front)) { 132 // Front buffer is still in mSlots, so mark the slot as free 133 mSlots[front->mSlot].mBufferState = BufferSlot::FREE; 134 mCore->mFreeBuffers.push_back(front->mSlot); 138 mCore->mQueue.erase(front); 139 front = mCore->mQueue.begin(); 142 // See if the front buffer is ready to be acquired 143 nsecs_t desiredPresent = front->mTimestamp; 147 front->mFrameNumber <= maxFrameNumber : true [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
fs-frontface.c | 25 /* left quad: clock-wise, front-facing, red */ 136 " 2: MOV OUT[0], IMM[0]\n" /* front-facing: red */ 200 printf("Left quad: clock-wise, front-facing, red\n");
|
/external/skia/include/core/ |
SkDeque.h | 40 const void* front() const { return fFront; } function in class:SkDeque 43 void* front() { function in class:SkDeque 44 return (void*)((const SkDeque*)this)->front();
|
/packages/apps/Nfc/nci/jni/ |
DataQueue.cpp | 57 tHeader* header = mQueue.front (); 118 ** Description: Retrieve and remove data from the front of the queue. 130 tHeader* header = mQueue.front ();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-objc.h | 1 /* Definitions of Objective-C front-end entry points used for C and C++. 34 front-ends; they all must have corresponding stubs in stub-objc.c. */ 109 /* The following are provided by the C and C++ front-ends, and called by
|
/external/lldb/source/Plugins/Process/Utility/ |
UnwindMacOSXFrameBackchain.cpp | 132 lldb::addr_t first_frame_pc = m_cursors.front().pc; 162 cursor.fp = m_cursors.front().fp; 168 m_cursors.front().fp = first_frame_sp; 231 lldb::addr_t first_frame_pc = m_cursors.front().pc; 261 cursor.fp = m_cursors.front().fp; 267 m_cursors.front().fp = first_frame_sp;
|
/external/clang/ |
README.txt | 2 // C Language Family Front-end 5 Welcome to Clang. This is a compiler front-end for the C family of languages
|
/external/libcxx/test/std/containers/sequences/list/list.capacity/ |
resize_size_value.pass.cpp | 33 assert(l.front() == 2); 49 assert(l.front() == 2);
|
/external/libcxx/test/support/ |
nasty_containers.hpp | 78 reference front() { return v_.front(); } function in class:nasty_vector 79 const_reference front() const { return v_.front(); } function in class:nasty_vector 193 reference front() { return l_.front(); } function in class:nasty_list 194 const_reference front() const { return l_.front(); } function in class:nasty_list
|
/external/llvm/ |
llvm.spec.in | 19 using front-ends derived from GCC 4.0.1. A new front-end for the C family of
|
/external/llvm/unittests/Transforms/Utils/ |
Local.cpp | 42 EXPECT_EQ(&bb0->front(), br0); 43 EXPECT_EQ(&bb1->front(), br1);
|
/external/marisa-trie/lib/marisa/ |
vector.h | 53 const T &front() const { function in class:marisa::Vector 75 T &front() { function in class:marisa::Vector
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
vector.h | 53 const T &front() const { function in class:marisa_alpha::Vector 75 T &front() { function in class:marisa_alpha::Vector
|
/external/mesa3d/docs/ |
MESA_copy_sub_buffer.spec | 33 of the back color buffer to the front color buffer. This can be 64 the front color buffer. This can be used to quickly repaint 3D windows
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad.h | 60 * Quad stage inputs (pos, coverage, front/back face, etc) 66 unsigned facing:1; /**< Front (0) or back (1) facing? */
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
device.hpp | 96 device &front() { function in class:clover::device_registry 97 return devs.front();
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
TrackMetaData.java | 37 * specifies the front-to-back ordering of video tracks; tracks with lower 39 * in front of track 0, and so on.
|
/external/v8/src/libplatform/ |
default-platform.cc | 52 delete i->second.front(); 89 task = it->second.front();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.capacity/ |
resize_size_value.pass.cpp | 33 assert(l.front() == 2); 49 assert(l.front() == 2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
nasty_containers.hpp | 78 reference front() { return v_.front(); } function in class:nasty_vector 79 const_reference front() const { return v_.front(); } function in class:nasty_vector 193 reference front() { return l_.front(); } function in class:nasty_list 194 const_reference front() const { return l_.front(); } function in class:nasty_list
|