Searched refs:right (Results 26 - 50 of 2377) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/compiler/ast/
H A DPair.java25 protected ASTree left, right; field in class:Pair
29 right = _right;
39 sbuf.append(right == null ? "<null>" : right.toString());
46 public ASTree getRight() { return right; }
50 public void setRight(ASTree _right) { right = _right; }
H A DASTList.java22 * The right subtree must be an ASTList object or null.
26 private ASTList right; field in class:ASTList
30 right = _tail;
35 right = null;
44 public ASTree getRight() { return right; }
49 right = (ASTList)_right;
64 public ASTList tail() { return right; }
67 right = _tail;
82 list = list.right;
102 list = list.right;
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-compare-constant-doubles.js31 var right; variable
46 if (left < right) return "ok";
51 right = 0.5 * base;
H A Dregress-2073.js42 this.right = null;
58 child.right = null;
63 this.tail.right = child;
74 if (parent.head == this) parent.head = this.right;
76 if (this.left) this.left.right = this.right;
77 if (this.right) this.right.left = this.left;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DBool.java38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException argument
47 if (XObject.CLASS_BOOLEAN == right.getType())
48 return right;
50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DNumber.java38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException argument
47 if (XObject.CLASS_NUMBER == right.getType())
48 return right;
50 return new XNumber(right.num());
H A DString.java37 * @param right non-null reference to the evaluated right operand.
43 public XObject operate(XObject right) throws javax.xml.transform.TransformerException argument
45 return (XString)right.xstr(); // semi-safe cast.
H A DEquals.java39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right) argument
48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
66 XObject right = m_right.execute(xctxt, true);
68 boolean result = left.equals(right) ? true : false;
70 right.detach();
/external/chromium_org/chrome/browser/resources/
H A Dprofile_signin_confirmation.css8 margin-right: 0;
16 margin-right: 0;
H A Dabout_version_android.css17 margin-right: auto;
/external/libunwind/scripts/
H A Dkernel-diff.sh7 right=$(eval echo $r)
8 # echo $left $right
9 diff -up $left $right
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_test_util.cc23 const FileDetails& right) {
28 for (int i = 0; i < right.parent_folder_ids_size(); ++i)
32 EXPECT_EQ(left.title(), right.title());
33 EXPECT_EQ(left.file_kind(), right.file_kind());
34 EXPECT_EQ(left.md5(), right.md5());
35 EXPECT_EQ(left.etag(), right.etag());
36 EXPECT_EQ(left.creation_time(), right.creation_time());
37 EXPECT_EQ(left.modification_time(), right.modification_time());
38 EXPECT_EQ(left.missing(), right.missing());
39 EXPECT_EQ(left.change_id(), right
22 ExpectEquivalentDetails(const FileDetails& left, const FileDetails& right) argument
42 ExpectEquivalentMetadata(const FileMetadata& left, const FileMetadata& right) argument
48 ExpectEquivalentTrackers(const FileTracker& left, const FileTracker& right) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRectExtent.h47 IntRectExtent(int top, int right, int bottom, int left) argument
49 , m_right(right)
58 int right() const { return m_right; } function in class:blink::IntRectExtent
59 void setRight(int right) { m_right = right; } argument
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
88 && a.right() == b.right()
101 a.setRight(a.right()
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { argument
17 realRect.right = right;
24 realRect.right = otherRect.right;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) { argument
37 realRect.right = right;
43 return realRect.right
104 intersect(int left, int top, int right, int bottom) argument
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_slices.css8 text-align: right;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-splay.js53 right: GeneratePayloadTree(depth - 1, tag)
92 // Verify that the splay tree has the right size.
169 node.right = this.root_.right;
170 this.root_.right = null;
172 node.right = this.root_;
198 this.root_ = this.root_.right;
200 var right = this.root_.right;
202 // Splay to make sure that the new root has an empty right chil
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
H A Dstring_compare_test.cc29 const std::string& right,
33 right(right),
40 std::string right; member in struct:__anon12604::TestCase
56 EXPECT_TRUE(compare_.NaturalEquals(GetParam().left, GetParam().right));
58 EXPECT_FALSE(compare_.NaturalEquals(GetParam().left, GetParam().right));
64 EXPECT_TRUE(compare_.NaturalLess(GetParam().left, GetParam().right));
66 EXPECT_FALSE(compare_.NaturalLess(GetParam().left, GetParam().right));
28 TestCase(const std::string& left, const std::string& right, bool should_be_equal, bool should_be_less) argument
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Daudio_player.css11 right: 0;
/external/chromium_org/v8/benchmarks/
H A Dsplay.js58 right: GeneratePayloadTree(depth - 1, tag)
97 // Verify that the splay tree has the right size.
174 node.right = this.root_.right;
175 this.root_.right = null;
177 node.right = this.root_;
203 this.root_ = this.root_.right;
205 var right = this.root_.right;
207 // Splay to make sure that the new root has an empty right chil
[all...]
/external/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
H A Dright.pass.cpp14 // ios_base& right(ios_base& str);
26 std::ios_base& r = std::right(ios);
28 assert(ios.flags() & std::ios::right);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.cc18 return point.x() >= left() && point.x() < right() &&
23 return rect.left() >= left() && rect.right() <= right() &&
30 right_ = std::min(right(), rect.right());
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dbubble.css22 .bubble .arrow.points-right {
33 border-right-color: white;
34 right: 100%;
41 .bubble .arrow.right {
42 right: 12px;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-splay.js53 right: GeneratePayloadTree(depth - 1, key)
91 // Verify that the splay tree has the right size.
168 node.right = this.root_.right;
169 this.root_.right = null;
171 node.right = this.root_;
197 this.root_ = this.root_.right;
199 var right = this.root_.right;
201 // Splay to make sure that the new root has an empty right chil
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-splay.js53 right: GeneratePayloadTree(depth - 1, key)
91 // Verify that the splay tree has the right size.
168 node.right = this.root_.right;
169 this.root_.right = null;
171 node.right = this.root_;
197 this.root_ = this.root_.right;
199 var right = this.root_.right;
201 // Splay to make sure that the new root has an empty right chil
[all...]
/external/chromium_org/cc/base/
H A Dsimple_enclosed_region.cc37 int right = rect_.right(); local
42 int delta_right = right - sub_rect.right();
55 // right of |sub_rect| and inside rect_.
57 int vertical_right = right;
61 vertical_left = sub_rect.right();
64 left, horizontal_top, right - left, horizontal_bottom - horizontal_top);
88 int right = rect_.right(); local
[all...]

Completed in 1925 milliseconds

1234567891011>>