HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 1 - 25 of 2528) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
diamond_top.h 1 int top(int *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.h 14 #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
  /external/lua/src/
lapi.h 14 #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
  /external/pdfium/core/fpdfdoc/
cpvt_floatrect.h 14 CPVT_FloatRect() { left = top = right = bottom = 0.0f; }
21 top = other_top;
28 top = rect.top;
34 if (top > bottom)
35 return top - bottom;
36 return bottom - top;
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/
pop.pass.cpp 23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
29 assert(q.top() == 2);
31 assert(q.top() == 1);
emplace.pass.cpp 27 assert(q.top() == Emplaceable(1, 2.5));
29 assert(q.top() == Emplaceable(3, 4.5));
31 assert(q.top() == Emplaceable(3, 4.5));
push.pass.cpp 23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
push_rvalue.pass.cpp 27 assert(q.top() == 1);
29 assert(q.top() == 3);
31 assert(q.top() == 3);
top.pass.cpp 14 // const_reference top() const;
23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
  /external/python/cpython2/Lib/idlelib/
ZoomHeight.py 20 top = self.editwin.top
21 zoom_height(top)
23 def zoom_height(top):
24 geom = top.wm_geometry()
27 top.bell()
30 newheight = top.winfo_screenheight()
51 top.wm_geometry(newgeom)
  /external/python/httplib2/doc/html/_static/
stickysidebar.css 6 top: 30px;
18 margin-top: 30px;
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockRectF.java 27 //public float top;
41 it.top = rhs.top;
47 public void $init(float left, float top, float right, float bottom) {
49 it.top = top;
64 it.top = it.top + dy;
69 public void offsetTo(float left, float top) {
72 it.bottom = top + height();
    [all...]
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
push.pass.cpp 22 assert(q.top() == 1);
25 assert(q.top() == 2);
28 assert(q.top() == 3);
push_rv.pass.cpp 26 assert(q.top() == MoveOnly(1));
29 assert(q.top() == MoveOnly(2));
32 assert(q.top() == MoveOnly(3));
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Box.java 21 private Item top; field in class:Box
31 return top;
34 public void setTop(Item top) {
35 this.top = top;
  /external/u-boot/common/init/
board_init.c 22 * Allocate reserved space for use as 'globals' from 'top' address and
45 ulong board_init_f_alloc_reserve(ulong top)
49 top -= CONFIG_VAL(SYS_MALLOC_F_LEN);
52 top = rounddown(top-sizeof(struct global_data), 16);
54 return top;
  /external/python/cpython2/Demo/tix/samples/
DirTree.py 37 # Create the tixDirTree and the tixLabelEntry widgets on the on the top
43 top = Tix.Frame( w, relief=RAISED, bd=1)
49 top.dir = Tix.DirTree(top)
50 top.dir.hlist['width'] = 40
55 top.btn = Tix.Button(top, text = " >> ", pady = 0)
61 top.ent = Tix.LabelEntry(top, label="Installation Directory:",
62 labelside = 'top',
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ViewInnerTextTest.java 27 LinearLayout top = new LinearLayout(context); local
28 top.addView(textView("blah"));
29 top.addView(new View(context));
30 top.addView(textView("a b c"));
33 top.addView(innerLayout);
41 top.addView(textView("mnop"));
43 assertEquals("blah a b c d e f g h i jkl! mnop", shadowOf(top).innerText());
48 LinearLayout top = new LinearLayout(context); local
49 top.addView(textView("blah", View.VISIBLE));
50 top.addView(textView("blarg", View.GONE))
58 LinearLayout top = new LinearLayout(context); local
    [all...]
  /external/clang/test/Modules/Inputs/va_list/
left.h 1 @import top; variable
right.h 1 @import top; variable
  /external/libchrome/ui/gfx/geometry/
insets_f.cc 13 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
insets.cc 14 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
18 return gfx::Insets(top() + vector.y(), left() + vector.x(),
  /external/skia/tests/
CanvasStateHelpers.h 22 void complex_layers_draw(SkCanvas* canvas, float left, float top,
32 float left, float top, float right, float bottom, int32_t spacer);
38 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
  /external/skqp/tests/
CanvasStateHelpers.h 22 void complex_layers_draw(SkCanvas* canvas, float left, float top,
32 float left, float top, float right, float bottom, int32_t spacer);
38 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
  /external/epid-sdk/epid/common/src/
stack.c 29 size_t top; ///< Stack top, the number of elements in the stack member in struct:Stack
43 size_t max_size_required = stack->top + n;
44 if (n > (SIZE_MAX / stack->element_size) - stack->top)
55 if (0 != memcpy_S((uint8_t*)stack->buf + stack->top * stack->element_size,
56 (stack->max_size - stack->top) * stack->element_size,
61 stack->top += n;
63 return (uint8_t*)stack->buf + (stack->top - n) * stack->element_size;
69 if (n > stack->top) return false;
74 (stack->top - n) * stack->element_size
    [all...]

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>