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

/system/core/adb/
H A Dcommandline.c784 static int top_works(const char *top) argument
786 if (top != NULL && adb_is_absolute_host_path(top)) {
789 "%s" OS_PATH_SEPARATOR_STR SENTINEL_FILE, top);
814 char *top = getenv("ANDROID_BUILD_TOP"); local
815 if (top != NULL && top[0] != '\0') {
816 if (!top_works(top)) {
817 fprintf(stderr, "adb: bad ANDROID_BUILD_TOP value \"%s\"\n", top);
821 top
904 const char *top = find_top(top_buf); local
[all...]
/system/core/sh/
H A Dmain.c223 * Read and execute commands. "Top" is nonzero for the top level command
228 cmdloop(int top) argument
235 TRACE(("cmdloop(%d) called\n", top));
241 if (iflag && top) {
249 if (!top || numeof >= 50)
H A Darith.c644 yy_stack_print (short int *bottom, short int *top) argument
647 yy_stack_print (bottom, top)
649 short int *top;
653 for (/* Nothing. */; bottom <= top; ++bottom)
H A Dparser.c723 top:
758 goto top;
1362 * characters on the top of the stack which must be preserved.
/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.cpp220 if (t < GGLint(c->state.scissor.top)) {
221 ystart += TRI_FROM_INT(c->state.scissor.top-t);
222 t = GGLint(c->state.scissor.top);
285 if (t < GGLint(c->state.scissor.top)) {
286 ystart += TRI_FROM_INT(c->state.scissor.top-t);
287 t = GGLint(c->state.scissor.top);
426 if (t < GGLint(c->state.scissor.top))
427 t = GGLint(c->state.scissor.top);
545 const int32_t miny = max(bminy, c->state.scissor.top);
642 ALOGI( " top
670 const GGLfixed* top = p1; local
860 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/core/toolbox/
H A DAndroid.mk49 top \
/system/core/include/utils/
H A DSortedVector.h99 //! stack-usage of the vector. returns the top of the stack (last element)
100 const TYPE& top() const;
201 const TYPE& SortedVector<TYPE>::top() const { function in class:android::SortedVector
H A DVector.h106 //! stack-usage of the vector. returns the top of the stack (last element)
107 const TYPE& top() const;
115 //! grants right access to the top of the stack (last element)
143 //! pop the top of the stack (removes the last element). No-op if the stack's empty
147 //! pushes an item on the top of the stack
292 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSortedVector.h96 //! stack-usage of the vector. returns the top of the stack (last element)
97 const TYPE& top() const;
202 const TYPE& SortedVector<TYPE>::top() const {
H A DVector.h95 //! stack-usage of the vector. returns the top of the stack (last element)
96 const TYPE& top() const;
106 //! grants right acces to the top of the stack (last element)
128 //! pop the top of the stack (removes the last element). No-op if the stack's empty
132 //! pushes an item on the top of the stack
241 const TYPE& Vector<TYPE>::top() const { function in class:android::tinyutils::Vector
/system/core/include/system/
H A Dwindow.h60 int32_t top; member in struct:android_native_rect_t
/system/core/include/private/pixelflinger/
H A Dggl_context.h332 uint32_t top; member in struct:android::scissor_t
/system/media/camera/docs/
H A Dhtml.mako336 [ <a href="#">top</a> ]

Completed in 1210 milliseconds