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

  /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
622 Site site = (Site) view.getTag(); local
    [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...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 121 /// LPadToCallSiteMap - Map a landing pad's EH symbol to the call site
125 /// CallSiteMap - Map of invoke call site index values to associated begin
129 /// CurCallSite - The current call site index being processed, if any. 0 if
335 /// site indexes.
338 /// getCallSiteLandingPad - Get the call site indexes for a landing pad EH
342 "missing call site number for landing pad!");
347 /// associated call site.
352 /// setCallSiteBeginLabel - Map the begin label for a call site.
353 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) {
354 CallSiteMap[BeginLabel] = Site;
    [all...]
  /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...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 322 // Try to fold GEPs of constant-offset call site argument pointers. This
667 /// \brief Try to simplify a call site.
888 /// \brief Analyze a call site for potential inlining.
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]

Completed in 1276 milliseconds