Home
last modified time | relevance | path

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

12345678910>>...32

/external/guava/guava/src/com/google/common/collect/
DComparisonChain.java119 @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/
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/ltp/testcases/kernel/fs/dmapi/
Dright.c847 dm_right_t right; in DoTest() local
864 dm_right_t right; in DoTest() local
882 dm_right_t right; in DoTest() local
899 dm_right_t right; in DoTest() local
933 dm_right_t right; in DoTest() local
950 dm_right_t right; in DoTest() local
1000 dm_right_t right; in DoTest() local
1049 dm_right_t right; in DoTest() local
1066 dm_right_t right; in DoTest() local
1086 dm_right_t right; in DoTest() local
[all …]
/external/skia/src/core/
DSkTSort.h120 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/
DPair.java23 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/
DCanvasStateHelpers.cpp17 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()
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { 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/v8/src/crankshaft/arm64/
Dlithium-arm64.h540 LAddE(LOperand* left, LOperand* right) { in LAddE()
546 LOperand* right() { return inputs_[1]; } in right() function
555 LAddI(LOperand* left, LOperand* right) in LAddI()
561 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LAddI()
568 LOperand* right() { return inputs_[1]; } in right() function
584 LAddS(LOperand* left, LOperand* right) { in LAddS()
590 LOperand* right() { return inputs_[1]; } in right() function
688 LOperand* right) in LArithmeticD()
696 LOperand* right() { return inputs_[1]; } in right() function
712 LOperand* right) in LArithmeticT()
[all …]
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.cc123 const float right, in AddIncomingRenderStream()
160 float& right, in GetIncomingRenderStreamProperties()
231 const float right, in SetStreamCropping()
241 const float right, in ConfigureRenderer()
260 const float right, in SetText()
271 const float right, in SetBitmap()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h621 LOperand* right) { in LModI()
627 LOperand* right() { return inputs_[1]; } in right() function
743 LMulS(LOperand* left, LOperand* right) { in LMulS()
749 LOperand* right() { return inputs_[1]; } in right() function
758 LMulI(LOperand* left, LOperand* right) { in LMulI()
764 LOperand* right() { return inputs_[1]; } in right() function
797 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
803 LOperand* right() { return inputs_[1]; } in right() function
952 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
958 LOperand* right() { return inputs_[1]; } in right() function
[all …]
/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc46 const float right, in AddIncomingRenderStream()
65 float& right, in GetIncomingRenderStreamProperties()
137 const float right, in SetStreamCropping()
149 const float right, in ConfigureRenderer()
171 const float right, in SetText()
183 const float right, in SetBitmap()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp29 float right, in SetBoundingBox()
42 float* right, in GetBoundingBox()
60 float right, in FPDFPage_SetMediaBox()
72 float right, in FPDFPage_SetCropBox()
84 float* right, in FPDFPage_GetMediaBox()
93 float* right, in FPDFPage_GetCropBox()
221 float right, in FPDF_CreateClipPath()
/external/eigen/unsupported/test/
Dcxx11_tensor_concatenation.cpp20 Tensor<int, 3, DataLayout> right(3, 3, 1); in test_dimension_failures() local
40 Tensor<int, 3, DataLayout> right(2, 3, 1); in test_static_dimension_failure() local
60 Tensor<int, 3, DataLayout> right(2, 3, 1); in test_simple_concatenation() local
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc92 const float right, in AddIncomingRenderStream()
130 float& right, in GetIncomingRenderStreamProperties()
240 const float right, in SetStreamCropping()
261 const float right, in ConfigureRenderer()
301 const float right, in SetText()
322 const float right, const float bottom) in SetBitmap()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DStateCluster.java35 public NFAState right; field in StateCluster
37 public StateCluster(NFAState left, NFAState right) { in StateCluster()
/external/javassist/src/main/javassist/compiler/ast/
DDoubleConst.java44 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()
DIntConst.java44 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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DNFAFactory.java120 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/apache-xml/src/main/java/org/apache/xpath/operations/
DEquals.java45 public XObject operate(XObject left, XObject right) in operate()
66 XObject right = m_right.execute(xctxt, true); in bool() local
/external/v8/src/crankshaft/s390/
Dlithium-s390.h583 LModI(LOperand* left, LOperand* right) { in LModI()
589 LOperand* right() { return inputs_[1]; } in right() function
696 LMulI(LOperand* left, LOperand* right) { in LMulI()
702 LOperand* right() { return inputs_[1]; } in right() function
749 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
755 LOperand* right() { return inputs_[1]; } in right() function
879 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
885 LOperand* right() { return inputs_[1]; } in right() function
948 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch()
956 LOperand* right() { return inputs_[2]; } in right() function
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-arm.h619 LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) { in LModI()
627 LOperand* right() { return inputs_[1]; } in right() function
747 LMulI(LOperand* left, LOperand* right) { in LMulI()
753 LOperand* right() { return inputs_[1]; } in right() function
804 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
810 LOperand* right() { return inputs_[1]; } in right() function
955 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
961 LOperand* right() { return inputs_[1]; } in right() function
1033 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch()
1041 LOperand* right() { return inputs_[2]; } in right() function
[all …]
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h609 LModI(LOperand* left, LOperand* right) { in LModI()
615 LOperand* right() { return inputs_[1]; } in right() function
729 LMulI(LOperand* left, LOperand* right) { in LMulI()
735 LOperand* right() { return inputs_[1]; } in right() function
786 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
792 LOperand* right() { return inputs_[1]; } in right() function
949 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
955 LOperand* right() { return inputs_[1]; } in right() function
1023 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch()
1031 LOperand* right() { return inputs_[2]; } in right() function
[all …]
/external/skia/src/sksl/
DSkSLParser.cpp1237 std::unique_ptr<ASTExpression> right = this->assignmentExpression(); in assignmentExpression() local
1282 std::unique_ptr<ASTExpression> right = this->logicalXorExpression(); in logicalOrExpression() local
1299 std::unique_ptr<ASTExpression> right = this->logicalAndExpression(); in logicalXorExpression() local
1316 std::unique_ptr<ASTExpression> right = this->bitwiseOrExpression(); in logicalAndExpression() local
1333 std::unique_ptr<ASTExpression> right = this->bitwiseXorExpression(); in bitwiseOrExpression() local
1350 std::unique_ptr<ASTExpression> right = this->bitwiseAndExpression(); in bitwiseXorExpression() local
1367 std::unique_ptr<ASTExpression> right = this->equalityExpression(); in bitwiseAndExpression() local
1387 std::unique_ptr<ASTExpression> right = this->relationalExpression(); in equalityExpression() local
1413 std::unique_ptr<ASTExpression> right = this->shiftExpression(); in relationalExpression() local
1437 std::unique_ptr<ASTExpression> right = this->additiveExpression(); in shiftExpression() local
[all …]
/external/v8/src/crankshaft/mips/
Dlithium-mips.h618 LOperand* right) { in LModI()
624 LOperand* right() { return inputs_[1]; } in right() function
740 LMulI(LOperand* left, LOperand* right) { in LMulI()
746 LOperand* right() { return inputs_[1]; } in right() function
779 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
785 LOperand* right() { return inputs_[1]; } in right() function
934 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
940 LOperand* right() { return inputs_[1]; } in right() function
1012 LStringCompareAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LStringCompareAndBranch()
1020 LOperand* right() { return inputs_[2]; } in right() function
[all …]
/external/v8/src/crankshaft/x64/
Dlithium-x64.h632 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI()
639 LOperand* right() { return inputs_[1]; } in right() function
773 LMulI(LOperand* left, LOperand* right) { in LMulI()
779 LOperand* right() { return inputs_[1]; } in right() function
788 LCompareNumericAndBranch(LOperand* left, LOperand* right) { in LCompareNumericAndBranch()
794 LOperand* right() { return inputs_[1]; } in right() function
958 LCmpObjectEqAndBranch(LOperand* left, LOperand* right) { in LCmpObjectEqAndBranch()
964 LOperand* right() { return inputs_[1]; } in right() function
1037 LOperand* right) { in LStringCompareAndBranch()
1045 LOperand* right() { return inputs_[2]; } in right() function
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java14 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()

12345678910>>...32