/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 245 start.addTransition(new Transition(Label.EPSILON, g.left)); 248 if ( grammar.getNumberOfAltsForDecisionNFA(g.left)>1 ) 250 g.left.setDescription(grammar.grammarTreeToString($start, false)); 251 g.left.setDecisionASTNode($b.start); 252 int d = grammar.assignDecisionNumber( g.left ); 253 grammar.setDecisionNFA( d, g.left ); 390 if ( grammar.getNumberOfAltsForDecisionNFA($b.g.left)>1 ) 392 $b.g.left.setDescription(grammar.grammarTreeToString(blk, false)); 393 $b.g.left.setDecisionASTNode(blk); 394 int d = grammar.assignDecisionNumber( $b.g.left ); [all...] |
/external/ceres-solver/docs/source/_themes/armstrong/static/ |
rtd.css_t | 40 text-align: left; 46 border-left: 1px solid {{ theme_lighter_gray }}; 64 float: left; 162 margin-left: 6px; 182 float: left; 241 margin-left: -100%; 242 float: left; 244 left: 0; 248 text-align: left; 271 padding-left: 0 [all...] |
/external/chromium/chrome/browser/chromeos/options/ |
take_photo_dialog.cc | 122 int left = views::kPanelHorizMargin; local 124 int contents_width = width() - 2 * left; 126 take_photo_view_->SetBounds(left, top, contents_width, contents_height);
|
/external/chromium/chrome/browser/resources/net_internals/ |
resizableverticalsplitview.js | 23 * @param {!View} leftView The widget to position on the left. 35 // Setup the "sizer" so it can be dragged left/right to reposition the 50 left, top, width, height) { 52 this, left, top, width, height); 70 this.leftView_.setGeometry(left, top, leftboxWidth, height); 105 // Avoid shrinking the left box too much.
|
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.css | 29 left: 0; 56 border-top-left-radius: 5px; 142 left: 0; 146 text-align: left; 177 border-top-left-radius 0, border-top-right-radius 0, box-shadow .15s; 190 border-top-left-radius: 0;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen.css | 24 .left, 33 .step.left { 39 left: 0; 83 left: 0; 107 left: 49px; 130 left: auto;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
drive_welcome.css | 90 left: 0; 125 left: 0; 146 left: 0; 156 left: 0; 163 margin-left: 10px; 179 margin-left: 20px;
|
/external/chromium_org/chrome/browser/resources/ |
policy_android.css | 23 left: 0; 29 margin-left: 10px; 76 float: left; 77 text-align: left; 81 float: left; 93 float: left;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.cc | 311 void AssertURLRowVectorsAreEqual(const history::URLRows& left, 313 ASSERT_EQ(left.size(), right.size()); 314 for (size_t i = 0; i < left.size(); ++i) { 319 if (left[i].url() == right[j].url()) { 320 AssertURLRowsAreEqual(left[i], right[j]); 353 const history::URLRow& left, const history::URLRow& right) { 354 ASSERT_EQ(left.url(), right.url()); 355 ASSERT_EQ(left.title(), right.title()); 356 ASSERT_EQ(left.visit_count(), right.visit_count()); 357 ASSERT_EQ(left.typed_count(), right.typed_count()) [all...] |
/external/chromium_org/remoting/host/ |
desktop_shape_tracker_win.cc | 84 rects[i].left, rects[i].top, rects[i].right, rects[i].bottom)); 112 OffsetRgn(window_region, window_rect.left, window_rect.top); 115 SetRectRgn(window_region, window_rect.left, window_rect.top,
|
verify_config_window_win.cc | 93 LONG width = rect.right - rect.left; 95 LONG x = (owner_rect.left + owner_rect.right - width) / 2; 98 x = std::max(x, area_rect.left);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableValue.h | 115 static PassRefPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return takeConstRef((fraction < 0.5) ? left : right); } 119 static PassRefPtr<AnimatableValue> defaultAddWith(const AnimatableValue* left, const AnimatableValue* right) { return takeConstRef(right); }
|
/external/chromium_org/third_party/skia/src/core/ |
SkDeviceLooper.cpp | 34 fCurrOffset.set(fClippedBounds.left() - fDelta, 72 fBaseRC.translate(-r.left(), -r.top(), &fSubsetRC); 89 // reset to the left, but move down a row 90 offset->fX = boundary.left(); 120 // left to right, until we wrap around and move down
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDQuadLineIntersection.cpp | 171 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 172 addExactHorizontalEndPoints(left, right, axisIntercept); 174 addNearHorizontalEndPoints(left, right, axisIntercept); 181 double lineT = (pt.fX - left) / (right - left); 251 void addExactHorizontalEndPoints(double left, double right, double y) { 253 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); 262 void addNearHorizontalEndPoints(double left, double right, double y) { 268 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y); 386 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y [all...] |
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
aliased.php | 105 margin-left: 20px; 108 margin-left: 20px; 112 margin-left: .5em;
|
/external/linux-tools-perf/util/added/ |
rbtree.c | 51 struct rb_node *left = node->rb_left; local 54 if ((node->rb_left = left->rb_right)) 55 rb_set_parent(left->rb_right, node); 56 left->rb_right = node; 58 rb_set_parent(left, parent); 63 parent->rb_right = left; 65 parent->rb_left = left; 68 root->rb_node = left; 69 rb_set_parent(node, left); 229 struct rb_node *old = node, *left; local [all...] |
/external/mksh/src/ |
tree.c | 91 t = t->left; 94 fptreef(shf, indent + 2, "( %T) ", t->left); 97 fptreef(shf, indent, "%T| ", t->left); 101 fptreef(shf, indent, "%T%;", t->left); 107 t->left, (t->type == TOR) ? "||" : "&&", t->right); 132 fptreef(shf, indent + INDENT, "do%N%T", t->left); 137 for (t1 = t->left; t1 != NULL; t1 = t1->right) { 145 fptreef(shf, indent + INDENT, "%N%T%N;%c", t1->left, 165 fptreef(shf, indent + 5 - i, Telif_pT + i, t1->left); 167 if (t1->left != NULL) [all...] |
/external/opencv/cv/src/ |
_cvkdtree.hpp | 71 int left, right; // node indices of left and right branches member in struct:CvKDTree::node 72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right 177 n.left = -1; 191 int left = insert(first, split, ctor); local 192 nodes[i].left = left; 210 if (deref(p, n.dim) <= n.boundary) // left 211 r = remove(&n.left, p); 216 if (n.left == -1 && n.right == -1 [all...] |
/external/pixman/demos/ |
radial-test.c | 28 * centers (0, 0) and (1, 0), but with different radiuses. From left 96 double x0, x1, radius0, radius1, left, right, center; local 104 left = MIN (x0 - radius0, x1 - radius1); 106 center = (left + right) * 0.5; 158 * easier we want the origin in the top-left corner of the square
|
/external/replicaisland/src/com/replica/replicaisland/ |
AABoxCollisionVolume.java | 75 final float left = getMinXPosition(flip) + position.x; local 85 final boolean result = boxIntersect(left, right, top, bottom, 88 left, right, top, bottom);
|
/external/skia/src/core/ |
SkDeviceLooper.cpp | 34 fCurrOffset.set(fClippedBounds.left() - fDelta, 72 fBaseRC.translate(-r.left(), -r.top(), &fSubsetRC); 89 // reset to the left, but move down a row 90 offset->fX = boundary.left(); 120 // left to right, until we wrap around and move down
|
/external/skia/src/pathops/ |
SkDQuadLineIntersection.cpp | 171 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 172 addExactHorizontalEndPoints(left, right, axisIntercept); 174 addNearHorizontalEndPoints(left, right, axisIntercept); 181 double lineT = (pt.fX - left) / (right - left); 251 void addExactHorizontalEndPoints(double left, double right, double y) { 253 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); 262 void addNearHorizontalEndPoints(double left, double right, double y) { 268 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y); 386 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y [all...] |
/external/valgrind/main/memcheck/tests/ |
mempool.c | 26 int size, left; member in struct:_pool 47 p->size = p->left = SUPERBLOCK_SIZE; 102 p->left -= size + (REDZONE_SIZE*2);
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapRegionDecoder.java | 185 if (rect.right <= 0 || rect.bottom <= 0 || rect.left >= getWidth() 188 return nativeDecodeRegion(mNativeBitmapRegionDecoder, rect.left, rect.top, 189 rect.right - rect.left, rect.bottom - rect.top, options);
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
ColorConvert.cpp | 29 srcWidth * srcRect.top + srcRect.left; 33 int dstWidth = srcRect.right - srcRect.left + 1; 99 encoderRect->left = 0;
|