HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 476 - 500 of 3931) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
accelerometer.css 41 margin-left: -40px;
44 left: 50%;
52 margin-left: -40px;
57 left: 50%;
93 .accelerometer-box .left {
splitView.css 52 border-left: 1px solid rgb(64%, 64%, 64%);
73 left: 0;
83 left: 0;
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y 82 %left TOK_OP_OR
83 %left TOK_OP_AND
84 %left '|'
85 %left '^'
86 %left '&'
87 %left TOK_OP_EQ TOK_OP_NE
88 %left '<' '>' TOK_OP_LE TOK_OP_GE
89 %left TOK_OP_LEFT TOK_OP_RIGHT
90 %left '+' '-'
91 %left '*' '/' '%
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 31 //UnicodeString operator+(const UnicodeString& left, int64_t num); // Some compilers don't allow this because of the long type.
32 UnicodeString operator+(const UnicodeString& left, long num);
33 UnicodeString operator+(const UnicodeString& left, unsigned long num);
34 UnicodeString operator+(const UnicodeString& left, double num);
35 UnicodeString operator+(const UnicodeString& left, char num);
36 UnicodeString operator+(const UnicodeString& left, short num);
37 UnicodeString operator+(const UnicodeString& left, int num);
38 UnicodeString operator+(const UnicodeString& left, unsigned char num);
39 UnicodeString operator+(const UnicodeString& left, unsigned short num);
40 UnicodeString operator+(const UnicodeString& left, unsigned int num);
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
FileObject.py 113 left = size - buf_len
114 recv_size = max(self._rbufsize, left)
120 if n >= left:
121 self._rbuf = data[left:]
122 buffers[-1] = data[:left]
183 left = size - buf_len
184 nl = data.find('\n', 0, left)
191 if n >= left:
192 self._rbuf = data[left:]
193 buffers[-1] = data[:left]
    [all...]
  /external/chromium_org/third_party/zlib/
inftrees.c 46 int left; /* number of prefix codes available */ local
131 left = 1;
133 left <<= 1;
134 left -= count[len];
135 if (left < 0) return -1; /* over-subscribed */
137 if (left > 0 && (type == CODES || max != 1))
270 left = (int)(1 << curr);
272 left -= count[curr + drop];
273 if (left <= 0) break;
275 left <<= 1
    [all...]
  /external/icu4c/test/intltest/
intltest.h 54 //UnicodeString operator+(const UnicodeString& left, int64_t num); // Some compilers don't allow this because of the long type.
55 UnicodeString operator+(const UnicodeString& left, long num);
56 UnicodeString operator+(const UnicodeString& left, unsigned long num);
57 UnicodeString operator+(const UnicodeString& left, double num);
58 UnicodeString operator+(const UnicodeString& left, char num);
59 UnicodeString operator+(const UnicodeString& left, short num);
60 UnicodeString operator+(const UnicodeString& left, int num);
61 UnicodeString operator+(const UnicodeString& left, unsigned char num);
62 UnicodeString operator+(const UnicodeString& left, unsigned short num);
63 UnicodeString operator+(const UnicodeString& left, unsigned int num);
    [all...]
  /external/opencv/otherlibs/highgui/
highgui.h 273 if( r.left > r.right )
275 t = r.left;
276 r.left = r.right;
294 return cvRect( sr.left, sr.top, sr.right - sr.left, sr.bottom - sr.top );
301 dr.left = sr.x;
314 roi.xOffset = r.left;
316 roi.width = r.right - r.left;
356 cvRect( r.left, r.top, r.right - r.left, r.bottom - r.top ))
    [all...]
  /frameworks/base/core/java/android/text/method/
Touch.java 45 int left, right; local
50 left = Integer.MAX_VALUE;
54 left = (int) Math.min(left, layout.getLineLeft(i));
58 left = 0;
62 final int actualWidth = right - left;
66 x = left - ((availableWidth - actualWidth) / 2);
71 // direction to resolve it to left or right
72 x = left - (availableWidth - actualWidth);
74 x = left;
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditor.java 246 int left, right, top, bottom; local
257 left = 0;
264 left = (overlayCanvas.getWidth() - newWidth) / 2;
266 right = left + newWidth;
270 destRect = new Rect(left, top, right, bottom);
277 int left, right, top, bottom; local
287 left = 0;
294 left = (mOverlayBitmap.getWidth() - newWidth) / 2;
296 right = left + newWidth;
300 srcRect = new Rect(left, top, right, bottom)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 142 final int left = mHorizontalOffset; local
144 final int right = left + mWidth;
146 final float centerOffsetX = ((mWidth) / 2.0f) + left;
169 horizontalHit = sweepHorizontal(mPreviousCenter, mCurrentPosition, mDelta, left,
180 horizontalHit = sweepHorizontal(mPreviousCenter, mCurrentPosition, mDelta, left,
188 if (mCurrentPosition.x + left < 0.0f) {
189 mCurrentPosition.x = (-left + 1);
250 float xStart = left;
254 xEnd = left;
274 mCurrentPosition.x = (mHorizontalHitPoint.x - left);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls_common.c 284 const u8 **pos, size_t *left)
287 const u8 *end = *pos + *left;
290 if (*left < 4) {
299 *left -= 4;
301 if (*left > tls_msg_len) {
304 "bytes)", (int) tls_msg_len, (int) *left);
313 if (*left != 0) {
384 size_t left; local
390 &left);
393 &left);
    [all...]
  /frameworks/native/include/private/ui/
RegionHelper.h 81 TYPE left, right; local
82 int inside = spannerInner.next(current.left, current.right);
84 if (current.left < current.right &&
234 SpannerBase::lhs_head = lhs.rects->left + lhs.dx;
243 SpannerBase::rhs_head = rhs.rects->left + rhs.dx;
248 SpannerBase::lhs_head = lhs.rects->left + lhs.dx;
252 SpannerBase::rhs_head = rhs.rects->left + rhs.dx;
263 inline int next(TYPE& left, TYPE& right)
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs);
279 void advance(region& reg, TYPE& left, TYPE& right)
    [all...]
  /frameworks/base/core/java/android/view/
FocusFinder.java 125 // make up a rect at top left or bottom right of root
273 * @param direction the direction (up, down, left, right)
330 // for example, for direction left, if rect1 is to the left of the source
362 * checks whether the dest is at least partially to the direction of (e.g left of)
371 return (srcRect.right > destRect.right || srcRect.left >= destRect.right)
372 && srcRect.left > destRect.left;
374 return (srcRect.left < destRect.left || srcRect.right <= destRect.left
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 42 // - First is the AVL metadata, which is three words: a left pointer, a
99 AvlNode* left; member in struct:_OSetNode
203 // Swing to the left. Warning: no balance maintainance.
209 a->right = b->left;
210 b->left = a;
217 AvlNode* b = a->left;
219 a->left = b->right;
228 root->left->balance = 0;
232 root->left->balance =-1;
236 root->left->balance = 0
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
docs.css 25 padding-left: 0;
26 margin-left: 20px;
50 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
51 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
52 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
53 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
100 margin-left: 5%;
125 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
143 border-left: 1px solid #f5f5f5
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 40 border_size.Enlarge(insets.left() + insets.right(),
119 int left = left_->width(); local
134 left = std::max(left, left_arrow_->width());
147 insets->Set(top, left, bottom, right);
154 border_size.Enlarge(insets.left() + insets.right(),
217 const int left = insets.left() - l_width; local
220 const int width = right - left;
234 // Left edge
    [all...]
  /external/chromium_org/tools/gn/
parser.cc 185 scoped_ptr<ParseNode> left = (this->*prefix)(token); local
187 return left.Pass();
199 left = (this->*infix)(left.Pass(), token);
204 return left.Pass();
240 scoped_ptr<ParseNode> Parser::BinaryOperator(scoped_ptr<ParseNode> left,
252 binary_op->set_left(left.Pass());
257 scoped_ptr<ParseNode> Parser::IdentifierOrCall(scoped_ptr<ParseNode> left,
283 if (!left && !has_arg) {
295 scoped_ptr<ParseNode> Parser::Assignment(scoped_ptr<ParseNode> left,
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 42 m_Stack.push(m_pNode->left);
58 m_Stack.push(m_pNode->left);
77 m_Queue.push(m_pNode->left);
93 m_Queue.push(m_pNode->left);
274 // | |left |
277 // | Left Right |
291 node.left = node.right = &node;
305 if ((*data).left == &pClient.node)
306 (*data).left = &node;
322 result->left = result->right = &m_Root.node
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_memory.css 28 margin-left: -38px;
38 padding-left: 0.35em;
63 padding-left: 37px;
73 padding-left: 0.4em;
98 float: left;
99 margin-left: 26px;
107 margin-left: 0;
119 padding-left: 0.1em;
174 text-align: left;
179 text-align: left;
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
managed_user_import.css 15 padding-left: 17px;
50 margin-left: auto;
73 padding-left: 20px;
search_page.css 15 left: 0;
40 left: -1px;
59 left: 53px;
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.js 35 marker.style.left = (x - kMarkerSize/2) + 'px';
44 addMarker(r.left, r.top);
46 addMarker(r.left + r.width / 2, r.top + r.height / 2);
  /external/icu4c/layout/
KernTable.cpp 22 le_uint16 left; // left glyph of kern pair member in struct:PairInfo
28 #define SWAP_KEY(p) (((le_uint32) SWAPW((p)->left) << 16) | SWAPW((p)->right))
138 le_uint16 left = p->left; local
141 if (left < 256 && right < 256) {
142 char c = ids[left];
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 57 output.setValue(createFullPath(context, split.left), split.right);
63 output.setValue(createFullPath(context, split.left), readToToken(lineReader, split.right));
67 context.add(split.left);
74 output.setSymlink(createFullPath(context, split.left), split.right);
124 result.left = line.substring(0, position).trim();
133 String left; field in class:DefaultHdfParser.Split

Completed in 1454 milliseconds

<<11121314151617181920>>