HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 126 - 150 of 6883) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/src/ap/
fils_hlp.h 13 const u8 *pos, int left);
  /external/zlib/src/contrib/blast/
blast.h 46 unsigned *left, unsigned char **in);
59 * If left and in are not NULL and *left is not zero when blast() is called,
60 * then the *left bytes are *in are consumed for input before infun() is used.
68 * If there is any unused input, *left is set to the number of bytes that were
69 * read and *in points to them. Otherwise *left is set to zero and *in is set
70 * to NULL. If left or in are NULL, then they are not set.
  /frameworks/base/libs/hwui/
IProfileRenderer.h 24 virtual void drawRect(float left, float top, float right, float bottom,
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
SystemViewInfo.java 29 public SystemViewInfo(String name, Object cookie, int left, int top,
31 super(name, cookie, left, top, right, bottom);
34 public SystemViewInfo(String name, Object cookie, int left, int top,
36 super(name, cookie, left, top, right, bottom, viewObject,
  /frameworks/native/libs/arect/include/android/
rect.h 42 * In a valid ARect, left <= right and top <= bottom. ARect with left=0, top=10,
50 int32_t left; member in struct:ARect
  /frameworks/native/libs/ui/include/ui/
Rect.h 53 left = top = 0;
59 left = l;
66 left = lt.x;
75 left = static_cast<int32_t>(floatRect.left + 0.5f);
84 left = top = right = bottom = 0;
100 return right - left;
111 return Rect(right - left, bottom - top);
115 left = lt.x;
126 return Point(left, top)
    [all...]
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
ortho.h 10 Eigen::AffineMatrix<T, 4> OrthoMatrix(T left, T right, T bottom, T top,
14 const T a = t2 / (right - left);
17 const T xoff = -(right + left) / (right - left);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggested_word.h 31 bool operator()(const SuggestedWord &left, const SuggestedWord &right) {
32 if (left.getScore() != right.getScore()) {
33 return left.getScore() > right.getScore();
35 return left.getCodePointCount() < right.getCodePointCount();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 108 const size_type left = partition(pred_t(pred)); local
109 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
110 const size_type ersd = m_size - left;
111 for (size_type i = left; i < m_size; ++i)
117 resize_policy::get_new_size_for_arbitrary(left);
120 std::copy(m_a_entries, m_a_entries + left, new_entries);
128 m_size = left;
187 size_type left = 0; local
190 while (right + 1 != left)
192 _GLIBCXX_DEBUG_ASSERT(left <= m_size)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 108 const size_type left = partition(pred_t(pred)); local
109 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
110 const size_type ersd = m_size - left;
111 for (size_type i = left; i < m_size; ++i)
117 resize_policy::get_new_size_for_arbitrary(left);
120 std::copy(m_a_entries, m_a_entries + left, new_entries);
128 m_size = left;
187 size_type left = 0; local
190 while (right + 1 != left)
192 _GLIBCXX_DEBUG_ASSERT(left <= m_size)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
set.d 4 # Ensure that we stick an entry for the left hand side of a set directive
5 # depending on the name of the left hand side.
  /external/syslinux/libinstaller/
setadv.c 62 size_t left; local
75 left = ADV_LEN;
77 memcpy(p, syslinux_adv + 2 * 4, left); /* Make working copy */
79 while (left >= 2) {
89 if (plen >= left) {
93 memmove(p, p + plen, left - plen);
96 if (plen > left)
99 left -= plen;
104 /* Now (p, left) reflects the position to write in and how much space
108 if (left < size + 2)
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
BoundsRule.java 23 * rectangular bound - left/top/right/bottom.
117 if (left == null) {
118 result.left = rect.left;
120 result.left = doCalculate(rect.left, left, rect.width());
126 result.right = doCalculate(rect.left, right, rect.width());
145 this.left = boundsRule.left != null ? new ValueRule(boundsRule.left) : null
156 public ValueRule left; field in class:BoundsRule
    [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,
90 2 * left, 2 * bottom, 0.0f,
92 2 * left, 2 * bottom, 0.0f,
99 2 * left, 2 * top, 0.0f,
103 2 * left, 2 * top, 0.0f,
104 2 * left, 2 * bottom, 0.0f,
106 2 * left, 2 * bottom, 0.0f,
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.greaterThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
Gte.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.greaterThanOrEqual(right)
Lt.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.lessThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
Lte.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
NotEquals.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
Quo.java 40 * @param left non-null reference to the evaluated left operand.
47 public XObject operate(XObject left, XObject right)
50 return new XNumber((int) (left.num() / right.num()));
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 8 left: 0px;
22 left: 50%;
23 margin-left: -30px;
27 border-left:6px solid rgba(180,174,239,.15);
  /external/guava/guava/src/com/google/common/collect/
UsingToStringOrdering.java 32 @Override public int compare(Object left, Object right) {
33 return left.toString().compareTo(right.toString());
  /external/python/cpython3/Modules/zlib/
uncompr.c 36 uLong len, left; local
41 left = *destLen;
45 left = 1;
63 stream.avail_out = left > (uLong)max ? max : (uInt)left;
64 left -= stream.avail_out;
77 left = 1;
82 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
  /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/skqp/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);

Completed in 591 milliseconds

1 2 3 4 56 7 8 91011>>