/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 163 front() function in class:queue 166 return c.front(); 174 front() const function in class:queue 177 return c.front(); 343 * any type that supports @c front(), @c push_back, @c pop_back, 484 return c.front();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 163 front() function in class:queue 166 return c.front(); 174 front() const function in class:queue 177 return c.front(); 343 * any type that supports @c front(), @c push_back, @c pop_back, 484 return c.front();
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
std_vector.i | 219 @property ValueType front() { 224 @property void front(ValueType value) { 263 @property ValueType front() { 268 @property void front(ValueType value) { 381 r.front = stuff.front; 399 r.front = stuff;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_queue.h | 81 * that supports @c front, @c back, @c push_back, and @c pop_front, 169 front() function in class:queue 172 return c.front(); 180 front() const function in class:queue 183 return c.front(); 345 * any type that supports @c front(), @c push_back, @c pop_back, 497 return c.front();
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_queue.h | 81 * that supports @c front, @c back, @c push_back, and @c pop_front, 169 front() function in class:queue 172 return c.front(); 180 front() const function in class:queue 183 return c.front(); 345 * any type that supports @c front(), @c push_back, @c pop_back, 497 return c.front();
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_queue.h | 81 * that supports @c front, @c back, @c push_back, and @c pop_front, 169 front() function in class:queue 172 return c.front(); 180 front() const function in class:queue 183 return c.front(); 345 * any type that supports @c front(), @c push_back, @c pop_back, 497 return c.front();
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_queue.h | 81 * that supports @c front, @c back, @c push_back, and @c pop_front, 169 front() function in class:queue 172 return c.front(); 180 front() const function in class:queue 183 return c.front(); 345 * any type that supports @c front(), @c push_back, @c pop_back, 497 return c.front();
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 84 * that supports @c front, @c back, @c push_back, and @c pop_front, 162 front() function in class:queue 165 return c.front(); 173 front() const function in class:queue 176 return c.front(); 337 * any type that supports @c front(), @c push_back, @c pop_back, 478 return c.front();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 84 * that supports @c front, @c back, @c push_back, and @c pop_front, 162 front() function in class:queue 165 return c.front(); 173 front() const function in class:queue 176 return c.front(); 337 * any type that supports @c front(), @c push_back, @c pop_back, 478 return c.front();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 163 front() function in class:queue 166 return c.front(); 174 front() const function in class:queue 177 return c.front(); 343 * any type that supports @c front(), @c push_back, @c pop_back, 484 return c.front();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_queue.h | 85 * that supports @c front, @c back, @c push_back, and @c pop_front, 163 front() function in class:queue 166 return c.front(); 174 front() const function in class:queue 177 return c.front(); 343 * any type that supports @c front(), @c push_back, @c pop_back, 484 return c.front();
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
queue | 59 reference front(); 60 const_reference front() const; 277 reference front() {return c.front();} 279 const_reference front() const {return c.front();} 482 const_reference top() const {return c.front();}
|
/frameworks/native/libs/gui/ |
BufferQueueProducer.cpp | 474 int found = mCore->mFreeBuffers.front(); 665 // When the queue is not empty, we need to look at the front buffer 667 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin()); 668 if (front->mIsDroppable) { 669 // If the front queued buffer is still being tracked, we first 671 if (mCore->stillTracking(front)) { 672 mSlots[front->mSlot].mBufferState = BufferSlot::FREE; 673 mCore->mFreeBuffers.push_front(front->mSlot); 676 *front = item; [all...] |
/hardware/libhardware/include/hardware/ |
camera_common.h | 187 * top side of a front-facing camera sensor is aligned with the right of the 275 * Camera Device 1 = Front Camera 304 * Camera Device 3 = Front Camera 308 * bandwidth to use at the same time as the front camera (device 3). 336 * Camera Device 1 = Front Camera 337 * Camera Device 2 = Low-power Front Camera that uses the same 340 * - Using both front cameras (device 1, 2) at the same time is impossible due 341 * a shared physical sensor. Using the back and "high-power" front camera 343 * limitations, but the "low-power" front camera option may always be used as [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 135 int front; member in struct:__anon4218 155 q->front = 0; 236 data = q->type[q->front]; \
|
/external/aac/libMpegTPDec/src/ |
tpdec_asc.cpp | 301 /* Front channels */ 303 result = 2; /* different number of front channel elements */ 315 result = 2; /* different number of front channels */ 405 case 14: /* 2/0/0-3/0/2-0.1ch front height */ 407 case 7: /* 5/0/2.1ch front */ 595 /* Assume all front channels */ 639 <front channels><side channels><back channels> 650 /* search in front channels */ 658 /* Count front channels/elements */ 712 /* Count front channels/elements * [all...] |
/external/clang/www/ |
index.html | 19 Objective C++ front-end for the <a href="http://www.llvm.org/">LLVM</a> 68 <p>Development of the new front-end was started out of a need 72 motivations for starting work on a new front-end that could
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zEncode.cpp | 189 _mixerCoderSpec->SetCoderInfo(mainCoderIndex, &sizePointers.Front(), NULL);
246 RINOK(_mixerCoder->Code(&inStreamPointers.Front(), NULL, 1,
247 &outStreamPointers.Front(), NULL, outStreamPointers.Size(), compressProgress));
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_inlines.h | 178 return defs.empty() ? NULL : defs.front()->getInsn(); 203 assert(defs.front()->get() == this); 204 return defs.front()->getInsn();
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesa.h | 53 6. Use XMesaSwapBuffers() when double buffering to swap front/back buffers. 248 * Swap the front and back buffers for the given buffer. No action is 255 * Copy a sub-region of the back buffer to the front buffer.
|
xmesaP.h | 143 * An xmesa_renderbuffer represents the back or front color buffer. 144 * For the front color buffer: 195 struct xmesa_renderbuffer *frontxrb; /* front color renderbuffer */
|
/frameworks/av/media/libnbaio/ |
MonoPipe.cpp | 228 int32_t front; local 235 observeFrontAndNRPTS(&front, timestamp); 244 size_t pendingFrames = (mRear - front) & (mMaxFrames - 1);
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 136 int front; member in struct:__anon25507 156 q->front = 0; 237 data = q->type[q->front]; \
|
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceQueryTestCase.cpp | 524 const VariablePathComponent& firstComponent = path.front(); 575 const VariablePathComponent& firstComponent = path.front(); 654 const VariablePathComponent& firstComponent = path.front(); 688 const VariablePathComponent& firstComponent = path.front(); 851 const glu::InterfaceBlock* block = path.front().getInterfaceBlock(); [all...] |
/bionic/linker/ |
linked_list.h | 84 T* front() const { function in class:LinkedList
|