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

<<21222324252627282930>>

  /frameworks/base/core/java/android/webkit/
WebView.java 390 // SSL certificate for the main top-level page (if secure)
3490 int top = 0; local
7259 int top = contentToViewY(data.mTop); local
    [all...]
  /bootable/bootloader/legacy/include/msm7k/
mddi.h 181 unsigned short top; member in struct:mddi_video_stream
  /dalvik/dx/src/com/android/dx/util/
IntList.java 286 public int top() { method in class:IntList
  /dalvik/vm/alloc/
CardTable.c 225 for (ptr = ctx->stack.top; ptr != ctx->stack.base; ++ptr) {
  /dalvik/vm/mterp/x86/
footer.S 204 movl %eax, offStackSaveArea_localRefCookie(%edx) # newSaveArea->localRefCookie<- top
220 movl offStackSaveArea_localRefCookie(%ecx), %edx # %edx<- old top
223 movl %edx, offThread_jniLocal_topCookie(%eax) # new top <- old top
302 * common_periodicChecks is on the top of stack. We need to preserve
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 90 c.drawRect(r.left + inset, r.top + inset,
  /development/samples/Home/src/com/example/android/home/
Home.java 748 public void setBounds(int left, int top, int right, int bottom) {
749 super.setBounds(left, top, right, bottom);
752 mWallpaper.setBounds(left, top, left + mWallpaper.getIntrinsicWidth(),
753 top + mWallpaper.getIntrinsicHeight());
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java 96 mBackground.setBounds(lineX - bgW, r.top + 10, lineX + bgW,
  /external/chromium/base/
condition_variable_win.cc 86 SetEvent(handles.top());
  /external/chromium/third_party/icu/public/i18n/unicode/
timezone.h 696 * @param top Top resource bundle for tz data
703 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
olsontz.h 120 * @param top the top-level zoneinfo resource bundle. This is used
125 OlsonTimeZone(const UResourceBundle* top,
  /external/clearsilver/util/
neo_hdf.h 32 * your top level HDF node.
55 struct _hdf *top; member in struct:_hdf
78 * pointer to the top node in the data set.
92 * on the top level node.
261 * Function: hdf_obj_top - Return the pointer to the top dataset node
263 * pointer to the top of the dataset, the node which was
266 * nodes are tied garbage colletion wise to the top node of
270 * Returns: The pointer to the top node
290 * Returns: The name of the node. If this is the top node, the name is
411 * dest -> the destination node name (from the top of th
    [all...]
  /external/freetype/include/freetype/
ftcache.h 900 FT_Char top; member in struct:FTC_SBitRec_
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 124 FT_Long top; /* top of exec. stack */ member in struct:TT_ExecContextRec_
130 FT_UInt new_top; /* new top after exec. */
170 FT_Int callTop, /* top of call stack during execution */
  /external/icu4c/i18n/
olsontz.h 117 * @param top the top-level zoneinfo resource bundle. This is used
122 OlsonTimeZone(const UResourceBundle* top,
  /external/icu4c/i18n/unicode/
timezone.h 664 * @param top Top resource bundle for tz data
671 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
  /external/libpcap/
grammar.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 303 bounds.top = 0; bounds.left = 0;
545 bounds.top = 0; bounds.left = 0;
620 rect.top = rects[i].y;
622 rect.bottom = rect.top+rects[i].h-1;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 392 menuRect.bottom = menuRect.top + gSaveMenuBar;
504 OffsetRect(&wrect, orect.left, orect.top);
548 ((orect.bottom-orect.top) != height) ) {
658 update.top = rects[i].y;
  /external/qemu/target-arm/
op_helper.c 215 int32_t top; local
218 top = val >> shift;
220 if (top > 0) {
223 } else if (top < -1) {
  /external/quake/quake/src/QW/client/
menu.c 150 void M_BuildTranslationTable(int top, int bottom)
161 if (top < 128) // the artists made some backwards ranges. sigh.
162 memcpy (dest + TOP_RANGE, source + top, 16);
165 dest[TOP_RANGE+j] = source[top+15-j];
  /external/v8/test/mjsunit/compiler/
short-circuit.js 42 // A value on top of the stack in value/test context.
46 // A value on top of the stack in a test/value context.
  /external/webkit/JavaScriptCore/runtime/
ScopeChain.h 197 JSObject* top() const { return m_node->object; } function in class:JSC::ScopeChain
  /external/webkit/WebCore/editing/
TextIterator.h 59 bool top() const;
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 453 IntSize toShift() const { return IntSize(m_bmpRect.left - m_origRect.x(), m_bmpRect.top - m_origRect.y()); }
846 clipRect.top = startY;
849 clipRect.top = endY;
857 clipRgn.set(CreateRectRgn(clipRect.left, clipRect.top, clipRect.right, clipRect.bottom));
861 IntersectClipRect(dc, clipRect.left, clipRect.top, clipRect.right, clipRect.bottom);
899 if (rect.top > winPoints[i].y)
900 rect.top = winPoints[i].y;
    [all...]

Completed in 1318 milliseconds

<<21222324252627282930>>