HomeSort by relevance Sort by last modified time
    Searched refs:front (Results 201 - 225 of 734) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 61 m_pLast = llvm::cast<MipsGOTEntry>(&m_SectionData->front());
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 173 * iterator becomes the first element, or <i>front</i> of the
189 * Inserts the specified element at the front of this deque.
219 * Inserts the specified element at the front of this deque.
461 * words, inserts the element at the front of this deque.
478 * @return the element at the front of this deque (which is the top
510 final int front = (i - h) & mask; local
514 if (front >= ((t - h) & mask))
518 if (front < back) {
520 System.arraycopy(elements, h, elements, h + 1, front);
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:deque
151 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:deque
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:deque
151 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:deque
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:deque
151 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:deque
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:deque
151 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:deque
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:deque
151 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:deque
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 227 section->getSectionData()->front(), 0x0);
240 section->getSectionData()->front(), section->size());
260 file_format->getPreInitArray().getSectionData()->front(),
291 file_format->getInitArray().getSectionData()->front(),
323 file_format->getFiniArray().getSectionData()->front(),
355 file_format->getStack().getSectionData()->front(),
    [all...]
  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 205 if (gfx::PNGCodec::Decode(favicon.image_data->front(),
211 memcpy(entry->icon.getPixels(), &decoded_data.front(),
  /external/chromium/crypto/
rsa_private_key_mac.cc 62 key.KeyData.Data = const_cast<uint8*>(&input.front());
126 memcpy(public_key->KeyData.Data, &public_key_data.front(), size);
  /external/chromium/net/tools/flip_server/
output_ordering.cc 138 MemCacheIter& mci = first_data_senders_.front();
155 MemCacheIter& mci = first_ring.front();
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 107 reference front() { function in class:clang::BumpVector
110 const_reference front() const { function in class:clang::BumpVector
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 144 LHS->getLoc().front().getPointer() < RHS->getLoc().front().getPointer();
149 return beforeThanCompare(LHS->DiagsInGroup.front(),
150 RHS->DiagsInGroup.front());
244 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
251 SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(),
266 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
275 SrcMgr.PrintMessage(GroupInit->getDef()->getLoc().front(),
  /external/llvm/include/llvm/ADT/
ArrayRef.h 100 /// front - Get the first element.
101 const T &front() const { function in class:llvm::ArrayRef
208 /// front - Get the first element.
209 T &front() const { function in class:llvm::ArrayRef
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 118 DWARFDebugInfoEntryMinimal *die_array_begin = &DieArray.front();
232 DieArray.push_back(tmpArray.front());
DWARFDebugAranges.cpp 215 // We checked for empty at the start of function so front() will be valid.
216 LoPC = Aranges.front().LoPC;
225 // We checked for empty at the start of function so front() will be valid.
226 LoPC = Aranges.front().LoPC;
  /external/llvm/lib/IR/
BasicBlock.cpp 223 PHINode *APN = dyn_cast<PHINode>(&front());
250 while (PHINode *PN = dyn_cast<PHINode>(&front())) {
  /external/openfst/src/include/fst/
equivalent.h 213 s1 = q.front().first;
214 s2 = q.front().second;
  /external/quake/quake/src/QW/client/
gl_warp.c 60 vec3_t front[64], back[64]; local
97 VectorCopy (v, front[f]);
112 front[f][k] = back[b][k] = v[k] + frac*(v[3+k] - v[k]);
118 SubdividePolygon (f, front[0]);
806 qboolean front, back; local
822 front = back = false;
829 front = true;
842 if (!front || !back)
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 60 vec3_t front[64], back[64]; local
97 VectorCopy (v, front[f]);
112 front[f][k] = back[b][k] = v[k] + frac*(v[3+k] - v[k]);
118 SubdividePolygon (f, front[0]);
855 qboolean front, back; local
871 front = back = false;
878 front = true;
891 if (!front || !back)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 178 s1 = q.front().first;
179 s2 = q.front().second;
  /external/stlport/stlport/stl/
_slist.c 155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),
  /frameworks/native/libs/gui/
BufferQueue.cpp 549 Fifo::iterator front(mQueue.begin());
551 mSlots[*front].mBufferState = BufferSlot::FREE;
553 *front = buf;
831 Fifo::iterator front(mQueue.begin());
832 int buf = *front;
854 mQueue.erase(front);
991 Fifo::iterator front(mQueue.begin());
992 head = *front;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.c 155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_slist.c 155 if (__comp(__x.front(), __STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data)) {
156 _STLP_VERBOSE_ASSERT(!__comp(__STATIC_CAST(_Node*, __ite._M_node->_M_next)->_M_data, __x.front()),

Completed in 1331 milliseconds

1 2 3 4 5 6 7 891011>>