| /external/guava/guava/src/com/google/common/collect/ |
| D | ComparisonChain.java | 108 @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 …]
|
| D | BstBalancePolicy.java | 36 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/ |
| D | cxx1y-variable-templates_in_class.cpp | 14 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/ |
| D | operators.cc | 123 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/ |
| D | TSearch.h | 13 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/ |
| D | TSearch.h | 13 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/ |
| D | Pair.java | 23 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/ |
| D | SkTSort.h | 121 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/ |
| D | SkTSort.h | 121 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/ |
| D | AnimatableLengthBox.h | 41 … 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()
|
| D | AnimatableValue.cpp | 52 …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/ |
| D | StateCluster.java | 35 public NFAState right; field in StateCluster 37 public StateCluster(NFAState left, NFAState right) { in StateCluster()
|
| /external/chromium_org/ui/gfx/geometry/ |
| D | insets_base.h | 20 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/ |
| D | CanvasStateHelpers.cpp | 17 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/ |
| D | HTMLEntitySearch.cpp | 33 … 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/ |
| D | IntRectExtent.h | 47 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()
|
| D | FloatBoxExtent.h | 47 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/ |
| D | Equals.java | 45 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/ |
| D | core-layout-trbl-extracted.js | 86 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/ |
| D | Rect.h | 35 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/ |
| D | sort.c | 58 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/ |
| D | DoubleConst.java | 44 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()
|
| D | IntConst.java | 44 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/ |
| D | video_render_mac_carbon_impl.cc | 140 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/ |
| D | video_render_external_impl.cc | 53 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()
|