Searched defs:desc2 (Results 1 - 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java446 * that of desc2.
449 public static boolean eqParamTypes(String desc1, String desc2) { argument
455 if (c != desc2.charAt(i))
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_build.c287 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2)
291 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0));
295 p2p_buf_add_noa_desc(buf, desc2);
286 p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow, struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) argument
H A Dp2p.c3806 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; local
3821 os_memset(&desc2, 0, sizeof(desc2));
3822 desc2.count_type = 2;
3823 desc2.duration = duration2;
3824 desc2.interval = interval2;
3825 ptr2 = &desc2;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_build.c287 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2)
291 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0));
295 p2p_buf_add_noa_desc(buf, desc2);
286 p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow, struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) argument
H A Dp2p.c3806 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; local
3821 os_memset(&desc2, 0, sizeof(desc2));
3822 desc2.count_type = 2;
3823 desc2.duration = duration2;
3824 desc2.interval = interval2;
3825 ptr2 = &desc2;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_build.c287 struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2)
291 wpabuf_put_le16(buf, 2 + (desc1 ? 13 : 0) + (desc2 ? 13 : 0));
295 p2p_buf_add_noa_desc(buf, desc2);
286 p2p_buf_add_noa(struct wpabuf *buf, u8 noa_index, u8 opp_ps, u8 ctwindow, struct p2p_noa_desc *desc1, struct p2p_noa_desc *desc2) argument
H A Dp2p.c3806 struct p2p_noa_desc desc1, desc2, *ptr1 = NULL, *ptr2 = NULL; local
3821 os_memset(&desc2, 0, sizeof(desc2));
3822 desc2.count_type = 2;
3823 desc2.duration = duration2;
3824 desc2.interval = interval2;
3825 ptr2 = &desc2;
/external/linux-tools-perf/util/
H A Dsvghelper.c353 void svg_partial_wakeline(u64 start, int row1, char *desc1, int row2, char *desc2) argument
365 if (desc2)
367 time2pixels(start), row1 * SLOT_MULT + SLOT_HEIGHT + SLOT_HEIGHT/48, desc2);
387 if (desc2)
389 time2pixels(start), row1 * SLOT_MULT - SLOT_HEIGHT/32, desc2);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4017 static void pre_port_desc_read(ThreadId tid, mach_msg_port_descriptor_t *desc2) argument
4026 } *desc = (void*)desc2;
4035 static void pre_ool_desc_read(ThreadId tid, mach_msg_ool_descriptor_t *desc2) argument
4050 } *desc = (void*)desc2;
4061 mach_msg_ool_ports_descriptor_t *desc2)
4076 } *desc = (void*)desc2;
4060 pre_oolports_desc_read(ThreadId tid, mach_msg_ool_ports_descriptor_t *desc2) argument
/external/grub/netboot/
H A Dvia-rhine.c1009 #define desc2 (desc1 - (TX_RING_SIZE * sizeof (struct rhine_tx_desc) + 32)) macro
1014 static char desc2[TX_RING_SIZE * sizeof (struct rhine_tx_desc) + 32]; local
1024 rx_ring_tmp = (int) desc2;
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 593 milliseconds