HomeSort by relevance Sort by last modified time
    Searched defs:top (Results 151 - 175 of 1002) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/linux-tools-perf/util/ui/browsers/
top.c 4 * Parts came from builtin-{top,stat,record}.c, see those files for further
18 #include "../../top.h"
36 struct perf_top *top = browser->priv; local
44 if (top->evlist->nr_entries == 1 || !top->display_weighted) {
73 struct perf_top *top = browser->b.priv; local
77 browser->b.top = NULL;
78 browser->sum_ksamples = perf_top__decay_samples(top, &browser->root);
82 if (top->rb_entries == 0)
85 perf_top__find_widths(top, &browser->root, &browser->dso_width
123 struct perf_top *top = browser->b.priv; local
150 struct perf_top *top = browser->b.priv; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 84 bounds.Set(bounds.left,bounds.top,bounds.right+width_padding,bounds.bottom+height_padding);
191 bounds.top = 0; bounds.left = 0;
278 int left,top; local
279 SDL_Win->GetXYOffset(left,top);
280 bview->MoveTo(left+dst->x,top+dst->y);
  /external/skia/include/core/
SkTDStack.h 61 const T& top() const { function in class:SkTDStack
66 T& top() { function in class:SkTDStack
  /external/skia/src/gpu/
SkGrPixelRef.cpp 157 int left, top, width, height; local
161 top = subset->fTop;
166 top = 0;
176 return fSurface->readPixels(left, top, width, height,
  /external/skia/tests/
PathOpsLineIntersectionTest.cpp 95 double top = SkTMin(line1[0].fY, line1[1].fY); local
98 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
102 double top = SkTMin(line2[0].fY, line2[1].fY); local
105 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
  /external/stlport/stlport/stl/
_queue.h 222 const_reference top() const { return c.front(); } function in class:priority_queue
_stack.h 84 reference top() { return c.back(); } function in class:stack
85 const_reference top() const { return c.back(); } function in class:stack
  /external/valgrind/main/memcheck/tests/
deep_templates.cpp 14 Stack(int = 10) { size=5; top=6; stackPtr=(T*)6; };
19 int isEmpty() const { return top == -1; }
20 int isFull() const { return top == size - 1; }
23 int top; member in class:Stack
  /frameworks/base/core/java/android/hardware/camera2/impl/
MetadataMarshalRect.java 32 buffer.putInt(value.top);
43 int top = buffer.getInt(); local
48 int bottom = top + height;
50 return new Rect(left, top, right, bottom);
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 59 protected boolean top(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
80 return top(widget, buffer);
  /hardware/libhardware/tests/hwc/
test-arrows.c 78 int top = h / 4; local
83 vtx[1] = top;
92 vtx[9] = top;
94 vtx[11] = top;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 222 const_reference top() const { return c.front(); } function in class:priority_queue
_stack.h 84 reference top() { return c.back(); } function in class:stack
85 const_reference top() const { return c.back(); } function in class:stack
  /packages/apps/Browser/src/com/android/browser/view/
PieListView.java 60 int top = mTop; local
62 view.layout(mLeft, top, mLeft + mChildWidth, top + mChildHeight);
63 top += mChildHeight;
  /packages/apps/Gallery/src/com/android/camera/
ActionMenuButton.java 78 final int top = getExtendedPaddingTop(); local
81 top + layout.getLineTop(0) - PADDING_V,
84 top + layout.getLineBottom(0) + PADDING_V);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 61 ActivityState top = getTopState(); local
62 top.transitionOnNextPause(top.getClass(), klass,
64 if (mIsResumed) top.onPause();
170 // Remove all the states that are on top of the bottom PhotoPage state
199 + " is not at the top of the stack: " + state + ", "
204 // Remove the top state.
207 ActivityState top = !mStack.isEmpty() ? mStack.peek().activityState : null; local
209 if (top != null) {
210 state.transitionOnNextPause(state.getClass(), top.getClass()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiCategoryPageIndicatorView.java 63 final float top = 0.0f; local
66 canvas.drawRect(left, top, right, bottom, mPaint);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_queue.h 355 * push, @c pop, and @c top, which are standard %queue operations.
494 top() const function in class:priority_queue
stl_stack.h 88 * push, @c pop, and @c top, which are standard %stack/FILO
155 top() function in class:stack
166 top() const function in class:stack
173 * @brief Add data to the top of the %stack.
177 * element at the top of the %stack and assigns the given data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 146 inline void top() function in class:NCursesPanel
150 // Make this panel the top panel in the stack.
206 // Put a frame around the panel and put the title centered in the top line
215 // Put the title centered in the top line and btitle in the bottom line.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_queue.h 345 * push, @c pop, and @c top, which are standard %queue operations.
473 top() const function in class:priority_queue
stl_stack.h 91 * push, @c pop, and @c top, which are standard %stack/FILO
158 top() function in class:stack
169 top() const function in class:stack
176 * @brief Add data to the top of the %stack.
180 * element at the top of the %stack and assigns the given data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 146 inline void top() function in class:NCursesPanel
150 // Make this panel the top panel in the stack.
206 // Put a frame around the panel and put the title centered in the top line
215 // Put the title centered in the top line and btitle in the bottom line.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h 146 inline void top() function in class:NCursesPanel
150 // Make this panel the top panel in the stack.
206 // Put a frame around the panel and put the title centered in the top line
215 // Put the title centered in the top line and btitle in the bottom line.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_queue.h 345 * push, @c pop, and @c top, which are standard %queue operations.
473 top() const function in class:priority_queue

Completed in 543 milliseconds

1 2 3 4 5 67 8 91011>>