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

1234567891011>>

/external/clang/test/Modules/Inputs/
H A Ddiamond_top.h1 int top(int *);
/external/opencv3/samples/winrt/JavaScript/css/
H A Ddefault.css5 padding-top: 50px;
/external/v8/test/mjsunit/regress/
H A Dregress-2249423.js31 function top() { function
40 top();
/external/fio/
H A Dcconv.c48 struct thread_options_pack *top)
53 o->set_options[i] = le64_to_cpu(top->set_options[i]);
55 string_to_cpu(&o->description, top->description);
56 string_to_cpu(&o->name, top->name);
57 string_to_cpu(&o->directory, top->directory);
58 string_to_cpu(&o->filename, top->filename);
59 string_to_cpu(&o->filename_format, top->filename_format);
60 string_to_cpu(&o->opendir, top->opendir);
61 string_to_cpu(&o->ioengine, top->ioengine);
62 string_to_cpu(&o->mmapfile, top
47 convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top) argument
256 convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *o) argument
[all...]
/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.cpp26 assert(q.top() == Emplaceable(1, 2.5));
28 assert(q.top() == Emplaceable(3, 4.5));
30 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.cpp26 assert(q.top() == 1);
28 assert(q.top() == 3);
30 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/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.cpp25 assert(q.top() == MoveOnly(1));
28 assert(q.top() == MoveOnly(2));
31 assert(q.top() == MoveOnly(3));
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
H A DAlign.java23 static public final int top = 1 << 1; field in class:Align
28 static public final int topLeft = top | left;
29 static public final int topRight = top | right;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
H A Dcf2stack.c66 stack->top = &stack->buffer[0]; /* empty stack */
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
98 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
104 stack->top->u.i = val;
105 stack->top->type = CF2_NumberInt;
106 ++stack->top;
114 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
120 stack->top->u.r = val;
121 stack->top->type = CF2_NumberFixed;
122 ++stack->top;
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2stack.c66 stack->top = &stack->buffer[0]; /* empty stack */
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
98 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
104 stack->top->u.i = val;
105 stack->top->type = CF2_NumberInt;
106 ++stack->top;
114 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
120 stack->top->u.r = val;
121 stack->top->type = CF2_NumberFixed;
122 ++stack->top;
[all...]
/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/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
H A Djquery.isonscreen.js18 top: $(window).scrollTop(),
26 box.top+box.height-container.top > 0 &&
27 box.top < container.height+container.top
40 top: $(window).scrollTop(),
48 $(this).offset().top+$(this).height()-container.top > 0 &&
49 $(this).offset().top < container.height+container.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/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/freetype/src/cff/
H A Dcf2stack.c66 stack->top = &stack->buffer[0]; /* empty stack */
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
98 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
104 stack->top->u.i = val;
105 stack->top->type = CF2_NumberInt;
106 ++stack->top;
114 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
120 stack->top->u.r = val;
121 stack->top->type = CF2_NumberFixed;
122 ++stack->top;
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { argument
16 realRect.top = top;
23 realRect.top = otherRect.top;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) { argument
36 realRect.top = top;
48 return realRect.bottom - realRect.top;
104 intersect(int left, int top, int right, int bottom) argument
[all...]
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
H A Dchromeos_view.css8 margin-top: 20px;

Completed in 1101 milliseconds

1234567891011>>