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

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
setf_fmtflags.pass.cpp 33 test::fmtflags f = t.setf(test::hex | test::right);
35 assert(t.flags() == (test::skipws | test::dec | test::hex | test::right));
  /external/chromium_org/v8/test/mjsunit/tools/
splaytree.js 66 right: { key: 20, value: 20,
68 left: null, right: null },
69 right: null } },
70 right: { key: 40, value: 40, left: null, right: null } },
71 right: { key: 60, value: 60, left: null,
72 right: { key: 90, value: 90,
74 right: { key: 80, value: 80,
75 left: null, right: null } },
76 right: { key: 100, value: 100
    [all...]
  /external/v8/test/mjsunit/tools/
splaytree.js 66 right: { key: 20, value: 20,
68 left: null, right: null },
69 right: null } },
70 right: { key: 40, value: 40, left: null, right: null } },
71 right: { key: 60, value: 60, left: null,
72 right: { key: 90, value: 90,
74 right: { key: 80, value: 80,
75 left: null, right: null } },
76 right: { key: 100, value: 100
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 117 private final ByteString right; field in class:RopeByteString
127 * @param right string on the right of this node, should have {@code size() >
130 private RopeByteString(ByteString left, ByteString right) {
132 this.right = right;
134 totalLength = leftLength + right.size();
135 treeDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1;
149 * @param right string on the right
    [all...]
  /external/chromium_org/ui/views/
border.cc 19 SidedSolidBorder(int top, int left, int bottom, int right, SkColor color);
35 int right,
38 insets_(top, left, bottom, right) {
49 // Right border.
50 canvas->FillRect(gfx::Rect(view.width() - insets_.right(), 0, insets_.right(),
71 EmptyBorder(int top, int left, int bottom, int right)
72 : insets_(top, left, bottom, right) {}
127 Border* Border::CreateEmptyBorder(int top, int left, int bottom, int right) {
128 return new EmptyBorder(top, left, bottom, right);
    [all...]
focus_border.h 35 int left, int top, int right, int bottom);
  /external/chromium_org/ppapi/cpp/
rect.cc 26 void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) {
28 set_width(std::max<int32_t>(width() - left - right, 0));
38 return (point_x >= x()) && (point_x < right()) &&
43 return (rect.x() >= x() && rect.right() <= right() &&
48 return !(rect.x() >= right() || rect.right() <= x() ||
55 int32_t rr = std::min(right(), rect.right());
73 int32_t rr = std::max(right(), rect.right())
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
walker.py 74 return self._node.right is not None
80 self._node = self._node.right
86 self._node = self._node.right
92 return self._node.right is not None
94 def _next_item(self, key, left, right, less_than):
105 node = right(node)
110 if right(node) is not None:
111 # find smallest node of right subtree
112 node = right(node)
130 right=attrgetter("right")
    [all...]
rbtree.py 44 __slots__ = ['key', 'value', 'red', 'left', 'right']
51 self.right = None
55 self.right = None
60 """ x.__getitem__(key) <==> x[key], where key is 0 (left) or 1 (right) """
61 return self.left if key == 0 else self.right
64 """ x.__setitem__(key, value) <==> x[key]=value, where key is 0 (left) or 1 (right) """
68 self.right = value
130 _clear(node.right)
166 grand_grand_parent.right = self._root
167 node = grand_grand_parent.right
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
bubble.css 38 right: 17px;
41 html[dir=ltr] .bubble-right::before,
58 right: 17px;
62 html[dir=rtl] .bubble-right::before {
64 right: -16px;
86 right: 17px;
89 html[dir=ltr] .bubble-right::after,
106 right: 17px;
110 html[dir=rtl] .bubble-right::after {
112 right: -15px
    [all...]
screen_gaia_signin.css 12 #gaia-signin.no-right-panel {
16 #signin-right {
23 #signin-right,
30 #signin-right {
35 .no-right-panel #signin-right {
71 .no-right-panel #gaia-signin-divider {
94 right: 0;
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 53 assertEquals(21, mOutRect.right);
58 assertEquals(26, mOutRect.right);
63 assertEquals(21, mOutRect.right);
68 assertEquals(21, mOutRect.right);
74 assertEquals(21, mOutRect.right);
79 assertEquals(26, mOutRect.right);
84 assertEquals(21, mOutRect.right);
89 assertEquals(21, mOutRect.right);
95 assertEquals(12, mOutRect.right);
100 assertEquals(17, mOutRect.right);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
heapProfiler.css 62 right: 0;
88 text-align: right;
92 text-align: right;
96 text-align: right;
100 text-align: right;
104 text-align: right;
108 text-align: right;
112 text-align: right;
116 text-align: right;
120 text-align: right;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameEntryConverter.java 69 char right = str.charAt((index * 2) + off + 1); local
79 if (right < 'a')
81 data[index] |= (byte)(right - '0');
85 data[index] |= (byte)(right - 'a' + 10);
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
heading_track.css 17 border-right: 1px solid #8e8e8e;
22 padding-right: 5px;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeWebContentsDelegateAndroid.java 31 private static Rect createRect(int x, int y, int right, int bottom) {
32 return new Rect(x, y, right, bottom);
36 private static RectF createRectF(float x, float y, float right, float bottom) {
37 return new RectF(x, y, right, bottom);
  /external/chromium_org/chrome/browser/chromeos/system/
input_device_settings.h 47 // Sets the primary mouse button to the right button if |right| is true.
48 void SetPrimaryButtonRight(bool right);
  /external/chromium_org/chrome/browser/resources/ntp_android/
incognito_tab.css 7 float: right;
21 margin-right: auto;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-binary-trees.js 5 function TreeNode(left,right,item){
7 this.right = right;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-binary-trees.js 5 function TreeNode(left,right,item){
7 this.right = right;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
access-binary-trees.js 5 function TreeNode(left,right,item){
7 this.right = right;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValue.h 71 static PassRefPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return takeConstRef((fraction < 0.5) ? left : right); }
75 static PassRefPtr<AnimatableValue> defaultAddWith(const AnimatableValue* left, const AnimatableValue* right) { return takeConstRef(right); }
  /external/chromium_org/ui/gfx/
insets_f.h 20 InsetsF(float top, float left, float bottom, float right);
shadow_value.cc 52 int right = 0; local
63 right = std::max(right, blur + shadow.x());
67 return Insets(-top, -left, -bottom, -right);
  /external/clang/include/clang/Basic/
TargetCXXABI.h 84 // Right now, this class is passed around as a cheap value type.
134 // Right now, this is always false for Microsoft.
262 friend bool operator==(const TargetCXXABI &left, const TargetCXXABI &right) {
263 return left.getKind() == right.getKind();
266 friend bool operator!=(const TargetCXXABI &left, const TargetCXXABI &right) {
267 return !(left == right);

Completed in 288 milliseconds

1 2 3 4 5 6 78 91011>>