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

1 2 3 4 5

  /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 { };
  /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/darwin-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 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);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, 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...]
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.h 25 Right,
  /external/pdfium/xfa/fwl/
fwl_widgethit.h 15 Right,
  /external/python/cpython3/Lib/test/
test_compare.py 63 class Right:
65 calls.append('Right.__eq__')
68 calls.append('Right.__ne__')
70 Left() != Right()
71 self.assertSequenceEqual(calls, ['Left.__eq__', 'Right.__ne__'])
  /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...]
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 80 Right
103 boolean right = false;
112 case Right:
113 right = true;
134 if (right) {
136 button.setText("right");
258 t2.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.c 126 INTN Right;
130 Right = sizeof (DhcpOptionFormats) / sizeof (DHCP_OPTION_FORMAT) - 1;
132 while (Right >= Left) {
133 Middle = (Left + Right) / 2;
140 Right = Middle - 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Input.c 254 Trim the data, SYN and FIN to fit into the window defined by Left and Right.
258 @param Right The sequence number of the window's right edge.
265 IN TCP_SEQNO Right
278 if (TCP_SEQ_LEQ (Seg->End, Left) || TCP_SEQ_LEQ (Right, Seg->Seq)) {
323 if (TCP_SEQ_GT (Seg->End, Right)) {
325 Drop = TCP_SUB_SEQ (Seg->End, Right);
326 Seg->End = Right;
704 TCP_SEQNO Right;
1163 Right = Seg->Ack + Seg->Wnd;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpInput.c 278 Trim the data; SYN and FIN to fit into the window defined by Left and Right.
282 @param[in] Right The sequence number of the window's right edge.
289 IN TCP_SEQNO Right
302 if (TCP_SEQ_LEQ (Seg->End, Left) || TCP_SEQ_LEQ (Right, Seg->Seq)) {
347 if (TCP_SEQ_GT (Seg->End, Right)) {
349 Drop = TCP_SUB_SEQ (Seg->End, Right);
350 Seg->End = Right;
738 TCP_SEQNO Right;
1276 Right = Seg->Ack + Seg->Wnd;
    [all...]

Completed in 2365 milliseconds

1 2 3 4 5