Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/external/guava/guava/src/com/google/common/collect/
DComparisonChain.java108 @Nullable Comparable left, @Nullable Comparable right) { in compare()
112 @Nullable T right, @Nullable Comparator<T> comparator) { in compare()
115 @Override public ComparisonChain compare(int left, int right) { in compare()
118 @Override public ComparisonChain compare(long left, long right) { in compare()
121 @Override public ComparisonChain compare(float left, float right) { in compare()
124 @Override public ComparisonChain compare(double left, double right) { in compare()
127 @Override public ComparisonChain compare(boolean left, boolean right) { in compare()
141 Comparable<?> left, Comparable<?> right); in compare()
148 @Nullable T left, @Nullable T right, Comparator<T> comparator); in compare()
155 public abstract ComparisonChain compare(int left, int right); in compare()
[all …]
DBstBalancePolicy.java36 N balance(BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right); in balance()
44 N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right); in combine()
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_in_class.cpp14 template<typename T, typename T0> static CONST T right = T(100); member in A
15 template<typename T> static CONST T right<T,int> = 5; member in A
16 …template<typename T> CONST int right<int,T>; // expected-error {{member 'right' declared as a tem… member in A
17 …template<typename T> CONST float right<float,T> = 5; // expected-error {{member 'right' declared … member in A
18 …template<> static CONST int right<int,int> = 7; // expected-error {{explicit specialization … member in A
19 …template<> static CONST float right<float,int>; // expected-error {{explicit specialization … member in A
20 …template static CONST int right<int,int>; // expected-error {{template specialization requires… member in A
26 template<typename T, typename T0> static CONST T right = T(100); member in out_of_line::B0
27 template<typename T> static CONST T right<T,int> = T(5); member in out_of_line::B0
29 template<> CONST int B0::right<int,int> = 7; member in out_of_line::B0
[all …]
/external/chromium_org/tools/gn/
Doperators.cc123 const Value& right, in ExecuteEquals()
182 const Value& right, in ValuePlusEquals()
254 const Value& right, in ExecutePlusEquals()
275 const Value& right, in ValueMinusEquals()
317 const Value& right, in ExecuteMinusEquals()
337 const Value& right, in ExecutePlus()
348 const Value& right, in ExecuteMinus()
361 const Value& right, in ExecuteEqualsEquals()
371 const Value& right, in ExecuteNotEquals()
381 const Value& right, in FillNeedsTwoIntegersError()
[all …]
/external/skia/experimental/Intersection/
DTSearch.h13 static T* QSort_Partition(T* left, T* right, T* pivot) in QSort_Partition()
30 void QSort(T* left, T* right) in QSort()
42 static T** QSort_Partition(T** left, T** right, T** pivot) in QSort_Partition()
59 void QSort(T** left, T** right) in QSort()
71 static T* QSort_Partition(S& context, T* left, T* right, T* pivot, in QSort_Partition()
89 void QSort(S& context, T* left, T* right, in QSort()
/external/chromium_org/third_party/skia/experimental/Intersection/
DTSearch.h13 static T* QSort_Partition(T* left, T* right, T* pivot) in QSort_Partition()
30 void QSort(T* left, T* right) in QSort()
42 static T** QSort_Partition(T** left, T** right, T** pivot) in QSort_Partition()
59 void QSort(T** left, T** right) in QSort()
71 static T* QSort_Partition(S& context, T* left, T* right, T* pivot, in QSort_Partition()
89 void QSort(S& context, T* left, T* right, in QSort()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/
DPair.java23 private final R right; field in Pair
30 public Pair(L left, R right) { in Pair()
78 public static <L, R> Pair<L, R> create(L left, R right) { in create()
/external/skia/src/core/
DSkTSort.h121 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort()
136 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition()
163 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort()
191 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort()
201 template <typename T> void SkTQSort(T* left, T* right) { in SkTQSort()
206 template <typename T> void SkTQSort(T** left, T** right) { in SkTQSort()
/external/chromium_org/third_party/skia/src/core/
DSkTSort.h121 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort()
136 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition()
163 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort()
191 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort()
201 template <typename T> void SkTQSort(T* left, T* right) { in SkTQSort()
206 template <typename T> void SkTQSort(T** left, T** right) { in SkTQSort()
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableLengthBox.h41 … create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> righ… in create()
46 const AnimatableValue* right() const { return m_right.get(); } in right() function
56 …ngthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> righ… in AnimatableLengthBox()
DAnimatableValue.cpp52 …ue> AnimatableValue::interpolate(const AnimatableValue* left, const AnimatableValue* right, double… in interpolate()
65 double AnimatableValue::distance(const AnimatableValue* left, const AnimatableValue* right) in distance()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DStateCluster.java35 public NFAState right; field in StateCluster
37 public StateCluster(NFAState left, NFAState right) { in StateCluster()
/external/chromium_org/ui/gfx/geometry/
Dinsets_base.h20 Type right() const { return right_; } in right() function
33 void Set(Type top, Type left, Type bottom, Type right) { in Set()
61 InsetsBase(Type top, Type left, Type bottom, Type right) in InsetsBase()
/external/chromium_org/third_party/skia/tests/
DCanvasStateHelpers.cpp17 float right, float bottom, int32_t spacer) { in complex_layers_draw()
29 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
40 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw()
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLEntitySearch.cpp33 … HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* right) in halfway()
60 const HTMLEntityTableEntry* right = m_last; in findFirst() local
85 const HTMLEntityTableEntry* right = m_last; in findLast() local
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRectExtent.h47 IntRectExtent(int top, int right, int bottom, int left) in IntRectExtent()
58 int right() const { return m_right; } in right() function
59 void setRight(int right) { m_right = right; } in setRight()
DFloatBoxExtent.h47 FloatBoxExtent(float top, float right, float bottom, float left) in FloatBoxExtent()
58 float right() const { return m_right; } in right() function
59 void setRight(float right) { m_right = right; } in setRight()
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DEquals.java45 public XObject operate(XObject left, XObject right) in operate()
66 XObject right = m_right.execute(xctxt, true); in bool() local
/external/chromium_org/third_party/polymer/components-chromium/core-layout-trbl/
Dcore-layout-trbl-extracted.js86 top: v + 'px', right: mxp, height: info.h + 'px', left: mxp property
98 top: v + 'px', right: mxp, bottom: hh + 'px', left: mxp property
102 top: myp, right: ww + 'px', bottom: myp, left: v + 'px' property
110 height: info.h + 'px', right: mxp, bottom: v + 'px', left: mxp property
114 top: myp, right: v + 'px', bottom: myp, width: info.w + 'px' property
/external/chromium_org/third_party/WebKit/Source/core/css/
DRect.h35 CSSPrimitiveValue* right() const { return m_right.get(); } in right() function
40 void setRight(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> right) { m_right = right; } in setRight()
85 …static String generateCSSString(const String& top, const String& right, const String& bottom, cons… in generateCSSString()
109 …static String generateCSSString(const String& top, const String& right, const String& bottom, cons… in generateCSSString()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsort.c58 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp()
80 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp()
86 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse()
134 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp()
183 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) in sort__sym_cmp()
244 sort__srcline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__srcline_cmp()
302 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) in sort__parent_cmp()
330 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) in sort__cpu_cmp()
351 sort__dso_from_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_from_cmp()
365 sort__dso_to_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_to_cmp()
[all …]
/external/javassist/src/main/javassist/compiler/ast/
DDoubleConst.java44 public ASTree compute(int op, ASTree right) { in compute()
53 private DoubleConst compute0(int op, DoubleConst right) { in compute0()
64 private DoubleConst compute0(int op, IntConst right) { in compute0()
DIntConst.java44 public ASTree compute(int op, ASTree right) { in compute()
53 private IntConst compute0(int op, IntConst right) { in compute0()
112 private DoubleConst compute0(int op, DoubleConst right) { in compute0()
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.cc140 const float right, in AddIncomingRenderStream()
177 float& right, in GetIncomingRenderStreamProperties()
248 const float right, in SetStreamCropping()
258 const float right, in ConfigureRenderer()
277 const float right, in SetText()
288 const float right, in SetBitmap()
/external/chromium_org/third_party/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc53 const float right, in AddIncomingRenderStream()
72 float& right, in GetIncomingRenderStreamProperties()
144 const float right, in SetStreamCropping()
156 const float right, in ConfigureRenderer()
178 const float right, in SetText()
190 const float right, in SetBitmap()

12345678910>>...38