HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 276 - 300 of 5026) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Minus.java 38 * @param left non-null reference to the evaluated left operand.
46 public XObject operate(XObject left, XObject right)
49 return new XNumber(left.num() - right.num());
Mod.java 38 * @param left non-null reference to the evaluated left operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() % right.num());
Mult.java 38 * @param left non-null reference to the evaluated left operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() * right.num());
Plus.java 38 * @param left non-null reference to the evaluated left operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() + right.num());
  /external/chromium_org/remoting/webapp/
connection_stats.css 8 left: 0;
  /external/chromium_org/sync/internal_api/
syncapi_internal.h 37 const sync_pb::EntitySpecifics& left,
40 // Return true iff |left| and |right| are equal.
41 bool AreAttachmentMetadataEqual(const sync_pb::AttachmentMetadata& left,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
audio_sink.h 47 AudioSinkFork(AudioSink* left, AudioSink* right)
48 : left_sink_(left), right_sink_(right) {}
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_render.h 36 const float left,
45 float& left, float& top,
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_volume_control_impl.h 48 virtual int SetOutputVolumePan(int channel, float left, float right);
50 virtual int GetOutputVolumePan(int channel, float& left, float& right);
  /external/guava/guava/src/com/google/common/collect/
BstBalancePolicy.java 32 * subtrees {@code left} and {@code right}. It is guaranteed that the resulting tree will have
33 * the same inorder traversal order as the subtree {@code left}, then the entry {@code source},
36 N balance(BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right);
39 * Constructs a locally balanced tree around the subtrees {@code left} and {@code right}. It is
41 * {@code left}, then the subtree {@code right}.
44 N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMarginLayoutParams.java 20 public void setMargins(int left, int top, int right, int bottom) {
21 realMarginLayoutParams.leftMargin = left;
  /hardware/intel/img/psb_video/src/android/
psb_gralloc.h 40 int left, int top, int width, int height, void** vaddr);
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 33 irect.left = min(rect1.left, rect2.left);
48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
59 Rect tmpRect(displayFrame.left,displayFrame.top,
71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
86 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 33 irect.left = min(rect1.left, rect2.left);
48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
59 Rect tmpRect(displayFrame.left,displayFrame.top,
71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
86 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
  /system/media/audio_utils/include/audio_utils/
minifloat.h 39 static inline gain_minifloat_packed_t gain_minifloat_pack(gain_minifloat_t left,
42 return (right << 16) | left;
  /external/chromium_org/third_party/polymer/components/paper-checkbox/
paper-checkbox.css 36 left: -15px;
50 left: 0px;
69 left: 0px;
76 left: 5px;
86 left: 0px;
93 left: 5px;
100 border-left: none;
110 left: 5px;
117 left: 6px;
129 left: 5px
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/
paper-checkbox.css 36 left: -15px;
50 left: 0px;
69 left: 0px;
76 left: 5px;
86 left: 0px;
93 left: 5px;
100 border-left: none;
110 left: 5px;
117 left: 6px;
129 left: 5px
    [all...]
  /external/chromium_org/v8/test/mjsunit/tools/
splaytree.js 64 left: { key: 30, value: 30,
65 left: { key: 10, value: 10, left: null,
67 left: { key: 15, value: 15,
68 left: null, right: null },
70 right: { key: 40, value: 40, left: null, right: null } },
71 right: { key: 60, value: 60, left: null,
73 left: { key: 70, value: 70, left: null,
75 left: null, right: null } }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.cpp 65 int left = std::max(x(), other.x()); local
71 if (left >= right || top >= bottom) {
72 left = 0;
78 m_location.setX(left);
80 m_size.setWidth(right - left);
94 int left = std::min(x(), other.x()); local
99 m_location.setX(left);
101 m_size.setWidth(right - left);
115 int left = std::min(x(), other.x()); local
120 m_location.setX(left);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 55 dstRect.right = (int)(dstRect.left + dstRightScale * dstWidth);
67 " srcRect.left:" + srcRect.left +
71 " dstRect.left:" + dstRect.left +
82 changeDestRect(dst.right - dst.left, dst.bottom - dst.top);
84 " dst.left:" + dst.left +
88 " srcRect.left:" + srcRect.left
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PODIntervalTree.h 163 // Because the intervals are sorted by left endpoint, inorder
166 // See whether we need to traverse the left subtree.
167 IntervalNode* left = node->left();
168 if (left
171 && !(left->data().maxHigh() < adapter.lowValue()))
172 searchForOverlapsFrom<AdapterType>(left, adapter);
189 IntervalNode* left = node->left(); variable
190 if (left) {
213 IntervalNode* left = node->left(); local
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
walker.py 72 return self._node.left is not None
78 self._node = self._node.left
83 self._node = self._node.left
89 return self._node.left is not None
94 def _next_item(self, key, left, right, less_than):
103 node = left(node)
113 while left(node) is not None:
114 node = left(node)
129 left=attrgetter("left"),
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilter.java 87 int left = (tempRect.left+WIDTH_OFFSET)*dims[0]/FACE_X_RANGE; local
95 if (left < 0) {
96 left = 0;
97 } else if (left > dims[0]) {
98 left = dims[0];
112 // Left edge
113 if (left > 0 && top > 0) {
114 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + left) +
116 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + left)
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilterTest.java 89 int left = (faceRect.left+WIDTH_OFFSET)*bitmap.getWidth()/FACE_X_RANGE; local
97 if (left < 0) {
98 left = 0;
99 } else if (left > bitmap.getWidth()) {
100 left = bitmap.getWidth();
114 // Left edge
115 if (left > 0 && top > 0) {
116 pixels[ImageConstants.PIX_CHANNELS * (bitmap.getWidth() * (top + j) + left) +
118 pixels[ImageConstants.PIX_CHANNELS * (bitmap.getWidth() * (top + j) + left)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 70 g.clipRect(insets.left, insets.top,
71 getWidth() - insets.left - insets.right,
83 int x = (getWidth() - insets.left - insets.right - root.width) / 2;
85 g.translate(insets.left + x, insets.top + y);
88 g.drawRect(root.left, root.top, root.width - 1, root.height - 1);
89 g.clipRect(root.left - 1, root.top - 1, root.width + 1, root.height + 1);
99 s.translate(p.left - p.scrollX, p.top - p.scrollY);
103 s.drawImage(node.image, node.left, node.top, null);
105 s.drawRect(node.left, node.top, node.width - 1, node.height - 1);
109 g.translate(-insets.left - x, -insets.top - y)
    [all...]

Completed in 2601 milliseconds

<<11121314151617181920>>