/packages/apps/Browser/src/com/android/browser/preferences/ |
WebsiteSettingsFragment.java | 62 private static final String EXTRA_SITE = "site"; 66 private Site mSite = null; 68 static class Site implements Parcelable { 74 // These constants provide the set of features that a site may support 83 public Site(String origin) { 103 * Gets the number of features supported by this site. 114 * Gets the ID of the nth (zero-based) feature supported by this site. 117 * position in the list of features for this site. This is used both 173 private Site(Parcel in) { 180 public static final Parcelable.Creator<Site> CREATO 236 Site site = null; local 309 Site site = entry.getValue(); local 345 Site site = sitesIter.next(); local 387 Site site = entry.getValue(); local 480 Site site = getItem(position); local 624 Site site = (Site) view.getTag(); local [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfo.h | 122 // Map of invoke call site index values to associated begin EH_LABEL for 126 // The current call site index being processed, if any. 0 if none. 329 /// setCallSiteBeginLabel - Map the begin label for a call site 330 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { 331 CallSiteMap[BeginLabel] = Site; 334 /// getCallSiteBeginLabel - Get the call site number for a begin label 337 "Missing call site number for EH_LABEL!"); 341 /// setCurrentCallSite - Set the call site currently being processed. 342 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; } [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
AddonsListFetcher.java | 52 * Such an XML contains a simple list of add-ons site that are to be loaded by default by the
60 * An immutable structure representing an add-on site.
62 public static class Site {
66 private Site(String url, String uiName) {
87 * @return An array of {@link Site} on success (possibly empty), or null on error.
89 public Site[] fetch(ITaskMonitor monitor, String url) {
163 Site[] result = null;
430 protected Site[] parseAddonsList(Document doc, String nsUri, ITaskMonitor monitor) {
434 ArrayList<Site> sites = new ArrayList<Site>();
[all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITDwarfEmitter.cpp | 187 /// CallSiteEntry - Structure describing an entry in the call-site table. 238 // landing pad site. 285 // Record the first action of the landing pad site. 295 // Compute the call-site table. Entries must be ordered by address. 338 // throw, create a call-site entry with no landing pad for the region 341 CallSiteEntry Site = {LastLabel, BeginLabel, 0, 0}; 342 CallSites.push_back(Site); 346 CallSiteEntry Site = {BeginLabel, LastLabel, 349 assert(Site.BeginLabel && Site.EndLabel && Site.PadLabel & [all...] |
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
AddonsListFetcherTest.java | 19 import com.android.sdklib.internal.repository.AddonsListFetcher.Site;
42 public Site[] _parseAddonsList(Document doc, String nsUri, ITaskMonitor monitor) {
104 Site[] result = mFetcher._parseAddonsList(doc, uri, monitor);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.cpp | 74 /// index for each landing pad site. 80 // The action table follows the call-site table in the LSDA. The individual 164 // Record the first action of the landing pad site. 168 // Information used when created the call-site table. The action record 169 // field of the call site record is the offset of the first associated 218 /// ComputeCallSiteTable - Compute the call-site table. The entry for an invoke 269 // create a call-site entry with no landing pad for the region between the 272 CallSiteEntry Site = { LastLabel, BeginLabel, 0, 0 }; 273 CallSites.push_back(Site); 285 CallSiteEntry Site = [all...] |
/build/tools/droiddoc/templates-pdk/ |
customizations.cs | 2 left nav (toc) that gets placed on all pages, for the open source site. See also the components/ 84 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterData.java | 44 import com.android.sdklib.internal.repository.AddonsListFetcher.Site;
[all...] |
/build/tools/droiddoc/templates-sdk/ |
customizations.cs | 141 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
|
/external/opencv/cvaux/src/ |
cvlee.cpp | 118 CvVoronoiSiteInt* site; member in struct:CvVoronoiEdgeInt 199 // (site is an edge of polygon or a reflex vertex). 361 pReflexSite: out, pointer to reflex site,if any exist,else NULL 382 pTopSite: out, pointer to the most left site of polygon (it is the most left 418 pTopSite : in, the most left site of hole 429 Description : Compute the initial Voronoi Diagram for single site 433 pSite: in, pointer to site 491 Description : Function finds the nearest site for top vertex 502 Description : Function seeks for site, which has common bisector in 517 Description : Function seeks for site, which has common bisector i [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-111557.js | [all...] |