HomeSort by relevance Sort by last modified time
    Searched defs:link (Results 201 - 225 of 938) sorted by null

1 2 3 4 5 6 7 891011>>

  /bionic/libc/kernel/uapi/linux/
if_bonding.h 61 __s8 link; member in struct:ifslave
  /build/blueprint/bootstrap/
bootstrap.go 65 link = pctx.StaticRule("link",
69 Description: "link $out",
451 Rule: link,
578 Rule: link,
63 link = pctx.StaticRule("link", var
  /build/soong/cc/
library.go 677 func (library *libraryDecorator) link(ctx ModuleContext, func
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionWithLinkTestCase.java 36 * Template for tests cases that test what happens when a link in the {@link CustomDescription} is
42 * <li>Save is triggered by explicit {@link android.view.autofill.AutofillManager#commit()} call
52 private static final String ID_LINK = "link";
55 * Tests scenarios when user taps a link in the custom description and then taps back:
64 * Tests scenarios when user taps a link in the custom description, change the screen
98 * Tests scenarios when user taps a link in the custom description, then the new activity
114 * Tests scenarios when user taps a link in the custom description, taps back to return to the
126 * Tests scenarios when user taps a link in the custom description, taps back to return to the
138 * Tests scenarios when user taps a link in the custom description, taps back to return to th
290 final UiObject2 link = getLink(saveUi); local
296 final UiObject2 link = container.findObject(By.res(mPackageName, ID_LINK)); local
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 53 * <p>This class is instantiated in {@link SyncService}, which also binds SyncAdapter to the system.
128 * {@link android.content.AbstractThreadedSyncAdapter} guarantees that this will be called on a non-UI thread,
231 String link; local
238 link = c.getString(COLUMN_LINK);
248 (match.link != null && !match.link.equals(link)) ||
254 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, match.link)
278 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, e.link)
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 54 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects.
75 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects.
102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/>
103 // <link rel="edit" href="http://example.com/admin/article/1234"/>
123 * Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
131 String link = null; local
145 } else if (name.equals("link")) {
146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/>
148 // Multiple link types can be included. readAlternateLink() will only return
149 // non-null when reading an "alternate"-type link. Ignore other responses
212 String link = null; local
268 public final String link; field in class:FeedParser.Entry
    [all...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 53 * <p>This class is instantiated in {@link SyncService}, which also binds SyncAdapter to the system.
128 * {@link android.content.AbstractThreadedSyncAdapter} guarantees that this will be called on a non-UI thread,
231 String link; local
238 link = c.getString(COLUMN_LINK);
248 (match.link != null && !match.link.equals(link)) ||
254 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, match.link)
278 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, e.link)
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 54 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects.
75 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects.
102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/>
103 // <link rel="edit" href="http://example.com/admin/article/1234"/>
123 * Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
131 String link = null; local
145 } else if (name.equals("link")) {
146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/>
148 // Multiple link types can be included. readAlternateLink() will only return
149 // non-null when reading an "alternate"-type link. Ignore other responses
212 String link = null; local
268 public final String link; field in class:FeedParser.Entry
    [all...]
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 53 * <p>This class is instantiated in {@link SyncService}, which also binds SyncAdapter to the system.
128 * {@link android.content.AbstractThreadedSyncAdapter} guarantees that this will be called on a non-UI thread,
231 String link; local
238 link = c.getString(COLUMN_LINK);
248 (match.link != null && !match.link.equals(link)) ||
254 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, match.link)
278 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, e.link)
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 54 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects.
75 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects.
102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/>
103 // <link rel="edit" href="http://example.com/admin/article/1234"/>
123 * Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
131 String link = null; local
145 } else if (name.equals("link")) {
146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/>
148 // Multiple link types can be included. readAlternateLink() will only return
149 // non-null when reading an "alternate"-type link. Ignore other responses
212 String link = null; local
268 public final String link; field in class:FeedParser.Entry
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 365 self.linker = "link.exe"
397 self.linker = self.find_exe("link.exe")
578 def link(self, member in class:MSVCCompiler
667 # manifest. Maybe we should link to a temp file? OTOH, that
msvccompiler.py 258 self.linker = "link.exe"
272 self.linker = self.find_exe("link.exe")
464 def link (self, member in class:MSVCCompiler
541 # link ()
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 59 // Allow for twice as many variables as stack link entries
166 // (As long as the caller doesn't screw up link/unlink.)
199 * <p>I use the link/unlink concept because of distant
210 public int link(final int size) method in class:VariableStack
241 * {@link #link(int size)}.
251 * {@link #link(int size)}.
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 110 Anchor link = Utils.createGoogleStorageHttpUrlLink("link", url); local
111 layoutTable.setWidget(row, 2, link);
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 59 struct frame_hdr_cache_element *link; member in struct:unw_eh_callback_data
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 22 StackDepotNode *link; member in struct:__sanitizer::StackDepotNode
144 for (; s; s = s->link) {
  /external/deqp/executor/
xeTcpIpLink.cpp 21 * \brief Tcp/Ip communication link.
515 TcpIpLink* link = static_cast<TcpIpLink*>(ptr); local
516 deUint64 lastKeepalive = link->m_state.getLastKeepaliveRecevied();
521 link->m_state.setState(COMMLINKSTATE_ERROR, "Keepalive timeout");
526 writeKeepalive(link->m_sendThread.getBuffer());
  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 124 /* Link program */
125 link();
179 /** Attach shaders and link program
182 void Utils::programInfo::link() const function in class:gl3cts::Utils::programInfo
187 /* Link status */
203 /* Link */
207 /* Get link status */
211 /* Log link error */
228 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Failed to link program:\n"
231 TCU_FAIL("Failed to link program")
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 228 void Program::link (void) function in class:glu::Program
366 m_program.link();
491 log << tcu::TestLog::Float("LinkTime", "Link time", "ms", QP_KEY_TAG_TIME, (float)programInfo.linkTimeUs / 1000.0f);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 136 * Adds a &lt;LINK&gt; to the head.
140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK); local
144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
148 m_head.add (link);
  /external/freetype/src/cache/
ftccache.h 61 FTC_Node link; /* used for hashing */ member in struct:FTC_NodeRec_
237 _pnode = &_node->link; \
254 _pnode = &((*_pnode)->link); \
261 *_pnode = _node->link; \
262 _node->link = *_bucket; \
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 2333 unsigned int link; member in struct:ELFSectionHeader
    [all...]
  /external/iproute2/include/uapi/linux/
if_bonding.h 31 * - Added support for IEEE 802.3ad Dynamic link aggregation mode.
75 /* each slave's link has 4 states */
76 #define BOND_LINK_UP 0 /* link is up and running */
77 #define BOND_LINK_FAIL 1 /* link has just gone down */
78 #define BOND_LINK_DOWN 2 /* link has been down for too long time */
79 #define BOND_LINK_BACK 3 /* link is going back */
82 #define BOND_STATE_ACTIVE 0 /* link is active */
83 #define BOND_STATE_BACKUP 1 /* link is backup */
107 __s8 link; member in struct:ifslave
  /external/iproute2/ip/
link_gre.c 88 unsigned int link = 0; local
157 link = rta_getattr_u8(greinfo[IFLA_GRE_LINK]);
259 link = if_nametoindex(*argv);
260 if (link == 0) {
368 if (link)
369 addattr32(n, 1024, IFLA_GRE_LINK, link);
417 unsigned int link = rta_getattr_u32(tb[IFLA_GRE_LINK]); local
418 const char *n = if_indextoname(link, s2);
421 print_string(PRINT_ANY, "link", "dev %s ", n);
423 print_uint(PRINT_ANY, "link_index", "dev %u ", link);
    [all...]
link_gre6.c 98 unsigned int link = 0; local
158 link = rta_getattr_u32(greinfo[IFLA_GRE_LINK]);
266 link = if_nametoindex(*argv);
267 if (link == 0) {
383 if (link)
384 addattr32(n, 1024, IFLA_GRE_LINK, link);
442 unsigned int link = rta_getattr_u32(tb[IFLA_GRE_LINK]); local
443 const char *n = if_indextoname(link, s2);
446 print_string(PRINT_ANY, "link", "dev %s ", n);
448 print_uint(PRINT_ANY, "link_index", "dev %u ", link);
    [all...]

Completed in 576 milliseconds

1 2 3 4 5 6 7 891011>>