| /external/guava/guava/src/com/google/common/collect/ |
| D | ComparisonChain.java | 107 @Override public ComparisonChain compare( in compare() 111 @Override public <T> ComparisonChain compare(@Nullable T left, 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() 147 public abstract <T> ComparisonChain compare( 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/chromium_org/tools/gn/ |
| D | operators.cc | 122 const Token& left, in ExecuteEquals() 181 Value* left, in ValuePlusEquals() 253 const Token& left, in ExecutePlusEquals() 274 Value* left, in ValueMinusEquals() 316 const Token& left, in ExecuteMinusEquals() 336 const Value& left, in ExecutePlus() 347 const Value& left, in ExecuteMinus() 360 const Value& left, in ExecuteEqualsEquals() 370 const Value& left, in ExecuteNotEquals() 380 const Value& left, 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 | 22 private final L left; 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/chrome/browser/resources/net_internals/ |
| D | view.js | 23 setGeometry: function(left, top, width, height) { argument 133 setGeometry: function(left, top, width, height) { argument 134 superClass.prototype.setGeometry.call(this, left, top, width, height); argument 185 setGeometry: function(left, top, width, height) { argument 186 superClass.prototype.setGeometry.call(this, left, top, width, height); argument 243 setGeometry: function(left, top, width, height) { argument 244 superClass.prototype.setGeometry.call(this, left, top, width, height); argument 305 setGeometry: function(left, top, width, height) { argument 306 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
|
| /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
| D | AnimatableLengthBox.h | 41 …ic PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left… in create() 45 const AnimatableValue* left() const { return m_left.get(); } in left() function 56 …AnimatableLengthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<Animatabl… in AnimatableLengthBox()
|
| D | AnimatableValue.cpp | 52 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableValue::interpolate(const AnimatableValue* left, c… 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 | 34 public NFAState left; field in StateCluster 37 public StateCluster(NFAState left, NFAState right) { in StateCluster()
|
| /external/chromium_org/ui/gfx/geometry/ |
| D | insets_base.h | 18 Type left() const { return left_; } in left() 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 | 16 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw() 29 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 39 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, 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 static const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableE… in halfway() 59 const HTMLEntityTableEntry* left = m_first; in findFirst() local 84 const HTMLEntityTableEntry* left = m_first; 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() 64 int left() const { return m_left; } in left() function 65 void setLeft(int left) { m_left = left; } in setLeft()
|
| D | FloatBoxExtent.h | 47 FloatBoxExtent(float top, float right, float bottom, float left) in FloatBoxExtent() 64 float left() const { return m_left; } in left() function 65 void setLeft(float left) { m_left = left; } in setLeft()
|
| /external/apache-xml/src/main/java/org/apache/xpath/operations/ |
| D | Equals.java | 45 public XObject operate(XObject left, XObject right) in operate() 65 XObject left = m_left.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 90 top: myp, width: info.w + 'px', bottom: myp, left: v + 'px' 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
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| D | Rect.h | 37 CSSPrimitiveValue* left() const { return m_left.get(); } in left() function 42 void setLeft(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> left) { m_left = left; } in setLeft() 85 …generateCSSString(const String& top, const String& right, const String& bottom, const String& left) in generateCSSString() 109 …generateCSSString(const String& top, const String& right, const String& bottom, const String& left) in generateCSSString()
|
| /external/wpa_supplicant_8/src/tls/ |
| D | tlsv1_client_read.c | 34 size_t left, len, i; in tls_process_server_hello() local 218 size_t left, len, list_len, cert_len, idx; in tls_process_certificate() local 571 size_t left, len; in tls_process_server_key_exchange() local 662 size_t left, len; in tls_process_certificate_request() local 726 size_t left, len; in tls_process_server_hello_done() local 784 size_t left; in tls_process_server_change_cipher_spec() local 854 size_t left, len, hlen; in tls_process_server_finished() local 988 size_t left; in tls_process_application_data() local
|
| /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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| D | NFAFactory.java | 119 NFAState left = newState(); in build_Atom() local 137 NFAState left = newState(); in build_Set() local 164 NFAState left = newState(); in build_Range() local 235 NFAState left = newState(); in build_RuleRef() local 247 NFAState left = newState(); in build_Epsilon() local 265 NFAState left = newState(); in build_SemanticPredicate() local 279 NFAState left = newState(); in build_Action() local 417 NFAState left = newState(); in build_AlternativeBlock() local 511 NFAState left = newState(); in build_Aplus() local 672 NFAState left = newState(); in build_Wildcard() local
|
| /external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
| D | video_render_mac_carbon_impl.cc | 138 const float left, in AddIncomingRenderStream() 175 float& left, in GetIncomingRenderStreamProperties() 246 const float left, in SetStreamCropping() 256 const float left, in ConfigureRenderer() 275 const float left, in SetText() 286 const float left, in SetBitmap()
|
| /external/chromium_org/third_party/webrtc/modules/video_render/external/ |
| D | video_render_external_impl.cc | 51 const float left, in AddIncomingRenderStream() 70 float& left, in GetIncomingRenderStreamProperties() 142 const float left, in SetStreamCropping() 154 const float left, in ConfigureRenderer() 176 const float left, in SetText() 188 const float left, in SetBitmap()
|