Searched refs:link (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DStackOverflowXmlParser.java69 // It includes the data members "title," "link," and "summary."
72 public final String link; field in class:StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { argument
78 this.link = link;
82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
89 String link = null;
99 } else if (name.equals("link")) {
100 link = readLink(parser);
105 return new Entry(title, summary, link);
[all...]
H A DNetworkActivity.java248 // Each entry is displayed in the UI as a link that optionally includes
252 htmlString.append(entry.link);
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java130 ClickableSpan[] link = buffer.getSpans(selStart, selEnd, ClickableSpan.class);
132 if (link.length != 1)
135 link[0].onClick(widget);
208 ClickableSpan[] link = buffer.getSpans(off, off, ClickableSpan.class);
210 if (link.length != 0) {
212 link[0].onClick(widget);
215 buffer.getSpanStart(link[0]),
216 buffer.getSpanEnd(link[0]));
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java39 * might be a {@link #NUMERIC} or {@link #SPECIAL_FUNCTION} keyboard, or there
42 * use the device id specified in the {@link KeyEvent} received.
44 * from unknown keyboards, applications should use the special {@link #VIRTUAL_KEYBOARD}
52 * synthesize key events. Typically used with {@link #getEvents}.
80 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some
127 * @see {#link #getModifierBehavior()} for more details.
135 * @see {#link #getModifierBehavior()} for more details.
140 * This bit will be set in the return value of {@link #get(int, int)} if the
146 * Mask the return value from {@link #ge
[all...]
/frameworks/base/tools/aapt/
H A DAndroid.mk51 # Statically link libz for MinGW (Win SDK under Linux),
52 # and dynamically link for all others.
/frameworks/compile/libbcc/lib/ScriptCRT/
H A Dbuild_clcore.sh22 llvm-link rs_cl.bc rs_core.bc -o libclcore.bc
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp178 if (0 == pNew.link()) {
187 // if (pNew.link()->isIndirect() && pNew.link()->link() == &pNew) {
188 // m_Mesg = "indirect symbol `"+pNew.name()+"' to `"+pNew.link()->name()+"' is a loop.";
193 old->setLink(pNew.link());
199 if (old->link() == pNew.link()) {
213 if (0 == old->link()) {
221 old = old->link();
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h181 ResolveInfo* link() function in class:mcld::ResolveInfo
184 const ResolveInfo* link() const function in class:mcld::ResolveInfo
/frameworks/base/core/java/android/text/util/
H A DLinkify.java50 * create <code>http://example.com</code> when the clickable url link is
93 * to prevent turning the domain name in an email address into a web link.
144 * what is allowed to match and become a link, and what is not.
156 * if the match should be turned into an actionable link.
165 * @return Whether this match should be turned into a link
193 * of the link types indicated in the mask into clickable links.
239 for (LinkSpec link: links) {
240 applyLink(link.url, link.start, link
[all...]
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk3 # not present in the libgcc that shipped on the platform. In such cases, we link
/frameworks/compile/slang/
H A DAndroid.mk148 # Executable llvm-rs-link for host
155 LOCAL_MODULE := llvm-rs-link
161 llvm-rs-link.cpp
/frameworks/support/v7/
H A DAndroid.mk29 # Here is the final static library that apps can link against.
/frameworks/rs/driver/
H A DrsdShaderCache.h64 bool link(const android::renderscript::Context *rsc);
H A DrsdShaderCache.cpp91 if (!link(rsc)) {
107 bool RsdShaderCache::link(const Context *rsc) { function in class:RsdShaderCache
127 rsdGLCheckError(rsc, "RsdShaderCache::link (hit)");
226 rsdGLCheckError(rsc, "RsdShaderCache::link (miss)");
/frameworks/support/v4/
H A DAndroid.mk92 # Here is the final static library that apps can link against.
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css404 .paging-links .prev-page-link,
405 .training-nav-top .prev-page-link {
407 .paging-links .prev-page-link:before,
408 .training-nav-top .prev-page-link:before {
415 .paging-links .next-page-link,
416 .training-nav-top .next-page-link,
417 .training-nav-top .start-class-link,
418 .training-nav-top .start-course-link {
420 .next-page-link:after,
421 .start-class-link
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css404 .paging-links .prev-page-link,
405 .training-nav-top .prev-page-link {
407 .paging-links .prev-page-link:before,
408 .training-nav-top .prev-page-link:before {
415 .paging-links .next-page-link,
416 .training-nav-top .next-page-link,
417 .training-nav-top .start-class-link,
418 .training-nav-top .start-course-link {
420 .next-page-link:after,
421 .start-class-link
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk22 # $(1): new font $(2): link target
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java244 * Returns a {@link java.text.DateFormat} object that can format the time according
247 * @return the {@link java.text.DateFormat} object that properly formats the time.
263 * Returns a {@link java.text.DateFormat} object that can format the date
267 * @return the {@link java.text.DateFormat} object that properly formats the date.
277 * Returns a {@link java.text.DateFormat} object to format the date
334 * Returns a {@link java.text.DateFormat} object that can format the date
337 * @return the {@link java.text.DateFormat} object that formats the date in long form.
344 * Returns a {@link java.text.DateFormat} object that can format the date
347 * @return the {@link java.text.DateFormat} object that formats the date in long form.
355 * 3 elements ({@link #DAT
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java243 * {@link CharSequence#subSequence(int, int) CharSequence.subSequence}
264 * Returns list of multiple {@link CharSequence} joined into a single
265 * {@link CharSequence} separated by localized delimiter such as ", ".
449 * as by {@link String#trim}.
1011 * text was ellipsized away by a call to {@link #ellipsize}.
1459 * Capitalization mode for {@link #getCapsMode}: capitalize all
1461 * {@link InputType#TYPE_TEXT_FLAG_CAP_CHARACTERS}.
1467 * Capitalization mode for {@link #getCapsMode}: capitalize the first
1469 * {@link InputType#TYPE_TEXT_FLAG_CAP_WORDS}.
1475 * Capitalization mode for {@link #getCapsMod
[all...]
/frameworks/base/services/java/com/android/server/
H A DMountService.java245 public void link() throws RemoteException { method in class:MountService.ObbState
1214 Slog.e(TAG, "Failed to link to listener death");
1966 obbState.link();
1969 * The binder died before we could link it, so clean up our state

Completed in 3839 milliseconds