HomeSort by relevance Sort by last modified time
    Searched defs:front (Results 1 - 25 of 573) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/grappler/utils/
topological_sort.cc 36 int front = 0; local
53 while (front != back) {
54 int ready_node = ready_nodes[front];
62 ++front;
  /art/libartbase/base/
bounded_fifo.h 57 const T& front() const { function in class:art::BoundedFifoPowerOfTwo
dchecked_vector.h 29 // DCHECK()s for the subscript operator, front(), back(), pop_back(),
131 // Element access: front(), back(). Check not empty.
132 reference front() { DCHECK(!empty()); return Base::front(); } function in class:art::dchecked_vector
133 const_reference front() const { DCHECK(!empty()); return Base::front(); } function in class:art::dchecked_vector
  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateArray.h 29 EIGEN_STRONG_INLINE T& front() { return values[0]; } function in class:Eigen::array
31 EIGEN_STRONG_INLINE const T& front() const { return values[0]; } function in class:Eigen::array
145 EIGEN_STRONG_INLINE T& front() { function in class:Eigen::array
150 EIGEN_STRONG_INLINE const T& front() const { function in class:Eigen::array
  /external/icu/icu4c/source/layoutex/
LXUtilities.cpp 79 le_int32 front, back; local
81 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) {
82 le_int32 swap = array[front];
84 array[front] = array[back];
91 le_int32 front, back; local
93 for (front = 0, back = length - 1; front < back; front += 1, back -= 1)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 128 int front = ctx->Polygon.FrontFace; local
145 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
TinyPtrVector.h 91 EltTy front() const { function in class:llvm::TinyPtrVector
95 return Val.template get<VecTy*>()->front();
  /frameworks/av/media/libstagefright/webm/
LinkedBlockingQueue.h 32 T front(bool remove) { function in class:android::LinkedBlockingQueue
64 return front(false);
68 return front(true);
  /frameworks/base/libs/hwui/utils/
RingBuffer.h 45 T& front() { return (*this)[0]; } function in class:android::uirenderer::RingBuffer
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 36 const ELFSegment* front() const { return m_Segments.front(); } function in class:mcld::ELFSegmentFactory
37 ELFSegment* front() { return m_Segments.front(); } function in class:mcld::ELFSegmentFactory
  /frameworks/compile/mclinker/include/mcld/Script/
SectionsCmd.h 43 const_reference front() const { return m_SectionCommands.front(); } function in class:mcld::SectionsCmd
44 reference front() { return m_SectionCommands.front(); } function in class:mcld::SectionsCmd
StringList.h 45 const_reference front() const { return m_Tokens.front(); } function in class:mcld::StringList
46 reference front() { return m_Tokens.front(); } function in class:mcld::StringList
  /hardware/ril/libril/
rilSocketQueue.h 54 * Front of the queue.
56 T *front; member in class:Ril_queue
68 * Add a request to the front of the queue.
98 front = NULL;
109 temp = this->front;
110 if(NULL != this->front->p_next) {
111 this->front = this->front->p_next;
113 this->front = NULL;
125 if(NULL == this->front) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SetVector.h 123 const T &front() const { function in class:llvm::SetVector
124 assert(!empty() && "Cannot call front() on empty SetVector!");
125 return vector_.front();

Completed in 1492 milliseconds

1 2 3 4 5 6 7 8 91011>>