OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:here
(Results
101 - 125
of
18871
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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>).
Code Spans.text
5
Here
's how you put `` `backticks` `` in a code span
/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>).
/external/oprofile/events/i386/core_i7/
events
4
# but later we'll add
here
the uncore events specific to this chip
/external/valgrind/main/memcheck/tests/
execve2.c
10
assert(0); // shouldn't get
here
/external/webkit/LayoutTests/fast/encoding/
mispositioned-meta-expected.txt
3
The first letter should look like a Latin "C"
here
:
tag-in-title-expected.txt
3
The first letter should look like a Latin "K"
here
:
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
__init__.py
3
# We only export public API
here
.
/frameworks/base/docs/
docs-documentation-redirect.html
6
<a href="documentation.html">click
here
if you are not redirected</a>
docs-redirect-index.html
6
<a href="framework/index.html">click
here
if you are not redirected</a>
docs-redirect.html
6
<a href="docs/offline.html">click
here
if you are not redirected</a>
docs-samples-redirect.html
6
<a href="../../samples/">click
here
if you are not redirected</a>
/frameworks/base/docs/html/guide/basics/
index.html
6
<a href="../index.html">click
here
</a> if you are not redirected.
/frameworks/base/docs/html/guide/topics/
index.html
6
<a href="../index.html">click
here
</a> if you are not redirected.
/ndk/sources/host-tools/make-3.81/tests/scripts/
test_template
3
$description = "<FILL IN SHORT DESCRIPTION
HERE
>";
14
run_make_test('Your test makefile goes
here
',
15
'Arguments to pass to make go
here
',
16
'Expected output from the invocation goes
here
');
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenvinline.h
6
/*
Here
is where the code would go. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenvinline.h
6
/*
Here
is where the code would go. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fenvinline.h
6
/*
Here
is where the code would go. */
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/src/test/pkg/
ToastTest.java.txt
10
// Don't warn
here
15
// Don't warn
here
17
System.out.println("Other intermediate code
here
");
23
// Don't warn
here
/development/ndk/samples/module-exports/jni/foo/
foo.c
6
#error FOO is not defined
here
!
10
#error FOO is incorrectly defined
here
!
/external/clang/test/Sema/
typedef-redef.c
3
typedef const int x; // expected-note {{previous definition is
here
}}
9
int y; // expected-note 2 {{previous definition is
here
}}
/external/clang/test/SemaCXX/
PR9572.cpp
3
virtual ~Base(); // expected-note {{implicitly declared private
here
}}
10
Bar() { } // expected-note {{implicit default destructor for 'Foo' first required
here
}}
default-constructor-initializers.cpp
7
struct X2 : X1 { // expected-note 2 {{'X2' declared
here
}}
13
X3 x3; // expected-note {{first required
here
}}
18
X2 x2; // expected-note {{member is declared
here
}}
19
X2 & rx2; // expected-note {{declared
here
}}
22
X4 x4; // expected-note {{first required
here
}}
48
int& z; // expected-note {{declared
here
}}
49
const int c1; // expected-note {{declared
here
}}
54
Z1 z1; // expected-note {{first required
here
}}
Completed in 493 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>