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

1 2 3

  /external/iproute2/etc/iproute2/
rt_scopes 11 200 site
  /external/webkit/WebKitTools/CodeCoverage/
regenerate-coverage-display 32 # site. I assume this is not copyrightable.
132 site = "%s.html" % name.replace(os.path.sep,'__')
135 <td class="coverFile"><a href="%(site)s">%(name)s</a></td>
213 site = create_page(dest_dir, "%s.html" % escaped_dir)
215 generate_header(site, last_time, tot_lines, tot_covered, "directory - %s" % dir_name, "images/%s.png" % escaped_dir)
219 generate_table_header_start(site)
222 generate_table_item(site, file, lines, covered)
224 generate_table_header_end(site)
225 site.write("""</BODY></HTML>""")
226 site.close(
    [all...]
  /packages/apps/Browser/src/com/android/browser/
WebsiteSettingsActivity.java 65 static 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 = entry.getValue(); local
287 Site site = sitesIter.next(); local
318 Site site = entry.getValue(); local
411 Site site = getItem(position); local
    [all...]
  /external/bison/
Makefile.am 30 djgpp/config.sed djgpp/config.site djgpp/config_h.sed \
Makefile 243 djgpp/config.sed djgpp/config.site djgpp/config_h.sed \
  /sdk/eclipse/buildConfig/
build.properties 35 # override default of "eclipse" to aid for external site generation
75 #Set to true if you want the output to be ready for an update jar (no site.xml generated)
156 eclipseURL=<url for eclipse download site>
232 # repository location for update site
235 # where to place update site build
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 211 // project and the current editor's site.
219 IWorkbenchPartSite site = getUiParent().getEditor().getSite(); local
220 if (site == null) {
221 AdtPlugin.log(IStatus.ERROR, "Failed to get editor site for UiPackageAttribute"); //$NON-NLS-1$
228 ShowInPackageViewAction action = new ShowInPackageViewAction(site);
  /development/pdk/docs/source/
source_toc.cs 11 <li><a href="http://android.git.kernel.org/">Browse Source</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
  /external/webkit/WebKitTools/wx/packaging/debian/
rules 32 usr/lib/python$*/site-packages/wx-2.8-gtk2-unicode/wx/
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 168 * Creates undo redo actions for the editor site (so that it works for any page of this
307 * Initializes the editor part with a site and input.
314 public void init(IEditorSite site, IEditorInput editorInput) throws PartInitException {
317 super.init(site, editorInput);
AndroidXmlEditor.java 224 * Creates undo redo actions for the editor site (so that it works for any page of this
363 * Initializes the editor part with a site and input.
370 public void init(IEditorSite site, IEditorInput editorInput) throws PartInitException {
373 super.init(site, editorInput);
    [all...]
  /external/grub/docs/
help2man 462 programs are properly installed at your site, the command
  /external/srec/srec/cfront/
nisthdr.h 149 void setRecordSite(char *site);
  /external/v8/test/mjsunit/
value-wrapper.js 31 // When running the tests use loops to ensure that the call site moves through
  /external/clearsilver/ruby/
install.rb 79 sodir = "$site-ruby/#{c['arch']}"
85 sodir = "$site-ruby/#{c['arch']}"
95 [ 'site-ruby-common', [ siteruby,
98 [ 'site-ruby', [ versite,
104 [ 'rb-dir', [ '$site-ruby',
  /external/fdlibm/
configure 294 site=
523 -site | --site | --sit)
524 ac_prev=site ;;
525 -site=* | --site=* | --sit=*)
526 site=$ac_optarg ;;
    [all...]
  /build/tools/droiddoc/templates-pdk/
customization.cs 2 left nav (toc) that gets placed on all pages, for the open source site?>
173 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 104 * The {@link LayoutCanvasViewer} is set as the site's {@link ISelectionProvider}:
106 * on the site's selection service.
108 * This part is also an {@link ISelectionListener}. It listens to the site's selection
128 * To understand the site's selection listener, selection provider, and the
133 * - The workbench site selection service can be seen as "centralized"
198 * Initializes the editor part with a site and input.
202 public void init(IEditorSite site, IEditorInput input) throws PartInitException {
203 setSite(site);
    [all...]
  /external/libpcap/
configure 721 site=
995 -site | --site | --sit)
996 ac_prev=site ;;
997 -site=* | --site=* | --sit=*)
998 site=$ac_optarg ;;
    [all...]
  /external/clearsilver/
configure 329 site=
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
561 site=$ac_optarg ;;
    [all...]
  /external/bison/djgpp/
config.bat 179 Rem Make sure they have a config.site file
180 set CONFIG_SITE=%XSRC%/djgpp/config.site
181 if not "%CONFIG_SITE%" == "%XSRC%/djgpp/config.site" goto SmallEnv
  /external/elfutils/
configure 297 site=
526 -site | --site | --sit)
527 ac_prev=site ;;
528 -site=* | --site=* | --sit=*)
529 site=$ac_optarg ;;
    [all...]
  /external/genext2fs/
configure 721 site=
995 -site | --site | --sit)
996 ac_prev=site ;;
997 -site=* | --site=* | --sit=*)
998 site=$ac_optarg ;;
    [all...]
  /external/chromium/third_party/icu/source/
configure 838 site=
1128 -site | --site | --sit)
1129 ac_prev=site ;;
1130 -site=* | --site=* | --sit=*)
1131 site=$ac_optarg ;;
    [all...]
  /external/libpng/
configure 915 site=
    [all...]

Completed in 5931 milliseconds

1 2 3