| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/assign/ | 
| D | assign.move.pass.cpp | 111     std::expected<Traced, int> e2(std::in_place, newState, 10);  in test()  local 139     std::expected<TracedNoexcept, Traced> e2(std::unexpect, newState, 10);  in test()  local 169     std::expected<Traced, TracedNoexcept> e2(std::unexpect, newState, 10);  in test()  local 204     std::expected<Traced, TracedNoexcept> e2(std::in_place, newState, 10);  in test()  local 233     std::expected<TracedNoexcept, Traced> e2(std::in_place, newState, 10);  in test()  local 255     std::expected<int, Traced> e2(std::unexpect, newState, 10);  in test()  local 272     std::expected<ThrowOnMoveConstruct, int> e2(std::in_place);  in testException()  local 285     std::expected<int, ThrowOnMoveConstruct> e2(std::unexpect);  in testException()  local
  | 
| D | assign.copy.pass.cpp | 90     const std::expected<Traced, int> e2(std::in_place, newState, 10);  in test()  local 118     const std::expected<TracedNoexcept, Traced> e2(std::unexpect, newState, 10);  in test()  local 148     const std::expected<Traced, TracedNoexcept> e2(std::unexpect, newState, 10);  in test()  local 184     const std::expected<Traced, TracedNoexcept> e2(std::in_place, newState, 10);  in test()  local 214     const std::expected<TracedNoexcept, Traced> e2(std::in_place, newState, 10);  in test()  local 237     const std::expected<int, Traced> e2(std::unexpect, newState, 10);  in test()  local 261     const std::expected<ThrowOnCopyMoveMayThrow, int> e2(std::in_place);  in testException()  local 274     const std::expected<int, ThrowOnCopyMoveMayThrow> e2(std::unexpect);  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/ctor/ | 
| D | ctor.copy.pass.cpp | 68     auto e2 = e1;  in test()  local 76     auto e2 = e1;  in test()  local 84     auto e2 = e1;  in test()  local 92     auto e2 = e1;  in test()  local 112       [[maybe_unused]] auto e2 = e1;  in testException()  local 122       [[maybe_unused]] auto e2 = e1;  in testException()  local
  | 
| D | ctor.move.pass.cpp | 81     auto e2 = std::move(e1);  in test()  local 91     auto e2 = std::move(e1);  in test()  local 101     auto e2 = std::move(e1);  in test()  local 110     auto e2 = std::move(e1);  in test()  local 131       [[maybe_unused]] auto e2 = std::move(e1);  in testException()  local 141       [[maybe_unused]] auto e2 = std::move(e1);  in testException()  local
  | 
| D | ctor.convert.move.pass.cpp | 146     std::expected<Data, int> e2 = std::move(e1);  in test()  local 156     std::expected<int, Data> e2 = std::move(e1);  in test()  local 178       [[maybe_unused]] std::expected<ThrowingInt, int> e2 = e1;  in testException()  local 188       [[maybe_unused]] std::expected<int, ThrowingInt> e2 = e1;  in testException()  local
  | 
| D | ctor.convert.copy.pass.cpp | 147     std::expected<Data, int> e2 = e1;  in test()  local 157     std::expected<int, Data> e2 = e1;  in test()  local 179       [[maybe_unused]] std::expected<ThrowingInt, int> e2 = e1;  in testException()  local 189       [[maybe_unused]] std::expected<int, ThrowingInt> e2 = e1;  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/swap/ | 
| D | member.swap.pass.cpp | 129     std::expected<TrackedMove<true>, TrackedMove<true>> e2(std::unexpect, 10);  in test()  local 148     std::expected<TrackedMove<true>, TrackedMove<false>> e2(std::unexpect, 10);  in test()  local 167     std::expected<TrackedMove<true>, TrackedMove<true>> e2(std::in_place, 5);  in test()  local 186     std::expected<TrackedMove<true>, TrackedMove<false>> e2(std::in_place, 5);  in test()  local 209     std::expected<ThrowOnMoveConstruct, int> e2(std::in_place);  in testException()  local 222     std::expected<int, ThrowOnMoveConstruct> e2(std::unexpect);  in testException()  local
  | 
| D | free.swap.pass.cpp | 113     std::expected<TrackedMove<true>, TrackedMove<true>> e2(std::unexpect, 10);  in test()  local 132     std::expected<TrackedMove<true>, TrackedMove<false>> e2(std::unexpect, 10);  in test()  local 151     std::expected<TrackedMove<true>, TrackedMove<true>> e2(std::in_place, 5);  in test()  local 170     std::expected<TrackedMove<true>, TrackedMove<false>> e2(std::in_place, 5);  in test()  local 193     std::expected<ThrowOnMoveConstruct, int> e2(std::in_place);  in testException()  local 206     std::expected<int, ThrowOnMoveConstruct> e2(std::unexpect);  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.void/assign/ | 
| D | assign.copy.pass.cpp | 57     std::expected<void, int> e2;  in test()  local 68     std::expected<void, Traced> e2(std::unexpect, state, 5);  in test()  local 82     std::expected<void, Traced> e2;  in test()  local 95     std::expected<void, Traced> e2(std::unexpect, state, 10);  in test()  local 111   std::expected<void, ThrowOnCopyConstruct> e2(std::unexpect);  in testException()  local
  | 
| D | assign.move.pass.cpp | 80     std::expected<void, int> e2;  in test()  local 93     std::expected<void, Traced> e2(std::unexpect, state, 5);  in test()  local 107     std::expected<void, Traced> e2;  in test()  local 120     std::expected<void, Traced> e2(std::unexpect, state, 10);  in test()  local 136   std::expected<void, ThrowOnMoveConstruct> e2(std::unexpect);  in testException()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.void/equality/ | 
| D | equality.other_expected.pass.cpp | 38     const std::expected<void, int> e2;  in test()  local 45     const std::expected<void, int> e2;  in test()  local 52     const std::expected<void, int> e2(std::unexpect, 10);  in test()  local 61     const std::expected<void, int> e2(std::unexpect, 10);  in test()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/expected/expected.expected/equality/ | 
| D | equality.other_expected.pass.cpp | 38     const std::expected<int, int> e2(10);  in test()  local 47     const std::expected<int, int> e2(10);  in test()  local 56     const std::expected<int, int> e2(std::unexpect, 10);  in test()  local 65     const std::expected<int, int> e2(std::unexpect, 10);  in test()  local
  | 
| /external/parameter-framework/asio-1.10.6/include/asio/generic/ | 
| D | basic_endpoint.hpp | 132       const basic_endpoint<Protocol>& e2)  in operator ==() 139       const basic_endpoint<Protocol>& e2)  in operator !=() 146       const basic_endpoint<Protocol>& e2)  in operator <() 153       const basic_endpoint<Protocol>& e2)  in operator >() 160       const basic_endpoint<Protocol>& e2)  in operator <=() 167       const basic_endpoint<Protocol>& e2)  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/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/pdfium/xfa/fxfa/formcalc/ | 
| D | cxfa_fmparser.cpp | 294         CXFA_FMSimpleExpression* e2 = ParseLogicalAndExpression();  in ParseLogicalOrExpression()  local 327         CXFA_FMSimpleExpression* e2 = ParseEqualityExpression();  in ParseLogicalAndExpression()  local 360         CXFA_FMSimpleExpression* e2 = ParseRelationalExpression();  in ParseEqualityExpression()  local 371         CXFA_FMSimpleExpression* e2 = ParseRelationalExpression();  in ParseEqualityExpression()  local 404         CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression();  in ParseRelationalExpression()  local 415         CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression();  in ParseRelationalExpression()  local 426         CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression();  in ParseRelationalExpression()  local 437         CXFA_FMSimpleExpression* e2 = ParseAdditiveExpression();  in ParseRelationalExpression()  local 469         CXFA_FMSimpleExpression* e2 = ParseMultiplicativeExpression();  in ParseAdditiveExpression()  local 479         CXFA_FMSimpleExpression* e2 = ParseMultiplicativeExpression();  in ParseAdditiveExpression()  local [all …] 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/ip/ | 
| D | basic_endpoint.hpp | 176       const basic_endpoint<InternetProtocol>& e2)  in operator ==() 183       const basic_endpoint<InternetProtocol>& e2)  in operator !=() 190       const basic_endpoint<InternetProtocol>& e2)  in operator <() 197       const basic_endpoint<InternetProtocol>& e2)  in operator >() 204       const basic_endpoint<InternetProtocol>& e2)  in operator <=() 211       const basic_endpoint<InternetProtocol>& e2)  in operator >=()
  | 
| /external/parameter-framework/asio-1.10.6/include/asio/local/ | 
| D | basic_endpoint.hpp | 149       const basic_endpoint<Protocol>& e2)  in operator ==() 156       const basic_endpoint<Protocol>& e2)  in operator !=() 163       const basic_endpoint<Protocol>& e2)  in operator <() 170       const basic_endpoint<Protocol>& e2)  in operator >() 177       const basic_endpoint<Protocol>& e2)  in operator <=() 184       const basic_endpoint<Protocol>& e2)  in operator >=()
  | 
| /external/igt-gpu-tools/tests/i915/ | 
| D | gem_spin_batch.c | 35 static void spin(int fd, const struct intel_execution_engine2 *e2,  in spin() 73 static void spin_resubmit(int fd, const struct intel_execution_engine2 *e2,  in spin_resubmit() 127 	const struct intel_execution_engine2 *e2;  in spin_on_all_engines()  local 141 	const struct intel_execution_engine2 *e2;  variable 170 	__for_each_physical_engine(fd, e2) {  in __for_each_physical_engine()  argument
  | 
| /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() 133 #define e2 (*ep2)  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() 512 #define e2 (*ep2)  in expr_eliminate_dups1()  macro 564 #define e2 (*ep2)  in expr_eliminate_dups2()  macro 856 #define e2 (*ep2)  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 | 94     std::expected<void, Traced> e2(std::unexpect, s, 10);  in test()  local 110     std::expected<void, Traced> e2(std::in_place);  in test()  local 131     std::expected<void, ThrowOnMove> e2(std::in_place);  in testException()  local 146     std::expected<void, ThrowOnMove> e2(std::unexpect, e2Destroyed);  in testException()  local
  |