Searched refs:left (Results 1 - 25 of 2513) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DStateCluster.java30 /** A Cluster object points to the left/right (start and end) states of a
34 public NFAState left; field in class:StateCluster
37 public StateCluster(NFAState left, NFAState right) { argument
38 this.left = left;
/external/annotation-tools/scene-lib/src/annotations/toys/
H A DFancyAnnotation.java6 String left(); method in interface:FancyAnnotation
/external/clang/test/Modules/Inputs/
H A Ddiamond_left.h5 float left(float *);
H A Ddiamond_right.h6 int left, right; member in struct:left_and_right
H A Dcategory_left.h4 -(void)left;
8 -(void)left;
/external/clang/test/Modules/
H A Dva_list.cpp5 @import left; variable
/external/jline/src/src/test/java/jline/
H A DTestCompletion.java59 new Buffer("f baz").left().left().left().left().
62 new Buffer("b foo").left().left().left().left().
65 new Buffer("foo b baz").left().left()
[all...]
/external/syslinux/com32/elflink/ldlinux/
H A Dgetadv.c42 size_t left; local
45 left = syslinux_adv_size();
47 while (left >= 2) {
50 left -= 2;
55 if (left < plen)
64 left -= plen;
/external/guava/guava/src/com/google/common/collect/
H A DComparisonChain.java75 Comparable left, Comparable right) {
76 return classify(left.compareTo(right));
79 @Nullable T left, @Nullable T right, Comparator<T> comparator) {
80 return classify(comparator.compare(left, right));
82 @Override public ComparisonChain compare(int left, int right) {
83 return classify(Ints.compare(left, right));
85 @Override public ComparisonChain compare(long left, long right) {
86 return classify(Longs.compare(left, right));
88 @Override public ComparisonChain compare(float left, float right) {
89 return classify(Float.compare(left, righ
118 compare( @ullable Comparable left, @Nullable Comparable right) argument
122 compare(@ullable T left, @Nullable T right, @Nullable Comparator<T> comparator) argument
126 compare(int left, int right) argument
129 compare(long left, long right) argument
132 compare(float left, float right) argument
135 compare(double left, double right) argument
138 compareTrueFirst(boolean left, boolean right) argument
141 compareFalseFirst(boolean left, boolean right) argument
154 compare( Comparable<?> left, Comparable<?> right) argument
161 compare( @ullable T left, @Nullable T right, Comparator<T> comparator) argument
169 compare(int left, int right) argument
176 compare(long left, long right) argument
183 compare(float left, float right) argument
190 compare(double left, double right) argument
199 compareTrueFirst(boolean left, boolean right) argument
208 compareFalseFirst(boolean left, boolean right) argument
[all...]
/external/python/cpython3/Doc/includes/
H A Dturtle-star.py6 left(170)
/external/v8/benchmarks/spinning-balls/
H A Dsplay-tree.js78 node.left = this.root_;
83 node.left = this.root_.left;
84 this.root_.left = null;
107 if (!this.root_.left) {
111 this.root_ = this.root_.left;
165 // the left subtree.
168 } else if (this.root_.left) {
169 return this.findMax(this.root_.left);
204 // the L tree of the algorithm. The left chil
[all...]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockRectF.java26 //public float left;
40 it.left = rhs.left;
47 public void $init(float left, float top, float right, float bottom) { argument
48 it.left = left;
61 it.left = it.left + dx;
69 public void offsetTo(float left, float top) { argument
71 it.right = left
[all...]
/external/v8/tools/
H A Dsplaytree.js80 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/syslinux/com32/sysdump/
H A Drbtree.c37 * Simple implementation of a left-leaning red-black tree with 64-bit
43 * information about left-leaning red-black trees.
57 tree = tree->left;
74 h->right = x->left;
75 x->left = h;
76 x->red = x->left->red;
77 x->left->red = true;
83 struct rbtree *x = h->left;
84 h->left = x->right;
94 h->left
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DBitReaderBuffer.java19 int left = 8 - position % 8;
21 if (i <= left) {
22 rc = (v << (position % 8) & 0xFF) >> ((position % 8) + (left - i));
25 int now = left;
26 int then = i - left;
40 int left = 8 - position % 8;
41 if (left == 8) {
42 left = 0;
44 readBits(left);
45 return left;
[all...]
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp4 virtual void left();
15 virtual void left();
25 child->left();
36 void ChildOverride::left() { function in class:ChildOverride
37 // CHECK: define x86_thiscallcc void @"\01?left@ChildOverride@@UAEXXZ"(%struct.ChildOverride* %[[THIS:.*]])
54 child->left();
186 virtual void left();
/external/javassist/src/main/javassist/compiler/ast/
H A DPair.java25 protected ASTree left, right; field in class:Pair
28 left = _left;
37 sbuf.append(left == null ? "<null>" : left.toString());
44 public ASTree getLeft() { return left; }
48 public void setLeft(ASTree _left) { left = _left; }
/external/libmojo/ui/gfx/geometry/
H A Dinsets_f.cc13 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
/external/libunwind/scripts/
H A Dkernel-diff.sh6 left=$(eval echo $l)
8 # echo $left $right
9 diff -up $left $right
/external/pdfium/core/fpdfdoc/
H A Dcpvt_floatrect.h14 CPVT_FloatRect() { left = top = right = bottom = 0.0f; }
20 left = other_left;
27 left = rect.left;
/external/python/cpython2/Demo/turtle/
H A Dtdemo_peace.py31 left(90)
41 left(90)
44 left(180)
51 left(90)
H A Dtdemo_yinyang.py22 left(180)
27 left(90)
33 left(90)
38 left(90)
/external/python/cpython3/Lib/turtledemo/
H A Dpeace.py31 left(90)
41 left(90)
44 left(180)
51 left(90)
H A Dyinyang.py22 left(180)
25 left(90)
34 left(90)
38 left(90)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { argument
15 realRect.left = left;
22 realRect.left = otherRect.left;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) { argument
35 realRect.left = left;
43 return realRect.right - realRect.left;
104 intersect(int left, int top, int right, int bottom) argument
[all...]

Completed in 1307 milliseconds

1234567891011>>