/external/iptables/extensions/ |
libxt_CHECKSUM.t | 1 :PREROUTING,FORWARD,POSTROUTING
|
libxt_standard.t | 1 :INPUT,FORWARD,OUTPUT
|
libip6t_eui64.t | 4 :INPUT,FORWARD
|
libxt_CONNSECMARK.t | 1 :PREROUTING,FORWARD,OUTPUT,POSTROUTING
|
libxt_SET.t | 1 :INPUT,FORWARD,OUTPUT
|
libxt_u32.t | 1 :INPUT,FORWARD,OUTPUT
|
/external/clang/test/SemaObjC/ |
forward-class-receiver.m | 4 + new; // expected-note {{method 'new' is used for the forward class}} 8 @class NotKnown; // expected-note{{forward declaration of class here}} 12 [NotKnown new]; /* expected-warning {{receiver 'NotKnown' is a forward class and corresponding}} */
|
/external/libcxx/test/support/ |
is_transparent.h | 22 noexcept(noexcept(std::forward<T>(t) < std::forward<U>(u))) 23 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less::std 24 { return std::forward<T>(t) < std::forward<U>(u); } 32 noexcept(noexcept(std::forward<T>(t) < std::forward<U>(u))) 33 -> decltype (std::forward<T>(t) < std::forward<U>(u) function in class:transparent_less_not_referenceable::std 43 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_no_type::std 54 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_private::std 65 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_not_a_type::std [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/ |
is_transparent.h | 22 noexcept(noexcept(std::forward<T>(t) < std::forward<U>(u))) 23 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less::std 24 { return std::forward<T>(t) < std::forward<U>(u); } 32 noexcept(noexcept(std::forward<T>(t) < std::forward<U>(u))) 33 -> decltype (std::forward<T>(t) < std::forward<U>(u) function in class:transparent_less_not_referenceable::std 43 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_no_type::std 54 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_private::std 65 -> decltype (std::forward<T>(t) < std::forward<U>(u)) function in class:transparent_less_not_a_type::std [all...] |
/external/guava/guava/src/com/google/common/collect/ |
DescendingImmutableSortedMultiset.java | 26 private final transient ImmutableSortedMultiset<E> forward; field in class:DescendingImmutableSortedMultiset 28 DescendingImmutableSortedMultiset(ImmutableSortedMultiset<E> forward) { 29 this.forward = forward; 34 return forward.count(element); 39 return forward.lastEntry(); 44 return forward.firstEntry(); 49 return forward.size(); 54 return forward.elementSet().descendingSet(); 59 return forward.entrySet().asList().reverse().get(index) [all...] |
DescendingImmutableSortedSet.java | 29 private final ImmutableSortedSet<E> forward; field in class:DescendingImmutableSortedSet 31 DescendingImmutableSortedSet(ImmutableSortedSet<E> forward) { 32 super(Ordering.from(forward.comparator()).reverse()); 33 this.forward = forward; 38 return forward.size(); 43 return forward.descendingIterator(); 48 return forward.tailSet(toElement, inclusive).descendingSet(); 54 return forward.subSet(toElement, toInclusive, fromElement, fromInclusive).descendingSet(); 59 return forward.headSet(fromElement, inclusive).descendingSet() [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingBlockingDequeTest.java | 28 private BlockingDeque<String> forward; field in class:ForwardingBlockingDequeTest 39 forward = new ForwardingBlockingDeque<String>() { 47 forward.remainingCapacity(); 52 forward.putFirst("asf"); 57 forward.putFirst("asf"); 62 forward.offerFirst("asf", 2L, TimeUnit.SECONDS); 67 forward.offerLast("asf", 2L, TimeUnit.SECONDS); 72 forward.takeFirst(); 77 forward.takeLast(); 82 forward.pollFirst(2L, TimeUnit.SECONDS) [all...] |
ForwardingListIteratorTest.java | 28 private ForwardingListIterator<String> forward; field in class:ForwardingListIteratorTest 39 forward = new ForwardingListIterator<String>() { 47 forward.add("asdf"); 52 forward.hasNext(); 57 forward.hasPrevious(); 62 forward.next(); 67 forward.nextIndex(); 72 forward.previous(); 77 forward.previousIndex(); 82 forward.remove() [all...] |
/external/python/cpython2/Demo/turtle/ |
tdemo_peace.py | 28 forward(640) 32 forward(66) 42 forward(340) 45 forward(170) 48 forward(170) 53 forward(170)
|
/external/python/cpython3/Lib/turtledemo/ |
peace.py | 28 forward(640) 32 forward(66) 42 forward(340) 45 forward(170) 48 forward(170) 53 forward(170)
|
/external/clang/test/Sema/ |
cast-incomplete.c | 4 enum x; // expected-note {{forward declaration}} 5 extern struct y a; // expected-note {{forward declaration}} 6 extern union z b; // expected-note 2 {{forward declaration}}
|
/external/python/cpython3/Doc/includes/ |
turtle-star.py | 5 forward(200)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
2002-08-19-FunctionPointer.ll | 3 @fptr = global void ()* @f ;; Forward ref method defn
|
/external/tcpdump/tests/ |
loopback.out | 1 Loopback, skipCount 0, Forward Data, forwarding address aa:00:04:00:1d:04, data (44 octets) 3 Loopback, skipCount 0, Forward Data, forwarding address aa:00:04:00:6a:04, data (60 octets) 4 Loopback, skipCount 8, Forward Data, forwarding address aa:00:04:00:69:04, data (52 octets) 5 Loopback, skipCount 16, Forward Data, forwarding address aa:00:04:00:1d:04, data (44 octets)
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
tocopt6b.s | 8 forward g2, in23
|
/external/libcxx/test/std/utilities/utility/forward/ |
forward.pass.cpp | 12 // test forward 32 return std::forward<int&>(x) == 42 33 && std::forward<int>(x) == 42 34 && std::forward<const int&>(x) == 42 35 && std::forward<const int>(x) == 42 36 && std::forward<int&&>(x) == 42 37 && std::forward<const int&&>(x) == 42 38 && std::forward<const int&>(cx) == 101 39 && std::forward<const int>(cx) == 101; 53 static_assert(std::is_same<decltype(std::forward<A&>(a)), A&>::value, "") [all...] |
forward.fail.cpp | 10 // test forward 27 std::forward<A&>(source()); // expected-note {{requested here}} 28 // expected-error-re@type_traits:* 1 {{static_assert failed{{.*}} "can not forward an rvalue as an lvalue"}} 32 std::forward<A&>(source()); // expected-error {{no matching function for call to 'forward'}} 37 std::forward<A&>(ca); // expected-error {{no matching function for call to 'forward'}} 40 std::forward<A&>(csource()); // expected-error {{no matching function for call to 'forward'}} 44 std::forward<A>(ca); // expected-error {{no matching function for call to 'forward'} [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/forward/ |
forward.pass.cpp | 12 // test forward 32 return std::forward<int&>(x) == 42 33 && std::forward<int>(x) == 42 34 && std::forward<const int&>(x) == 42 35 && std::forward<const int>(x) == 42 36 && std::forward<int&&>(x) == 42 37 && std::forward<const int&&>(x) == 42 38 && std::forward<const int&>(cx) == 101 39 && std::forward<const int>(cx) == 101; 53 static_assert(std::is_same<decltype(std::forward<A&>(a)), A&>::value, "") [all...] |
forward.fail.cpp | 10 // test forward 27 std::forward<A&>(source()); // expected-note {{requested here}} 28 // expected-error@type_traits:* 1 {{static_assert failed "can not forward an rvalue as an lvalue"}} 32 std::forward<A&>(source()); // expected-error {{no matching function for call to 'forward'}} 37 std::forward<A&>(ca); // expected-error {{no matching function for call to 'forward'}} 40 std::forward<A&>(csource()); // expected-error {{no matching function for call to 'forward'}} 44 std::forward<A>(ca); // expected-error {{no matching function for call to 'forward'} [all...] |
/external/clang/test/CXX/class/class.static/class.static.data/ |
p2.cpp | 5 static inline struct B b; // expected-error {{incomplete type}} expected-note {{forward decl}} 6 static inline struct C c = {}; // expected-error {{incomplete type}} expected-note {{forward decl}}
|