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

<<31323334353637383940>>

  /external/icu4c/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/mesa3d/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/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 84 bounds.Set(bounds.left,bounds.top,bounds.right+width_padding,bounds.bottom+height_padding);
191 bounds.top = 0; bounds.left = 0;
278 int left,top; local
279 SDL_Win->GetXYOffset(left,top);
280 bview->MoveTo(left+dst->x,top+dst->y);
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 259 srcrect.left = src->x;
260 srcrect.right = srcrect.left+src->w;
262 dstrect.left = SDL_bounds.left+dst->x;
264 dstrect.right = dstrect.left+dst->w;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
RectTest.java 21 assertThat(r.left, is(1));
31 assertThat(r.left, is(1));
166 assertThat(r.left, is(1));
177 assertThat(r.left, is(1));
187 assertThat(r.left, is(11));
  /external/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/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/webp/src/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;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 159 final int left = (textureWidth-width) / 2; local
168 canvas.drawRect(left, top, left+width, top+height, debugPaint);
172 icon.setBounds(left, top, left+width, top+height);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 164 position[i*6 + 0].x = r->left;
166 position[i*6 + 1].x = r->left;
170 position[i*6 + 3].x = r->left;
187 uint32_t left, uint32_t bottom, uint32_t right, uint32_t top) {
188 glScissor(left, bottom, right, top);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
FloatingChildLayout.java 136 target.offset(-windowScreen.left, -windowScreen.top);
141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
178 private static void layoutChild(View child, int left, int top) {
179 child.layout(left, top, left + child.getMeasuredWidth(), top + child.getMeasuredHeight());
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 143 final int left = (textureWidth-width) / 2; local
154 canvas.drawRect(left, top, left+width, top+height, debugPaint);
158 icon.setBounds(left, top, left+width, top+height);
  /external/v8/src/
hydrogen-instructions.cc 855 if (left()->IsConstant() &&
856 HConstant::cast(left())->HasInteger32Value() &&
857 HConstant::cast(left())->Integer32Value() == nop_constant) {
863 return left();
1012 left()->PrintNameTo(stream);
1073 Range* a = left()->range();
1090 Range* a = left()->range();
1106 Range* a = left()->range();
1125 if (left()->range()->CanBeMinusZero()) {
1129 if (left()->range()->CanBeZero() && right()->range()->CanBeNegative())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/css/
site.css 169 margin-left: 0;
231 left: -6px;
238 text-align: left;
278 left: 0;
279 border-left: 0;
317 text-align: left;
341 text-align: left;
365 text-align: left;
404 float: left;
456 margin-left: 10px
    [all...]
  /external/v8/src/x64/
lithium-x64.h 546 LModI(LOperand* left, LOperand* right, LOperand* temp) {
547 inputs_[0] = left;
559 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
560 inputs_[0] = left;
572 LMulI(LOperand* left, LOperand* right) {
573 inputs_[0] = left;
584 LCmpIDAndBranch(LOperand* left, LOperand* right) {
585 inputs_[0] = left;
617 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
618 inputs_[0] = left;
1790 LOperand* left() { return inputs_[0]; } function in class:v8::internal::LStringAdd
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 649 size_t left; local
654 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_TLV, in_data, &left);
661 wpa_hexdump(MSG_DEBUG, "EAP-PEAP: Received TLVs", pos, left);
662 while (left >= 4) {
668 left -= 4;
669 if ((size_t) tlv_len > left) {
671 "(tlv_len=%d left=%lu)", tlv_len,
672 (unsigned long) left);
698 left -= tlv_len;
700 if (left) {
767 size_t left; local
899 size_t left; local
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 34 void CheckInfoEqual(const history::DownloadRow& left,
36 EXPECT_EQ(left.current_path.value(), right.current_path.value());
37 EXPECT_EQ(left.target_path.value(), right.target_path.value());
38 EXPECT_EQ(left.url_chain.size(), right.url_chain.size());
40 i < left.url_chain.size() && i < right.url_chain.size();
42 EXPECT_EQ(left.url_chain[i].spec(), right.url_chain[i].spec());
44 EXPECT_EQ(left.referrer_url.spec(), right.referrer_url.spec());
45 EXPECT_EQ(left.start_time.ToTimeT(), right.start_time.ToTimeT());
46 EXPECT_EQ(left.end_time.ToTimeT(), right.end_time.ToTimeT());
47 EXPECT_EQ(left.etag, right.etag)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 48 * Given input data such as location, orientation (direction, left, up),
92 * LEFT_PLANE represents the left plane of the camera frustum.
140 * Distance from camera to left frustum plane.
504 * <code>getFrustumLeft</code> gets the value of the left frustum plane.
506 * @return the value of the left frustum plane.
513 * <code>setFrustumLeft</code> sets the value of the left frustum plane.
515 * @param frustumLeft the value of the left frustum plane.
610 * <code>getLeft</code> retrieves the left axis of the camera.
612 * @return the left axis of the camera.
641 * <code>getLeft</code> retrieves the left axis of the camera
1214 Vector3f left = getLeft(vars.vect1); local
    [all...]
  /external/mksh/src/
syn.c 432 t->left = dogroup();
440 t->left = c_list(true);
450 t->left = caselist();
457 t->left = c_list(true);
548 t->left = c_list(true);
549 if (t->left == NULL)
568 t->left = c_list(true);
638 t->left = c_list(true);
704 if ((t->left = get_command(CONTIN)) == NULL) {
712 t->left = newtp(TCOM)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 835 ASSERT(instr->left()->representation().IsTagged());
839 LOperand* left = UseFixed(instr->left(), edx); local
841 LArithmeticT* result = new(zone()) LArithmeticT(op, context, left, right);
846 ASSERT(instr->left()->representation().IsInteger32());
848 LOperand* left = UseRegisterAtStart(instr->left()); local
875 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
883 ASSERT(instr->left()->representation().IsDouble());
886 LOperand* left = UseRegisterAtStart(instr->left()) local
900 HValue* left = instr->left(); local
1091 LOperand* left = UseFixed(instr->left(), InstanceofStub::left()); local
1312 LOperand* left = UseRegisterAtStart(instr->LeastConstantOperand()); local
1321 LOperand* left = UseFixed(instr->left(), edx); local
1390 LOperand* left = UseFixedDouble(instr->left(), xmm2); local
1402 LOperand* left = UseRegisterAtStart(instr->LeastConstantOperand()); local
1427 LOperand* left = UseRegisterAtStart(instr->left()); local
1448 LOperand* left = UseRegisterAtStart(instr->LeastConstantOperand()); local
1471 LOperand* left = UseFixedDouble(instr->left(), xmm2); local
1494 LOperand* left = UseFixed(instr->left(), edx); local
1507 LOperand* left = UseRegisterOrConstantAtStart(instr->left()); local
1514 LOperand* left; local
1530 LOperand* left = UseRegisterAtStart(instr->left()); local
1583 LOperand* left = UseFixed(instr->left(), edx); local
2169 LOperand* left = UseOrConstantAtStart(instr->left()); local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 96 rect.left = Math.min(rect.left, x);
106 assertEquals(mTextWidth, rect.right - rect.left, mTextWidth * 0.053);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java 64 position = Math.max(0, (x - r.left) / r.width());
111 mBackground.setBounds(r.left + 10, lineY - bgH, r.right - 10, lineY
115 int indicatorX = (int) ((r.width() - kMargin) * mPosition) + r.left
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.cc 71 contents_bounds->Inset(insets.left() + kLeftMargin, insets.top() + kTopMargin,
131 // | left | monitor_bounds | right |
136 int left = std::max(0, monitor_bounds.x() - window_bounds.x()); local
140 offscreen_insets->Set(top, left, bottom, right);
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 37 unit->bounds.left = 0;
42 unit->overscan.left = 20;
47 unit->work_area.left = 0;
188 " \"overscan\": {\"left\": 1, \"top\": 2, \"right\": 3, \"bottom\": 4}\n"
203 EXPECT_EQ(1, utils::GetInteger(overscan, "left"));
  /external/chromium_org/chrome/browser/resources/ntp_android/
opentabs.css 48 left: 0;
70 left center,
77 left: 50px;
84 left center,
91 left: 0;
142 left: 18.5px;

Completed in 1618 milliseconds

<<31323334353637383940>>