OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:link
(Results
101 - 125
of
18913
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/junit/src/org/junit/matchers/
package-info.java
2
* Provides useful additional {@
link
org.hamcrest.Matcher}s for use with
3
* the {@
link
org.junit.Assert#assertThat(Object, org.hamcrest.Matcher)}
/external/junit/src/org/junit/runner/manipulation/
package-info.java
2
* Provides classes to {@
link
org.junit.runner.manipulation.Filter filter} or {@
link
org.junit.runner.manipulation.Sorter sort} tests.
/external/linux-tools-perf/util/
environment.c
3
* file, so that programs can
link
against the config parser
4
* without having to
link
against all the rest of perf.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
myocamlbuild.ml
9
flag ["
link
"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10
dep ["
link
"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
myocamlbuild.ml
9
flag ["
link
"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
10
dep ["
link
"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml
9
flag ["
link
"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10
dep ["
link
"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml
9
flag ["
link
"; "ocaml"; "g++"] (S[A"-cc"; A"g++"; A"-cclib"; A"-rdynamic"]);;
10
dep ["
link
"; "ocaml"; "use_bindings"] ["bindings.o"];;
/external/llvm/test/Other/
link-opts.ll
1
;RUN: opt -S -std-
link
-opts < %s | FileCheck %s
2
; Simple test to check that -std-
link
-opts keeps only the main function.
/external/llvm/test/YAMLParser/
construct-value.data
4
link
with:
8
link
with:
/external/mockito/src/org/mockito/internal/util/
MockitoSpy.java
10
* To be used un conjunction with {@
link
MockUtil#isMock(Object)} or {@
link
MockUtil#isSpy(Object)}.
/external/webkit/Source/WebCore/manual-tests/
cursor-empty-url.html
2
<
link
rel="stylesheet" href="resources/cursor-empty-url.css"></
link
>
/frameworks/base/core/java/android/app/backup/
package.html
12
<p>All backup and restore operations are controlled by the {@
link
15
backup agent. A backup agent can be built by extending either {@
link
android.app.backup.BackupAgent}
16
or {@
link
android.app.backup.BackupAgentHelper}. The {@
link
17
android.app.backup.BackupAgentHelper} class provides a wrapper around {@
link
19
employing backup helpers such as {@
link
android.app.backup.SharedPreferencesBackupHelper} and
20
{@
link
android.app.backup.FileBackupHelper}.</p>
25
<li>Easily perform backup of {@
link
android.content.SharedPreferences} and files</li>
/frameworks/support/v4/java/android/support/v4/app/
package.html
5
versions of {@
link
android.support.v4.app.FragmentManager} and
6
{@
link
android.support.v4.app.LoaderManager}.
/frameworks/support/v4/java/android/support/v4/widget/
package.html
5
of {@
link
android.support.v4.widget.CursorAdapter} and related classes, which
6
is needed for use with {@
link
android.support.v4.content.CursorLoader}.
/external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java
26
* <p>Math operations ({@
link
#ADD}, {@
link
#SUBTRACT}, {@
link
#MULTIPLY},
27
* {@
link
#DIVIDE}, and {@
link
#REMAINDER}) support ints, longs, floats and
30
* <p>Bit operations ({@
link
#AND}, {@
link
#OR}, {@
link
#XOR}, {@
link
31
* #SHIFT_LEFT}, {@
link
#SHIFT_RIGHT}, {@link #UNSIGNED_SHIFT_RIGHT}) suppor
[
all
...]
/external/guava/guava/src/com/google/common/collect/
ForwardingList.java
35
* <p>This class does not implement {@
link
java.util.RandomAccess}. If the
41
* overriding {@
link
#add} alone <b>will not</b> change the behavior of {@
link
123
* A sensible default implementation of {@
link
#add(Object)}, in terms of
124
* {@
link
#add(int, Object)}. If you override {@
link
#add(int, Object)}, you
125
* may wish to override {@
link
#add(Object)} to forward to this
136
* A sensible default implementation of {@
link
#addAll(int, Collection)}, in
137
* terms of the {@code add} method of {@
link
#listIterator(int)}. If you
138
* override {@
link
#listIterator(int)}, you may wish to override {@lin
[
all
...]
/cts/tools/signature-tools/templates/
Common_meta.st
3
<
link
type="text/css" rel="stylesheet" href="../styles.css" title="Stylesheet"/>
4
<
link
type="text/css" rel="stylesheet" href="styles.css" title="Stylesheet"/>
6
<
link
rel="stylesheet" type="text/css" href="http://code.google.com/android/assets/codesite/codesite.css"/>
7
<
link
rel="stylesheet" type="text/css" href="http://code.google.com/android/assets/codesite/semantic_headers.css"/>
8
<
link
rel="stylesheet" type="text/css" href="http://code.google.com/android/assets/style.css"/>
/external/clang/test/CodeGen/
pointer-signext.c
20
LIST_ENTRY
Link
;
25
LIST_ENTRY *
Link
;
28
Link
= (LIST_ENTRY *) param;
30
Entry = CR (
Link
, MEMORY_MAP,
Link
);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
package.html
15
<li>{@
link
com.jme3.math.Vector2f} - 2D general purpose vector</li>
16
<li>{@
link
com.jme3.math.Vector3f} - 3D general purpose vector</li>
17
<li>{@
link
com.jme3.math.Vector4f} - 4D general purpose vector</li>
21
<li>{@
link
com.jme3.math.ColorRGBA} - Floating-point RGB color with alpha</li>
22
<li>{@
link
com.jme3.math.Quaternion} - Specialized 4D data structure to represent rotation</li>
26
<li>{@
link
com.jme3.math.Matrix3f} - 3x3 matrix, usually used to represent rotation</li>
27
<li>{@
link
com.jme3.math.Matrix4f} - 4x4 matrix, used as an efficient transform representation</li>
31
<li>{@
link
com.jme3.math.AbstractTriangle} - Abstract triangle. Data to be provided by implementation</li>
32
<li>{@
link
com.jme3.math.Triangle} - Concrete implementation of AbstractTriangle with center and normal vectors</li>
33
<li>{@
link
com.jme3.math.Line} - Infinite 3D line</li
[
all
...]
/external/markdown/MarkdownTest/Tests_2004/
Amps and angle encoding.html
11
<p>Here's a <a href="http://example.com/?foo=1&bar=2">
link
</a> with an ampersand in the URL.</p>
13
<p>Here's a
link
with an amersand in the
link
text: <a href="http://att.com/" title="AT&T">AT&T</a>.</p>
15
<p>Here's an inline <a href="/script?foo=1&bar=2">
link
</a>.</p>
17
<p>Here's an inline <a href="/script?foo=1&bar=2">
link
</a>.</p>
Amps and angle encoding.text
11
Here's a [
link
] [1] with an ampersand in the URL.
13
Here's a
link
with an amersand in the
link
text: [AT&T] [2].
15
Here's an inline [
link
](/script?foo=1&bar=2).
17
Here's an inline [
link
](</script?foo=1&bar=2>).
/external/markdown/MarkdownTest/Tests_2007/
Amps and angle encoding.html
11
<p>Here's a <a href="http://example.com/?foo=1&bar=2">
link
</a> with an ampersand in the URL.</p>
13
<p>Here's a
link
with an amersand in the
link
text: <a href="http://att.com/" title="AT&T">AT&T</a>.</p>
15
<p>Here's an inline <a href="/script?foo=1&bar=2">
link
</a>.</p>
17
<p>Here's an inline <a href="/script?foo=1&bar=2">
link
</a>.</p>
Amps and angle encoding.text
11
Here's a [
link
] [1] with an ampersand in the URL.
13
Here's a
link
with an amersand in the
link
text: [AT&T] [2].
15
Here's an inline [
link
](/script?foo=1&bar=2).
17
Here's an inline [
link
](</script?foo=1&bar=2>).
/external/markdown/tests/markdown-test/
amps-and-angle-encoding.html
6
<p>Here's a <a href="http://example.com/?foo=1&bar=2">
link
</a> with an ampersand in the URL.</p>
7
<p>Here's a
link
with an amersand in the
link
text: <a href="http://att.com/" title="AT&T">AT&T</a>.</p>
8
<p>Here's an inline <a href="/script?foo=1&bar=2">
link
</a>.</p>
9
<p>Here's an inline <a href="/script?foo=1&bar=2">
link
</a>.</p
amps-and-angle-encoding.txt
11
Here's a [
link
] [1] with an ampersand in the URL.
13
Here's a
link
with an amersand in the
link
text: [AT&T] [2].
15
Here's an inline [
link
](/script?foo=1&bar=2).
17
Here's an inline [
link
](</script?foo=1&bar=2>).
Completed in 1578 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>