Searched refs:opt_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/webui/resources/js/
H A Dutil.js265 * @param {string=} opt_type Optional type of favicon to request. Valid values
269 function getFaviconImageSet(url, opt_size, opt_type) {
271 var type = opt_type || 'favicon';
283 * @param {string=} opt_type Optional type of favicon to request. Valid values
287 function getFaviconUrlForCurrentDevicePixelRatio(url, opt_size, opt_type) {
289 var type = opt_type || 'favicon';
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) argument
101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize)))
110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))
/external/tcpdump/
H A Dprint-pgm.c165 u_int8_t opt_type, opt_len, flags1, flags2; local
472 opt_type = *bp++;
473 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
474 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK);
496 opt_type = *bp++;
512 switch (opt_type & PGM_OPT_MASK) {
740 (void)printf(" OPT_%02X [%d] ", opt_type, opt_len);
746 if (opt_type & PGM_OPT_END)
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dbackground.js286 * @param {LaunchType=} opt_type Launch type. Default: ALWAYS_CREATE.
289 function launchFileManager(opt_appState, opt_id, opt_type, opt_callback) {
290 var type = opt_type || LaunchType.ALWAYS_CREATE;
/external/ppp/pppd/
H A Dpppd.h90 enum opt_type { enum
102 enum opt_type type;
/external/dnsmasq/src/
H A Drfc2131.c95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
1473 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) argument
1478 if ((ret = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, opt_type, minsize)))
1487 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
1492 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))

Completed in 424 milliseconds