Searched refs:title (Results 1 - 25 of 1951) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c912 char *title = "PMK Name"; local
917 addr[0] = (u8 *) title;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2985 static void debug_print_cert(X509 *cert, const char *title) argument
3011 wpa_printf(MSG_DEBUG, "OpenSSL: %s\n%s", title, txt);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h616 void p2p_channels_dump(struct p2p_data *p2p, const char *title,
H A Dp2p_utils.c417 void p2p_channels_dump(struct p2p_data *p2p, const char *title, argument
446 p2p_dbg(p2p, "%s:%s", title, buf);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c300 char *title = "SMK Name"; local
306 addr[0] = (u8 *) title;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser.c21 char *title; member in struct:browser_context
42 ctx->title ? ctx->title :
48 ctx->title ? ctx->title : "Hotspot 2.0 client");
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, argument
128 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title,
141 const char *title,
144 wpa_printf(MSG_DEBUG, "BROWSER:%s title
140 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) argument
[all...]
H A Dhttp_curl.c82 static void debug_dump(struct http_ctx *ctx, const char *title, argument
91 wpa_hexdump_ascii(MSG_MSGDUMP, title, buf, len);
108 wpa_printf(MSG_MSGDUMP, "%s[%s]", title, txt);
168 static void debug_dump_cert(const char *title, X509 *cert) argument
185 wpa_printf(MSG_MSGDUMP, "%s:\n%s", title, txt);
647 static void i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, argument
652 BIO_printf(out, "%*s%s - LogotypeData\n", indent, "", title);
666 static void i2r_LogotypeReference(LogotypeReference *ref, const char *title, argument
671 BIO_printf(out, "%*s%s - LogotypeReference\n", indent, "", title);
697 static void i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BI argument
[all...]
H A Dtrace.c239 void wpa_trace_dump_funcname(const char *title, void *pc) argument
241 wpa_printf(MSG_INFO, "WPA_TRACE: %s: %p", title, pc);
254 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) argument
261 wpa_printf(MSG_INFO, "WPA_TRACE: %s - START", title);
286 wpa_printf(MSG_INFO, "WPA_TRACE: %s - END", title);
290 void wpa_trace_show(const char *title) argument
296 wpa_trace_dump(title, &info);
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
H A Dwpa_debug.c251 static void _wpa_hexdump(int level, const char *title, const u8 *buf, argument
260 level, title, (unsigned long) len);
308 title, (long unsigned int) len, display, local
341 title, (unsigned long) len, display);
350 title, (unsigned long) len);
362 printf("%s - hexdump(len=%lu):", title, (unsigned long) len);
378 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) argument
380 _wpa_hexdump(level, title, buf, len, 1);
384 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) argument
386 _wpa_hexdump(level, title, bu
390 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) argument
498 wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len) argument
505 wpa_hexdump_ascii_key(int level, const char *title, const void *buf, size_t len) argument
[all...]
H A Dwpa_debug.h76 * @title: title of for the message
84 void wpa_hexdump(int level, const char *title, const void *buf, size_t len);
86 static inline void wpa_hexdump_buf(int level, const char *title, argument
89 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
96 * @title: title of for the message
106 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
108 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
111 wpa_hexdump_key(level, title, bu
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c72 void debug_dump_node(struct hs20_osu_client *ctx, const char *title, argument
76 wpa_printf(MSG_DEBUG, "[hs20] %s: '%s'", title, str);
2164 "charset=utf-8\"<title>Select service operator</title>"
H A Dosu_client.h62 void debug_dump_node(struct hs20_osu_client *ctx, const char *title,
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c48 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node) argument
59 fprintf(ctx->debug_log, "%s: '%s'\n", title, str);
H A Dspp_server.h24 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php3 <title>Hotspot 2.0 - public and free hotspot - remediation</title>
H A Dfree.php3 <title>Hotspot 2.0 - public and free hotspot</title>
H A Dremediation.php3 <title>Hotspot 2.0 subscription remediation</title>
H A Dsignup.php3 <title>Hotspot 2.0 signup</title>
H A Dusers.php58 <head><title>HS 2.0 users</title></head>
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c912 char *title = "PMK Name"; local
917 addr[0] = (u8 *) title;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2985 static void debug_print_cert(X509 *cert, const char *title) argument
3011 wpa_printf(MSG_DEBUG, "OpenSSL: %s\n%s", title, txt);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h616 void p2p_channels_dump(struct p2p_data *p2p, const char *title,
H A Dp2p_utils.c417 void p2p_channels_dump(struct p2p_data *p2p, const char *title, argument
446 p2p_dbg(p2p, "%s:%s", title, buf);

Completed in 646 milliseconds

1234567891011>>