/development/tools/zoneinfo/tzdata2009s/ |
backward | 9 Link Africa/Asmara Africa/Asmera 10 Link Africa/Bamako Africa/Timbuktu 11 Link America/Argentina/Catamarca America/Argentina/ComodRivadavia 12 Link America/Adak America/Atka 13 Link America/Argentina/Buenos_Aires America/Buenos_Aires 14 Link America/Argentina/Catamarca America/Catamarca 15 Link America/Atikokan America/Coral_Harbour 16 Link America/Argentina/Cordoba America/Cordoba 17 Link America/Tijuana America/Ensenada 18 Link America/Indiana/Indianapolis America/Fort_Wayn [all...] |
/external/icu4c/tools/tzcode/ |
icuzones | 22 # Link canonical alias 23 Link America/Halifax SystemV/AST4ADT 24 Link America/New_York SystemV/EST5EDT 25 Link America/Chicago SystemV/CST6CDT 26 Link America/Denver SystemV/MST7MDT 27 Link America/Los_Angeles SystemV/PST8PDT 28 Link America/Anchorage SystemV/YST9YDT 29 Link Etc/GMT+4 SystemV/AST4 30 Link Etc/GMT+5 SystemV/EST5 31 Link Etc/GMT+6 SystemV/CST [all...] |
/bionic/libc/private/isc/ |
list.h | 28 #define LINK(type) struct { type *prev, *next; } 29 #define INIT_LINK_TYPE(elt, link, type) \ 31 (elt)->link.prev = (type *)(-1); \ 32 (elt)->link.next = (type *)(-1); \ 34 #define INIT_LINK(elt, link) \ 35 INIT_LINK_TYPE(elt, link, void) 36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) 42 #define PREPEND(list, elt, link) \ 44 INSIST(!LINKED(elt, link));\ [all...] |
/external/iproute2/etc/iproute2/ |
rt_scopes | 7 253 link
|
/external/webkit/WebCore/manual-tests/ |
target-test.html | 1 <a href="targeted.html" target="test">Click this link.</a>
|
contenteditable-link.html | 18 <div>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior. This can be set via a private WebPreference. If the preference is OnlyLiveWithShiftKey, then the link will only be active when the shift key is pressed (WinIE/Firefox behaviour). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior, then the link is always active (Safari 2.0 behaviour). Finally, if the preference is WebKitEditableLinkLiveWhenNotFocused, the link will only be live if the selection before clicking on the link is not in the same editable block as the link.</div> 20 <div>Also, when a link is 'live' it can be dragged as a link, and when the link isn't 'live', dragging a link just performs a normal text selection. 25 <p><a href="about:blank">Test link</a></p [all...] |
preload-scanner-entities.html | 2 <link href="non_existent_stylesheet1&ab-" rel="stylesheet"> 3 <link href="non_existent_stylesheet2&#xY" rel="stylesheet"> 4 <link href="non_existent_stylesheet3&#XY" rel="stylesheet">
|
/external/dbus/dbus/ |
dbus-list.c | 56 DBusList *link; local 70 link = _dbus_mem_pool_alloc (list_pool); 71 if (link == NULL) 81 link = _dbus_mem_pool_alloc (list_pool); 84 if (link) 85 link->data = data; 89 return link; 93 free_link (DBusList *link) 96 if (_dbus_mem_pool_dealloc (list_pool, link)) 108 DBusList *link) 271 DBusList *link; local 329 DBusList *link; local 359 DBusList *link; local 425 DBusList *link; local 456 DBusList *link; local 482 DBusList *link; local 551 DBusList *link; local 637 DBusList *link; local 658 DBusList *link; local 681 DBusList *link; local 705 DBusList *link; local 730 DBusList *link; local 762 DBusList *link; local 793 DBusList *link; local 828 DBusList *link; local 864 DBusList *link; local 888 DBusList *link; local 912 DBusList *link; local 931 DBusList *link; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
_index.html | 2 <dt><a href="Link.html">Linkify</a></dt> 3 <dd>Demonstrates the {@link android.text.util.Linkify Linkify} class, which converts URLs in a block of text into hyperlinks. </dd>
|
/external/guava/src/com/google/common/collect/ |
package-info.java | 24 * <dt>{@link com.google.common.collect.Multimap} 25 * <dd>A new type, which is similar to {@link java.util.Map}, but may contain 27 * {@link com.google.common.collect.Multimap} are left unspecified and are 30 * <dt>{@link com.google.common.collect.SetMultimap} 31 * <dd>An extension of {@link com.google.common.collect.Multimap} which has 36 * values} associated with a given key fulfills the {@link java.util.Set} 39 * <dt>{@link com.google.common.collect.ListMultimap} 40 * <dd>An extension of {@link com.google.common.collect.Multimap} which permits 43 * {@link com.google.common.collect.ListMultimap#equals(Object)}. {@code 46 * associated with a given key fulfills the {@link java.util.List} contract [all...] |
/bionic/libc/arch-arm/syscalls/ |
link.S | 5 .type link, #function 6 .globl link 10 link: label
|
/frameworks/base/core/java/android/preference/ |
package.html | 9 should be ran as a separate {@link android.app.Activity} that extends 10 the {@link android.preference.PreferenceActivity} class. In the PreferenceActivity, a 11 {@link android.preference.PreferenceScreen} object should be the root element of the layout. 12 The PreferenceScreen contains {@link android.preference.Preference} elements such as a 13 {@link android.preference.CheckBoxPreference}, {@link android.preference.EditTextPreference}, 14 {@link android.preference.ListPreference}, {@link android.preference.PreferenceCategory}, 15 or {@link android.preference.RingtonePreference}. </p> 17 All settings made for a given {@link android.preference.Preference} will be automatically save [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
ValidatorHandler.java | 31 * A {@link ValidatorHandler} object is a thread-unsafe, non-reentrant object. 33 * sure that one {@link ValidatorHandler} object is not used from 37 * {@link ValidatorHandler} checks if the SAX events follow 38 * the set of constraints described in the associated {@link Schema}, 43 * {@link ValidatorHandler} extends from {@link ContentHandler}, 44 * but it refines the underlying {@link ContentHandler} in 50 * Similarly, the user-specified {@link ContentHandler} will receive non-null 53 * <li>Applications must ensure that {@link ValidatorHandler}'s 54 * {@link ContentHandler#startPrefixMapping(String,String)} an [all...] |
Validator.java | 33 * <p>A processor that checks an XML document against {@link Schema}.</p> 38 * sure that one {@link Validator} object is not used from 44 * Note that while the {@link #validate(javax.xml.transform.Source)} and {@link #validate(javax.xml.transform.Source, javax.xml.transform.Result)} 45 * methods take a {@link Source} instance, the <code>Source</code> 61 * Derived classes must create {@link Validator} objects that have 62 * <tt>null</tt> {@link ErrorHandler} and 63 * <tt>null</tt> {@link LSResourceResolver}. 72 * {@link Schema#newValidator()}. 76 * <p>The reset <code>Validator</code> is not guaranteed to have the same {@link LSResourceResolver} or {@link ErrorHandler [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
LinkedList.java | 27 * LinkedList is an implementation of {@link List}, backed by a doubly-linked list. 35 * probably use {@link ArrayList} if you don't need the queue-like behavior. 46 transient Link<E> voidLink; 48 private static final class Link<ET> { 51 Link<ET> previous, next; 53 Link(ET o, Link<ET> p, Link<ET> n) { 65 Link<ET> link, lastLink field in class:LinkedList.LinkIterator 223 Link<E> link = voidLink; local 425 Link<E> link = voidLink.next; local 447 Link<E> link = voidLink; local 495 Link<E> link = voidLink.next; local 528 Link<E> link = voidLink.previous; local 578 Link<E> link = voidLink; local 601 Link<E> link = voidLink.next; local 682 Link<E> link = voidLink; local 741 Link<E> link = voidLink.next; local 772 Link<E> link = voidLink.next; local 798 Link<E> link = voidLink; local [all...] |
/frameworks/base/vpn/java/android/net/vpn/ |
VpnState.java | 22 * A normal VPN connection lifetime starts in {@link IDLE}. When a new 23 * connection is about to be set up, it goes to {@link CONNECTING} and then 24 * {@link CONNECTED} if successful; back to {@link IDLE} if failed. 26 * {@link DISCONNECTING} and then {@link IDLE}. 27 * {@link CANCELLED} is a state when a VPN connection attempt is aborted, and 28 * is in transition to {@link IDLE}. 29 * The {@link UNUSABLE} state indicates that the profile is not in a state for 32 * The {@link UNKNOWN} state indicates that the profile state is to b [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
_package.html | 3 <link rel="stylesheet" type="text/css" href="assets/style.css" /> 21 <li> {@link com.android.samples.app.HelloWorld Hello World} 22 <li> {@link com.android.samples.app.SaveRestoreState Save & Restore State} 23 <li>{@link com.android.samples.app.PersistentState Persistent State} 24 <li>{@link com.android.samples.app.ReceiveResult Receive Result} 25 <li>{@link com.android.samples.app.Forwarding Forwarding} 31 <li>{@link com.android.samples.app.LocalServiceController Local Service 33 <li>{@link com.android.samples.app.LocalServiceBinding Local Service Binding} 34 <li>{@link com.android.samples.app.RemoteServiceController Remote Service 36 <li>{@link com.android.samples.app.RemoteServiceBinding Remote Servic [all...] |
/cts/tools/signature-tools/templates/ |
ClassChangedLink.st | 1 $Link(url={$it.packageName$.$it.name$.html}, name={<tt>$it.name$</tt>})$
|
PackageChangedLink.st | 1 $Link(url={changes/pkg_$it.name$.html}, name={<tt>$it.name$</tt>})
|
/external/iptables/extensions/ |
libipt_pkttype.man | 1 This module matches the link-layer packet type.
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/ |
package.html | 9 classes which allow input from {@link org.xml.sax.ContentHandler} 12 {@link org.xml.sax.XMLReader}, or to use a 13 {@link org.xml.sax.InputSource} as the source. It also allows the 14 creation of a {@link org.xml.sax.XMLFilter}, which enables 16 to be used polymorphically as an {@link org.xml.sax.XMLReader}.</p> 17 <p>The {@link javax.xml.transform.sax.SAXSource} class allows the 18 setting of an {@link org.xml.sax.XMLReader} to be used for "pulling" 19 parse events, and an {@link org.xml.sax.InputSource} that may be used to 21 <p>The {@link javax.xml.transform.sax.SAXResult} class allows the 22 setting of a {@link org.xml.sax.ContentHandler} to be the receiver o [all...] |
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 39 * the {@link android.R.attr#launchMode} attribute. 44 * the {@link android.R.attr#launchMode} attribute. 49 * the {@link android.R.attr#launchMode} attribute. 54 * the {@link android.R.attr#launchMode} attribute. 59 * {@link android.R.attr#launchMode} attribute, one of 60 * {@link #LAUNCH_MULTIPLE}, 61 * {@link #LAUNCH_SINGLE_TOP}, {@link #LAUNCH_SINGLE_TASK}, or 62 * {@link #LAUNCH_SINGLE_INSTANCE}. 76 * {@link android.R.attr#taskAffinity} attribute [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/ |
package.html | 9 <p>The {@link javax.xml.transform.dom.DOMSource} class allows the 11 {@link org.w3c.dom.Node} as the source of the input tree. The model of 15 derived from {@link org.w3c.dom.Node} are legal input.</p> 16 <p>The {@link javax.xml.transform.dom.DOMResult} class allows 17 a {@link org.w3c.dom.Node} to be specified to which result DOM nodes will 19 {@link javax.xml.parsers.DocumentBuilder#newDocument} to create an 20 output {@link org.w3c.dom.Document} node. If a node is specified, it 21 should be one of the following: {@link org.w3c.dom.Document}, 22 {@link org.w3c.dom.Element}, or 23 {@link org.w3c.dom.DocumentFragment}. Specification of any other nod [all...] |
/external/guava/src/com/google/common/base/ |
Service.java | 23 * An object with an operational state, plus asynchronous {@link #start()} and 24 * {@link #stop()} lifecycle methods to transfer into and out of this state. 28 * <li>{@link State#NEW} -></li> 29 * <li>{@link State#STARTING} -></li> 30 * <li>{@link State#RUNNING} -></li> 31 * <li>{@link State#STOPPING} -></li> 32 * <li>{@link State#TERMINATED}</li> 36 * {@link State#FAILED}, and its behavior is undefined. Such a service cannot be 39 * <p>Implementors of this interface are strongly encouraged to extend {@link 40 * com.google.common.util.concurrent.AbstractService} or {@link [all...] |
/frameworks/base/core/java/android/app/backup/ |
package.html | 8 <p>All backup and restore operations are controlled by the {@link 11 backup agent. A backup agent can be built by extending either {@link android.app.backup.BackupAgent} 12 or {@link android.app.backup.BackupAgentHelper}. The {@link 13 android.app.backup.BackupAgentHelper} class provides a wrapper around {@link 15 employing backup helpers such as {@link android.app.backup.SharedPreferencesBackupHelper} and 16 {@link android.app.backup.FileBackupHelper}.</p> 21 <li>Easily perform backup of {@link android.content.SharedPreferences} and files</li>
|