HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 501 - 525 of 984) sorted by null

<<21222324252627282930>>

  /external/chromium/third_party/icu/source/i18n/
transreg.cpp 220 const UnicodeString& getTop() const { return top; }
225 UnicodeString top; member in class:TransliteratorSpec
238 : top(theSpec),
266 // Canonicalize top
272 top = locStr;
276 top = scriptName;
279 // assert(spec != top);
292 if (spec != top) {
293 spec = top;
    [all...]
  /external/icu4c/i18n/
transreg.cpp 220 const UnicodeString& getTop() const { return top; }
225 UnicodeString top; member in class:TransliteratorSpec
238 : top(theSpec),
266 // Canonicalize top
272 top = locStr;
276 top = scriptName;
279 // assert(spec != top);
292 if (spec != top) {
293 spec = top;
    [all...]
  /external/quake/quake/src/QW/client/
cl_main.c 519 int top, bottom; local
532 top = bottom = atoi(Cmd_Argv(1));
535 top = atoi(Cmd_Argv(1));
539 top &= 15;
540 if (top > 13)
541 top = 13;
546 sprintf (num, "%i", top);
  /external/quake/quake/src/QW/server/
sv_main.c 346 int top, bottom; local
356 top = atoi(Info_ValueForKey (cl->userinfo, "topcolor"));
358 top = (top < 0) ? 0 : ((top > 13) ? 13 : top);
363 ping, cl->name, Info_ValueForKey (cl->userinfo, "skin"), top, bottom);
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TimelinePanel.js 360 // Convert visible area to visible indexes. Always include top-level record for a visible nested record.
369 const top = (startIndex * rowHeight) + "px";
370 this._topGapElement.style.height = top;
371 this.sidebarElement.style.top = top;
372 this.sidebarResizeElement.style.top = top;
590 this._expandElement.style.top = index * this._rowHeight + "px";
  /libcore/luni/src/main/native/
NativeBN.cpp 111 a->top = 2;
176 ret->top = len;
178 // need to call this due to clear byte at top if avoiding
179 // having the top bit set (-ve number)
180 // Basically get rid of top zero ints:
187 ret->top = 0;
209 ret->top = intLen;
279 int intLen = a->top;
351 int len = a->top;
388 int intLen = a->top;
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 1184 int32_t top; local
    [all...]
pkg_gencmn.c 56 Therefore, the top of the name strings block is the offset of the first item,
472 uint32_t top=stringTop+length; local
475 if(top>STRING_STORE_SIZE) {
480 stringTop=top;
  /external/icu4c/tools/toolutil/
package.cpp 1190 int32_t top; local
    [all...]
pkg_gencmn.c 56 Therefore, the top of the name strings block is the offset of the first item,
472 uint32_t top=stringTop+length; local
475 if(top>STRING_STORE_SIZE) {
480 stringTop=top;
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 256 npr.top = static_cast<uint16>(cgr.origin.y);
266 npr.top = static_cast<uint16>(nr.origin.y);
280 // Flip Y to convert NSWindow coordinates to top-left-based window coordinates.
289 // Look at the Carbon port to convert top-left-based window coordinates into top-left-based content coordinates.
301 boundsInWindow.origin.y += pix->bounds.top - portBounds.top;
303 visibleRectInWindow.origin.y += pix->bounds.top - portBounds.top;
334 window.clipRect.bottom = window.clipRect.top;
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 51 $("#body-content").css({'position':'relative', 'top':'0'});
259 // Hide the "Go to top" link if there's no vertical scroll
261 $("a[href='#top']").css({'display':'none'});
263 $("a[href='#top']").css({'display':'inline'});
430 var offsetTop = selected.position().top;
431 if (selected.parent().parent().is(".toggle-list")) offsetTop += selected.parent().parent().position().top;
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 349 // onDraw when Gravity.TOP, it's default.
361 assertEquals(0, bounds.top);
370 assertEquals(viewHeight - drawableHeight, bounds.top);
379 assertEquals( (viewHeight - drawableHeight) / 2, bounds.top);
FrameLayoutTest.java 141 assertEquals(mFrameLayout.getHeight(), rect.bottom - rect.top);
163 assertEquals(foreground.getIntrinsicHeight(), rect.bottom - rect.top);
379 int topDelta = rect.top - container.getTop();
  /external/freetype/src/cff/
cffgload.c 328 /* in_charstring_type :: The `CharstringType' value of the top DICT */
833 /* Now load `achar' on top of the base outline. */
916 decoder->top = decoder->stack;
919 stack = decoder->top;
990 if ( decoder->top - stack >= CFF_MAX_OPERANDS )
994 *decoder->top++ = val;
1011 FT_Fixed* args = decoder->top;
    [all...]
  /external/openssl/crypto/rsa/
rsa_lib.c 458 j+= (*t[i])->top;
473 memcpy((char *)ul,b->d,sizeof(BN_ULONG)*b->top);
474 ul+=b->top;
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 72 gint left, top, width, height; local
73 gtk_window_get_position(GTK_WINDOW(window), &left, &top); local
75 return IntRect(left, top, width, height);
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 81 DRTUndoObject* pop() { DRTUndoObject* top = m_undoVector.last(); m_undoVector.removeLast(); return top; } local
162 m_frame.top = 0;
  /external/wpa_supplicant/
libtommath.c 748 top:
830 goto top;
1128 register mp_digit *bottom, *top; local
1135 /* top [offset into digits] */
1136 top = a->dp + b;
1140 * the top of the window are copied to the bottom
1149 *bottom++ = *top++;
1152 /* zero the top digits */
1207 /* ensure there are always at least MP_PREC digits extra on top */
1448 register mp_digit *top, *bottom local
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 120 // with top at 0 and bottom at whatever is natural, and
139 start[TOP] = 0;
143 start[TOP] = desc - asc;
298 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
319 int top = reflowed.getLineTop(i) + startv; local
321 top -= toppad;
322 ints[TOP] = top;
367 return mInts.getValue(line, TOP);
489 private static final int TOP = 1
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 42 new Rect(0, 30, 10, 40), // src (left, top, right, bottom)
43 new Rect(0, 50, 10, 60)); // dest (left, top, right, bottom)
52 assertEquals(src.top, dest.bottom);
128 // just below top edge
134 // at top edge
139 // just beyond top edge
184 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom)
197 Rect src = new Rect(0, 50, 20, 70); // src (left, top, right, bottom)
213 Rect src = new Rect(0, 0, 50, 50); // (left, top, right, bottom)
226 // still wins while aboveInBeam's bottom edge is < out of beams' top
    [all...]
  /frameworks/base/services/surfaceflinger/
Transform.cpp 245 vec2 lt( bounds.left, bounds.top );
246 vec2 rt( bounds.right, bounds.top );
256 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
  /packages/apps/Camera/src/com/android/camera/ui/
HeadUpDisplay.java 162 boolean changed, int left, int top, int right, int bottom) {
164 int height = bottom - top;
197 int anchorY = (rect.top + rect.bottom) / 2;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PointerTracker.java 449 final int top = key.y; local
452 final int edgeY = y < top ? top : (y > bottom ? bottom : y);
  /frameworks/base/core/java/android/view/
ViewRoot.java 64 * The top of a view hierarchy, implementing the needed protocol between View
1453 int top = dirty.top; local
    [all...]

Completed in 1042 milliseconds

<<21222324252627282930>>