| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/assign/ | 
| D | assign.U.pass.cpp | 105     std::expected<Traced, int> e1(std::in_place, oldState, 5);  in test()  local 121     std::expected<Traced, int> e1(std::in_place, oldState, 5);  in test()  local 143     std::expected<MoveThrowConvNoexcept, BothMayThrow> e1(std::unexpect, oldState, 5);  in test()  local 169     std::expected<MoveThrowConvNoexcept, BothMayThrow> e1(std::unexpect, oldState, 5);  in test()  local 195     std::expected<MoveNoexceptConvThrow, BothMayThrow> e1(std::unexpect, oldState, 5);  in test()  local 223     std::expected<MoveNoexceptConvThrow, BothMayThrow> e1(std::unexpect, oldState, 5);  in test()  local 255     std::expected<BothMayThrow, TracedNoexcept> e1(std::unexpect, oldState, 5);  in test()  local 287     std::expected<BothMayThrow, TracedNoexcept> e1(std::unexpect, oldState, 5);  in test()  local 321   std::expected<ThrowOnConvert, int> e1(std::unexpect, 5);  in testException()  local
  | 
| D | assign.move.pass.cpp | 110     std::expected<Traced, int> e1(std::in_place, oldState, 5);  in test()  local 138     std::expected<TracedNoexcept, Traced> e1(std::in_place, oldState, 5);  in test()  local 168     std::expected<Traced, TracedNoexcept> e1(std::in_place, oldState, 5);  in test()  local 203     std::expected<Traced, TracedNoexcept> e1(std::unexpect, oldState, 5);  in test()  local 232     std::expected<TracedNoexcept, Traced> e1(std::unexpect, oldState, 5);  in test()  local 254     std::expected<int, Traced> e1(std::unexpect, oldState, 5);  in test()  local 271     std::expected<ThrowOnMoveConstruct, int> e1(std::unexpect, 5);  in testException()  local 284     std::expected<int, ThrowOnMoveConstruct> e1(5);  in testException()  local
  | 
| D | assign.copy.pass.cpp | 89     std::expected<Traced, int> e1(std::in_place, oldState, 5);  in test()  local 117     std::expected<TracedNoexcept, Traced> e1(std::in_place, oldState, 5);  in test()  local 147     std::expected<Traced, TracedNoexcept> e1(std::in_place, oldState, 5);  in test()  local 183     std::expected<Traced, TracedNoexcept> e1(std::unexpect, oldState, 5);  in test()  local 213     std::expected<TracedNoexcept, Traced> e1(std::unexpect, oldState, 5);  in test()  local 236     std::expected<int, Traced> e1(std::unexpect, oldState, 5);  in test()  local 260     std::expected<ThrowOnCopyMoveMayThrow, int> e1(std::unexpect, 5);  in testException()  local 273     std::expected<int, ThrowOnCopyMoveMayThrow> e1(5);  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/ctor/ | 
| D | ctor.copy.pass.cpp | 67     const std::expected<CopyableNonTrivial, int> e1(5);  in test()  local 75     const std::expected<int, CopyableNonTrivial> e1(std::unexpect, 5);  in test()  local 83     const std::expected<int, int> e1(5);  in test()  local 91     const std::expected<int, int> e1(std::unexpect, 5);  in test()  local 110     const std::expected<Throwing, int> e1;  in testException()  local 120     const std::expected<int, Throwing> e1(std::unexpect);  in testException()  local
  | 
| D | ctor.move.pass.cpp | 80     std::expected<MovableNonTrivial, int> e1(5);  in test()  local 90     std::expected<int, MovableNonTrivial> e1(std::unexpect, 5);  in test()  local 100     std::expected<int, int> e1(5);  in test()  local 109     std::expected<int, int> e1(std::unexpect, 5);  in test()  local 129     std::expected<Throwing, int> e1;  in testException()  local 139     std::expected<int, Throwing> e1(std::unexpect);  in testException()  local
  | 
| D | ctor.convert.move.pass.cpp | 145     std::expected<MoveOnly, int> e1(5);  in test()  local 155     std::expected<int, MoveOnly> e1(std::unexpect, 5);  in test()  local 176     const std::expected<int, int> e1;  in testException()  local 186     const std::expected<int, int> e1(std::unexpect);  in testException()  local
  | 
| D | ctor.convert.copy.pass.cpp | 146     const std::expected<int, int> e1(5);  in test()  local 156     const std::expected<int, int> e1(std::unexpect, 5);  in test()  local 177     const std::expected<int, int> e1;  in testException()  local 187     const std::expected<int, int> e1(std::unexpect);  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/swap/ | 
| D | member.swap.pass.cpp | 128     std::expected<TrackedMove<true>, TrackedMove<true>> e1(std::in_place, 5);  in test()  local 147     std::expected<TrackedMove<true>, TrackedMove<false>> e1(std::in_place, 5);  in test()  local 166     std::expected<TrackedMove<true>, TrackedMove<true>> e1(std::unexpect, 10);  in test()  local 185     std::expected<TrackedMove<true>, TrackedMove<false>> e1(std::unexpect, 10);  in test()  local 208     std::expected<ThrowOnMoveConstruct, int> e1(std::unexpect, 5);  in testException()  local 221     std::expected<int, ThrowOnMoveConstruct> e1(5);  in testException()  local
  | 
| D | free.swap.pass.cpp | 112     std::expected<TrackedMove<true>, TrackedMove<true>> e1(std::in_place, 5);  in test()  local 131     std::expected<TrackedMove<true>, TrackedMove<false>> e1(std::in_place, 5);  in test()  local 150     std::expected<TrackedMove<true>, TrackedMove<true>> e1(std::unexpect, 10);  in test()  local 169     std::expected<TrackedMove<true>, TrackedMove<false>> e1(std::unexpect, 10);  in test()  local 192     std::expected<ThrowOnMoveConstruct, int> e1(std::unexpect, 5);  in testException()  local 205     std::expected<int, ThrowOnMoveConstruct> e1(5);  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.void/assign/ | 
| D | assign.copy.pass.cpp | 56     std::expected<void, int> e1;  in test()  local 67     std::expected<void, Traced> e1;  in test()  local 81     std::expected<void, Traced> e1(std::unexpect, state, 5);  in test()  local 94     std::expected<void, Traced> e1(std::unexpect, state, 5);  in test()  local 110   std::expected<void, ThrowOnCopyConstruct> e1(std::in_place);  in testException()  local
  | 
| D | assign.move.pass.cpp | 79     std::expected<void, int> e1;  in test()  local 92     std::expected<void, Traced> e1;  in test()  local 106     std::expected<void, Traced> e1(std::unexpect, state, 5);  in test()  local 119     std::expected<void, Traced> e1(std::unexpect, state, 5);  in test()  local 135   std::expected<void, ThrowOnMoveConstruct> e1(std::in_place);  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.void/equality/ | 
| D | equality.other_expected.pass.cpp | 37     const std::expected<void, int> e1;  in test()  local 44     const std::expected<void, int> e1(std::unexpect, 5);  in test()  local 51     const std::expected<void, int> e1;  in test()  local 60     const std::expected<void, int> e1(std::unexpect, 5);  in test()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/equality/ | 
| D | equality.other_expected.pass.cpp | 37     const std::expected<int, int> e1(5);  in test()  local 46     const std::expected<int, int> e1(std::unexpect, 5);  in test()  local 55     const std::expected<int, int> e1(5);  in test()  local 64     const std::expected<int, int> e1(std::unexpect, 5);  in test()  local
  | 
| /external/parameter-framework/asio-1.10.6/include/asio/generic/ | 
| D | basic_endpoint.hpp | 131   friend bool operator==(const basic_endpoint<Protocol>& e1,  in operator ==() 138   friend bool operator!=(const basic_endpoint<Protocol>& e1,  in operator !=() 145   friend bool operator<(const basic_endpoint<Protocol>& e1,  in operator <() 152   friend bool operator>(const basic_endpoint<Protocol>& e1,  in operator >() 159   friend bool operator<=(const basic_endpoint<Protocol>& e1,  in operator <=() 166   friend bool operator>=(const basic_endpoint<Protocol>& e1,  in operator >=()
  | 
| /external/guava/android/guava/src/com/google/common/collect/ | 
| D | ImmutableSortedMultisetFauxverideShim.java | 80   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) {  in of() 95   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) {  in of() 110   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) {  in of() 126   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) {  in of() 143       E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {  in of()
  | 
| D | ImmutableSortedSetFauxverideShim.java | 95   public static <E> ImmutableSortedSet<E> of(E e1, E e2) {  in of() 110   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) {  in of() 125   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) {  in of() 140   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) {  in of() 156   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {  in of()
  | 
| /external/selinux/libsepol/src/ | 
| D | ebitmap.c | 18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2)  in ebitmap_or() 61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1)  in ebitmap_union() 74 int ebitmap_and(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2)  in ebitmap_and() 117 int ebitmap_xor(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2)  in ebitmap_xor() 167 int ebitmap_not(ebitmap_t *dst, const ebitmap_t *e1, unsigned int maxbit)  in ebitmap_not() 216 int ebitmap_andnot(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2, unsigned int maxbit)  in ebitmap_andnot() 231 unsigned int ebitmap_cardinality(const ebitmap_t *e1)  in ebitmap_cardinality() 242 int ebitmap_hamming_distance(const ebitmap_t * e1, const ebitmap_t * e2)  in ebitmap_hamming_distance() 257 int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2)  in ebitmap_cmp() 307 int ebitmap_contains(const ebitmap_t * e1, const ebitmap_t * e2)  in ebitmap_contains() [all …] 
 | 
| /external/guava/guava/src/com/google/common/collect/ | 
| D | ImmutableList.java | 108   public static <E> ImmutableList<E> of(E e1, E e2) {  in of() 117   public static <E> ImmutableList<E> of(E e1, E e2, E e3) {  in of() 126   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) {  in of() 135   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) {  in of() 144   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) {  in of() 153   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) {  in of() 162   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) {  in of() 171   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) {  in of() 181       E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) {  in of() 191       E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) {  in of() [all …] 
 | 
| D | ImmutableSortedSetFauxverideShim.java | 110   public static <E> ImmutableSortedSet<E> of(E e1, E e2) {  in of() 125   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) {  in of() 140   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) {  in of() 155   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) {  in of() 171   public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {  in of()
  | 
| D | ImmutableSortedMultisetFauxverideShim.java | 117   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) {  in of() 132   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) {  in of() 147   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) {  in of() 163   public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) {  in of() 180       E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {  in of()
  | 
| /external/parameter-framework/asio-1.10.6/include/asio/ip/ | 
| D | basic_endpoint.hpp | 175   friend bool operator==(const basic_endpoint<InternetProtocol>& e1,  in operator ==() 182   friend bool operator!=(const basic_endpoint<InternetProtocol>& e1,  in operator !=() 189   friend bool operator<(const basic_endpoint<InternetProtocol>& e1,  in operator <() 196   friend bool operator>(const basic_endpoint<InternetProtocol>& e1,  in operator >() 203   friend bool operator<=(const basic_endpoint<InternetProtocol>& e1,  in operator <=() 210   friend bool operator>=(const basic_endpoint<InternetProtocol>& e1,  in operator >=()
  | 
| /external/parameter-framework/asio-1.10.6/include/asio/local/ | 
| D | basic_endpoint.hpp | 148   friend bool operator==(const basic_endpoint<Protocol>& e1,  in operator ==() 155   friend bool operator!=(const basic_endpoint<Protocol>& e1,  in operator !=() 162   friend bool operator<(const basic_endpoint<Protocol>& e1,  in operator <() 169   friend bool operator>(const basic_endpoint<Protocol>& e1,  in operator >() 176   friend bool operator<=(const basic_endpoint<Protocol>& e1,  in operator <=() 183   friend bool operator>=(const basic_endpoint<Protocol>& e1,  in operator >=()
  | 
| /external/toybox/kconfig/ | 
| D | expr.c | 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)  in expr_alloc_two() 53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2)  in expr_alloc_and() 60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2)  in expr_alloc_or() 132 #define e1 (*ep1)  macro 194 int expr_eq(struct expr *e1, struct expr *e2)  in expr_eq() 351 struct expr *expr_join_or(struct expr *e1, struct expr *e2)  in expr_join_or() 415 struct expr *expr_join_and(struct expr *e1, struct expr *e2)  in expr_join_and() 511 #define e1 (*ep1)  in expr_eliminate_dups1()  macro 563 #define e1 (*ep1)  in expr_eliminate_dups2()  macro 855 #define e1 (*ep1)  in expr_extract_eq()  macro [all …] 
 | 
| /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ | 
| D | ImmutableList.java | 61   public static <E> ImmutableList<E> of(E e1, E e2) {  in of() 65   public static <E> ImmutableList<E> of(E e1, E e2, E e3) {  in of() 69   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) {  in of() 73   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) {  in of() 77   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) {  in of() 81   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) {  in of() 86   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) {  in of() 91   public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) {  in of() 97       E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) {  in of() 103       E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) {  in of() [all …] 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.void/swap/ | 
| D | free.swap.pass.cpp | 93     std::expected<void, Traced> e1(std::in_place);  in test()  local 109     std::expected<void, Traced> e1(std::unexpect, s, 10);  in test()  local 130     std::expected<void, ThrowOnMove> e1(std::unexpect, e1Destroyed);  in testException()  local 145     std::expected<void, ThrowOnMove> e1(std::in_place);  in testException()  local
  |