Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 1627) sorted by relevance

12345678910>>...66

/external/guava/guava/src/com/google/common/collect/
DComparisonChain.java167 public ComparisonChain compare(Comparable<?> left, Comparable<?> right) { in compare()
173 @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator) { in compare()
178 public ComparisonChain compare(int left, int right) { in compare()
183 public ComparisonChain compare(long left, long right) { in compare()
188 public ComparisonChain compare(float left, float right) { in compare()
193 public ComparisonChain compare(double left, double right) { in compare()
198 public ComparisonChain compareTrueFirst(boolean left, boolean right) { in compareTrueFirst()
203 public ComparisonChain compareFalseFirst(boolean left, boolean right) { in compareFalseFirst()
229 public abstract ComparisonChain compare(Comparable<?> left, Comparable<?> right); in compare()
236 @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator); in compare()
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DComparisonChain.java132 public ComparisonChain compare(Comparable<?> left, Comparable<?> right) { in compare()
138 @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator) { in compare()
143 public ComparisonChain compare(int left, int right) { in compare()
148 public ComparisonChain compare(long left, long right) { in compare()
153 public ComparisonChain compare(float left, float right) { in compare()
158 public ComparisonChain compare(double left, double right) { in compare()
163 public ComparisonChain compareTrueFirst(boolean left, boolean right) { in compareTrueFirst()
168 public ComparisonChain compareFalseFirst(boolean left, boolean right) { in compareFalseFirst()
194 public abstract ComparisonChain compare(Comparable<?> left, Comparable<?> right); in compare()
201 @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator); in compare()
[all …]
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval.hpp43 const typename interval_traits<Type>::domain_type& right) in domain_less()
51 const typename interval_traits<Type>::domain_type& right) in domain_less_equal()
59 const typename interval_traits<Type>::domain_type& right) in domain_equal()
265 const typename interval_traits<Type>::domain_type& right) in span()
279 const typename interval_traits<Type>::domain_type& right) in hull()
291 const typename interval_traits<Type>::domain_type& right) in hull()
312 const typename interval_traits<Type>::domain_type& right) in hull()
324 const typename interval_traits<Type>::domain_type& right) in hull()
347 const typename interval_traits<Type>::domain_type& right) in hull()
589 exclusive_less(const Type& left, const Type& right) in exclusive_less()
[all …]
Dcomparable.hpp22 operator != (const Type& left, const Type& right) in operator !=()
27 operator > (const Type& left, const Type& right) in operator >()
33 operator <= (const Type& left, const Type& right) in operator <=()
38 operator >= (const Type& left, const Type& right) in operator >=()
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_in_class.cpp14 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
Dmerge_join.rs7 let right: Vec<u32> = vec![]; in empty() localVariable
17 let right: Vec<u32> = vec![]; in left_only() localVariable
31 let right: Vec<u32> = vec![1,2,3]; in right_only() localVariable
45 let right: Vec<u32> = vec![4,5,6]; in first_left_then_right() localVariable
62 let right: Vec<u32> = vec![1,2,3]; in first_right_then_left() localVariable
79 let right: Vec<u32> = vec![2,4,6]; in interspersed_left_and_right() localVariable
96 let right: Vec<u32> = vec![2,3,4,5]; in overlapping_left_and_right() localVariable
/external/rust/android-crates-io/crates/itertools/tests/
Dmerge_join.rs7 let right: Vec<u32> = vec![]; in empty() localVariable
16 let right: Vec<u32> = vec![]; in left_only() localVariable
29 let right: Vec<u32> = vec![1, 2, 3]; in right_only() localVariable
42 let right: Vec<u32> = vec![4, 5, 6]; in first_left_then_right() localVariable
58 let right: Vec<u32> = vec![1, 2, 3]; in first_right_then_left() localVariable
74 let right: Vec<u32> = vec![2, 4, 6]; in interspersed_left_and_right() localVariable
90 let right: Vec<u32> = vec![2, 3, 4, 5]; in overlapping_left_and_right() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
Dmerge_join.rs7 let right: Vec<u32> = vec![]; in empty() localVariable
17 let right: Vec<u32> = vec![]; in left_only() localVariable
31 let right: Vec<u32> = vec![1,2,3]; in right_only() localVariable
45 let right: Vec<u32> = vec![4,5,6]; in first_left_then_right() localVariable
62 let right: Vec<u32> = vec![1,2,3]; in first_right_then_left() localVariable
79 let right: Vec<u32> = vec![2,4,6]; in interspersed_left_and_right() localVariable
96 let right: Vec<u32> = vec![2,3,4,5]; in overlapping_left_and_right() localVariable
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/tuple/
DImmutablePair.java113 public static <L, R> ImmutablePair<L, R> of(final L left, final R right) { in of()
147 public static <L, R> ImmutablePair<L, R> ofNonNull(final L left, final R right) { in ofNonNull()
163 public static <L, R> Pair<L, R> right(final R right) { in right() argument
171 public final R right; field in ImmutablePair
179 public ImmutablePair(final L left, final R right) { in ImmutablePair()
DMutablePair.java73 public static <L, R> MutablePair<L, R> of(final L left, final R right) { in of()
90 final R right; in of() local
115 public static <L, R> MutablePair<L, R> ofNonNull(final L left, final R right) { in ofNonNull()
123 public R right; field in MutablePair
137 public MutablePair(final L left, final R right) { in MutablePair()
172 public void setRight(final R right) { in setRight()
DMutableTriple.java76 public static <L, M, R> MutableTriple<L, M, R> of(final L left, final M middle, final R right) { in of()
96 …ic static <L, M, R> MutableTriple<L, M, R> ofNonNull(final L left, final M middle, final R right) { in ofNonNull()
106 public R right; field in MutableTriple
121 public MutableTriple(final L left, final M middle, final R right) { in MutableTriple()
174 public void setRight(final R right) { in setRight()
DImmutableTriple.java101 … public static <L, M, R> ImmutableTriple<L, M, R> of(final L left, final M middle, final R right) { in of()
121 … static <L, M, R> ImmutableTriple<L, M, R> ofNonNull(final L left, final M middle, final R right) { in ofNonNull()
131 public final R right; field in ImmutableTriple
140 public ImmutableTriple(final L left, final M middle, final R right) { in ImmutableTriple()
/external/truth/core/src/main/java/com/google/common/truth/
DMathUtil.java31 /* package */ static boolean equalWithinTolerance(long left, long right, long tolerance) { in equalWithinTolerance()
47 /* package */ static boolean equalWithinTolerance(int left, int right, int tolerance) { in equalWithinTolerance()
64 public static boolean equalWithinTolerance(double left, double right, double tolerance) { in equalWithinTolerance()
73 public static boolean equalWithinTolerance(float left, float right, float tolerance) { in equalWithinTolerance()
82 public static boolean notEqualWithinTolerance(double left, double right, double tolerance) { in notEqualWithinTolerance()
95 public static boolean notEqualWithinTolerance(float left, float right, float tolerance) { in notEqualWithinTolerance()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dnumber-handler.js30 function mergeNumbers(left, right) { argument
35 function mergeFlex(left, right) { argument
41 function mergePositiveIntegers(left, right) { argument
48 return function(left, right) { argument
71 function mergeNumberLists(left, right) { argument
80 function round(left, right) { argument
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Delement_comparer.hpp33 const RightT& right, in element_comparer()
51 bool covalues_are_equal(LeftIterT& left, RightIterT& right) in covalues_are_equal()
60 int proceed(LeftIterT& left, RightIterT& right) in proceed()
82 int next_both(LeftIterT& left, RightIterT& right) in next_both()
118 int next_left(LeftIterT& left, RightIterT& right) in next_left()
140 int next_right(LeftIterT& left, RightIterT& right) in next_right()
179 const RightT& right, //super in element_compare()
Dmapped_reference.hpp135 const mapped_reference<FirstT, SecondT>& right) in operator ==()
143 const mapped_reference<FirstT, SecondT>& right) in operator !=()
152 const mapped_reference<FirstT, SecondT>& right) in operator <()
161 const mapped_reference<FirstT, SecondT>& right) in operator >()
170 const mapped_reference<FirstT, SecondT>& right) in operator <=()
179 const mapped_reference<FirstT, SecondT>& right) in operator >=()
187 inline mapped_reference<FirstT, SecondT> make_mapped_reference(const FirstT& left, SecondT& right) in make_mapped_reference()
Dinterval_subset_comparer.hpp99 const RightT& right, in subset_comparer()
119 int co_compare(LeftIterT& left, RightIterT& right) in co_compare()
134 int proceed(LeftIterT& left, RightIterT& right) in proceed()
159 int next_both(LeftIterT& left, RightIterT& right) in next_both()
244 int next_left(LeftIterT& left, RightIterT& right) in next_left()
279 int next_right(LeftIterT& left, RightIterT& right) in next_right()
333 const RightT& right, //super in subset_compare()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.h62 friend int QsortCompare(const AVL& left, const AVL& right) { in QsortCompare()
107 const NodePtr right; member
173 const NodePtr& right) { in MakeNode()
207 const NodePtr& right) { in RotateLeft()
215 const NodePtr& right) { in RotateRight()
222 const NodePtr& right) { in RotateLeftRight()
232 const NodePtr& right) { in RotateRightLeft()
242 const NodePtr& right) { in Rebalance()
350 const NodePtr right; member
367 static NodePtr MakeNode(K key, const NodePtr& left, const NodePtr& right) { in MakeNode()
[all …]
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DPair.java33 private final RightT right; field in Pair
35 private Pair(LeftT left, RightT right) { in Pair()
50 public RightT right() { in right() method in Pair
85 public static <LeftT, RightT> Pair<LeftT, RightT> of(LeftT left, RightT right) { in of()
/external/timezone-boundary-builder/
Dindex.js632 { tzid: 'Etc/GMT-12', left: 172.5, right: 180 }, property
633 { tzid: 'Etc/GMT-11', left: 157.5, right: 172.5 }, property
634 { tzid: 'Etc/GMT-10', left: 142.5, right: 157.5 }, property
635 { tzid: 'Etc/GMT-9', left: 127.5, right: 142.5 }, property
636 { tzid: 'Etc/GMT-8', left: 112.5, right: 127.5 }, property
637 { tzid: 'Etc/GMT-7', left: 97.5, right: 112.5 }, property
638 { tzid: 'Etc/GMT-6', left: 82.5, right: 97.5 }, property
639 { tzid: 'Etc/GMT-5', left: 67.5, right: 82.5 }, property
640 { tzid: 'Etc/GMT-4', left: 52.5, right: 67.5 }, property
641 { tzid: 'Etc/GMT-3', left: 37.5, right: 52.5 }, property
[all …]
/external/libchrome/base/task_scheduler/
Dtask_traits_unittest.cc83 constexpr TaskTraits right = {TaskPriority::USER_BLOCKING}; in TEST() local
96 constexpr TaskTraits right = {TaskShutdownBehavior::BLOCK_SHUTDOWN}; in TEST() local
110 constexpr TaskTraits right = {}; in TEST() local
122 constexpr TaskTraits right = {MayBlock()}; in TEST() local
137 constexpr TaskTraits right = {}; in TEST() local
149 constexpr TaskTraits right = {WithBaseSyncPrimitives()}; in TEST() local
164 constexpr TaskTraits right = {WithBaseSyncPrimitives(), in TEST() local
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/format/
DPsiUtils.kt32 val right = this.rightParenthesis ?: return false in isLambda() constant
39 val right = this.rightParenthesis ?: return false in KtValueArgumentList() constant
/external/rust/android-crates-io/crates/lz4_flex/src/
Dfastcpy.rs106 let mut right = vec![0u8; left.len()]; localVariable
116 let mut right = vec![0u8; len]; in test_fast_short_slice_copy_edge_cases() localVariable
128 let mut right = vec![0u8; left.len()]; in test_fail2() localVariable
140 let mut right = vec![0u8; left.len()]; in test_fail() localVariable
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp48 float* right, in GetBoundingBox()
109 float right, in FPDFPage_SetMediaBox()
118 float right, in FPDFPage_SetCropBox()
127 float right, in FPDFPage_SetBleedBox()
136 float right, in FPDFPage_SetTrimBox()
145 float right, in FPDFPage_SetArtBox()
154 float* right, in FPDFPage_GetMediaBox()
164 float* right, in FPDFPage_GetCropBox()
174 float* right, in FPDFPage_GetBleedBox()
184 float* right, in FPDFPage_GetTrimBox()
[all …]
/external/pytorch/aten/src/ATen/native/cuda/
DBucketization.cu70 bool right, in searchsorted_cuda_kernel()
88 …uous(Tensor& result, const Tensor& input, const Tensor& boundaries, const bool& right, const Tenso… in searchsorted_cuda_contiguous()
116 bool right, in dispatch()
136 bool right, in searchsorted_out_cuda()
182 bool right, in searchsorted_out_cuda()
194 bool right, in searchsorted_cuda()
208 bool right, in searchsorted_cuda()
215 Tensor& bucketize_out_cuda(const Tensor& self, const Tensor& boundaries, bool out_int32, bool right in bucketize_out_cuda()
221 Tensor bucketize_cuda(const Tensor& self, const Tensor& boundaries, bool out_int32, bool right) { in bucketize_cuda()
229 Tensor bucketize_cuda(const Scalar& self, const Tensor& boundaries, bool out_int32, bool right) { in bucketize_cuda()

12345678910>>...66