Searched defs:top (Results 1 - 8 of 8) sorted by relevance

/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)
/system/core/libcutils/
H A Dtzstrftime.c426 int top; local
441 top = bot -
443 if (top < -3)
444 top += DAYSPERWEEK;
445 top += len;
446 if (yday >= top) {
/system/core/libpixelflinger/tinyutils/
H A DVector.h86 //! stack-usage of the vector. returns the top of the stack (last element)
87 const TYPE& top() const;
97 //! grants right acces to the top of the stack (last element)
119 //! pop the top of the stack (removes the last element). No-op if the stack's empty
123 //! pushes an item on the top of the stack
232 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
/system/core/adb/
H A Dcommandline.c769 static int top_works(const char *top) argument
771 if (top != NULL && adb_is_absolute_host_path(top)) {
774 "%s" OS_PATH_SEPARATOR_STR SENTINEL_FILE, top);
799 char *top = getenv("ANDROID_BUILD_TOP"); local
800 if (top != NULL && top[0] != '\0') {
801 if (!top_works(top)) {
802 fprintf(stderr, "adb: bad ANDROID_BUILD_TOP value \"%s\"\n", top);
806 top
889 const char *top = find_top(top_buf); local
[all...]
/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/core/libpixelflinger/
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...]

Completed in 101 milliseconds