HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 551 - 575 of 959) sorted by null

<<21222324252627282930>>

  /device/samsung/crespo/alsa-utils/alsactl/
state.c 221 static int get_control(snd_ctl_t *handle, snd_ctl_elem_id_t *id, snd_config_t *top)
253 err = snd_config_compound_add(top, num_str(snd_ctl_elem_info_get_numid(info)), 0, &control);
535 static int get_controls(int cardno, snd_config_t *top)
561 err = snd_config_search(top, "state", &state);
569 err = snd_config_compound_add(top, "state", 1, &state);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 109 * @param top
110 * is true if we want to add to the top of the list.
112 public void add(HDR sipheader, boolean top) {
113 if (top)
136 // add given items to the top end of the list.
  /external/qemu/android/utils/
timezone.c 234 char* top,
245 char* p = top;
  /external/skia/include/core/
SkTDArray.h 231 const T& top() const { return (*this)[fCount - 1]; } function in class:SkTDArray
232 T& top() { return (*this)[fCount - 1]; } function in class:SkTDArray
  /external/skia/src/core/
SkSpriteBlitter_ARGB32.cpp 102 virtual void setup(const SkBitmap& device, int left, int top,
104 this->INHERITED::setup(device, left, top, paint);
  /external/skia/src/images/
fpdfemb.h 561 int top; member in struct:FPDFEMB_RECT
650 // start_y - Top pixel position of the display area in the device coordination
698 // start_y - Top pixel position of the display area in the device coordination
798 // start_y - Top pixel position of the display area in the device coordination
817 // is at left-top corner of the window. You must make sure the start_x, start_y, size_x,
    [all...]
  /external/v8/tools/
splaytree.js 185 // node on the search path to the top of the tree.
211 * the given key to the top of the tree. If no node has the given
212 * key, the last node on the search path is moved to the top of the
213 * tree. This is the simplified top-down splaying algorithm from:
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowFrame.m 72 titlebarRect.size.height = globalBounds.bottom - globalBounds.top;
  /frameworks/base/core/java/android/gesture/
Gesture.java 66 gesture.mBoundingBox.set(mBoundingBox.left, mBoundingBox.top,
244 -bounds.top + (height - bounds.height() * scale) / 2.0f);
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 269 public void initializeInvalidateRegion(int left, int top, int right, int bottom) {
271 region.set(left, top, right, bottom);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 76 int h = bounds.bottom - bounds.top;
191 mState.mDrawable.setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
NinePatchDrawable.java 174 dest.top = Bitmap.scaleFromDensity(src.top, sdensity, tdensity);
RotateDrawable.java 79 int h = bounds.bottom - bounds.top;
175 mState.mDrawable.setBounds(bounds.left, bounds.top,
  /frameworks/base/include/utils/
Vector.h 92 //! stack-usage of the vector. returns the top of the stack (last element)
93 const TYPE& top() const;
103 //! grants right acces to the top of the stack (last element)
131 //! pop the top of the stack (removes the last element). No-op if the stack's empty
135 //! pushes an item on the top of the stack
243 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
  /frameworks/base/media/libeffects/testlibs/
AudioEqualizer.cpp 87 const int32_t top = Effects_log2(mSampleRate * 500); local
88 const int32_t jump = (top - bottom) / (mNumPeaking + 2);
  /frameworks/base/opengl/include/GLES/
glext.h 537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
555 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
577 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
595 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 333 public void glFrustumf(float left, float right, float bottom, float top,
336 mgl.glFrustumf(left, right, bottom, top, near, far);
340 public void glFrustumx(int left, int right, int bottom, int top, int near,
343 mgl.glFrustumx(left, right, bottom, top, near, far);
607 public void glOrthof(float left, float right, float bottom, float top,
610 mgl.glOrthof(left, right, bottom, top, near, far);
614 public void glOrthox(int left, int right, int bottom, int top, int near,
617 mgl.glOrthox(left, right, bottom, top, near, far);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 269 Node top = pos; local
281 if (top.equals(pos))
289 if ((null == pos) || (top.equals(pos))) {
314 * @param top Node in the tree where to end traversal
318 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException {
354 if ((null != top) && top.equals(pos))
362 if ((null == pos) || ((null != top) && top.equals(pos))) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
175 super.onLayout(changed, left, top, right, bottom);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 118 NJ_UINT32 top; member in struct:__anon11305
214 NJ_UINT32 top; member in struct:__anon11312
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 44 * {@link IXmlPullParser} implementation on top of {@link UiElementNode}.
66 public UiElementPullParser(UiElementNode top, boolean explodeRendering, int densityValue,
69 mRoot = top;
  /system/core/libpixelflinger/tinyutils/
Vector.h 86 //! stack-usage of the vector. returns the top of the stack (last element)
87 const TYPE& top() const;
97 //! grants right acces to the top of the stack (last element)
119 //! pop the top of the stack (removes the last element). No-op if the stack's empty
123 //! pushes an item on the top of the stack
232 const TYPE& Vector<TYPE>::top() const { function in class:android::Vector
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 199 assertTrue(r.bottom - r.top > 0);
208 assertEquals(20, r.bottom - r.top);
217 assertEquals(10, r.bottom - r.top);
549 assertTrue(r.bottom - r.top > 0);
560 assertEquals(r.bottom - r.top, mListView.getDividerHeight());
569 assertEquals(10, r.bottom - r.top);
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 214 int top; member in struct:CallStack
    [all...]
  /external/icu4c/common/
uresdata.c 963 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; local
    [all...]

Completed in 1051 milliseconds

<<21222324252627282930>>