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

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-2249423.js31 function top() { function
40 top();
/external/clang/test/Modules/Inputs/va_list/
H A Dleft.h1 @import top; variable
H A Dright.h1 @import top; variable
/external/v8/src/heap/
H A Dstore-buffer-inl.h17 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top()); local
18 *top++ = addr;
19 heap_->set_store_buffer_top(reinterpret_cast<Smi*>(top));
20 if ((reinterpret_cast<uintptr_t>(top) & kStoreBufferOverflowBit) != 0) {
21 DCHECK(top == limit_);
24 DCHECK(top < limit_);
39 Address* top = old_top_; local
40 *top++ = addr;
41 old_top_ = top;
44 if (top >
[all...]
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
H A DcopyMakeBorder_demo.cpp17 int top, bottom, left, right; variable
50 top = (int) (0.05*src.rows); bottom = (int) (0.05*src.rows);
68 copyMakeBorder( src, dst, top, bottom, left, right, borderType, value );
/external/v8/test/cctest/
H A Dtest-mementos.cc49 reinterpret_cast<AllocationMemento*>(new_space->top() + kHeapObjectTag);
64 // current new space top pointer.
77 // Set the new space limit to be equal to the top.
78 Address top = CcTest::i_isolate()->heap()->new_space()->top(); local
79 *(CcTest::i_isolate()->heap()->new_space()->allocation_limit_address()) = top;
82 // current new space top pointer.
/external/autotest/frontend/client/src/autotest/common/ui/
H A DToolTip.java26 public void showAtWindow(int left, int top) { argument
28 top + Window.getScrollTop() + TOP_OFFSET);
/external/compiler-rt/test/asan/TestCases/
H A Dalloca_loop_unpoisoning.cc18 void *top, *bot; variable
22 top = &x;
35 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot);
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.h66 CF2_StackNumber* top; member in struct:CF2_StackRec_
/external/llvm/test/MC/AsmParser/
H A Dmacro-args.s31 .macro top
46 top foo label
47 top bar, 42 label
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2stack.h66 CF2_StackNumber* top; member in struct:CF2_StackRec_
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
H A DHasCompoundDrawablesMatcher.java16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { argument
17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom);
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { argument
43 return new HasCompoundDrawablesMatcher(left, top, right, bottom);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMarginLayoutParams.java20 public void setMargins(int left, int top, int right, int bottom) { argument
22 realMarginLayoutParams.topMargin = top;
/external/skia/gm/
H A Dpatch.cpp29 SkPoint top[SkPatchUtils::kNumPtsCubic]; local
30 SkPatchUtils::getTopCubic(cubics, top);
38 SkPoint corners[4] = { bottom[0], bottom[3], top[0], top[3] };
41 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, top, paint);
45 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, top + 1, paint);
58 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, top + 1, paint);
72 //top points
/external/skia/src/android/
H A DSkBitmapRegionDecoderPriv.h28 * @param outY The top offset of the image subset within the output bitmap.
37 int top = SkTMax(0, subset->fTop); local
41 *outY = top - subset->fTop;
45 int height = SkTMin(imageDims.height() - top, subset->height() - *outY);
50 subset->setXYWH(left, top, width, height);
/external/skia/src/pathops/
H A DSkPathOpsBounds.h25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
27 if (top < fTop) fTop = top;
/external/skia/src/svg/parser/
H A DSkSVGCircle.cpp30 SkScalar left, top, right, bottom; local
32 top = cy - r;
38 sprintf(scratch, "%g", SkScalarToDouble(top));
39 parser._addAttribute("top", scratch);
H A DSkSVGEllipse.cpp32 SkScalar left, top, right, bottom; local
34 top = cy - ry;
40 sprintf(scratch, "%g", SkScalarToDouble(top));
41 parser._addAttribute("top", scratch);
/external/skia/tools/
H A Dimgslice.cpp81 int top, bottom, left, right; local
86 top = bottom = SkTPin(FLAGS_row, 0, bitmap.height()-1);
92 FLAGS_min = top = SkTPin(FLAGS_min, 0, bitmap.height()-1);
93 FLAGS_max = bottom = SkTPin(FLAGS_max, top, bitmap.height()-1);
112 for (int y = bottom; y >= top; --y) {
120 for (int y = top; y <= bottom; ++y) {
/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/toybox/toys/pending/
H A Dvi.c29 long top, left; member in struct:linestack_show
/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Dposition-handler.js26 return scope.consumeToken(/^(left|center|right|top|bottom)\b/i, string) || scope.consumeLengthOrPercent(string);
33 top: {'%': 0},
50 if (/top|bottom/.test(tokens[0]) || /left|right/.test(tokens[1])) {
58 if (!/top|bottom|center|Object/.test(tokens[1]))
84 pos = {left: 0, right: 0, center: pos, top: 1, bottom: 1}[token];
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky_impl.h126 Index top = size; // stack for pattern is empty local
142 pattern[--top] = pattern[--len];
150 for(; top < size; ++top)
152 Index i = pattern[top]; /* pattern[top:n-1] is pattern of L(:,k) */

Completed in 1016 milliseconds

1234567891011>>