Searched defs:top (Results 51 - 75 of 488) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dallocation-site-scopes.h25 Handle<AllocationSite> top() { return top_; } function in class:v8::internal::AllocationSiteContext
72 if (top().is_null()) {
/external/webp/src/dec/
H A Dtree.c284 uint8_t* const top = dec->intra_t_ + 4 * mb_x; local
307 memset(top, ymode, 4 * sizeof(*top));
316 const uint8_t* const prob = kBModesProba[top[x]][ymode];
336 top[x] = ymode;
338 memcpy(modes, top, 4 * sizeof(*top));
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPercentFrameLayout.java74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
76 final int height = bottom - top;
81 final int subTop = top + height * yPercent / 100;
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h50 Row(int32_t top, int32_t bottom);
53 int32_t top; member in struct:webrtc::DesktopRegion::Row
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DBoxModel.java64 boundsRect.top + getMarginTop(),
76 marginRect.top+getPaddingTop(),
82 public void setMargins(float left, float top, float right, float bottom) { argument
84 setMarginTop(top);
90 public void setPadding(float left, float top, float right, float bottom) { argument
92 setPaddingTop(top);
H A DBoxModelable.java42 public void setMargins(float left, float top, float right, float bottom); argument
44 public void setPadding(float left, float top, float right, float bottom); argument
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DPixelUtils.java70 (int) (rectIn.top + FLOAT_INT_AVG_NUDGE),
84 return nearestPixRect(in.left, in.top, in.right, in.bottom);
87 public static RectF nearestPixRect(float left, float top, float right, float bottom) { argument
90 (int) (top + FLOAT_INT_AVG_NUDGE),
/external/boringssl/src/crypto/bn/
H A Drandom.c118 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { argument
141 /* Make a random number and set the top and bottom bits. */
146 if (top != -1) {
147 if (top && bits > 1) {
180 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { argument
181 return BN_rand(rnd, bits, top, bottom);
279 todo = sizeof(priv->d[0]) * priv->top;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp66 , top (0.3)
73 double top; member in struct:vkt::Draw::ReferenceImageCoordinates
82 , top (0.3)
89 double top; member in struct:vkt::Draw::ReferenceImageInstancedCoordinates
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java286 public int top() { method in class:IntList
/external/e2fsprogs/ext2ed/
H A Dwin.c125 int left,top,right,bottom,i; local
136 top=TITLE_WIN_LINES+SHOW_WIN_LINES+1;bottom=top+show_pad_info.display_lines-1;
145 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,show_pad_info.display_lines-1,show_pad_info.display_cols-1);
147 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,top+show_pad_info.display_lines-1,left+show_pad_info.display_cols-1);
/external/freetype/include/
H A Dftcache.h869 /* top :: The vertical distance from the pen position (on the */
870 /* baseline) to the upper bitmap border (a.k.a. `top */
892 FT_Char top; member in struct:FTC_SBitRec_
H A Dftglyph.h26 /* or text layout engine on top of FreeType. However, they are pretty */
146 /* top :: The top-side bearing, i.e., the vertical distance from */
147 /* the current pen position to the top border of the glyph */
164 FT_Int top; member in struct:FT_BitmapGlyphRec_
/external/freetype/src/cff/
H A Dcffparse.h45 FT_Byte** top; member in struct:CFF_ParserRec_
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONWriter.java84 * The stack top index. A value of 0 indicates that the stack is empty.
86 private int top; field in class:JSONWriter
100 this.top = 0;
210 stack[top - 1].putOnce(s, Boolean.TRUE);
254 if (this.top <= 0) {
257 char m = this.stack[this.top - 1] == null ? 'a' : 'k';
261 this.top -= 1;
262 this.mode = this.top == 0 ? 'd' : this.stack[this.top - 1] == null ? 'a' : 'k';
271 if (this.top >
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFrame.java26 private int top; field in class:Frame
86 top = 0;
90 * Gets the index of the type sitting at the top of the stack.
95 * @return the position of the element at the top of the stack
98 return top - 1;
112 * Gets the top of the stack without altering it
114 * @return the top of the stack
117 if (top < 1)
120 return stack[top - 1];
129 if (top <
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c76 * UWORD8 pointer to the top-left
79 * UWORD8 pointer to the top
118 WORD32 bot_left, left, top, tp_right, tp_left; local
143 top = (nbr_flags & 0x00f00);
151 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample
152 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample
175 if(0 != top)
178 // U-V interleaved Top-top right samples
185 // U-V interleaved Top-top right samples
194 top
415 WORD32 bot_left, left, top, tp_right, tp_left; local
[all...]
/external/libmpeg2/common/x86/
H A Dideint_cac_ssse3.c105 __m128i top[4]; local
116 /* Load top */
117 top[i] = (__m128i)_mm_loadl_epi64((__m128i *) (pu1_top));
125 top[i] = _mm_unpacklo_epi8(top[i], zero);
129 sum_t[i] = _mm_sad_epu8(top[i], zero);
173 avg1 = _mm_avg_epu8(top[0], top[1]);
174 avg2 = _mm_avg_epu8(top[2], top[
[all...]
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c102 unsigned long top = 0UL | bundle.bitmap.word1.top_slot1; local
115 insn = 0UL | bot | (top << 18UL);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h80 } top, bottom; member in struct:vl_motionvector
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java74 private int top; field in class:Analyzer
112 top = 0;
172 while (top > 0) {
173 int insn = queue[--top];
475 queue[top++] = insn;
504 queue[top++] = insn;
H A DFrame.java66 private int top; field in class:Frame
97 top = src.top;
147 return top;
166 top = 0;
176 if (top == 0) {
179 return values[--top + locals];
189 if (top + locals >= values.length) {
192 values[top++ + locals] = value;
617 if (top !
[all...]
/external/opencv3/modules/cudalegacy/perf/
H A Dperf_labeling.cpp105 dot* top = stack; local
111 while (top >= stack)
120 *top++ = dot::make(p.x + 1, p.y);
124 *top++ = dot::make(p.x - 1, p.y);
128 *top++ = dot::make(p.x, p.y + 1);
130 //top
132 *top++ = dot::make(p.x, p.y - 1);
134 p = *--top;
/external/opencv3/modules/cudalegacy/test/
H A Dtest_labeling.cpp98 dot* top = stack; local
104 while (top >= stack)
113 *top++ = dot::make(p.x + 1, p.y);
117 *top++ = dot::make(p.x - 1, p.y);
121 *top++ = dot::make(p.x, p.y + 1);
123 //top
125 *top++ = dot::make(p.x, p.y - 1);
127 p = *--top;
/external/pdfium/third_party/freetype/include/freetype/
H A Dftcache.h869 /* top :: The vertical distance from the pen position (on the */
870 /* baseline) to the upper bitmap border (a.k.a. `top */
892 FT_Char top; member in struct:FTC_SBitRec_

Completed in 987 milliseconds

1234567891011>>