HomeSort by relevance Sort by last modified time
    Searched full:link (Results 451 - 475 of 18913) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/
googleurl_dummy.cc 8 // process types. For some processes, we don't want to link against googleurl.
10 // on Windows) we just instead link this file in cases where googleurl isn't
  /external/dropbear/
queue.c 44 struct Link* oldhead;
50 if (oldhead->link != NULL) {
51 queue->head = oldhead->link;
71 struct Link* newlink;
74 newlink = (struct Link*)m_malloc(sizeof(struct Link));
77 newlink->link = NULL;
80 queue->tail->link = newlink;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutMenuContributor.java 16 * Contributes items into {@link IMenuManager} or {@link FlyoutControlComposite}.
  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 32 * A class exactly like {@link MapMaker}, except restricted in the types of maps it can build.
59 * See {@link MapMaker#keyEquivalence}.
65 * See {@link MapMaker#valueEquivalence}.
71 * See {@link MapMaker#initialCapacity}.
76 * See {@link MapMaker#maximumSize}.
81 * See {@link MapMaker#strongKeys}.
86 * See {@link MapMaker#concurrencyLevel}.
91 * See {@link MapMaker#weakKeys}.
97 * See {@link MapMaker#strongValues}.
102 * See {@link MapMaker#softKeys}
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
TestingRemovalListeners.java 21 * Utility {@link RemovalListener} implementations intended for use in testing.
35 * Type-inferring factory method for creating a {@link QueuingRemovalListener}.
42 * Type-inferring factory method for creating a {@link CountingRemovalListener}.
49 * {@link RemovalListener} that adds all {@link RemovalNotification} objects to a queue.
61 * {@link RemovalListener} that counts each {@link RemovalNotification} it receives, and provides
92 * No-op {@link RemovalListener}.
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
GL1Renderer.java 9 * {@link #setFixedFuncBinding(com.jme3.material.FixedFuncBinding, java.lang.Object) }
19 * See {@link FixedFuncBinding} for various values that
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
package.html 11 {@link com.jme3.scene.control.Control controls}.
13 callbacks for when a {@link com.jme3.scene.Spatial} is rendered or updated
  /external/jsilver/src/org/clearsilver/jni/
JniClearsilverFactory.java 32 * Default constructor. Any {@link org.clearsilver.DelegatedHdf}s passed to
33 * {@link #newCs} will be fully unwrapped before being passed to CS
42 * {@link org.clearsilver.DelegatedHdf} objects before passing the
43 * {@link org.clearsilver.HDF} object to the {@link org.clearsilver.CS}
49 * @param unwrapDelegatedHdfs true if {@link org.clearsilver.HDF}s passed to
50 * {@link #newCs} should be unwrapped if they are
51 * {@link org.clearsilver.DelegatedHdf} objects, false otherwise.
  /external/junit/src/org/junit/internal/runners/rules/
RuleFieldValidator.java 14 * {@link org.junit.runners.model.TestClass}. All reasons for rejecting the
17 * There are two slightly different validators. The {@link #CLASS_RULE_VALIDATOR}
18 * validates fields with a {@link ClassRule} annotation and the
19 * {@link #RULE_VALIDATOR} validates fields with a {@link Rule} annotation.
23 * Validates fields with a {@link ClassRule} annotation.
27 * Validates fields with a {@link Rule} annotation.
42 * Validate the {@link org.junit.runners.model.TestClass} and adds reasons
  /external/llvm/test/Linker/
2008-06-13-LinkOnceRedefinition.ll 6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S
7 ; RUN: llvm-link %t.foo1.bc %t.foo3.bc -S
2008-06-26-AddressSpace.ll 5 ; RUN: llvm-link %t.foo2.bc %t.foo1.bc -S | grep "addrspace(2)"
6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S | grep "addrspace(2)"
basiclink.ll 5 ; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc
6 ; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc
  /external/nist-sip/java/javax/sip/
SipStack.java 9 * Deprecated. Use {@link #createListeningPoint(String, int, String)}
33 * Use {@link ServerTransaction#enableRetransmissionAlerts()} to enable
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 82 * Sets up the return value of {@link #isAvailable()}.
84 * @param isAvailable the value that {@link #isAvailable()} will return.
92 * Sets up the return value of {@link #isConnectedOrConnecting()} and {@link @isConnected()}.
94 * @param isConnected the value that {@link #isConnectedOrConnecting()} and {@link #isConnected()} will return.
102 * Sets up the return value of {@link #getType()}.
104 * @param connectionType the value that {@link #getType()} will return.
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch.html 20 <link href="prefetch.link" rel="prefetch" onload="prefetch_onload()">
  /external/webkit/LayoutTests/fast/dom/beforeload/
link-before-load.html 10 <link onbeforeload="return false" rel="stylesheet" href="resources/fail.css">
26 <p>This page tests the beforeload event on link elements. You should see the word PASS below underneath a green square.</p>
  /external/webkit/LayoutTests/fast/encoding/
css-charset-default-expected.txt 5 Stylesheet 2 (inherit document charset using link): SU???SS
11 Stylesheet 5 (inherit document charset using link after document.charset was set): SU???SS
  /external/webkit/Source/WebCore/manual-tests/
textarea-after-stylesheet-link.html 8 <link rel="stylesheet" />
11 <p>Tests: whether &lt;link rel="stylesheet"/&gt; disturbs the display of text in textareas</p>
  /external/webkit/Source/WebCore/manual-tests/wml/
a-element.wml 5 <p>Test for A element. <br/>When mouse moves into link, "go to StartTests.wml" will appear, click the link, will jump to StartTests.wml</p>
  /frameworks/base/core/java/android/app/
package.html 8 components. Two such application components are defined in this package: {@link
9 android.app.Activity} and {@link android.app.Service}. The other two components are from the {@link
10 android.content} package: {@link android.content.BroadcastReceiver} and {@link
13 <p>An {@link android.app.Activity} is an application component that provides a screen with which
18 <p>A {@link android.app.Service} is an application component that can perform
23 <p>The {@link android.app.Fragment} class is also an important part of an application's
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 30 * Provides access to MIFARE Classic properties and I/O operations on a {@link Tag}.
32 * <p>Acquire a {@link MifareClassic} object using {@link #get}.
36 * blocks. Block size is always 16 bytes ({@link #BLOCK_SIZE}. Sector size varies.
38 * <li>MIFARE Classic Mini are 320 bytes ({@link #SIZE_MINI}), with 5 sectors each of 4 blocks.
39 * <li>MIFARE Classic 1k are 1024 bytes ({@link #SIZE_1K}), with 16 sectors each of 4 blocks.
40 * <li>MIFARE Classic 2k are 2048 bytes ({@link #SIZE_2K}), with 32 sectors each of 4 blocks.
41 * <li>MIFARE Classic 4k} are 4096 bytes ({@link #SIZE_4K}). The first 32 sectors contain 4 blocks
52 * {@link #KEY_DEFAULT}, {@link #KEY_MIFARE_APPLICATION_DIRECTORY}
    [all...]
package.html 6 out what they are by calling {@link android.nfc.Tag#getTechList getTechList()}.</p>
10 The {@link android.nfc.tech.TagTechnology} interface provides an overview of the
  /frameworks/base/core/java/android/text/style/
package.html 5 The classes with a subclass Standard are passed in to {@link android.text.SpannableString#setSpan(java.lang.Object, int, int, int)
6 SpannableString.setSpan()} or {@link android.text.SpannableStringBuilder#setSpan(java.lang.Object, int, int, int)
  /frameworks/base/graphics/java/android/renderscript/
package.html 7 device running {@link android.os.Build.VERSION_CODES#GINGERBREAD} or newer
8 should see the {@link android.support.v8.renderscript} package.
  /frameworks/support/v4/java/android/support/v4/media/
TransportController.java 82 * {@link TransportMediator#FLAG_KEY_MEDIA_PREVIOUS},
83 * {@link TransportMediator#FLAG_KEY_MEDIA_REWIND},
84 * {@link TransportMediator#FLAG_KEY_MEDIA_PLAY},
85 * {@link TransportMediator#FLAG_KEY_MEDIA_PLAY_PAUSE},
86 * {@link TransportMediator#FLAG_KEY_MEDIA_PAUSE},
87 * {@link TransportMediator#FLAG_KEY_MEDIA_STOP},
88 * {@link TransportMediator#FLAG_KEY_MEDIA_FAST_FORWARD},
89 * {@link TransportMediator#FLAG_KEY_MEDIA_NEXT}

Completed in 2814 milliseconds

<<11121314151617181920>>