HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 26 - 50 of 2319) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/
Rect.h 34 float top; member in class:android::uirenderer::Rect
46 top(0),
51 inline Rect(float left, float top, float right, float bottom):
53 top(top),
60 top(0.0f),
74 left = top = right = bottom = 0.0f;
80 return !((left < right) && (top < bottom));
84 left = top = right = bottom = 0.0f;
87 inline void set(float left, float top, float right, float bottom)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
rect.h 27 int32_t top; member in struct:ARect
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
rect.h 27 int32_t top; member in struct:ARect
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
rect.h 27 int32_t top; member in struct:ARect
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
rect.h 27 int32_t top; member in struct:ARect
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
rect.h 27 int32_t top; member in struct:ARect
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
rect.h 27 int32_t top; member in struct:ARect
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
rect.h 27 int32_t top; member in struct:ARect
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
find_fn_imps.hpp 44 top() const function in class:PB_DS_CLASS_C_DEC
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js 51 * NOTE: have defined |top| as |this| to make this a standalone JS shell test.
52 * This came from the HTML of a frame, where |top| would have its DOM meaning.
54 var top = this;
56 top.authors = new Array();
57 top.titles = new Array();
61 top.authors[i] = "zPROD xA.5375.";
62 top.titles[i] = "NDS Libraries for C";
65 top.authors[i] = "zFLDR xB.5375.0100.";
66 top.titles[i] = "NDS Backup Services";
69 top.authors[i] = "zFLDR xC.5375.0100.0001."
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRect.java 14 public void __constructor__(int left, int top, int right, int bottom) {
16 realRect.top = top;
23 realRect.top = otherRect.top;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) {
36 realRect.top = top;
48 return realRect.bottom - realRect.top;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
IntRectWin.cpp 35 : m_location(IntPoint(r.left, r.top)), m_size(IntSize(r.right-r.left, r.bottom-r.top))
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 30 public RegionModel(String regionId, int left, int top,
32 this(regionId, DEFAULT_FIT, left, top, width, height);
35 public RegionModel(String regionId, String fit, int left, int top,
37 this(regionId, fit, left, top, width, height, null);
40 public RegionModel(String regionId, String fit, int left, int top,
45 mTop = top;
96 * @param top the mTop to set
98 public void setTop(int top) {
99 mTop = top;
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILRegionElement.java 14 * 2) ADD public void setLeft(int top) throws DOMException;
41 public void setLeft(int top)
49 public void setTop(int top)
  /packages/apps/Settings/src/com/android/settings/drawable/
InsetBoundsDrawable.java 34 public void setBounds(int left, int top, int right, int bottom) {
35 super.setBounds(left + mInsetBoundsSides, top, right - mInsetBoundsSides, bottom);
  /external/dropbear/libtommath/
bn_mp_lshd.c 36 register mp_digit *top, *bottom; local
41 /* top */
42 top = a->dp + a->used - 1;
49 * the bottom to the top. see bn_mp_rshd.c for more info.
52 *top-- = *bottom--;
56 top = a->dp;
58 *top++ = 0;

Completed in 792 milliseconds

12 3 4 5 6 7 8 91011>>