HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 401 - 425 of 5035) sorted by null

<<11121314151617181920>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
FixedTableModel.java 65 tableRect.left,
67 tableRect.left + model.getCellWidth(),
121 lastRect.offsetTo(tableRect.left, lastRect.bottom);
139 lastRect.offsetTo(lastRect.left, lastRect.bottom);
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYSeriesRendererTest.java 61 final float left = 5; local
84 float val = ValPixConverter.valToPix(x, 0, 9, gridRect.width(), false) + (gridRect.left);
89 val = ValPixConverter.valToPix(x, 0, 9, gridRect.width(), false) + (gridRect.left);
94 val = ValPixConverter.valToPix(x, 0, 9, gridRect.width(), false) + (gridRect.left);
  /external/autotest/frontend/client/src/autotest/common/ui/
ContextMenu.java 70 public void showAt(int left, int top) {
71 popup.setPopupPosition(left, top);
75 public void showAtWindow(int left, int top) {
76 showAt(left + Window.getScrollLeft(), top + Window.getScrollTop());
  /external/chromium-trace/catapult/third_party/WebOb/webob/
util.py 157 left = string1
160 left = string2
164 invalid_bits += not compare_digest(left, right)
166 for a, b in zip(left, right):
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/system_stats/
system_stats_snapshot_view.css 18 padding-left: 15px;
27 padding-left: 15px;
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 25 return implies(A->left(), LNeg, RHS, RNeg) &&
29 return implies(LHS, LNeg, A->left(), RNeg) &&
35 return implies(A->left(), LNeg, RHS, RNeg) ||
39 return implies(LHS, LNeg, A->left(), RNeg) ||
64 // After reaching the terminal, it's time to recurse on the left.
68 // RHS is now a terminal. Recurse on Left.
71 // When performing left recursion:
73 // When performing left recursion (negated):
78 // When performing left recursion:
80 // When performing left recursion (negated)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.hpp 64 : left (-0.3)
71 double left; member in struct:vkt::Draw::ReferenceImageCoordinates
80 : left (-0.3)
87 double left; member in struct:vkt::Draw::ReferenceImageInstancedCoordinates
  /external/e2fsprogs/lib/ext2fs/
imager.c 46 int left = blocksize; local
48 while (left > 0) {
51 left--;
63 unsigned int group, left, c, d; local
80 left = fs->inode_blocks_per_group;
81 while (left) {
83 if (c > left)
84 c = left;
98 left--;
123 left -= d
142 unsigned int group, c, left; local
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
SignedBytes.java 191 public int compare(byte[] left, byte[] right) {
192 int minLength = Math.min(left.length, right.length);
194 int result = SignedBytes.compare(left[i], right[i]);
199 return left.length - right.length;
  /external/webrtc/webrtc/modules/utility/include/
audio_frame_operations.h 44 // Swap the left and right channels of |frame|. Fails silently if |frame| is
51 static int Scale(float left, float right, AudioFrame& frame);
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_channel.mm 47 const float left,
52 Left:left
video_render_ios_view.h 25 Left:(const float)left
  /frameworks/support/v4/donut/android/support/v4/view/
WindowInsetsCompat.java 34 * Returns the left system window inset in pixels.
40 * @return The left system window inset
127 * <p>A round window's left, top, right and bottom edges reach all the way to the
151 * @param left New left inset in pixels
157 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) {
190 * Returns the left stable inset in pixels.
198 * @return The left stable inset
  /ndk/sources/android/support/src/musl-locale/
strfmon.c 11 int fill, nogrp, negpar, nosym, left, intl; local
28 left = 0;
45 left = 1;
63 if (!left && fw>w) w = fw;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_priority_queue.h 102 AK_FORCE_INLINE static bool compareDicNode(const DicNode *const left,
104 return left->compare(right);
108 bool operator ()(const DicNode *left, const DicNode *right) const {
109 return compareDicNode(left, right);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigset.h 80 # define __sigandset(dest, left, right) \
83 const sigset_t *__left = (left); \
89 # define __sigorset(dest, left, right) \
92 const sigset_t *__left = (left); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigset.h 80 # define __sigandset(dest, left, right) \
83 const sigset_t *__left = (left); \
89 # define __sigorset(dest, left, right) \
92 const sigset_t *__left = (left); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigset.h 80 # define __sigandset(dest, left, right) \
83 const sigset_t *__left = (left); \
89 # define __sigorset(dest, left, right) \
92 const sigset_t *__left = (left); \
  /external/opencv3/modules/flann/include/opencv2/flann/
kdtree_single_index.h 259 int left, right; member in struct:cvflann::KDTreeSingleIndex::Node
339 NodePtr divideTree(int left, int right, BoundingBox& bbox)
344 if ( (right-left) <= leaf_max_size_) {
346 node->left = left;
351 bbox[i].low = (DistanceType)dataset_[vind_[left]][i];
352 bbox[i].high = (DistanceType)dataset_[vind_[left]][i];
354 for (int k=left+1; k<right; ++k) {
365 middleSplit_(&vind_[0]+left, right-left, idx, cutfeat, cutval, bbox)
499 int left = 0; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 450 = {or} [left]:expression or [right]:and_expression // x.y || a.b
451 {->New expression.or(left.expression, right.expression)}
457 = {and} [left]:and_expression and [right]:equality // x.y && a.b
458 {->New expression.and(left.expression, right.expression)}
464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
465 {->New expression.eq(left.expression, right.expression)}
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
467 {->New expression.ne(left.expression, right.expression)}
473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b
474 {->New expression.lt(left.expression, right.expression)
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 37 left = right = top = bottom = 0.0;
42 return right - left;
53 int left, right, top, bottom; member in class:MosaicRect
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DynamicTableModelTest.java 103 // cell 0 (top-left
107 assertEquals(0f, cellRect.left);
116 assertEquals(500f, cellRect.left);
121 // cell 2 (bottom-left)
125 assertEquals(0f, cellRect.left);
134 assertEquals(500f, cellRect.left);
161 // cell 0 (top-left
165 assertEquals(0f, cellRect.left);
170 // cell 1 (bottom-left)
174 assertEquals(0f, cellRect.left);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
bitmaptools.cc 31 Box() : left(), top(), right(), bottom() {}
34 // left, top, width, height
38 if (!(ReadInt(&left) && ReadInt(&top) &&
43 if (left < 0 || top < 0 || width < 0 || height < 0) {
47 right = left + width;
53 if (left > x) left = x;
59 int width() const { return right - left; }
62 int left; member in struct:Box
119 row_size = (box.right - box.left) * pixel_stride
    [all...]
  /external/fio/lib/
rbtree.c 50 struct rb_node *left = node->rb_left; local
53 if ((node->rb_left = left->rb_right))
54 rb_set_parent(left->rb_right, node);
55 left->rb_right = node;
57 rb_set_parent(left, parent);
62 parent->rb_right = left;
64 parent->rb_left = left;
67 root->rb_node = left;
68 rb_set_parent(node, left);
233 struct rb_node *old = node, *left; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LexicographicalOrdering.java 41 Iterator<T> left = leftIterable.iterator(); local
43 while (left.hasNext()) {
47 int result = elementOrder.compare(left.next(), right.next());

Completed in 820 milliseconds

<<11121314151617181920>>