| /external/guava/guava/src/com/google/common/collect/ |
| D | ComparisonChain.java | 118 @Override public ComparisonChain compare( in compare() 122 @Override public <T> ComparisonChain compare(@Nullable T left, 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() 161 public abstract <T> ComparisonChain compare( in compare() [all …]
|
| /external/r8/src/main/java/com/android/tools/r8/ir/code/ |
| D | Sub.java | 25 public Sub(NumericType type, Value dest, Value left, Value right) { in Sub() 34 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 38 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 43 assert dest != left + 1; in CreateLong() local 48 public com.android.tools.r8.code.Instruction CreateFloat(int dest, int left, int right) { in CreateFloat() 52 public com.android.tools.r8.code.Instruction CreateDouble(int dest, int left, int right) { in CreateDouble() 56 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 60 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 64 public com.android.tools.r8.code.Instruction CreateFloat2Addr(int left, int right) { in CreateFloat2Addr() 68 public com.android.tools.r8.code.Instruction CreateDouble2Addr(int left, int right) { in CreateDouble2Addr() [all …]
|
| D | Add.java | 20 public Add(NumericType type, Value dest, Value left, Value right) { in Add() 29 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 33 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 38 assert dest != left + 1; in CreateLong() local 43 public com.android.tools.r8.code.Instruction CreateFloat(int dest, int left, int right) { in CreateFloat() 47 public com.android.tools.r8.code.Instruction CreateDouble(int dest, int left, int right) { in CreateDouble() 51 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 55 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 59 public com.android.tools.r8.code.Instruction CreateFloat2Addr(int left, int right) { in CreateFloat2Addr() 63 public com.android.tools.r8.code.Instruction CreateDouble2Addr(int left, int right) { in CreateDouble2Addr() [all …]
|
| D | Mul.java | 20 public Mul(NumericType type, Value dest, Value left, Value right) { in Mul() 29 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 36 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 43 public com.android.tools.r8.code.Instruction CreateFloat(int dest, int left, int right) { in CreateFloat() 50 public com.android.tools.r8.code.Instruction CreateDouble(int dest, int left, int right) { in CreateDouble() 57 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 61 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 65 public com.android.tools.r8.code.Instruction CreateFloat2Addr(int left, int right) { in CreateFloat2Addr() 69 public com.android.tools.r8.code.Instruction CreateDouble2Addr(int left, int right) { in CreateDouble2Addr() 73 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() [all …]
|
| D | Rem.java | 20 public Rem(NumericType type, Value dest, Value left, Value right) { in Rem() 39 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 43 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 47 public com.android.tools.r8.code.Instruction CreateFloat(int dest, int left, int right) { in CreateFloat() 51 public com.android.tools.r8.code.Instruction CreateDouble(int dest, int left, int right) { in CreateDouble() 55 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 59 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 63 public com.android.tools.r8.code.Instruction CreateFloat2Addr(int left, int right) { in CreateFloat2Addr() 67 public com.android.tools.r8.code.Instruction CreateDouble2Addr(int left, int right) { in CreateDouble2Addr() 71 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() [all …]
|
| D | Div.java | 20 public Div(NumericType type, Value dest, Value left, Value right) { in Div() 39 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 43 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 47 public com.android.tools.r8.code.Instruction CreateFloat(int dest, int left, int right) { in CreateFloat() 51 public com.android.tools.r8.code.Instruction CreateDouble(int dest, int left, int right) { in CreateDouble() 55 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 59 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 63 public com.android.tools.r8.code.Instruction CreateFloat2Addr(int left, int right) { in CreateFloat2Addr() 67 public com.android.tools.r8.code.Instruction CreateDouble2Addr(int left, int right) { in CreateDouble2Addr() 71 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() [all …]
|
| D | ArithmeticBinop.java | 13 public ArithmeticBinop(NumericType type, Value dest, Value left, Value right) { in ArithmeticBinop() 17 public abstract com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right); in CreateInt() 19 public abstract Instruction CreateLong(int dest, int left, int right); in CreateLong() 21 public abstract Instruction CreateFloat(int dest, int left, int right); in CreateFloat() 23 public abstract Instruction CreateDouble(int dest, int left, int right); in CreateDouble() 25 public abstract Instruction CreateInt2Addr(int left, int right); in CreateInt2Addr() 27 public abstract Instruction CreateLong2Addr(int left, int right); in CreateLong2Addr() 29 public abstract Instruction CreateFloat2Addr(int left, int right); in CreateFloat2Addr() 31 public abstract Instruction CreateDouble2Addr(int left, int right); in CreateDouble2Addr() 33 public abstract Instruction CreateIntLit8(int dest, int left, int constant); in CreateIntLit8() [all …]
|
| D | And.java | 16 public And(NumericType type, Value dest, Value left, Value right) { in And() 36 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 41 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 46 assert dest != left + 1; in CreateLong() local 52 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 57 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 62 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() 67 public com.android.tools.r8.code.Instruction CreateIntLit16(int dest, int left, int constant) { in CreateIntLit16() 82 int foldIntegers(int left, int right) { in foldIntegers() 87 long foldLongs(long left, long right) { in foldLongs()
|
| D | Xor.java | 15 public Xor(NumericType type, Value dest, Value left, Value right) { in Xor() 35 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 40 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 45 assert dest != left + 1; in CreateLong() local 51 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 56 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 61 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() 66 public com.android.tools.r8.code.Instruction CreateIntLit16(int dest, int left, int constant) { in CreateIntLit16() 81 int foldIntegers(int left, int right) { in foldIntegers() 86 long foldLongs(long left, long right) { in foldLongs()
|
| D | Or.java | 15 public Or(NumericType type, Value dest, Value left, Value right) { in Or() 35 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 40 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 45 assert dest != left + 1; in CreateLong() local 51 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 56 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 61 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() 66 public com.android.tools.r8.code.Instruction CreateIntLit16(int dest, int left, int constant) { in CreateIntLit16() 80 int foldIntegers(int left, int right) { in foldIntegers() 84 long foldLongs(long left, long right) { in foldLongs()
|
| D | Ushr.java | 15 public Ushr(NumericType type, Value dest, Value left, Value right) { in Ushr() 41 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 46 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 51 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 56 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 61 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() 66 public com.android.tools.r8.code.Instruction CreateIntLit16(int dest, int left, int constant) { in CreateIntLit16() 81 int foldIntegers(int left, int right) { in foldIntegers() 86 long foldLongs(long left, long right) { in foldLongs()
|
| D | Shl.java | 15 public Shl(NumericType type, Value dest, Value left, Value right) { in Shl() 41 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 46 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 51 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 56 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 61 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() 66 public com.android.tools.r8.code.Instruction CreateIntLit16(int dest, int left, int constant) { in CreateIntLit16() 81 int foldIntegers(int left, int right) { in foldIntegers() 86 long foldLongs(long left, long right) { in foldLongs()
|
| D | Shr.java | 15 public Shr(NumericType type, Value dest, Value left, Value right) { in Shr() 41 public com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right) { in CreateInt() 46 public com.android.tools.r8.code.Instruction CreateLong(int dest, int left, int right) { in CreateLong() 51 public com.android.tools.r8.code.Instruction CreateInt2Addr(int left, int right) { in CreateInt2Addr() 56 public com.android.tools.r8.code.Instruction CreateLong2Addr(int left, int right) { in CreateLong2Addr() 61 public com.android.tools.r8.code.Instruction CreateIntLit8(int dest, int left, int constant) { in CreateIntLit8() 66 public com.android.tools.r8.code.Instruction CreateIntLit16(int dest, int left, int constant) { in CreateIntLit16() 81 int foldIntegers(int left, int right) { in foldIntegers() 86 long foldLongs(long left, long right) { in foldLongs()
|
| D | LogicalBinop.java | 12 public LogicalBinop(NumericType type, Value dest, Value left, Value right) { in LogicalBinop() 16 public abstract com.android.tools.r8.code.Instruction CreateInt(int dest, int left, int right); in CreateInt() 18 public abstract Instruction CreateLong(int dest, int left, int right); in CreateLong() 20 public abstract Instruction CreateInt2Addr(int left, int right); in CreateInt2Addr() 22 public abstract Instruction CreateLong2Addr(int left, int right); in CreateLong2Addr() 24 public abstract Instruction CreateIntLit8(int dest, int left, int constant); in CreateIntLit8() 26 public abstract Instruction CreateIntLit16(int dest, int left, int constant); in CreateIntLit16() 37 int left = leftValue().getConstInstruction().asConstNumber().getIntValue(); in fold() local 44 long left = leftValue().getConstInstruction().asConstNumber().getLongValue(); in fold() local 72 int left = builder.allocatedRegister(leftValue(), getNumber()); in buildDex() local
|
| D | Binop.java | 19 public Binop(NumericType type, Value dest, Value left, Value right) { in Binop() 88 int foldIntegers(int left, int right) { in foldIntegers() 92 long foldLongs(long left, long right) { in foldLongs() 96 float foldFloat(float left, float right) { in foldFloat() 100 double foldDouble(double left, double right) { in foldDouble()
|
| D | Cmp.java | 27 public Cmp(NumericType type, Bias bias, Value dest, Value left, Value right) { in Cmp() 41 int left = builder.allocatedRegister(leftValue(), getNumber()); in buildDex() local 155 long left = leftValue().getConstInstruction().asConstNumber().getLongValue(); in fold() local 165 float left = leftValue().getConstInstruction().asConstNumber().getFloatValue(); in fold() local 174 double left = leftValue().getConstInstruction().asConstNumber().getDoubleValue(); in fold() local
|
| /external/libvpx/libvpx/vpx_dsp/ |
| D | intrapred.c | 22 const uint8_t *above, const uint8_t *left) { in d207_predictor() 46 const uint8_t *above, const uint8_t *left) { in d63_predictor() 63 const uint8_t *above, const uint8_t *left) { in d45_predictor() 82 const uint8_t *above, const uint8_t *left) { in d117_predictor() 107 const uint8_t *above, const uint8_t *left) { in d135_predictor() 135 const uint8_t *above, const uint8_t *left) { in d153_predictor() 158 const uint8_t *above, const uint8_t *left) { in v_predictor() 169 const uint8_t *above, const uint8_t *left) { in h_predictor() 180 const uint8_t *above, const uint8_t *left) { in tm_predictor() 192 const uint8_t *above, const uint8_t *left) { in dc_128_predictor() [all …]
|
| /external/libvpx/libvpx/vpx_dsp/ppc/ |
| D | intrapred_vsx.c | 15 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_vsx() 26 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_vsx() 41 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_vsx() 60 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_8x8_vsx() 92 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_16x16_vsx() 155 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_32x32_vsx() 237 const uint8_t *above, const uint8_t *left) { in vpx_tm_predictor_4x4_vsx() 269 const uint8_t *above, const uint8_t *left) { in vpx_tm_predictor_8x8_vsx() 368 const uint8_t *above, const uint8_t *left) { in vpx_tm_predictor_16x16_vsx() 431 const uint8_t *above, const uint8_t *left) { in vpx_tm_predictor_32x32_vsx() [all …]
|
| /external/skia/src/core/ |
| D | SkTSort.h | 120 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort() 138 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition() 165 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort() 193 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort() 203 template <typename T> void SkTQSort(T* left, T* right) { in SkTQSort() 208 template <typename T> void SkTQSort(T** left, T** right) { in SkTQSort()
|
| /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/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() 38 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw() 52 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
|
| /external/libvpx/libvpx/vpx_dsp/arm/ |
| D | intrapred_neon.c | 36 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_neon() 49 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_4x4_neon() 57 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_4x4_neon() 65 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_4x4_neon() 92 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_8x8_neon() 106 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_8x8_neon() 114 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_8x8_neon() 122 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_8x8_neon() 150 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_16x16_neon() 166 const uint8_t *left) { in vpx_dc_left_predictor_16x16_neon() [all …]
|
| /external/libvpx/libvpx/vpx_dsp/mips/ |
| D | intrapred_msa.c | 266 v16u8 top, left, out; in intra_predict_dc_16x16_msa() local 555 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_4x4_msa() 562 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_8x8_msa() 569 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_msa() 576 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_msa() 583 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_msa() 590 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_8x8_msa() 597 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_16x16_msa() 604 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_32x32_msa() 611 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_msa() [all …]
|
| /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/eigen/unsupported/test/ |
| D | cxx11_tensor_concatenation.cpp | 19 Tensor<int, 3, DataLayout> left(2, 3, 1); in test_dimension_failures() local 39 Tensor<int, 2, DataLayout> left(2, 3); in test_static_dimension_failure() local 59 Tensor<int, 3, DataLayout> left(2, 3, 1); in test_simple_concatenation() local
|