Searched defs:desc1 (Results 1 - 12 of 12) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java445 * Returns true if the list of the parameter types of desc1 is equal to
449 public static boolean eqParamTypes(String desc1, String desc2) { argument
450 if (desc1.charAt(0) != '(')
454 char c = desc1.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));
294 p2p_buf_add_noa_desc(buf, desc1);
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
3814 os_memset(&desc1, 0, sizeof(desc1));
3815 desc1.count_type = 1;
3816 desc1.duration = duration1;
3817 desc1.interval = interval1;
3818 ptr1 = &desc1;
/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));
294 p2p_buf_add_noa_desc(buf, desc1);
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
3814 os_memset(&desc1, 0, sizeof(desc1));
3815 desc1.count_type = 1;
3816 desc1.duration = duration1;
3817 desc1.interval = interval1;
3818 ptr1 = &desc1;
/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));
294 p2p_buf_add_noa_desc(buf, desc1);
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
3814 os_memset(&desc1, 0, sizeof(desc1));
3815 desc1.count_type = 1;
3816 desc1.duration = duration1;
3817 desc1.interval = interval1;
3818 ptr1 = &desc1;
/external/linux-tools-perf/util/
H A Dsvghelper.c353 void svg_partial_wakeline(u64 start, int row1, char *desc1, int row2, char *desc2) argument
372 if (desc1)
374 time2pixels(start), row2 * SLOT_MULT - SLOT_MULT/32, desc1);
380 if (desc1)
382 time2pixels(start), row2 * SLOT_MULT + SLOT_HEIGHT + SLOT_MULT/48, desc1);
/external/grub/netboot/
H A Dvia-rhine.c1008 #define desc1 (buf2 - (TX_RING_SIZE * sizeof (struct rhine_tx_desc) + 32)) macro
1009 #define desc2 (desc1 - (TX_RING_SIZE * sizeof (struct rhine_tx_desc) + 32))
1013 static char desc1[TX_RING_SIZE * sizeof (struct rhine_tx_desc) + 32]; local
1022 tx_ring_tmp = (int) desc1;
/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 1145 milliseconds