HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 176 - 200 of 5665) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/android/
rect.h 32 int32_t top; member in struct:ARect
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/
top.pass.cpp 12 // reference top();
24 int& ir = q.top();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.defn/
top.pass.cpp 12 // reference top();
24 int& ir = q.top();
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONWriter.java 84 * The stack top index. A value of 0 indicates that the stack is empty.
86 private int top; field in class:JSONWriter
100 this.top = 0;
210 stack[top - 1].putOnce(s, Boolean.TRUE);
254 if (this.top <= 0) {
257 char m = this.stack[this.top - 1] == null ? 'a' : 'k';
261 this.top -= 1;
262 this.mode = this.top == 0 ? 'd' : this.stack[this.top - 1] == null ? 'a' : 'k';
271 if (this.top >= maxdepth)
    [all...]
  /external/swiftshader/src/Renderer/
LRUCache.hpp 39 int top; member in class:sw::LRUCache
55 top = 0;
95 for(int i = top; i > top - fill; i--)
103 if(i != top)
127 top = (top + 1) & mask;
130 *ref[top] = key;
134 if(this->data[top])
136 this->data[top]->unbind()
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
BoundsRule.java 23 * rectangular bound - left/top/right/bottom.
129 if (top == null) {
130 result.top = rect.top;
132 result.top = doCalculate(rect.top, top, rect.height());
138 result.bottom = doCalculate(rect.top, bottom, rect.height());
147 this.top = boundsRule.top != null ? new ValueRule(boundsRule.top) : null
159 public ValueRule top; field in class:BoundsRule
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 23 DesktopRegion::Row::Row(int32_t top, int32_t bottom)
24 : top(top), bottom(bottom) {
65 it1->second->top != it2->second->top ||
92 // Top of the part of the |rect| that hasn't been inserted yet. Increased as
94 int top = rect.top(); local
98 Rows::iterator row = rows_.upper_bound(top);
99 while (top < rect.bottom())
202 int32_t top = it2->second->top; local
283 int top = row_b->second->top; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
RobustnessRenderer.java 86 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) {
89 2 * left, 2 * top, 0.0f,
96 2 * right, 2 * top, 0.0f,
98 2 * right, 2 * top, 0.0f,
99 2 * left, 2 * top, 0.0f,
103 2 * left, 2 * top, 0.0f,
105 2 * right, 2 * top, 0.0f,
108 2 * right, 2 * top, 0.0f,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 92 def __init__(self, top):
93 self.top = top
94 top.columnconfigure(99, weight=1)
95 self.url_label = Label(top, text="URL:")
97 self.url_entry = Entry(top, width=60, exportselection=0)
102 self.dir_label = Label(top, text="Directory:")
104 self.dir_entry = Entry(top)
107 self.go_button = Button(top, text="Go", command=self.go)
109 self.cancel_button = Button(top, text="Cancel",
    [all...]
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 9 top: 0px;
21 top: 50%;
24 margin-top: -30px;
30 border-top:6px solid rgba(180,174,239,.8);
  /external/skia/tests/
CanvasStateHelpers.cpp 16 void complex_layers_draw(SkCanvas* canvas, float left, float top,
22 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
29 float left, float top, float right, float bottom, int32_t spacer) {
34 complex_layers_draw(canvas.get(), left, top, right, bottom, spacer);
38 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
41 SkRect clipRect = SkRect::MakeLTRB(SkIntToScalar(left), SkIntToScalar(top),
52 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
66 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion);
  /external/swiftshader/src/Common/
GrallocAndroid.hpp 24 int lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr)
26 return m_module->lock(m_module, handle, usage, left, top, width, height, vaddr);
  /frameworks/base/core/java/com/android/internal/widget/
BackgroundFallback.java 59 int top = height; local
82 top = Math.min(top, child.getTop());
87 if (left >= right || top >= bottom) {
92 if (top > 0) {
93 mBackgroundFallback.setBounds(0, 0, width, top);
97 mBackgroundFallback.setBounds(0, top, left, height);
101 mBackgroundFallback.setBounds(right, top, width, height);
  /frameworks/base/libs/hwui/
ProfileRenderer.cpp 22 void ProfileRenderer::drawRect(float left, float top, float right, float bottom,
24 mRenderer.drawRect(left, top, right, bottom, &paint);
  /frameworks/base/libs/hwui/tests/common/scenes/
SaveLayer2Animation.cpp 42 int top = bounds.fTop; variable
50 for (int i = 0; i < regions; i++, top += smallRectHeight) {
51 canvas.saveLayer(bounds.fLeft, top, bounds.fRight, top + padding,
58 bounds.fLeft, top + padding, minikin::kBidi_Force_LTR, mBluePaint, nullptr);
61 canvas.drawRect(bounds.fLeft, top + padding, bounds.fRight,
62 top + smallRectHeight - padding, mBluePaint);
66 top + smallRectHeight - padding, minikin::kBidi_Force_LTR, mGreenPaint,

Completed in 1030 milliseconds

1 2 3 4 5 6 78 91011>>