| /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/libvpx/libvpx/vpx_dsp/ |
| D | intrapred.c | 22 const uint8_t *above, const uint8_t *left) { in d207_predictor() 48 const uint8_t *above, const uint8_t *left) { in d63_predictor() 65 const uint8_t *above, const uint8_t *left) { in d45_predictor() 84 const uint8_t *above, const uint8_t *left) { in d117_predictor() 112 const uint8_t *above, const uint8_t *left) { in d135_predictor() 131 const uint8_t *above, const uint8_t *left) { in d153_predictor() 156 const uint8_t *above, const uint8_t *left) { in v_predictor() 167 const uint8_t *above, const uint8_t *left) { in h_predictor() 178 const uint8_t *above, const uint8_t *left) { in tm_predictor() 190 const uint8_t *above, const uint8_t *left) { in dc_128_predictor() [all …]
|
| /external/libvpx/libvpx/vpx_dsp/arm/ |
| D | intrapred_neon.c | 22 const uint8_t *above, const uint8_t *left, in dc_4x4() 63 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_neon() 68 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_4x4_neon() 74 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_4x4_neon() 80 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_4x4_neon() 91 const uint8_t *above, const uint8_t *left, in dc_8x8() 134 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_8x8_neon() 139 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_8x8_neon() 145 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_8x8_neon() 151 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_8x8_neon() [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()
|
| /external/libvpx/libvpx/vpx_dsp/mips/ |
| D | intrapred_msa.c | 265 v16u8 top, left, out; in intra_predict_dc_16x16_msa() local 554 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_4x4_msa() 561 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_8x8_msa() 568 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_msa() 575 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_msa() 582 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_msa() 589 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_8x8_msa() 596 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_16x16_msa() 603 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_32x32_msa() 610 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_msa() [all …]
|
| D | intrapred4_dspr2.c | 15 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_dspr2() 42 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_dspr2() 84 const uint8_t *above, const uint8_t *left) { in vpx_tm_predictor_4x4_dspr2()
|
| /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/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/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 574 size_t left, len; in tls_process_server_key_exchange() local 665 size_t left, len; in tls_process_certificate_request() local 729 size_t left, len; in tls_process_server_hello_done() local 787 size_t left; in tls_process_server_change_cipher_spec() local 857 size_t left, len, hlen; in tls_process_server_finished() local 991 size_t left; in tls_process_application_data() local
|
| D | tlsv1_server_read.c | 53 size_t left, len, i, j; in tls_process_client_hello() local 295 size_t left, len, list_len, cert_len, idx; in tls_process_certificate() local 697 size_t left, len; in tls_process_client_key_exchange() local 774 size_t left, len; in tls_process_certificate_verify() local 936 size_t left; in tls_process_change_cipher_spec() local 985 size_t left, len, hlen; in tls_process_client_finished() local
|
| /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/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/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/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/webp/src/dsp/ |
| D | lossless_neon.c | 179 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5() 183 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6() 187 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7() 191 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8() 196 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9() 201 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10() 222 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11() 238 static uint32_t Predictor12(uint32_t left, const uint32_t* const top) { in Predictor12() 255 static uint32_t Predictor13(uint32_t left, const uint32_t* const top) { in Predictor13()
|
| /external/v8/src/arm64/ |
| D | lithium-arm64.h | 582 LAddE(LOperand* left, LOperand* right) { in LAddE() 587 LOperand* left() { return inputs_[0]; } in left() function 597 LAddI(LOperand* left, LOperand* right) in LAddI() 603 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LAddI() 609 LOperand* left() { return inputs_[0]; } in left() function 626 LAddS(LOperand* left, LOperand* right) { in LAddS() 631 LOperand* left() { return inputs_[0]; } in left() function 713 LOperand* left, in LArithmeticD() 721 LOperand* left() { return inputs_[0]; } in left() function 739 LOperand* left, in LArithmeticT() [all …]
|
| /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/zlib/src/examples/ |
| D | enough.c | 203 local big_t count(int syms, int len, int left) in count() 258 local int beenhere(int syms, int len, int left, int mem, int rem) in beenhere() 322 local void examine(int syms, int len, int left, int mem, int rem) in examine() 406 int left; /* number of unused bit patterns at this length */ in enough() local
|
| /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/protobuf/java/src/main/java/com/google/protobuf/ |
| D | RopeByteString.java | 115 private final ByteString left; field in RopeByteString 129 private RopeByteString(ByteString left, ByteString right) { in RopeByteString() 151 static ByteString concatenate(ByteString left, ByteString right) { in concatenate() 212 private static LiteralByteString concatenateBytes(ByteString left, in concatenateBytes() 233 static RopeByteString newInstanceForTest(ByteString left, ByteString right) { in newInstanceForTest() 608 private ByteString balance(ByteString left, ByteString right) { in balance() 672 ByteString left = prefixesStack.pop(); in insert() local 684 ByteString left = prefixesStack.pop(); in insert() local
|
| /external/webp/src/enc/ |
| D | picture_rescale.c | 46 int* const left, int* const top) { in SnapTopLeftPosition() 55 int* const left, int* const top, in AdjustAndCheckRectangle() 100 int left, int top, int width, int height, in WebPPictureView() 133 int left, int top, int width, int height) { in WebPPictureCrop()
|
| /external/v8/src/mips64/ |
| D | lithium-mips64.h | 669 LModI(LOperand* left, in LModI() 675 LOperand* left() { return inputs_[0]; } in left() function 792 LMulI(LOperand* left, LOperand* right) { in LMulI() 797 LOperand* left() { return inputs_[0]; } in left() function 831 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch() 836 LOperand* left() { return inputs_[0]; } in left() function 981 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch() 986 LOperand* left() { return inputs_[0]; } in left() function 1092 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch() 1099 LOperand* left() { return inputs_[1]; } in left() function [all …]
|
| /external/v8/src/mips/ |
| D | lithium-mips.h | 670 LModI(LOperand* left, in LModI() 676 LOperand* left() { return inputs_[0]; } in left() function 793 LMulI(LOperand* left, LOperand* right) { in LMulI() 798 LOperand* left() { return inputs_[0]; } in left() function 832 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch() 837 LOperand* left() { return inputs_[0]; } in left() function 982 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch() 987 LOperand* left() { return inputs_[0]; } in left() function 1093 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch() 1100 LOperand* left() { return inputs_[1]; } in left() function [all …]
|
| /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/arm/ |
| D | lithium-arm.h | 670 LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) { in LModI() 677 LOperand* left() { return inputs_[0]; } in left() function 798 LMulI(LOperand* left, LOperand* right) { in LMulI() 803 LOperand* left() { return inputs_[0]; } in left() function 855 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch() 860 LOperand* left() { return inputs_[0]; } in left() function 1001 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch() 1006 LOperand* left() { return inputs_[0]; } in left() function 1112 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch() 1119 LOperand* left() { return inputs_[1]; } in left() function [all …]
|