/external/chromium_org/third_party/leveldatabase/src/db/ |
log_writer.cc | 29 size_t left = slice.size(); local 53 const size_t fragment_length = (left < avail) ? left : avail; 56 const bool end = (left == fragment_length); 69 left -= fragment_length; 71 } while (s.ok() && left > 0);
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcpassthroughrender.h | 72 const float left, const float top, 84 float& left, float& top, 136 const float left, const float top, 149 const float left, const float top, 165 const float left, const float top, 175 const float left, const float top,
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
gesture_common.js | 13 left: bound.left, 17 var outsideWidth = (rect.left + rect.width) - window.innerWidth;
|
/external/icu4c/ |
icu4c.css | 48 border-left: 2px solid #22d; 50 padding-left: 4px; 74 padding-left: 0; 75 margin-left: 1em; 93 margin-left: 1.5em; 112 margin-left: 1.8em; 115 padding-left: 0.75em; 121 margin-left: 2em; 125 * Navigation sidebar on the left hand of most pages 134 padding-left: 0.2em [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticleTriMesh.java | 180 left = new Vector3f(); local 184 left.set(camLeft); 205 left.set(p.velocity).normalizeLocal(); 206 camDir.cross(left, up); 208 left.multLocal(p.size); 211 faceNormal.cross(up, left); 213 left.multLocal(p.size); 218 left.x = camLeft.x * cos + camUp.x * sin; 219 left.y = camLeft.y * cos + camUp.y * sin; 220 left.z = camLeft.z * cos + camUp.z * sin [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
sobeloperator.cpp | 45 const int left = (j > 0)? -4 : 0; local 53 (*(dataPtr + curr + c + right) - *(dataPtr + curr + c + left)) * 2 + 54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) + 55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left); 58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PathDestructionActivity.java | 59 float left, top, right, bottom; local 60 left = MathUtils.random(getWidth() - MIN_SIZE); 62 right = left + MathUtils.random(getWidth() - left); 65 path.moveTo(left, top); 68 path.lineTo(left, bottom);
|
/sdk/templates/docs/ |
default.css | 68 left: 0; 80 padding-left: 16px; 100 margin-left: 16px; 113 left: -32px; 171 border-left: 4px solid #09c; 172 padding-left: 16px; 186 margin-left: 32px; 192 margin-left: 32px; 196 margin-left: 16px; 200 float: left; [all...] |
/system/media/audio_utils/include/audio_utils/ |
primitives.h | 154 int32_t mulAddRL(int left, uint32_t inRL, uint32_t vRL, int32_t a) 158 if (left) { 171 if (left) { 183 int32_t mulRL(int left, uint32_t inRL, uint32_t vRL) 187 if (left) { 200 if (left) {
|
/external/chromium_org/v8/tools/ |
splaytree.js | 80 node.left = this.root_; 85 node.left = this.root_.left; 86 this.root_.left = null; 109 if (!this.root_.left) { 113 this.root_ = this.root_.left; 148 while (current.left) { 149 current = current.left; 182 // the left subtree. 185 } else if (this.root_.left) { [all...] |
/external/v8/tools/ |
splaytree.js | 80 node.left = this.root_; 85 node.left = this.root_.left; 86 this.root_.left = null; 109 if (!this.root_.left) { 113 this.root_ = this.root_.left; 148 while (current.left) { 149 current = current.left; 182 // the left subtree. 185 } else if (this.root_.left) { [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_aura.cc | 121 gfx::ImageSkia* left = rb.GetImageSkiaNamed( local 123 DrawTiledImage(canvas, *left, 125 rect.x(), rect.y(), left->width(), left->height()); 126 center_offset += left->width(); 127 center_width -= left->width(); 194 gfx::ImageSkia* left = rb.GetImageSkiaNamed(left_resource_id); local 195 DrawTiledImage(canvas, *left, 197 rect.x(), rect.y(), left->width(), left->height()) [all...] |
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 81 clipRegion->setRect(clipRect->left, clipRect->top, clipRect->right, clipRect->bottom); 98 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { 100 tmp.set(left, top, right, bottom); 114 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { 115 Rect r(left, top, right, bottom); 127 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op); 138 setClip(r.left, r.top, r.right, r.bottom); 144 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op); 156 void Snapshot::setClip(float left, float top, float right, float bottom) { 157 clipRect->set(left, top, right, bottom) [all...] |
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 307 size_t left = testCase->dataSize(); local 309 while (left > 0) 314 if (chunk_size > left) 316 chunk_size = left; 317 left = 0; 321 left -= chunk_size; 378 size_t left = size; local 379 while (left > 0) 381 if (chunk_size > left) 383 chunk_size = left; 440 size_t left = testCase->dataSize(); local 571 size_t left = testCase->dataSize(); local [all...] |
/external/wpa_supplicant_8/src/common/ |
wpa_common.c | 400 int left; local 439 left = rsn_ie_len - sizeof(*hdr); 441 if (left >= RSN_SELECTOR_LEN) { 451 left -= RSN_SELECTOR_LEN; 452 } else if (left > 0) { 454 __func__, left); 458 if (left >= 2) { 462 left -= 2; 463 if (count == 0 || left < count * RSN_SELECTOR_LEN) { 465 "count %u left %u", __func__, count, left) 587 int left; local [all...] |
/device/lge/mako/camera/inc/ |
omx_jpeg_ext.h | 96 int left; member in struct:omx_jpeg_thumbnail 111 int32_t left; member in struct:omx_jpeg_region
|
/external/chromium/webkit/glue/ |
cpp_bound_class_unittest.cc | 128 // Constructs a JavaScript snippet that evaluates and compares the left and 135 std::string BuildJSCondition(std::string left, std::string right) { 136 return "var leftval = " + left + ";" + 142 left + " [\" + leftval + \"] != " + 191 // The property on the left will be set to the value on the right, then 202 std::string left = tests[i]; local 204 // left = right; 205 std::string js = left; 209 js.append(BuildJSCondition(left, right)); 234 // The expression on the left is expected to return the value on the right 262 std::string left = tests[i]; local [all...] |
/external/chromium_org/chrome/browser/resources/ |
gesture_config.css | 31 float: left; 40 text-align: left; 55 text-align: left; 64 text-align: left;
|
/external/chromium_org/chrome/browser/resources/local_discovery/ |
local_discovery.css | 30 float: left; 46 float: left; 70 text-align: left; 105 padding-left: 17px;
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
bookmarks_tablet.css | 10 padding-left: 36px;
|
/external/chromium_org/chrome/browser/resources/options/ |
certificate_manager.css | 15 /* Force tab strip to extend to the left and right edges of the window. */ 21 padding-left: 28px;
|
password_manager.css | 17 left: 0;
|
subpages_tab_controls.css | 15 border-top-left-radius: 3px; 31 left: 9px; 55 left top, 56 left bottom,
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
search_box.css | 14 left: 8px;
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
copies_settings.css | 50 border-bottom-left-radius: 0; 52 border-top-left-radius: 0; 57 border-bottom-left-radius: 3px; 59 border-top-left-radius: 3px;
|