/external/libcxx/test/std/containers/sequences/list/list.ops/ |
D | splice_pos_list.pass.cpp | 26 std::list<int> l2; in main() local 35 std::list<int> l2(a2, a2+1); in main() local 46 std::list<int> l2(a2, a2+2); in main() local 59 std::list<int> l2(a2, a2+3); in main() local 74 std::list<int> l2; in main() local 85 std::list<int> l2; in main() local 96 std::list<int> l2(a2, a2+1); in main() local 109 std::list<int> l2(a2, a2+1); in main() local 122 std::list<int> l2(a2, a2+2); in main() local 137 std::list<int> l2(a2, a2+2); in main() local [all …]
|
D | splice_pos_list_iter.pass.cpp | 26 std::list<int> l2(a2, a2+1); in main() local 37 std::list<int> l2(a2, a2+2); in main() local 50 std::list<int> l2(a2, a2+2); in main() local 63 std::list<int> l2(a2, a2+3); in main() local 78 std::list<int> l2(a2, a2+3); in main() local 93 std::list<int> l2(a2, a2+3); in main() local 116 std::list<int> l2(a2, a2+1); in main() local 129 std::list<int> l2(a2, a2+1); in main() local 183 std::list<int, min_allocator<int>> l2(a2, a2+1); in main() local 194 std::list<int, min_allocator<int>> l2(a2, a2+2); in main() local [all …]
|
D | splice_pos_list_iter_iter.pass.cpp | 62 std::list<int> l2(a2, a2+3); in main() local 82 std::list<int> l2(a2, a2+3); in main() local 102 std::list<int> l2(a2, a2+3); in main() local 159 std::list<int, min_allocator<int>> l2(a2, a2+3); in main() local 179 std::list<int, min_allocator<int>> l2(a2, a2+3); in main() local 199 std::list<int, min_allocator<int>> l2(a2, a2+3); in main() local
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/ |
D | try_lock.pass.cpp | 133 L0 l2; in main() local 142 L1 l2; in main() local 152 L2 l2; in main() local 168 L2 l2; in main() local 178 L1 l2; in main() local 187 L0 l2; in main() local 196 L0 l2; in main() local 206 L2 l2; in main() local 222 L0 l2; in main() local 238 L0 l2; in main() local [all …]
|
D | lock.pass.cpp | 195 L0 l2; in main() local 205 L2 l2; in main() local 222 L1 l2; in main() local 231 L0 l2; in main() local 240 L0 l2; in main() local 250 L2 l2; in main() local 266 L0 l2; in main() local 282 L0 l2; in main() local 298 L0 l2; in main() local 314 L2 l2; in main() local [all …]
|
/external/libcxx/test/std/containers/sequences/list/list.cons/ |
D | copy.pass.cpp | 26 std::list<int> l2 = l; in main() local 31 std::list<int, test_allocator<int> > l2 = l; in main() local 38 std::list<int, other_allocator<int> > l2 = l; in main() local 44 std::list<int, min_allocator<int>> l2 = l; in main() local 49 std::list<int, min_allocator<int> > l2 = l; in main() local
|
D | assign_move.pass.cpp | 32 std::list<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(5)); in main() local 46 std::list<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(6)); in main() local 60 std::list<MoveOnly, other_allocator<MoveOnly> > l2(other_allocator<MoveOnly>(6)); in main() local 74 std::list<MoveOnly, min_allocator<MoveOnly> > l2(min_allocator<MoveOnly>{}); in main() local
|
D | move_alloc.pass.cpp | 32 … std::list<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(6)); in main() local 45 … std::list<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(5)); in main() local 58 … std::list<MoveOnly, other_allocator<MoveOnly> > l2(std::move(l), other_allocator<MoveOnly>(4)); in main() local 71 std::list<MoveOnly, min_allocator<MoveOnly> > l2(std::move(l), min_allocator<MoveOnly>()); in main() local
|
D | move.pass.cpp | 32 std::list<MoveOnly, test_allocator<MoveOnly> > l2 = std::move(l); in main() local 45 std::list<MoveOnly, other_allocator<MoveOnly> > l2 = std::move(l); in main() local 58 std::list<MoveOnly, min_allocator<MoveOnly> > l2 = std::move(l); in main() local
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_ndis.c | 56 struct l2_packet_data *l2[2]; member 84 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) in l2_packet_get_own_addr() 91 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() 160 static void l2_packet_rx_thread_try_read(struct l2_packet_data *l2) in l2_packet_rx_thread_try_read() 198 struct l2_packet_data *l2 = arg; in l2_packet_rx_thread() local 250 static int l2_ndisuio_start_read(struct l2_packet_data *l2, int recursive) in l2_ndisuio_start_read() 279 static void l2_packet_callback(struct l2_packet_data *l2) in l2_packet_callback() 306 struct l2_packet_data *l2 = eloop_data; in l2_packet_rx_event() local 354 struct l2_packet_data *l2; in l2_packet_init() local 465 void l2_packet_deinit(struct l2_packet_data *l2) in l2_packet_deinit() [all …]
|
D | l2_packet_pcap.c | 43 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) in l2_packet_get_own_addr() 51 static int l2_packet_init_libdnet(struct l2_packet_data *l2) in l2_packet_init_libdnet() 78 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() 120 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_receive() local 150 struct l2_packet_data *l2 = (struct l2_packet_data *) user; in l2_packet_receive_cb() local 177 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_receive_timeout() local 197 static int l2_packet_init_libpcap(struct l2_packet_data *l2, in l2_packet_init_libpcap() 285 struct l2_packet_data *l2; in l2_packet_init() local 327 void l2_packet_deinit(struct l2_packet_data *l2) in l2_packet_deinit() 345 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() [all …]
|
D | l2_packet_none.c | 30 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) in l2_packet_get_own_addr() 37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() 54 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_receive() local 73 struct l2_packet_data *l2; in l2_packet_init() local 106 void l2_packet_deinit(struct l2_packet_data *l2) in l2_packet_deinit() 120 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() 127 void l2_packet_notify_auth_start(struct l2_packet_data *l2) in l2_packet_notify_auth_start() 133 int l2_packet_set_packet_filter(struct l2_packet_data *l2, in l2_packet_set_packet_filter()
|
D | l2_packet_winpcap.c | 65 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) in l2_packet_get_own_addr() 72 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() 105 struct l2_packet_data *l2 = (struct l2_packet_data *) user; in l2_packet_receive_cb() local 130 struct l2_packet_data *l2 = arg; in l2_packet_receive_thread() local 153 struct l2_packet_data *l2 = eloop_data; in l2_packet_rx_event() local 161 static int l2_packet_init_libpcap(struct l2_packet_data *l2, in l2_packet_init_libpcap() 204 struct l2_packet_data *l2; in l2_packet_init() local 265 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_deinit_timeout() local 285 void l2_packet_deinit(struct l2_packet_data *l2) in l2_packet_deinit() 307 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() [all …]
|
D | l2_packet_privsep.c | 29 static int wpa_priv_cmd(struct l2_packet_data *l2, int cmd, in wpa_priv_cmd() 55 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) in l2_packet_get_own_addr() 62 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() 96 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_receive() local 134 struct l2_packet_data *l2; in l2_packet_init() local 246 void l2_packet_deinit(struct l2_packet_data *l2) in l2_packet_deinit() 266 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() 273 void l2_packet_notify_auth_start(struct l2_packet_data *l2) in l2_packet_notify_auth_start() 279 int l2_packet_set_packet_filter(struct l2_packet_data *l2, in l2_packet_set_packet_filter()
|
D | l2_packet_freebsd.c | 48 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) in l2_packet_get_own_addr() 55 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() 77 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_receive() local 102 static int l2_packet_init_libpcap(struct l2_packet_data *l2, in l2_packet_init_libpcap() 233 struct l2_packet_data *l2; in l2_packet_init() local 271 void l2_packet_deinit(struct l2_packet_data *l2) in l2_packet_deinit() 284 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() 320 void l2_packet_notify_auth_start(struct l2_packet_data *l2) in l2_packet_notify_auth_start() 325 int l2_packet_set_packet_filter(struct l2_packet_data *l2, in l2_packet_set_packet_filter()
|
D | l2_packet_linux.c | 108 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) in l2_packet_get_own_addr() 115 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() 150 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_receive() local 218 struct l2_packet_data *l2 = eloop_ctx; in l2_packet_receive_br() local 274 struct l2_packet_data *l2; in l2_packet_init() local 342 struct l2_packet_data *l2; in l2_packet_init_bridge() local 420 void l2_packet_deinit(struct l2_packet_data *l2) in l2_packet_deinit() 441 int l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) in l2_packet_get_ip_addr() 474 void l2_packet_notify_auth_start(struct l2_packet_data *l2) in l2_packet_notify_auth_start() 479 int l2_packet_set_packet_filter(struct l2_packet_data *l2, in l2_packet_set_packet_filter()
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | assign_move.pass.cpp | 35 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(5)); in main() local 54 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(6)); in main() local 73 std::vector<MoveOnly, other_allocator<MoveOnly> > l2(other_allocator<MoveOnly>(6)); in main() local 92 std::vector<MoveOnly, min_allocator<MoveOnly> > l2(min_allocator<MoveOnly>{}); in main() local
|
D | move_alloc.pass.cpp | 37 … std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(6)); in main() local 55 … std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(5)); in main() local 73 … std::vector<MoveOnly, other_allocator<MoveOnly> > l2(std::move(l), other_allocator<MoveOnly>(4)); in main() local 91 std::vector<MoveOnly, min_allocator<MoveOnly> > l2(std::move(l), min_allocator<MoveOnly>()); in main() local
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 76 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testAddPropertyChangeListener_PropertyChangeListener_Normal() local 143 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local 197 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local 216 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local 250 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local 342 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testRemovePropertyChangeListener_PropertyChangeListener_String_PropertyRegistered() local 404 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testGetPropertyChangeListener_Normal() local 434 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testGetPropertyChangeListener_String_Normal() local 459 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testGetPropertyChangeListener_String_None() local 492 PropertyChangeListener l2 = new MockPropertyChangeListener(); in testHasListener_AllRegistered() local [all …]
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | move.pass.cpp | 32 std::vector<bool, test_allocator<bool> > l2 = std::move(l); in main() local 45 std::vector<bool, other_allocator<bool> > l2 = std::move(l); in main() local 58 std::vector<bool, min_allocator<bool> > l2 = std::move(l); in main() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | MethodAnalyzerTest.java | 141 final Label l2 = new Label(); in createIfBranch() local 212 final Label l2 = new Label(); in createIfBranchBeforeProbe() local 291 final Label l2 = new Label(); in createIfBranchMerge() local 360 final Label l2 = new Label(); in createJumpBackwards() local 407 final Label l2 = new Label(); in createJumpToFirst() local 458 Label l2 = new Label(); in createTableSwitch() local 571 Label l2 = new Label(); in createTableSwitchMerge() local 671 Label l2 = new Label(); in createTryCatchBlock() local 738 final Label l2 = new Label(); in createTryFinally() local 824 final Label l2 = new Label(); in createDescendingLineNumbers() local
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_V3.h | 330 struct l2 { struct 331 static const SK_OT_ULONG CombiningHalfMarksMask = SkOTSetULONGBit<64 - 64>::value; 332 … static const SK_OT_ULONG CJKCompatibilityFormsMask = SkOTSetULONGBit<65 - 64>::value; 333 static const SK_OT_ULONG SmallFormVariantsMask = SkOTSetULONGBit<66 - 64>::value; 334 … static const SK_OT_ULONG ArabicPresentationFormsBMask = SkOTSetULONGBit<67 - 64>::value; 335 … static const SK_OT_ULONG HalfwidthAndFullwidthFormsMask = SkOTSetULONGBit<68 - 64>::value; 336 static const SK_OT_ULONG SpecialsMask = SkOTSetULONGBit<69 - 64>::value; 337 static const SK_OT_ULONG TibetanMask = SkOTSetULONGBit<70 - 64>::value; 338 static const SK_OT_ULONG SyriacMask = SkOTSetULONGBit<71 - 64>::value; 339 static const SK_OT_ULONG ThaanaMask = SkOTSetULONGBit<72 - 64>::value; [all …]
|
D | SkOTTable_OS_2_V4.h | 330 struct l2 { struct 331 static const SK_OT_ULONG CombiningHalfMarksMask = SkOTSetULONGBit<64 - 64>::value; 332 … static const SK_OT_ULONG CJKCompatibilityFormsMask = SkOTSetULONGBit<65 - 64>::value; 333 static const SK_OT_ULONG SmallFormVariantsMask = SkOTSetULONGBit<66 - 64>::value; 334 … static const SK_OT_ULONG ArabicPresentationFormsBMask = SkOTSetULONGBit<67 - 64>::value; 335 … static const SK_OT_ULONG HalfwidthAndFullwidthFormsMask = SkOTSetULONGBit<68 - 64>::value; 336 static const SK_OT_ULONG SpecialsMask = SkOTSetULONGBit<69 - 64>::value; 337 static const SK_OT_ULONG TibetanMask = SkOTSetULONGBit<70 - 64>::value; 338 static const SK_OT_ULONG SyriacMask = SkOTSetULONGBit<71 - 64>::value; 339 static const SK_OT_ULONG ThaanaMask = SkOTSetULONGBit<72 - 64>::value; [all …]
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2_V3.h | 330 struct l2 { struct 331 static const SK_OT_ULONG CombiningHalfMarksMask = SkOTSetULONGBit<64 - 64>::value; 332 … static const SK_OT_ULONG CJKCompatibilityFormsMask = SkOTSetULONGBit<65 - 64>::value; 333 static const SK_OT_ULONG SmallFormVariantsMask = SkOTSetULONGBit<66 - 64>::value; 334 … static const SK_OT_ULONG ArabicPresentationFormsBMask = SkOTSetULONGBit<67 - 64>::value; 335 … static const SK_OT_ULONG HalfwidthAndFullwidthFormsMask = SkOTSetULONGBit<68 - 64>::value; 336 static const SK_OT_ULONG SpecialsMask = SkOTSetULONGBit<69 - 64>::value; 337 static const SK_OT_ULONG TibetanMask = SkOTSetULONGBit<70 - 64>::value; 338 static const SK_OT_ULONG SyriacMask = SkOTSetULONGBit<71 - 64>::value; 339 static const SK_OT_ULONG ThaanaMask = SkOTSetULONGBit<72 - 64>::value; [all …]
|
D | SkOTTable_OS_2_V4.h | 330 struct l2 { struct 331 static const SK_OT_ULONG CombiningHalfMarksMask = SkOTSetULONGBit<64 - 64>::value; 332 … static const SK_OT_ULONG CJKCompatibilityFormsMask = SkOTSetULONGBit<65 - 64>::value; 333 static const SK_OT_ULONG SmallFormVariantsMask = SkOTSetULONGBit<66 - 64>::value; 334 … static const SK_OT_ULONG ArabicPresentationFormsBMask = SkOTSetULONGBit<67 - 64>::value; 335 … static const SK_OT_ULONG HalfwidthAndFullwidthFormsMask = SkOTSetULONGBit<68 - 64>::value; 336 static const SK_OT_ULONG SpecialsMask = SkOTSetULONGBit<69 - 64>::value; 337 static const SK_OT_ULONG TibetanMask = SkOTSetULONGBit<70 - 64>::value; 338 static const SK_OT_ULONG SyriacMask = SkOTSetULONGBit<71 - 64>::value; 339 static const SK_OT_ULONG ThaanaMask = SkOTSetULONGBit<72 - 64>::value; [all …]
|