HomeSort by relevance Sort by last modified time
    Searched refs:url_list (Results 1 - 11 of 11) sorted by null

  /development/apps/Development/src/com/android/development/
DataList.java 49 R.layout.url_list,
123 R.layout.url_list,
  /external/curl/src/
tool_operhlp.c 41 struct getout *node = config->url_list;
51 config->url_list = NULL;
tool_cfgable.c 90 urlnode = config->url_list;
99 config->url_list = NULL;
tool_parsecfg.c 232 if(operation->url_list && operation->url_list->url) {
tool_cfgable.h 107 struct getout *url_list; /* point to the first node */ member in struct:OperationConfig
tool_getparam.c 762 if(config->url_get || ((config->url_get = config->url_list) != NULL)) {
    [all...]
tool_paramhlp.c 49 config->url_list = node; /* first node */
tool_operate.c 229 if(!config->url_list || !config->url_list->url) {
350 for(urlnode = config->url_list; urlnode; urlnode = urlnode->next) {
    [all...]
tool_metalink.c 819 ((config->url_get = config->url_list) != NULL)) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 421 const char *url_list)
424 wpa_printf(MSG_DEBUG, "WPS UPnP: Parsing URL list '%s'", url_list);
426 while (*url_list == ' ' || *url_list == '\t')
427 url_list++;
428 if (*url_list != '<')
430 url_list++;
431 end = os_strchr(url_list, '>');
434 subscr_addr_add_url(s, url_list, end - url_list);
    [all...]
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 48 def open_urls(self, cr, url_list, window=True):
51 @param url_list: The list of URLs to open.
57 for url in url_list:

Completed in 301 milliseconds