HomeSort by relevance Sort by last modified time
    Searched full:hyperlinks (Results 1 - 25 of 64) sorted by null

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/text/
_index.html 5 class, which converts URLs in a block of text into hyperlinks. </dd>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 22 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks.ResourceLink;
23 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks.XmlResolver;
57 assertTrue(Hyperlinks.isViewClassName("com.android.Foo"));
58 assertTrue(Hyperlinks.isViewClassName("com.android.pk_g.Foo_Bar1"));
59 assertTrue(Hyperlinks.isViewClassName("com.android.Foo$Inner"));
64 assertTrue(Hyperlinks.isViewClassName("Foo.bar"));
66 assertFalse(Hyperlinks.isViewClassName("LinearLayout"));
67 assertFalse(Hyperlinks.isViewClassName("."));
68 assertFalse(Hyperlinks.isViewClassName(".F"));
69 assertFalse(Hyperlinks.isViewClassName("f."))
    [all...]
  /sdk/eclipse/
dictionary.txt 131 hyperlinks
changes.txt 415 - Go to Declaration hyperlinks for navigating from @resource
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
context_menus_internal.json 8 "description": "Use the <code>chrome.contextMenus</code> API to add items to Google Chrome's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.",
context_menus.json 8 "description": "Use the <code>chrome.contextMenus</code> API to add items to Google Chrome's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.",
  /external/chromium_org/remoting/webapp/
l10n.js 71 * content (including paragraphs with hyperlinks), we localize these as
  /external/chromium_org/third_party/WebKit/public/web/
WebSecurityPolicy.h 57 // hyperlinks to URLs with the scheme.
  /external/chromium_org/third_party/libxml/src/
xlink.c 2 * xlink.c : implementation of the hyperlinks detection module
  /external/libxml2/
xlink.c 2 * xlink.c : implementation of the hyperlinks detection module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 106 hyperlinks (defined by the HREF attribute for <A> tags) within
107 the document. The list of hyperlinks is available as the data
119 index into the list of hyperlinks created by the anchor_bgn()method.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 106 hyperlinks (defined by the HREF attribute for <A> tags) within
107 the document. The list of hyperlinks is available as the data
119 index into the list of hyperlinks created by the anchor_bgn()method.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 21 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks;
311 IHyperlink[] links = Hyperlinks.getResourceLinks(null, mTheme, project, null);
  /frameworks/base/docs/html/design/style/
branding.jd 31 hyperlinks.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 149 // is displayed in a special way (with action hyperlinks etc).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 172 public class Hyperlinks {
181 private Hyperlinks() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 64 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks;
344 String tagName = Hyperlinks.getTagName(type);
  /external/chromium_org/tools/binary_size/
README.txt 112 generated hyperlinks and will not hyperlink any file that starts with the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml     [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
content_scripts.html 18 <li>Find unlinked URLs in web pages and convert them into hyperlinks
  /external/chromium_org/content/browser/download/
download_item_impl.h 432 // http://www.whatwg.org/specs/web-apps/current-work/#downloading-hyperlinks
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /external/chromium_org/chrome/app/resources/terms/chromeos/
terms_en.html 104 <p>16.1 The Services may include hyperlinks to other web sites or content or resources. Google may have no control over any web sites or resources which are provided by companies or persons other than Google.</p>
    [all...]
  /external/chromium_org/chrome/app/resources/terms/
terms_da.html 119 <p>17.1 Tjenesterne kan indeholde hyperlinks til andre websteder, andet indhold eller andre ressourcer. Google har ingen kontrol over de websteder eller ressourcer, der leveres af andre virksomheder eller personer end Google.</p>
    [all...]
terms_en-GB.html 119 <p>17.1 The Services may include hyperlinks to other websites, or content or resources. Google may have no control over any websites or resources that are provided by companies or persons other than Google.</p>
    [all...]

Completed in 617 milliseconds

1 2 3