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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/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/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
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 88 LVM_INT32 Right; /* Right sample */
129 Right = *pStSrc++; /* Get the right sample */
140 Right += Mono;
149 HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (Vol_Mult) multiply */
150 LowWord = (Vol_Mult * (Right & 0xffff));
151 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift);
153 *pDst++ = Right;
    [all...]
  /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);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /external/pdfium/xfa/fwl/
fwl_widgethit.h 15 Right,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 54 RED_BLACK_TREE_NODE *Right;
218 Node = (Result < 0) ? Node->Left : Node->Right;
281 while (Node->Right != NULL) {
282 Node = Node->Right;
316 // If Node has a right subtree, then the successor is the minimum node of
319 Walk = Node->Right;
328 // Otherwise we have to ascend as long as we're our parent's right child (ie.
333 while (Walk != NULL && Child == Walk->Right) {
374 while (Walk->Right != NULL) {
375 Walk = Walk->Right;
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 199 // categorize it as an unary operator, so set the right type here.
    [all...]
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.h 27 Right:(const float)right

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>