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

1234567891011>>

/external/clang/test/Modules/Inputs/
H A Ddiamond_top.h1 int top(int *);
/external/syslinux/com32/lua/src/
H A Dlapi.h14 #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/fio/
H A Dcconv.c57 struct thread_options_pack *top)
62 o->set_options[i] = le64_to_cpu(top->set_options[i]);
64 string_to_cpu(&o->description, top->description);
65 string_to_cpu(&o->name, top->name);
66 string_to_cpu(&o->wait_for, top->wait_for);
67 string_to_cpu(&o->directory, top->directory);
68 string_to_cpu(&o->filename, top->filename);
69 string_to_cpu(&o->filename_format, top->filename_format);
70 string_to_cpu(&o->opendir, top->opendir);
71 string_to_cpu(&o->ioengine, top
56 convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top) argument
306 convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *o) argument
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpvt_floatrect.h14 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/
H A Dpop.pass.cpp23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
29 assert(q.top() == 2);
31 assert(q.top() == 1);
H A Demplace.pass.cpp27 assert(q.top() == Emplaceable(1, 2.5));
29 assert(q.top() == Emplaceable(3, 4.5));
31 assert(q.top() == Emplaceable(3, 4.5));
H A Dpush.pass.cpp23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
H A Dpush_rvalue.pass.cpp27 assert(q.top() == 1);
29 assert(q.top() == 3);
31 assert(q.top() == 3);
H A Dtop.pass.cpp14 // const_reference top() const;
23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
/external/python/cpython2/Lib/idlelib/
H A DZoomHeight.py20 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/cpython3/Lib/idlelib/
H A Dzoomheight.py21 top = self.editwin.top
22 zoom_height(top)
25 def zoom_height(top):
26 geom = top.wm_geometry()
29 top.bell()
32 newheight = top.winfo_screenheight()
53 top.wm_geometry(newgeom)
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockRectF.java27 //public float top;
41 it.top = rhs.top;
47 public void $init(float left, float top, float right, float bottom) { argument
49 it.top = top;
64 it.top = it.top + dy;
69 public void offsetTo(float left, float top) { argument
72 it.bottom = top
[all...]
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dpush.pass.cpp22 assert(q.top() == 1);
25 assert(q.top() == 2);
28 assert(q.top() == 3);
H A Dpush_rv.pass.cpp26 assert(q.top() == MoveOnly(1));
29 assert(q.top() == MoveOnly(2));
32 assert(q.top() == MoveOnly(3));
/external/libvncserver/webclients/novnc/include/
H A Dblack.css15 background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%); /* FF3.6+ */
16 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
17 background: -webkit-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* Chrome10+,Safari5.1+ */
18 background: -o-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* Opera11.10+ */
19 background: -ms-linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* IE10+ */
20 background: linear-gradient(top, #4c4c4c 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* W3C */
24 background: -moz-linear-gradient(top, #f04040 0%, #2c2c2c 50%, #000000 51%, #131313 100%); /* FF3.6+ */
25 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04040), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
26 background: -webkit-linear-gradient(top, #f04040 0%,#2c2c2c 50%,#000000 51%,#131313 100%); /* Chrome10+,Safari5.1+ */
27 background: -o-linear-gradient(top, #f0404
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DBox.java21 private Item top; field in class:Box
31 return top;
34 public void setTop(Item top) { argument
35 this.top = top;
/external/python/cpython2/Demo/tix/samples/
H A DDirTree.py37 # 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/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewInnerTextTest.java27 LinearLayout top = new LinearLayout(activity);
28 top.addView(textView("blah"));
29 top.addView(new View(activity));
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(activity);
49 top.addView(textView("blah", View.VISIBLE));
50 top
[all...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DViewInnerTextTest.java27 LinearLayout top = new LinearLayout(context);
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);
49 top.addView(textView("blah", View.VISIBLE));
50 top
[all...]
/external/syslinux/
H A Dgen-id.sh12 top=`dirname "$0"`
14 if test -n "$GIT_DIR" -o -d "$top"/.git -o -f "$top"/.git; then
/external/clang/test/Modules/Inputs/va_list/
H A Dleft.h1 @import top; variable
H A Dright.h1 @import top; variable
/external/compiler-rt/test/asan/TestCases/
H A Dalloca_vla_interact.cc21 char *top, *bot; local
26 top = alloca1 - RZ;
38 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot + 1);
39 assert(q == top);
/external/libmojo/ui/gfx/geometry/
H A Dinsets_f.cc13 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
/external/ltp/testscripts/
H A Dadp.sh16 -d delay for top, in seconds
17 -n number of iterations for top
78 echo "Starting 'top', redirecting output to 'adp.log'..."
79 top -b -d $delay -n $iterations > adp.log &

Completed in 1119 milliseconds

1234567891011>>