/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactory.java | 33 * Factory that creates {@link Schema} objects. Entry-point to 37 * {@link SchemaFactory} is a schema compiler. It reads external 41 * The {@link SchemaFactory} class is not thread-safe. In other words, 43 * one thread is using a {@link SchemaFactory} object at any 48 * {@link SchemaFactory} is not re-entrant. While one of the 66 * The {@link SchemaFactory} class is capable of locating other 88 * <td>{@link javax.xml.XMLConstants#W3C_XML_SCHEMA_NS_URI} ("<code>http://www.w3.org/2001/XMLSchema</code>")</td> 92 * <td>{@link javax.xml.XMLConstants#RELAXNG_NS_URI} ("<code>http://relaxng.org/ns/structure/1.0</code>")</td> 109 * <p>Derived classes must create {@link SchemaFactory} objects that have 110 * <code>null</code> {@link ErrorHandler} an [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.3.jd | 122 <p>Android {@sdkPlatformVersion} ({@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}) 177 available, because if you call {@link android.app.Activity#startActivity startActivity()} without 178 verifying whether an app is available to handle the {@link android.content.Intent}, 181 <p>When using an implicit intent, you should always verify that an app is available to handle the intent by calling {@link android.content.Intent#resolveActivity resolveActivity()} or {@link android.content.pm.PackageManager#queryIntentActivities queryIntentActivities()}. For example:</p> 199 If your app depends on an {@link android.accounts.Account}, then your app might crash or behave 229 you must declare the restrictions your app provides by creating a {@link 230 android.content.BroadcastReceiver} that receives the {@link android.content.Intent#ACTION_GET_RESTRICTION_ENTRIES} intent. The system invokes this intent to query 234 <p>In the {@link android.content.BroadcastReceiver#onReceive onReceive()} method of 235 your {@link android.content.BroadcastReceiver}, you must create a {@lin [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 31 * {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc. 36 * parties. The parent can optionally add an {@link AccessibilityRecord} for itself before 39 * view tree. Therefore, an {@link android.accessibilityservice.AccessibilityService} can 45 * {@link android.accessibilityservice.AccessibilityService} to provide meaningful feedback 48 * the event source which is an {@link AccessibilityNodeInfo} (snapshot of a View state) 51 * details refer to {@link android.accessibilityservice.AccessibilityService}. If an 54 * {@link #TYPE_NOTIFICATION_STATE_CHANGED} the source is never available. 73 * <b>View clicked</b> - represents the event of clicking on a {@link android.view.View} 74 * like {@link android.widget.Button}, {@link android.widget.CompoundButton}, etc.</br [all...] |
/cts/tools/signature-tools/templates/ |
ClassReferenceLink.st | 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/$it.name$.html}, name={<tt>$it.name$</tt>})$
|
PackageAddedLink.st | 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/package-summary.html}, name={<tt>$it.name$</tt>})$
|
Styles.st | 5 /* default link style*/ 6 a.default:link {color: blue; text-decoration: none} 10 /* discreet link style */ 11 a.discreet:link {color: black; text-decoration: none}
|
/external/chromium/chrome/browser/ui/views/infobars/ |
link_infobar.h | 10 #include "views/controls/link.h" 14 // An infobar that shows a string with an embedded link. 28 virtual void LinkActivated(views::Link* source, int event_flags); 33 views::Link* link_;
|
/external/clang/test/ARCMT/ |
driver-migrate.m | 7 // RUN: FileCheck -check-prefix=LINK %s < %t.log 9 // RUN: FileCheck -check-prefix=LINK %s < %t.log 11 // LINK-NOT: {{ld(.exe)?"}} 12 // LINK: {{touch(.exe)?"}}
|
/external/clang/test/CodeGen/ |
2002-03-12-StructInitialize.c | 10 Connection link[3] variable
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
IPropertyExceptionHandler.java | 17 * Handler for any {@link Exception} that happens in {@link PropertyTable}, i.e. exceptions during 18 * {@link Property} modifications using {@link PropertyEditor}'s.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/ |
RunnableObjectEx.java | 14 * Analog of {@link Runnable} where method <code>run</code> can throw {@link Exception}. 21 * Executes operation that can cause {@link Exception}. 23 * @return some {@link Object} result for caller.
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractSetMultimap.java | 28 * Basic implementation of the {@link SetMultimap} interface. It's a wrapper 29 * around {@link AbstractMultimap} that converts the returned collections into 30 * {@code Sets}. The {@link #createCollection} method must return a {@code Set}. 55 * method returns a {@link Set}, instead of the {@link Collection} specified 56 * in the {@link Multimap} interface. 66 * method returns a {@link Set}, instead of the {@link Collection} specified 67 * in the {@link Multimap} interface. 77 * method returns a {@link Set}, instead of the {@link Collection} specifie [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
CheckedFuture.java | 28 * A {@code CheckedFuture} is a {@link ListenableFuture} that includes versions 32 * <p>A common implementation is {@link Futures#immediateCheckedFuture}. 35 * {@code Future#get()}: {@link CancellationException}, 36 * {@link ExecutionException} and {@link InterruptedException} into the type 41 * {@link Future} or as an asynchronous callback mechanism as needed. This 46 * values with {@link Futures#get(Future, Class) Futures.get()}. 56 * Exception checking version of {@link Future#get()} that will translate 57 * {@link InterruptedException}, {@link CancellationException} an [all...] |
/external/junit/src/org/junit/runner/ |
Describable.java | 9 * @return a {@link Description} showing the tests to be run by the receiver
|
/external/libxml2/include/libxml/ |
xlink.h | 23 * Various defines for the various Link properties. 25 * NOTE: the link detection layer will try to resolve QName expansion 27 * then the link detection layer will expand role="foo:myrole" 29 * NOTE: the link detection layer will expand URI-Refences found on 61 * This is the prototype for the link detection routine. 62 * It calls the default link detection callbacks upon link detection. 67 * The link detection module interact with the upper layers using 74 * @node: the node carrying the link 75 * @href: the target of the link [all...] |
/external/llvm/test/Linker/ |
available_externally_a.ll | 1 ; RUN: llvm-link %s %p/available_externally_b.ll -S -o - | FileCheck %s
|
/external/markdown/tests/misc/ |
headers.txt | 7 # [Markdown](http://some.link.com/)
|
html.txt | 12 [this <script>link](<script>stuff</script>)
|
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/ |
prefetch-expected.txt | 1 prefetch.link has MIME type application/octet-stream
|
/frameworks/base/core/java/android/animation/ |
package.html | 7 to calculate the values for that given type with a custom {@link android.animation.TypeEvaluator}. 15 You can set many different types of interpolators (contained in {@link android.view.animation}), 16 specify {@link android.animation.Keyframe keyframes}, or group animations to play sequentially 17 or simultaneously (with {@link android.animation.AnimatorSet}) to further control your animation
|
/frameworks/base/core/java/android/database/ |
package.html | 5 If you need to manage data in a private database, use the {@link 6 android.database.sqlite} classes. These classes are used to manage the {@link 8 are usually created and opened with {@link android.content.Context#openOrCreateDatabase} 10 content providers, you can use the {@link android.content.ContentResolver
|
/frameworks/base/core/java/android/nfc/tech/ |
NfcV.java | 26 * Provides access to NFC-V (ISO 15693) properties and I/O operations on a {@link Tag}. 28 * <p>Acquire a {@link NfcV} object using {@link #get}. 29 * <p>The primary NFC-V I/O operation is {@link #transceive}. Applications must 30 * implement their own protocol stack on top of {@link #transceive}. 33 * require the {@link android.Manifest.permission#NFC} permission. 46 * Get an instance of {@link NfcV} for the given tag. 47 * <p>Returns null if {@link NfcV} was not enumerated in {@link Tag#getTechList}. 100 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum amount of byte [all...] |
/frameworks/base/docs/html/training/improving-layouts/ |
loading-ondemand.jd | 3 parent.link=index.html 7 previous.link=reusing-layouts.html 9 next.link=smooth-scrolling.html 42 <p>{@link android.view.ViewStub} is a lightweight view with no dimension and doesn?t draw anything 44 Each {@link android.view.ViewStub} simply needs to include the {@code android:layout} attribute to 47 <p>The following {@link android.view.ViewStub} is for a translucent progress bar overlay. It should 63 <p>When you want to load the layout specified by the {@link android.view.ViewStub}, either set it 64 visible by calling {@link android.view.View#setVisibility setVisibility(View.VISIBLE)} or call 65 {@link android.view.ViewStub#inflate()}.</p> 73 <p class="note"><strong>Note:</strong> The {@link android.view.ViewStub#inflate()} method return [all...] |
/frameworks/base/docs/html/training/run-background-service/ |
create-service.jd | 34 The {@link android.app.IntentService} class provides a straightforward structure for running 37 {@link android.app.IntentService} isn't affected by most user interface lifecycle events, so it 38 continues to run in circumstances that would shut down an {@link android.os.AsyncTask} 41 An {@link android.app.IntentService} has a few limitations: 46 have to send them to an {@link android.app.Activity}. 50 {@link android.app.IntentService}, and you send it another request, the request waits until 54 An operation running on an {@link android.app.IntentService} can't be interrupted. 58 However, in most cases an {@link android.app.IntentService} is the preferred way to simple 62 This lesson shows you how to create your own subclass of {@link android.app.IntentService}. 64 {@link android.app.IntentService#onHandleIntent onHandleIntent()}. Finally, the lesson describe [all...] |
/frameworks/base/docs/html-intl/ja/training/monitoring-device-state/ |
manifest-receivers.jd | 3 parent.link=index.html 8 previous.link=connectivity-monitoring.html 29 <p>????????????????????????????????? {@link android.content.BroadcastReceiver} ????????????????????????????????????????????????????????????????????????????????</p> 38 <p>{@link android.content.pm.PackageManager} ???????????????????????????????????????????????????????????????????? ??????????????????????????????????????</p>
|