/bootable/recovery/mtdutils/ |
flash_image.c | 131 int left = block_size - headerlen; local 132 while (left < 0) left += block_size; 133 while (left > 0) { 134 len = read(fd, buf, left > (int)sizeof(buf) ? (int)sizeof(buf) : left); 138 left -= len;
|
/external/chromium_org/third_party/webrtc/modules/video_render/linux/ |
video_render_linux_impl.cc | 91 const float left, 104 _ptrX11Render->CreateX11RenderChannel(streamId, zOrder, left, 141 float& left, 153 left, top, right, 211 const float /*left*/, 231 const float left, 247 const float left, const float top, 259 const float left,
|
/external/wpa_supplicant_8/src/drivers/ |
netlink.c | 40 int left; local 48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, 50 if (left < 0) { 58 while (NLMSG_OK(h, left)) { 70 h = NLMSG_NEXT(h, left); 73 if (left > 0) { 75 "netlink message", left);
|
/external/elfutils/0.153/libebl/ |
eblgstrtab.c | 76 struct Ebl_GStrent *left; member in struct:Ebl_GStrent 96 size_t left; member in struct:Ebl_GStrtab 152 st->left = len - offsetof (struct memoryblock, memory); 185 if (st->left < align + sizeof (struct Ebl_GStrent) + len * st->width) 197 newstr->left = NULL; 206 st->left -= align + sizeof (struct Ebl_GStrent) + len * st->width; 234 return searchstring (&(*sep)->left, newstr); 284 st->left += (st->backp - (char *) newstr) * st->width; 293 st->left += newstr->len; 305 newstr->left = (*sep)->left [all...] |
eblwstrtab.c | 78 struct Ebl_WStrent *left; member in struct:Ebl_WStrent 97 size_t left; member in struct:Ebl_WStrtab 149 st->left = len - offsetof (struct memoryblock, memory); 185 if (st->left < align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t)) 199 newstr->left = NULL; 206 st->left -= align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t); 234 return searchstring (&(*sep)->left, newstr); 278 st->left += st->backp - (char *) newstr; 287 st->left += newstr->len; 299 newstr->left = (*sep)->left [all...] |
/external/zlib/src/contrib/puff/ |
puff.c | 124 * bit buffer, using shift left. 139 /* drop need bits and update buffer, always zero to seven bits left */ 271 int left; /* bits left in next or left to process */ local 275 left = s->bitcnt; 280 while (left--) { 295 left = (MAXBITS+1) - len; 296 if (left == 0) 301 if (left > 8 344 int left; \/* number of possible codes left of current length *\/ local [all...] |
/external/chromium_org/printing/ |
page_setup_unittest.cc | 23 margins.left = rand() % kMax; 45 effective_margins.left = std::max(margins.left, printable_area.x()); 58 gfx::Rect overlay_area(effective_margins.left, effective_margins.header, 60 effective_margins.left, 88 EXPECT_EQ(effective_margins.left, setup.effective_margins().left) << seed << 107 margins.left = 4; 125 effective_margins.left = 4; 153 EXPECT_EQ(effective_margins.left, setup.effective_margins().left) < [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 92 path.addCircle(mDrawRect.left + (width / 2), 115 int x = mDrawRect.left 124 int left = mDrawRect.left + 1; local 138 int xMiddle = mDrawRect.left 139 + ((mDrawRect.right - mDrawRect.left) / 2); 143 mResizeDrawableWidth.setBounds(left - widthWidth, 145 left + widthWidth, 215 boolean horizCheck = (x >= r.left - hysteresis) 219 if ((Math.abs(r.left - x) < hysteresis) && verticalCheck) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 71 * Info 701: Shift left of signed quantity (int) 134 u32 left; member in struct:__anon39035 137 enum { TOP = 0, LEFT = 1, INNER = 2 }; 232 Function to determine if there is a slice boundary on the left side 304 /* filterLeftMbEdgeFlag, left mb is MB_A */ 389 Function to calculate boundary strength value bs for left- or 486 Function to calculate boundary strength value bs for left- 558 filtered macroblock, macroblock above and macroblock on the left of 563 mb pointer to macroblock data structure of the top-left [all...] |
/external/chromium_org/v8/src/compiler/arm/ |
instruction-selector-arm.cc | 128 *value_return = g.UseRegister(m.left().node()); 147 *value_return = g.UseRegister(m.left().node()); 166 *value_return = g.UseRegister(m.left().node()); 185 *value_return = g.UseRegister(m.left().node()); 241 inputs[0] = g.UseRegister(m.left().node()); 244 m.left().node(), &input_count, 251 inputs[input_count++] = g.UseRegister(m.left().node()); 381 Node* left, Node* right) { 387 selector->Emit(opcode, g.DefineAsRegister(node), g.UseRegister(left), 392 g.DefineAsRegister(node), g.UseRegister(left), [all...] |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 16 background: #eee none no-repeat fixed top left; 39 padding-left: 10px; } 59 margin-left: 190px; 74 float: left; } 85 float: left; } 141 float: left; 142 margin-left: 20px; } 144 margin-left: 0; } 260 background: transparent url(disclosure_down.png) no-repeat scroll top left; 273 background: transparent url(disclosure_up.png) no-repeat scroll top left; [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
splay.js | 57 left: GeneratePayloadTree(depth - 1, tag), 173 node.left = this.root_; 178 node.left = this.root_.left; 179 this.root_.left = null; 202 if (!this.root_.left) { 206 this.root_ = this.root_.left; 260 // the left subtree. 263 } else if (this.root_.left) { 264 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 52 left: GeneratePayloadTree(depth - 1, key), 167 node.left = this.root_; 172 node.left = this.root_.left; 173 this.root_.left = null; 196 if (!this.root_.left) { 200 this.root_ = this.root_.left; 239 // the left subtree. 242 } else if (this.root_.left) { 243 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 52 left: GeneratePayloadTree(depth - 1, key), 167 node.left = this.root_; 172 node.left = this.root_.left; 173 this.root_.left = null; 196 if (!this.root_.left) { 200 this.root_ = this.root_.left; 239 // the left subtree. 242 } else if (this.root_.left) { 243 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 52 left: GeneratePayloadTree(depth - 1, tag), 168 node.left = this.root_; 173 node.left = this.root_.left; 174 this.root_.left = null; 197 if (!this.root_.left) { 201 this.root_ = this.root_.left; 255 // the left subtree. 258 } else if (this.root_.left) { 259 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/v8/benchmarks/ |
splay.js | 57 left: GeneratePayloadTree(depth - 1, tag), 173 node.left = this.root_; 178 node.left = this.root_.left; 179 this.root_.left = null; 202 if (!this.root_.left) { 206 this.root_ = this.root_.left; 260 // the left subtree. 263 } else if (this.root_.left) { 264 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
image_util.js | 85 * new Rect(left, top, width, height) 87 * new Rect(rect) // anything with left, top, width, height properties 88 * new Rect(bounds) // anything with left, top, right, bottom properties 96 this.left = arguments[0]; 103 this.left = 0; 111 if ('left' in source && 'top' in source) { 112 this.left = source.left; 115 this.width = source.right - source.left; 120 this.left = 0 [all...] |
/external/pdfium/fpdfsdk/src/ |
fpdf_flatten.cpp | 14 enum FPDF_VALUE { TOP, LEFT, RIGHT, BOTTOM };
18 if ( rect.left - rect.right > 0.000001f ||
22 if (rect.left == 0.0f &&
30 if (rect.left - rcPage.left < -10.000001f ||
55 rc.left = pPageObject->m_Left;
143 case LEFT:
146 pArray[i] = CPDF_Rect(array.GetAt(i)).left;
196 rcRet.left = GetMinMaxValue(*pRectArray, MIN, LEFT);
318 FX_FLOAT left = FX_MIN(FX_MIN(x1, x2), FX_MIN(x3, x4)); local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
splitView.css | 59 left: 0; 78 margin-left: 3px; 80 border-left: 1px solid rgb(64%, 64%, 64%); 92 .split-view button.left-sidebar-show-hide-button, 95 left: 4px; 98 .split-view button.left-sidebar-show-hide-button:active, 101 left: 3px; 124 .split-view button.left-sidebar-show-hide-button.toggled-show > .glyph { 128 .split-view button.left-sidebar-show-hide-button.toggled-hide > .glyph {
|
/external/chromium_org/third_party/libwebp/dsp/ |
lossless_neon.c | 41 VP8LConvertBGRAToRGBA_C(src, num_pixels & 15, dst); // left-overs 53 VP8LConvertBGRAToBGR_C(src, num_pixels & 15, dst); // left-overs 65 VP8LConvertBGRAToRGB_C(src, num_pixels & 15, dst); // left-overs 83 VP8LConvertBGRAToRGBA_C(src, num_pixels & 1, dst); // left-overs 110 VP8LConvertBGRAToBGR_C(src, num_pixels & 7, dst); // left-overs 137 VP8LConvertBGRAToRGB_C(src, num_pixels & 7, dst); // left-overs 179 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { 180 return Average3(&left, top + 0, top + 1); 183 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { 184 return Average2(&left, top - 1) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkMaskFilter.cpp | 35 const int dx = dst->fBounds.left() - src.fBounds.left(); 53 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); 60 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) { 76 // top-left 82 m.fBounds.offsetTo(outerR.left(), outerR.top()); 96 // bottom-left 102 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); 118 innerR.set(outerR.left() + cx - mask.fBounds.left(), [all...] |
/external/pdfium/fpdfsdk/include/fxedit/ |
fxet_list.h | 46 left = top = right = bottom = 0.0f;
49 CLST_Rect(FX_FLOAT left,FX_FLOAT top,
52 this->left = left;
60 this->left = rect.left;
68 left = top = right = bottom = 0.0f;
73 this->left = rect.left;
93 return this->right - this->left;
[all...] |
/external/skia/src/core/ |
SkMaskFilter.cpp | 35 const int dx = dst->fBounds.left() - src.fBounds.left(); 53 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); 60 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) { 76 // top-left 82 m.fBounds.offsetTo(outerR.left(), outerR.top()); 96 // bottom-left 102 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); 118 innerR.set(outerR.left() + cx - mask.fBounds.left(), [all...] |
/external/webp/src/dsp/ |
lossless_neon.c | 41 VP8LConvertBGRAToRGBA_C(src, num_pixels & 15, dst); // left-overs 53 VP8LConvertBGRAToBGR_C(src, num_pixels & 15, dst); // left-overs 65 VP8LConvertBGRAToRGB_C(src, num_pixels & 15, dst); // left-overs 83 VP8LConvertBGRAToRGBA_C(src, num_pixels & 1, dst); // left-overs 110 VP8LConvertBGRAToBGR_C(src, num_pixels & 7, dst); // left-overs 137 VP8LConvertBGRAToRGB_C(src, num_pixels & 7, dst); // left-overs 179 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { 180 return Average3(&left, top + 0, top + 1); 183 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { 184 return Average2(&left, top - 1) [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control.css | 22 #preview-area .margin-control.margin-control-left, 48 #preview-area .margin-control-left .margin-control-line, 73 left: 50%; 87 #preview-area .margin-control-left .margin-control-textbox { 89 left: 8px;
|