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

1 2 3

  /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/include/llvm/CodeGen/
MachineModuleInfo.h 125 /// LPadToCallSiteMap - Map a landing pad's EH symbol to the call site
129 /// CallSiteMap - Map of invoke call site index values to associated begin
133 /// CurCallSite - The current call site index being processed, if any. 0 if
378 /// site indexes.
381 /// getCallSiteLandingPad - Get the call site indexes for a landing pad EH
385 "missing call site number for landing pad!");
390 /// associated call site.
395 /// setCallSiteBeginLabel - Map the begin label for a call site.
396 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) {
397 CallSiteMap[BeginLabel] = Site;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 48 /// pad site.
54 // The action table follows the call-site table in the LSDA. The individual
137 // Record the first action of the landing pad site.
141 // Information used when created the call-site table. The action record
142 // field of the call site record is the offset of the first associated
208 /// Compute the call-site table. The entry for an invoke has a try-range
260 // create a call-site entry with no landing pad for the region between the
263 CallSiteEntry Site = { LastLabel, BeginLabel, nullptr, 0 };
264 CallSites.push_back(Site);
276 CallSiteEntry Site =
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 324 // Try to fold GEPs of constant-offset call site argument pointers. This
684 /// \brief Try to simplify a call site.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmdfs.h 319 DFS_SITENAME_INFO Site[1];
wininet.h     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-metadata-model/0.20.0/
tycho-metadata-model-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/
sdklib-23.0.1.jar 

Completed in 273 milliseconds

1 2 3