HomeSort by relevance Sort by last modified time
    Searched refs:Right (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
left_most_gc_base.h 15 class Right : public A, public B, public GarbageCollected<Right> { }; // Error
18 class DerivedRight : public Right, public Left { }; // Error
19 class DerivedLeft : public Left, public Right { };
  /external/clang/test/CodeGenCXX/
microsoft-abi-multiple-nonvirtual-inheritance.cpp 7 struct Right {
8 virtual void right();
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
16 virtual void right();
68 child->right();
69 // When calling a right base's virtual method, one needs to adjust 'this' at
74 // CHECK: %[[RIGHT:.*]] = bitcast i8* %[[RIGHT_i8]] to %struct.Right*
76 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Right* %[[RIGHT]] to void (%struct.Right*)**
84 void ChildOverride::right() { function in class:ChildOverride
129 void GrandchildOverride::right() { function in class:GrandchildOverride
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 85 LVM_INT32 Right; /* Right sample */
126 Right = *pStSrc++; /* Get the right sample */
137 Right += Mono;
146 HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (Vol_Mult) multiply */
147 LowWord = (Vol_Mult * (Right & 0xffff));
148 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift);
150 *pDst++ = Right;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.cpp 44 return isOpen() ? Down : Right;
52 return isOpen() ? Right : Down;
53 return isOpen() ? Right : Up;
56 return isOpen() ? Up : Right;
59 return Right;
RenderDetailsMarker.h 32 enum Orientation { Up, Down, Left, Right };
  /external/clang/include/clang/AST/
AttrIterator.h 100 specific_attr_iterator Right) {
101 assert((Left.Current == nullptr) == (Right.Current == nullptr));
102 if (Left.Current < Right.Current)
103 Left.AdvanceToNext(Right.Current);
105 Right.AdvanceToNext(Left.Current);
106 return Left.Current == Right.Current;
109 specific_attr_iterator Right) {
110 return !(Left == Right);
  /external/clang/lib/Format/
TokenAnnotator.cpp 148 // categorize it as an unary operator, so set the right type here.
    [all...]
TokenAnnotator.h 128 const FormatToken &Right);
132 bool mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
134 bool canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_view.h 27 Right:(const float)right
video_render_ios_channel.mm 51 const float right,
56 Right:right
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 48 const DiagnosticRecord &Right) {
49 return Left.DiagID < Right.DiagID;
  /external/eigen/lapack/
clarfb.f 40 *> complex M-by-N matrix C, from either the left or the right.
50 *> = 'R': apply H or H**H from the Right
273 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
286 CALL CTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
302 CALL CTRMM( 'Right', 'Lower', 'Conjugate transpose',
330 CALL CTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
344 CALL CTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
361 CALL CTRMM( 'Right', 'Lower', 'Conjugate transpose',
399 CALL CTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
413 CALL CTRMM( 'Right', 'Lower', TRANST, 'Non-unit'
    [all...]
dlarfb.f 40 *> real m by n matrix C, from either the left or the right.
50 *> = 'R': apply H or H**T from the Right
269 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
283 CALL DTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
300 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit',
328 CALL DTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
342 CALL DTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
359 CALL DTRMM( 'Right', 'Lower', 'Transpose', 'Unit',
396 CALL DTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
410 CALL DTRMM( 'Right', 'Lower', TRANST, 'Non-unit'
    [all...]
slarfb.f 40 *> real m by n matrix C, from either the left or the right.
50 *> = 'R': apply H or H**T from the Right
269 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit',
283 CALL STRMM( 'Right', 'Upper', TRANST, 'Non-unit',
300 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit',
328 CALL STRMM( 'Right', 'Lower', 'No transpose', 'Unit',
342 CALL STRMM( 'Right', 'Upper', TRANS, 'Non-unit',
359 CALL STRMM( 'Right', 'Lower', 'Transpose', 'Unit',
396 CALL STRMM( 'Right', 'Upper', 'No transpose', 'Unit',
410 CALL STRMM( 'Right', 'Lower', TRANST, 'Non-unit'
    [all...]
zlarfb.f 40 *> complex M-by-N matrix C, from either the left or the right.
50 *> = 'R': apply H or H**H from the Right
273 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
286 CALL ZTRMM( 'Right', 'Upper', TRANST, 'Non-unit',
303 CALL ZTRMM( 'Right', 'Lower', 'Conjugate transpose',
331 CALL ZTRMM( 'Right', 'Lower', 'No transpose', 'Unit',
345 CALL ZTRMM( 'Right', 'Upper', TRANS, 'Non-unit',
362 CALL ZTRMM( 'Right', 'Lower', 'Conjugate transpose',
400 CALL ZTRMM( 'Right', 'Upper', 'No transpose', 'Unit',
415 CALL ZTRMM( 'Right', 'Lower', TRANST, 'Non-unit'
    [all...]
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 31 '\u201D', // Right double quote
34 '\u00BB'], // Right double angle quote
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 53 (position == 1 ? Slot.Middle : Slot.Right);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 71 // R - right argument
533 template <class Left, class Right>
534 predicate_result equal_impl( Left const& left, Right const& right )
536 return left == right;
541 predicate_result BOOST_TEST_DECL equal_impl( char const* left, char const* right );
542 inline predicate_result equal_impl( char* left, char const* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
543 inline predicate_result equal_impl( char const* left, char* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
    [all...]
  /external/llvm/include/llvm/IR/
CFG.h 204 inline Self& operator+=(int Right) {
205 unsigned new_idx = idx + Right;
211 inline Self operator+(int Right) const {
213 tmp += Right;
217 inline Self& operator-=(int Right) {
218 return operator+=(-Right);
221 inline Self operator-(int Right) const {
222 return operator+(-Right);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 66 template< class Left, class Right >
67 inline bool less_than( const Left& l, const Right& r )
75 template< class Left, class Right >
76 inline bool greater_than( const Left& l, const Right& r )
81 template< class Left, class Right >
82 inline bool less_or_equal_than( const Left& l, const Right& r )
87 template< class Left, class Right >
88 inline bool greater_or_equal_than( const Left& l, const Right& r )
95 template< class Left, class Right >
96 inline bool equal(const Left& l, const Right& r
    [all...]
  /external/chromium_org/v8/src/compiler/
node-matchers.h 108 // right hand sides of a binary operation and can put constants on the right
110 template <typename Left, typename Right>
118 const Right& right() const { return right_; } function in struct:v8::internal::compiler::FINAL
120 bool IsFoldable() const { return left().HasValue() && right().HasValue(); }
121 bool LeftEqualsRight() const { return left().node() == right().node(); }
125 if (left().HasValue() && !right().HasValue()) {
128 node()->ReplaceInput(1, right().node());
133 Right right_
    [all...]
  /external/openfst/src/include/fst/
heap.h 130 // Compute right child of parent
131 int Right(int i) {
164 int r = Right(i);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 122 // compute right child of parent
123 int Right(int i) {
151 int r = Right(i);
  /sdk/build/
windows_sdk_tools.mk 7 # *platform* builds. Right now we are not building any SDK Tools
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 34 /// Right are IR "containers" of some sort which are being
37 virtual void enterContext(Value *Left, Value *Right) = 0;

Completed in 943 milliseconds

1 2 3 4 5 6