Searched refs:top (Results 1 - 25 of 26) sorted by relevance

12

/system/chre/util/tests/
H A Dpriority_queue_test.cc103 EXPECT_DEATH(q.top(), "");
109 EXPECT_EQ(1, q.top());
112 EXPECT_EQ(3, q.top());
114 EXPECT_EQ(2, q.top());
116 EXPECT_EQ(1, q.top());
146 EXPECT_EQ(1, q.top());
151 EXPECT_EQ(3, q.top());
164 EXPECT_EQ(i, q.top());
180 EXPECT_EQ(0, q.top().getValue());
181 EXPECT_EQ(0, q.top()
[all...]
/system/core/libmemunreachable/
H A DPtracerThread.cpp53 mprotect(top(), page_size_, PROT_NONE);
58 void* top() { function in class:Stack
72 if (stack_->top() == nullptr) {
101 child_pid_ = clone(proxy, stack_->top(),
/system/chre/util/include/chre/util/
H A Dpriority_queue.h93 * read out of bounds. It returns the top element with index equal to 0 when
105 * read out of bounds. It returns the top element with index equal to 0 when
114 * Obtains the top element of the queue. It is illegal to do this when the
121 ElementType& top();
124 * Obtains the top element of the queue. It is illegal to do this when the
131 const ElementType& top() const;
134 * Removes the top element from the queue if the queue is not empty. All
H A Dpriority_queue_impl.h84 ElementType& PriorityQueue<ElementType, CompareFunction>::top() { function in class:chre::PriorityQueue
89 const ElementType& PriorityQueue<ElementType, CompareFunction>::top() const { function in class:chre::PriorityQueue
/system/tools/hidl/c2hal/test/
H A Dsimple.h54 int left, int top, int width, int height);
H A Dtest.h193 * return -EINVAL if width or height <=0, or if left or top < 0
196 int left, int top, int width, int height);
/system/chre/core/
H A Dtimer_pool.cc46 (!mTimerRequests.empty() && mTimerRequests.top() > timerRequest);
168 TimerRequest& currentTimerRequest = mTimerRequests.top();
/system/core/libpixelflinger/
H A Draster.cpp82 if (yd < GGLint(c->state.scissor.top)) {
83 GGLint offset = GGLint(c->state.scissor.top) - yd;
84 yd = GGLint(c->state.scissor.top);
115 // bottom to top
132 // top to bottom
H A Dtrap.cpp222 if (t < GGLint(c->state.scissor.top)) {
223 ystart += TRI_FROM_INT(c->state.scissor.top-t);
224 t = GGLint(c->state.scissor.top);
287 if (t < GGLint(c->state.scissor.top)) {
288 ystart += TRI_FROM_INT(c->state.scissor.top-t);
289 t = GGLint(c->state.scissor.top);
428 if (t < GGLint(c->state.scissor.top))
429 t = GGLint(c->state.scissor.top);
547 const int32_t miny = max(bminy, c->state.scissor.top);
644 ALOGI( " top
672 const GGLfixed* top = p1; local
862 const GGLfixed* top = p1; local
[all...]
H A Dclear.cpp100 const uint32_t t = c->state.scissor.top;
H A Dpixelflinger.cpp605 c->state.scissor.top = max(0, t);
609 c->state.scissor.top = 0;
/system/media/brillo/audio/audioservice/
H A Daudio_daemon.cpp74 &files_.top());
/system/core/include/utils/
H A DSortedVector.h98 //! stack-usage of the vector. returns the top of the stack (last element)
99 const TYPE& top() const;
213 const TYPE& SortedVector<TYPE>::top() const { function in class:android::SortedVector
H A DVector.h118 //! stack-usage of the vector. returns the top of the stack (last element)
119 const TYPE& top() const;
127 //! grants right access to the top of the stack (last element)
155 //! pop the top of the stack (removes the last element). No-op if the stack's empty
159 //! pushes an item on the top of the stack
300 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
/system/core/libutils/include/utils/
H A DSortedVector.h98 //! stack-usage of the vector. returns the top of the stack (last element)
99 const TYPE& top() const;
213 const TYPE& SortedVector<TYPE>::top() const { function in class:android::SortedVector
H A DVector.h118 //! stack-usage of the vector. returns the top of the stack (last element)
119 const TYPE& top() const;
127 //! grants right access to the top of the stack (last element)
155 //! pop the top of the stack (removes the last element). No-op if the stack's empty
159 //! pushes an item on the top of the stack
300 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
/system/core/demangle/
H A DDemangler.cpp396 cur_state_ = state_stack_.top();
510 cur_state_ = state_stack_.top();
/system/core/rootdir/
H A DAndroid.mk152 # The A/B updater uses a top-level /postinstall directory to mount the new
/system/core/include/system/
H A Dwindow-deprecated.h93 int32_t top; member in struct:android_native_rect_t
919 * to the transform parameter specified applied on top of the regular buffer
/system/core/libsystem/include/system/
H A Dwindow-deprecated.h93 int32_t top; member in struct:android_native_rect_t
919 * to the transform parameter specified applied on top of the regular buffer
/system/extras/simpleperf/
H A Drecord.cpp998 Record* r = queue_.top().record;
1011 result.emplace_back(queue_.top().record);
1021 Record* r = queue_.top().record;
H A Devent_selection_set.cpp615 RecordBufferHead* h = q.top();
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h332 uint32_t top; member in struct:android::scissor_t
/system/core/adb/
H A Dcommandline.cpp1313 char* top = getenv("ANDROID_BUILD_TOP"); local
1314 if (top == nullptr) {
1319 std::string path = top;
/system/media/camera/docs/
H A Dhtml.mako56 .entry_name { color: #333333; padding-left:1.0em; font-size:1.1em; font-family: monospace; vertical-align:top; }
409 [ <a href="#">top</a> ]

Completed in 2335 milliseconds

12