/external/iproute2/etc/iproute2/ |
rt_scopes | 11 200 site
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
siteHash.c | 35 * \brief Site Hash implementation 43 /* PURPOSE: Site Hash implementation */ 58 This file implements the site hash mechanism. This mechanism is used for faster access to the sites information. 61 2. hash table - each entry in the table points to a linked list of site entries 62 3. site table - each entry holds a site information 64 In order to find a site in the site table, we operate the hash function on the site's BSSID. 65 We receive a hash entry. We go over the linked list pointed by this hash entry until we find the site entry [all...] |
siteHash.h | 35 * \brief Hash & site table internal header file 43 /* PURPOSE: Hash & site table internal header file */ 58 /* A site entry contains all the site attribute received in beacon and probes 59 and data used to manage the site table and hash table */ 88 /* Site manager handle */
|
/frameworks/base/docs/html/mwc2010/ |
index.html | 4 <meta http-equiv="refresh" content="0;url=http://sites.google.com/site/androidmwc/home">
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
smeSelect.c | 70 * \return A pointer to the selected site, NULL if no site macthes the selection criteria 87 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_Select: reselect flag is on, reselecting the current site\n"); 95 /* Get Primary Site */ 103 /* get the first site from the scan result table */ 111 /* if this site was previously selected in the current SME connection attempt, and conn mode is auto */ 115 /* get the next site and continue the loop */ 120 /* check if site matches */ 123 /* site doesn't match */ 126 pCurrentSite->bConsideredForSelect = TI_TRUE; /* don't try this site again * [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
siteHash.c | 2 * \brief Site Hash implementation 44 /* PURPOSE: Site Hash implementation */ 58 This file implements the site hash mechanism. This mechanism is used for faster access to the sites information. 61 2. hash table - each entry in the table points to a linked list of site entries 62 3. site table - each entry holds a site information 64 In order to find a site in the site table, we operate the hash function on the site's BSSID. 65 We receive a hash entry. We go over the linked list pointed by this hash entry until we find the site entry [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
siteHash.c | 35 * \brief Site Hash implementation 43 /* PURPOSE: Site Hash implementation */ 58 This file implements the site hash mechanism. This mechanism is used for faster access to the sites information. 61 2. hash table - each entry in the table points to a linked list of site entries 62 3. site table - each entry holds a site information 64 In order to find a site in the site table, we operate the hash function on the site's BSSID. 65 We receive a hash entry. We go over the linked list pointed by this hash entry until we find the site entry [all...] |
siteHash.h | 35 * \brief Hash & site table internal header file 43 /* PURPOSE: Hash & site table internal header file */ 58 /* A site entry contains all the site attribute received in beacon and probes 59 and data used to manage the site table and hash table */ 88 /* Site manager handle */
|
/sdk/eclipse/sites/external/ |
site.xml | 2 <site> 4 Update Site for Android Development Toolkit 17 </site>
|
index.html | 3 <title>Android Development Toolkit update site.</title> 5 <style>@import url("web/site.css");</style> 16 xmlFile.load("site.xml"); 17 stylesheet.load("web/site.xsl"); 28 xmlFile.load("site.xml"); 31 stylesheet.load("web/site.xsl");
|
.project | 3 <name>external-site</name>
|
/development/pdk/docs/community/ |
community_toc.cs | 8 <li><a href="http://groups.google.com/group/android-platform">android-platform</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li> 9 <li><a href="http://groups.google.com/group/android-porting">android-porting</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li> 10 <li><a href="http://groups.google.com/group/android-kernel">android-kernel</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li> 11 <li><a href="http://groups.google.com/group/repo-discuss">repo-discuss</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li> 12 <li><a href="http://groups.google.com/group/android-framework">android-framework</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li> 16 <li><a href="http://developer.android.com/community/index.html">App Developer Groups</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
|
/sdk/eclipse/sites/internal/ |
index.html | 3 <title>Android Development Toolkit update site.</title> 5 <style>@import url("web/site.css");</style> 16 xmlFile.load("site.xml"); 17 stylesheet.load("web/site.xsl"); 28 xmlFile.load("site.xml"); 31 stylesheet.load("web/site.xsl");
|
.project | 3 <name>internal-site</name>
|
site.xml | 2 <site> 4 Update Site for Android Development Toolkit 25 </site>
|
/external/libpng/projects/ |
netware.txt | 3 site such as http://libpng.sourceforge.net
|
wince.txt | 3 site such as http://libpng.sourceforge.net/index.html
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
smeSelect.c | 70 * \return A pointer to the selected site, NULL if no site macthes the selection criteria 88 TRACE0(pSme->hReport, REPORT_SEVERITY_INFORMATION , "sme_Select: reselect flag is on, reselecting the current site\n"); 98 /* Get Primary Site */ 106 /* get the first site from the scan result table */ 114 /* if this site was previously selected in the current SME connection attempt, and conn mode is auto */ 118 /* get the next site and continue the loop */ 123 /* check if site matches */ 126 /* site doesn't match */ 129 pCurrentSite->bConsideredForSelect = TI_TRUE; /* don't try this site again * [all...] |
/packages/apps/Browser/src/com/android/browser/ |
WebsiteSettingsActivity.java | 65 class Site { 71 // These constants provide the set of features that a site may support 80 public Site(String origin) { 100 * Gets the number of features supported by this site. 111 * Gets the ID of the nth (zero-based) feature supported by this site. 114 * position in the list of features for this site. This is used both 158 class SiteAdapter extends ArrayAdapter<Site> 168 private Site mCurrentSite; 190 * Adds the specified feature to the site corresponding to supplied 191 * origin in the map. Creates the site if it does not already exist 194 Site site = null; local 251 Site site = (Site) sites.get(origin); local 286 Site site = sitesIter.next(); local 317 Site site = (Site) sites.get(origin); local 410 Site site = getItem(position); local [all...] |
/external/webkit/WebKit/gtk/tests/ |
testwebbackforwardlist.c | 48 item1 = webkit_web_history_item_new_with_data("http://example.com/1/", "Site 1"); 52 item2 = webkit_web_history_item_new_with_data("http://example.com/2/", "Site 2"); 56 item3 = webkit_web_history_item_new_with_data("http://example.com/3/", "Site 3"); 60 item4 = webkit_web_history_item_new_with_data("http://example.com/4/", "Site 4"); 136 item1 = webkit_web_history_item_new_with_data("http://example.com/1/", "Site 1"); 141 item2 = webkit_web_history_item_new_with_data("http://example.com/2/", "Site 2"); 146 item3 = webkit_web_history_item_new_with_data("http://example.com/3/", "Site 3"); 151 item4 = webkit_web_history_item_new_with_data("http://example.com/4/", "Site 4"); 162 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 3"); 167 g_assert_cmpstr(webkit_web_history_item_get_title(currentItem), ==, "Site 2") [all...] |
/development/pdk/docs/ |
README | 1 This directory contains the source for the source.android.com site contents. 3 engineers doing building devices) is also built as part of the site build.
|
/external/e2fsprogs/ |
e2fsprogs.lsm | 10 Primary-site: download.sourceforge.net /pub/sourceforge/e2fsprogs 14 Alternate-site:
|
/development/pdk/docs/porting/ |
index.jd | 9 <p>If you're a software developer interested in developing applications for Android, please visit the <a href="http://developer.android.com">Android Developers site</a>.</p> 23 <li><a href="http://developer.android.com">Android Developers site</a>: This site offers high-level platform documentation and architecture concepts.</li> 24 <li><a href="{@docRoot}">Android Open Source Project site</a>: This site provides instructions on how to get the source code, establish a development environment, and perform a simple build.</li>
|
/external/clearsilver/man/man3/ |
cgi_redirect.3 | 32 your site. This version takes only the path portion of
|
cgi_redirect_uri.3 | 32 your site. This version takes the full URL, including
|