HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 951 - 975 of 3817) sorted by null

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_long_double.pass.cpp 75 left(ios);
109 left(ios);
146 left(ios);
180 left(ios);
220 left(ios);
254 left(ios);
291 left(ios);
325 left(ios);
368 left(ios);
402 left(ios)
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 626 LModI(LOperand* left, LOperand* right, LOperand* temp) {
627 inputs_[0] = left;
632 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LModI
643 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
644 inputs_[0] = left;
649 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LDivI
661 LMathFloorOfDiv(LOperand* left,
664 inputs_[0] = left;
669 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LMathFloorOfDiv
680 LMulI(LOperand* left, LOperand* right, LOperand* temp)
686 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LMulI
702 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LCompareNumericAndBranch
865 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LCmpObjectEqAndBranch
972 LOperand* left() { return inputs_[1]; } function in class:v8::internal::LStringCompareAndBranch
1156 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LBitI
1174 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LShiftI
1195 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LSubI
1394 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LAddI
1414 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LMathMinMax
1429 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LPower
1458 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LArithmeticD
1485 LOperand* left() { return inputs_[1]; } function in class:v8::internal::LArithmeticT
2385 LOperand* left() { return inputs_[1]; } function in class:v8::internal::LStringAdd
    [all...]
  /frameworks/base/libs/hwui/
Matrix.cpp 372 void Matrix4::loadOrtho(float left, float right, float bottom, float top, float near, float far) {
375 data[kScaleX] = 2.0f / (right - left);
378 data[kTranslateX] = -(right + left) / (right - left);
405 MUL_ADD_STORE(r.left, data[kScaleX], data[kTranslateX]);
410 if (r.left > r.right) {
411 float x = r.left;
412 r.left = r.right;
426 r.left, r.top,
429 r.left, r.botto
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 2766 int left = displayWidth - overscanRight local
    [all...]
  /external/chromium_org/remoting/webapp/
main.css 66 background-image: -webkit-gradient(linear, left top, left bottom,
75 background-image: -webkit-gradient(linear, left top, left bottom,
81 background: #f6f6f6 -webkit-gradient(linear,left top,left bottom,
103 background-image: -webkit-gradient(linear,left top,left bottom,
111 background-image: -webkit-gradient(linear,left top,left bottom
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 167 int SkIntersections::horizontal(const SkDLine& line, double left, double right,
171 const SkDPoint leftPt = { left, y };
175 if (left != right) {
181 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) {
190 if (between(left, xIntercept, right)) {
191 fT[1][0] = (xIntercept - left) / (right - left);
207 if (left != right) {
213 if ((t = SkDLine::NearPointH(line[index], left, right, y)) >= 0) {
  /external/skia/src/pathops/
SkDLineIntersection.cpp 167 int SkIntersections::horizontal(const SkDLine& line, double left, double right,
171 const SkDPoint leftPt = { left, y };
175 if (left != right) {
181 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) {
190 if (between(left, xIntercept, right)) {
191 fT[1][0] = (xIntercept - left) / (right - left);
207 if (left != right) {
213 if ((t = SkDLine::NearPointH(line[index], left, right, y)) >= 0) {
  /external/v8/src/ia32/
lithium-ia32.h 536 LModI(LOperand* left, LOperand* right, LOperand* temp) {
537 inputs_[0] = left;
549 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
550 inputs_[0] = left;
562 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
563 inputs_[0] = left;
575 LCmpIDAndBranch(LOperand* left, LOperand* right) {
576 inputs_[0] = left;
630 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
631 inputs_[0] = left;
1136 LOperand* left() { return inputs_[1]; } function in class:v8::internal::LArithmeticT
1877 LOperand* left() { return inputs_[1]; } function in class:v8::internal::LStringAdd
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 441 layer->sourceCrop.left = testRandMod(gBuf->getWidth());
443 layer->sourceCrop.right = layer->sourceCrop.left
444 + testRandMod(gBuf->getWidth() - layer->sourceCrop.left) + 1;
447 layer->displayFrame.left = testRandMod(width);
449 layer->displayFrame.right = layer->displayFrame.left
450 + testRandMod(width - layer->displayFrame.left) + 1;
463 - layer->sourceCrop.left;
466 if (((layer->displayFrame.left + sourceWidth) <= width)
468 layer->displayFrame.right = layer->displayFrame.left
  /external/chromium_org/chrome/browser/resources/file_manager/css/
audio_player.css 18 left: 0;
84 left: 0;
200 margin-left: 8px;
236 left: 0;
249 margin-left: -10px;
293 margin-left: 10px;
298 margin-left: 11px;
302 margin-left: -2px;
383 border-left: 5px solid transparent;
402 border-left: 5px solid transparent
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc 170 enclosing_x = bounds.left;
175 if (bounds.left < enclosing_x)
176 enclosing_x = bounds.left;
203 current_bounds.left - enclosing_x,
205 current_bounds.right - current_bounds.left,
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 210 const uint8* left = actual - 4; local
220 EXPECT_GT(actual[0], left[0])
223 << " left[0] =" << static_cast<unsigned>(left[0])
225 << " left =" << reinterpret_cast<const void*>(left);
226 bad_count += (actual[0] > left[0] ? 0 : 1);
240 // Check that bottom left corner is vastly different thatn top right.
  /external/chromium_org/remoting/tools/
zip2msi.py 79 def Merge(left, right):
83 TypeError: |left| and |right| cannot be merged.
86 - if both |left| and |right| are dictionaries, they are merged recursively.
87 - if both |left| and |right| are lists, the result is a list containing
89 - if both |left| and |right| are simple value, |right| is returned.
93 if isinstance(left, dict):
95 retval = copy.copy(left)
104 elif isinstance(left, list):
106 return left + right
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontChromiumWin.cpp 80 float horizontalOffset = point.x(); // The floating point offset of the left side of the current glyph.
126 int lastHorizontalOffsetRounded = lroundf(horizontalOffset); // The rounded offset of the left side of the last glyph rendered.
167 float left = static_cast<float>(point.x() + state.characterToX(from)); local
170 // If the text is RTL, left will actually be after right.
171 if (left < right)
172 return FloatRect(left, point.y(),
173 right - left, static_cast<float>(h));
176 left - right, static_cast<float>(h));
192 // Uniscribe counts the coordinates from the upper left, while WebKit uses
  /external/chromium_org/third_party/icu/source/io/
ufmt_cmn.c 72 UChar *left, *right, temp; local
88 left = buffer;
90 while(left < --right) {
91 temp = *left;
92 *left++ = *right;
  /external/chromium_org/third_party/icu/source/test/cintltst/
nfsprep.c 153 int left, middle, right,rc; local
155 left =0;
158 while(left <= right){
159 middle = (left+right)/2;
163 left = middle+1;
  /external/chromium_org/third_party/leveldatabase/src/table/
block.cc 168 uint32_t left = 0; local
170 while (left < right) {
171 uint32_t mid = (left + right + 1) / 2;
185 left = mid;
194 SeekToRestartPoint(left);
  /external/chromium_org/third_party/libwebp/dec/
tree.c 341 uint8_t* const left = dec->intra_l_; local
350 memset(left, ymode, 4 * sizeof(left[0]));
355 int ymode = left[y];
381 left[y] = ymode;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 160 rect.left = 0;
162 rect.right = rect.left + iWidth;
183 rect.right - rect.left, /* width */
199 assert(rect.left == 0);
201 assert(rect.right - rect.left == iWidth);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.cc 191 int left = 0; // The number of fields left after deletion. local
197 if (i != left) {
198 (*fields_)[left] = (*fields_)[i];
200 ++left;
203 fields_->resize(left);
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 189 int left, int top,
196 * rectangle has its top-left at 0,0.
205 * @param left left edge of the rectangle to read (inclusive)
221 int left, int top, int width, int height,
227 * @param left left edge of the rectangle to write (inclusive)
237 int left, int top, int width, int height,
459 int left, int top, int width, int height,
466 int left, int top, int width, int height
    [all...]
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 45 print("(function(left) { return left / " + divisor + "; })");
46 var div_func = this.eval("(function(left) { return left / " + divisor + "; })");
47 var mod_func = this.eval("(function(left) { return left % " + divisor + "; })");
207 mod_func = this.eval("(function(left) { return left % " + divisors[j]+ "; })");
234 // With positive left hand side operand.
266 // With negative left hand side operand
    [all...]
  /external/e2fsprogs/ext2ed/
win.c 125 int left,top,right,bottom,i; local
135 left=0;right=show_pad_info.display_cols-1;
145 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,show_pad_info.display_lines-1,show_pad_info.display_cols-1);
147 prefresh (show_pad,show_pad_info.line,show_pad_info.col,top,left,top+show_pad_info.display_lines-1,left+show_pad_info.display_cols-1);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 159 public int compare(long[] left, long[] right) {
160 int minLength = Math.min(left.length, right.length);
162 if (left[i] != right[i]) {
163 return UnsignedLongs.compare(left[i], right[i]);
166 return left.length - right.length;
  /external/icu4c/io/
ufmt_cmn.c 72 UChar *left, *right, temp; local
88 left = buffer;
90 while(left < --right) {
91 temp = *left;
92 *left++ = *right;

Completed in 545 milliseconds

<<31323334353637383940>>