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

1234567891011>>

/external/clang/test/Modules/Inputs/va_list/
H A Dleft.h1 @import top; variable
H A Dright.h1 @import top; variable
/external/python/cpython2/Lib/importlib/
H A D__init__.py15 raise ValueError("attempted relative import beyond top-level " namespace
/external/swiftshader/src/OpenGL/common/
H A DMatrixStack.hpp43 void frustum(float left, float right, float bottom, float top, float zNear, float zFar);
44 void ortho(double left, double right, double bottom, double top, double zNear, double zFar);
53 int top; member in class:sw::MatrixStack
/external/strace/mpers-m32/
H A Dstruct_v4l2_clip.h7 int32_t top; member in struct:__anon18983::__anon18984
/external/strace/mpers-mx32/
H A Dstruct_v4l2_clip.h7 int32_t top; member in struct:__anon19142::__anon19143
/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/llvm/test/MC/AsmParser/
H A Dmacro-args.s31 .macro top
46 top foo label
47 top bar, 42 label
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pageobjectholder.cpp52 FX_FLOAT top = -1000000.0f; local
57 top = std::max(top, pObj->m_Top);
59 return CFX_FloatRect(left, bottom, right, top);
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_type3glyphs.cpp40 void CPDF_Type3Glyphs::AdjustBlue(FX_FLOAT top, argument
44 top_line = _AdjustBlue(top, m_TopBlueCount, m_TopBlue);
/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/src/android/
H A DSkBitmapRegionDecoderPriv.h30 * @param outY The top offset of the image subset within the output bitmap.
39 int top = SkTMax(0, subset->fTop); local
43 *outY = top - subset->fTop;
47 int height = SkTMin(imageDims.height() - top, subset->height() - *outY);
52 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/tools/
H A Dimgslice.cpp85 int top, bottom, left, right; local
90 top = bottom = SkTPin(FLAGS_row, 0, bitmap.height()-1);
96 FLAGS_min = top = SkTPin(FLAGS_min, 0, bitmap.height()-1);
97 FLAGS_max = bottom = SkTPin(FLAGS_max, top, bitmap.height()-1);
116 for (int y = bottom; y >= top; --y) {
124 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/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky_impl.h126 StorageIndex 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) */
/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/freetype/src/cff/
H A Dcf2stack.h66 CF2_StackNumber* top; member in struct:CF2_StackRec_
/external/iproute2/netem/
H A Dstats.c24 double mu=0.0, sigma=0.0, sumsquare=0.0, sum=0.0, top=0.0, rho=0.0; local
47 top += ((double)x[i]-mu)*((double)x[i-1]-mu);
51 rho = top/sigma2;
57 /*printf("correlation rho = %10.6f\n", top/((double)(n-1)*sigma*sigma));*/

Completed in 777 milliseconds

1234567891011>>