/frameworks/base/core/java/android/app/ |
Service.java | 38 * {@link android.R.styleable#AndroidManifestService <service>} 41 * {@link android.content.Context#startService Context.startService()} and 42 * {@link android.content.Context#bindService Context.bindService()}. 50 * Threads</a>. The {@link IntentService} class is available 90 * {@link android.content.Context#startService Context.startService()}, which 95 * {@link android.content.Context#bindService Context.bindService()}, which 102 * and call its {@link #onCreate} and any other appropriate callbacks on the 116 * calls {@link android.content.Context#startService Context.startService()} then the system will 117 * retrieve the service (creating it and calling its {@link #onCreate} method 118 * if needed) and then call its {@link #onStartCommand} method with th [all...] |
/cts/tools/signature-tools/src/signature/model/ |
IClassReference.java | 20 * {@code IClassReference} models a reference to an {@link IClassDefinition}. If 21 * the referenced {@link IClassDefinition} defines 22 * {@link ITypeVariableDefinition}s, this reference can be seen as a raw type.
|
/external/chromium/chrome/browser/resources/ |
notification_icon_link.html | 25 #link { 36 <div id="link"><a href="" onclick="chrome.send('link')">$6</a></div>
|
/external/chromium/chrome/browser/ui/cocoa/ |
event_utils.h | 15 // Retrieves the WindowOpenDisposition used to open a link from a user gesture 17 // associated link in a background tab. 20 // Retrieves the WindowOpenDisposition used to open a link from a user gesture
|
/external/e2fsprogs/lib/et/test_cases/ |
heimdal3.c | 27 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list 46 if (!link.table) 47 et = &link;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/ |
PropertyCategoryProvider.java | 16 * This interface is used to get {@link PropertyCategory} for {@link Property}. 23 * @return the {@link PropertyCategory} of given Property, not <code>null</code>.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
IPropertyTooltipSite.java | 14 * Interface that allows control of {@link PropertyTooltipProvider} interact with 15 * {@link PropertyTableTooltipHelper}. 22 * @return the {@link PropertyTable} of this site.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/ |
RunnableEx.java | 14 * Analog of {@link Runnable} where method <code>run</code> can throw {@link Exception}. 21 * Executes operation that can cause {@link Exception}.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
CollectionTestSuiteBuilder.java | 20 * Concrete instantiation of {@link AbstractCollectionTestSuiteBuilder} for 22 * {@link ListTestSuiteBuilder} or {@link SetTestSuiteBuilder}.
|
/external/hamcrest/src/org/hamcrest/ |
StringDescription.java | 6 * A {@link Description} that is stored as a string.
20 * Return the description of a {@link SelfDescribing} object as a String.
32 * Alias for {@link #toString(SelfDescribing)}.
|
/external/junit/src/org/junit/internal/requests/ |
FilterRequest.java | 13 * A filtered {@link Request}. 21 * @param classRequest a {@link Request} describing your Tests 22 * @param filter {@link Filter} to apply to the Tests described in
|
/external/llvm/docs/CommandGuide/ |
llvm-link.rst | 1 llvm-link - LLVM linker 7 :program:`llvm-link` [*options*] *filename ...* 12 :program:`llvm-link` takes several LLVM bitcode files and links them together 16 :program:`llvm-link` attempts to load the input files from the current 28 libraries, :program:`llvm-link` will look in path name for libraries. This 29 option can be specified multiple times; :program:`llvm-link` will search 35 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse 37 option, :program:`llvm-link` will write raw bitcode regardless of the output 43 :program:`llvm-link` will write its output to standard output. 51 If specified, :program:`llvm-link` prints a human-readable version of the outpu [all...] |
/external/llvm/test/Linker/ |
2003-05-31-LinkerRename.ll | 1 ; The funcresolve pass will (intentionally) llvm-link an _internal_ function 2 ; body with an external declaration. Because of this, if we LINK an internal 9 ; RUN: llvm-link %t.1.bc %t.2.bc -S | grep internal | not grep "@foo("
|
/external/markdown/MarkdownTest/Tests_2007/ |
Links, reference style.text | 64 Here's one where the [link 67 Here's another where the [link 71 [link breaks]: /url/
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
Answers.java | 14 * @deprecated - please use Answers from top Mockito package: {@link org.mockito.Answers}
16 * <b>WARNING</b> Those answers no longer are used by the framework!!! Please use {@link org.mockito.Answers}
18 * See {@link Mockito} for more information.
|
/external/mockito/src/org/mockito/plugins/ |
StackTraceCleanerProvider.java | 7 * An extension point to register custom {@link StackTraceCleaner}. 13 * please refer to the documentation of {@link MockMaker}. 16 * See the default implementation: {@link org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleanerProvider}
|
/external/qemu/hw/ |
bt.c | 25 static void bt_dummy_lmp_mode_change(struct bt_link_s *link) 30 static void bt_dummy_lmp_connection_complete(struct bt_link_s *link) 32 if (link->slave->reject_reason) 41 static void bt_dummy_lmp_disconnect_master(struct bt_link_s *link) 47 static void bt_dummy_lmp_acl_resp(struct bt_link_s *link, 54 /* Slaves that don't hold any additional per link state can use these */ 57 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); local 59 link->slave = req->slave; 60 link->host = req->host; 63 req->host->lmp_connection_complete(link); [all...] |
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLLinkElement01.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|
HTMLLinkElement02.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|
HTMLLinkElement03.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|
HTMLLinkElement04.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|
HTMLLinkElement05.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|
HTMLLinkElement06.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|
HTMLLinkElement07.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|
HTMLLinkElement08.html | 5 <TITLE>NIST DOM HTML Test - LINK</TITLE> 6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html"> 7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
|