/external/guava/guava/src/com/google/common/collect/ |
D | ComparisonChain.java | 119 @Nullable Comparable left, @Nullable Comparable right) { in compare() 123 @Nullable T right, @Nullable Comparator<T> comparator) { in compare() 126 @Override public ComparisonChain compare(int left, int right) { in compare() 129 @Override public ComparisonChain compare(long left, long right) { in compare() 132 @Override public ComparisonChain compare(float left, float right) { in compare() 135 @Override public ComparisonChain compare(double left, double right) { in compare() 138 @Override public ComparisonChain compareTrueFirst(boolean left, boolean right) { in compareTrueFirst() 141 @Override public ComparisonChain compareFalseFirst(boolean left, boolean right) { in compareFalseFirst() 155 Comparable<?> left, Comparable<?> right); in compare() 162 @Nullable T left, @Nullable T right, Comparator<T> comparator); in compare() [all …]
|
/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/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()
|
D | SkRect.cpp | 11 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join() 113 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in intersect() 129 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in join()
|
/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/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()
|
D | PathOpsLineIntersectionTest.cpp | 122 double right = SkTMax(line1[0].fX, line1[1].fX); in testOne() local 129 double right = SkTMax(line2[0].fX, line2[1].fX); in testOne() local 165 double right = SkTMax(line1[0].fX, line1[1].fX); in testOneCoincident() local 174 double right = SkTMax(line2[0].fX, line2[1].fX); in testOneCoincident() local
|
/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/linux-tools-perf/src/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/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/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/v8/src/arm64/ |
D | lithium-arm64.h | 582 LAddE(LOperand* left, LOperand* right) { in LAddE() 588 LOperand* right() { return inputs_[1]; } in right() function 597 LAddI(LOperand* left, LOperand* right) in LAddI() 603 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LAddI() 610 LOperand* right() { return inputs_[1]; } in right() function 626 LAddS(LOperand* left, LOperand* right) { in LAddS() 632 LOperand* right() { return inputs_[1]; } in right() function 714 LOperand* right) in LArithmeticD() 722 LOperand* right() { return inputs_[1]; } in right() function 740 LOperand* right) in LArithmeticT() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | NFAFactory.java | 120 NFAState right = newState(); in build_Atom() local 138 NFAState right = newState(); in build_Set() local 165 NFAState right = newState(); in build_Range() local 237 NFAState right = newState(); in build_RuleRef() local 248 NFAState right = newState(); in build_Epsilon() local 266 NFAState right = newState(); in build_SemanticPredicate() local 280 NFAState right = newState(); in build_Action() local 673 NFAState right = newState(); in build_Wildcard() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRect.java | 14 public void __constructor__(int left, int top, int right, int bottom) { in __constructor__() 34 public void set(int left, int top, int right, int bottom) { in set() 104 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/ |
D | HasCompoundDrawablesMatcher.java | 16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { in HasCompoundDrawablesMatcher() 42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { in hasCompoundDrawables()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | QuickSorter.java | 45 public void quicksort(Type[] a, int left, int right, Comparator<Type> comparator) { in quicksort() 53 private int partition(Type[] a, int left, int right, Comparator<Type> comparator) { in partition()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 670 LOperand* right) { in LModI() 676 LOperand* right() { return inputs_[1]; } in right() function 792 LMulI(LOperand* left, LOperand* right) { in LMulI() 798 LOperand* right() { return inputs_[1]; } in right() function 831 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch() 837 LOperand* right() { return inputs_[1]; } in right() function 981 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch() 987 LOperand* right() { return inputs_[1]; } in right() function 1092 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch() 1100 LOperand* right() { return inputs_[2]; } in right() function [all …]
|
/external/v8/src/mips/ |
D | lithium-mips.h | 671 LOperand* right) { in LModI() 677 LOperand* right() { return inputs_[1]; } in right() function 793 LMulI(LOperand* left, LOperand* right) { in LMulI() 799 LOperand* right() { return inputs_[1]; } in right() function 832 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch() 838 LOperand* right() { return inputs_[1]; } in right() function 982 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch() 988 LOperand* right() { return inputs_[1]; } in right() function 1093 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch() 1101 LOperand* right() { return inputs_[2]; } in right() function [all …]
|
/external/icu/icu4c/source/common/ |
D | uarrsort.c | 38 uprv_uint16Comparator(const void *context, const void *left, const void *right) { in uprv_uint16Comparator() 43 uprv_int32Comparator(const void *context, const void *left, const void *right) { in uprv_int32Comparator() 48 uprv_uint32Comparator(const void *context, const void *left, const void *right) { in uprv_uint32Comparator() 171 int32_t left, right; in subQuickSort() local
|
/external/v8/src/arm/ |
D | lithium-arm.h | 670 LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) { in LModI() 678 LOperand* right() { return inputs_[1]; } in right() function 798 LMulI(LOperand* left, LOperand* right) { in LMulI() 804 LOperand* right() { return inputs_[1]; } in right() function 855 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch() 861 LOperand* right() { return inputs_[1]; } in right() function 1001 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch() 1007 LOperand* right() { return inputs_[1]; } in right() function 1112 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch() 1120 LOperand* right() { return inputs_[2]; } in right() function [all …]
|
/external/lzma/CPP/Common/ |
D | MyVector.h | 81 int FindInSorted(const T& item, int left, int right) const in FindInSorted() 99 int left = 0, right = Size(); in FindInSorted() local 116 int left = 0, right = Size(); in AddToUniqueSorted() local 223 int left = 0, right = Size(); in FindInSorted() local 239 int left = 0, right = Size(); in AddToSorted() local
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, … in FPDFPage_SetMediaBox() 26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, f… in FPDFPage_SetCropBox() 42 … STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) in FPDFPage_GetMediaBox() 60 …L STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) in FPDFPage_GetCropBox() 201 DLLEXPORT FPDF_CLIPPATH STDCALL FPDF_CreateClipPath(float left, float bottom, float right, float to… in FPDF_CreateClipPath()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 84 void ChildOverride::right() { in right() function in ChildOverride 129 void GrandchildOverride::right() { in right() function in GrandchildOverride
|
/external/v8/src/x64/ |
D | lithium-x64.h | 685 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI() 692 LOperand* right() { return inputs_[1]; } in right() function 826 LMulI(LOperand* left, LOperand* right) { in LMulI() 832 LOperand* right() { return inputs_[1]; } in right() function 841 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch() 847 LOperand* right() { return inputs_[1]; } in right() function 982 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch() 988 LOperand* right() { return inputs_[1]; } in right() function 1091 LOperand* right) { in LStringCompareAndBranch() 1099 LOperand* right() { return inputs_[2]; } in right() function [all …]
|