OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:code
(Results
1 - 25
of
116262
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/markdown/tests/markdown-test/
codeblock-in-list.html
3
<p>A list item with a
code
block</p>
4
<pre><
code
>Some *
code
*
5
</
code
></pre>
9
<pre><
code
>More
code
11
And more
code
12
</
code
></pre>
codeblock-in-list.txt
1
* A list item with a
code
block
3
Some *
code
*
7
More
code
9
And more
code
horizontal-rules.html
6
<pre><
code
>---
7
</
code
></pre>
12
<pre><
code
>- - -
13
</
code
></pre>
19
<pre><
code
>***
20
</
code
></pre>
25
<pre><
code
>* * *
26
</
code
></pre>
32
<pre><
code
>___
33
</
code
></pre
[
all
...]
blockquotes-with-code-blocks.html
3
<pre><
code
>sub status {
6
</
code
></pre>
8
<pre><
code
>sub status {
11
</
code
></pre>
/external/markdown/tests/misc/
code-first-line.html
1
<pre><
code
>print "This is a
code
block."
2
</
code
></pre
code-first-line.txt
1
print "This is a
code
block."
/external/markdown/MarkdownTest/Tests_2007/
Code Blocks.html
1
<pre><
code
>
code
block on the first line
2
</
code
></pre>
6
<pre><
code
>
code
block indented by spaces
7
</
code
></pre>
11
<pre><
code
>the lines in this block
13
</
code
></pre>
17
<pre><
code
>
code
block on the last lin
[
all
...]
Horizontal rules.html
11
<pre><
code
>---
12
</
code
></pre>
22
<pre><
code
>- - -
23
</
code
></pre>
35
<pre><
code
>***
36
</
code
></pre>
46
<pre><
code
>* * *
47
</
code
></pre>
59
<pre><
code
>___
60
</
code
></pre
[
all
...]
Blockquotes with code blocks.html
4
<pre><
code
>sub status {
7
</
code
></pre>
11
<pre><
code
>sub status {
14
</
code
></pre>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECMultiplier.java
7
* for <
code
>ECPoint</
code
>s.
12
* Multiplies the <
code
>ECPoint p</
code
> by <
code
>k</
code
>, i.e.
13
* <
code
>p</
code
> is added <
code
>k</
code
> times to itself
[
all
...]
/external/javassist/src/main/javassist/bytecode/annotation/
AnnotationsWriter.java
25
* <
code
>..Annotations_attribute</
code
>.
26
* See the source
code
of the <
code
>AnnotationsAttribute.Copier</
code
> class.
28
* <p>The following
code
snippet is an example of use of this class:
49
* <p>The
code
snippet above generates the annotation attribute
90
* Writes <
code
>num_parameters</
code
> in
91
* <
code
>Runtime(In)VisibleParameterAnnotations_attribute</code>
[
all
...]
/dalvik/dx/tests/099-dex-core-library-error/
expected.txt
1
exit
code
: 1
2
exit
code
: 1
3
exit
code
: 0
/external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/
tabs_permissions.html
1
The majority of the <
code
>chrome.tabs</
code
> API can be used without declaring
4
<
code
>"tabs"</
code
> permission is required in order to populate the
5
<
code
><a href="#property-Tab-url">url</a></
code
>,
6
<
code
><a href="#property-Tab-title">title</a></
code
>, and
7
<
code
><a href="#property-Tab-favIconUrl">favIconUrl</a></
code
> properties o
[
all
...]
/external/markdown/MarkdownTest/Tests_2004/
Horizontal rules.html
11
<pre><
code
>---
12
</
code
></pre>
22
<pre><
code
>- - -
23
</
code
></pre>
35
<pre><
code
>***
36
</
code
></pre>
46
<pre><
code
>* * *
47
</
code
></pre>
59
<pre><
code
>___
60
</
code
></pre
[
all
...]
Blockquotes with code blocks.html
4
<pre><
code
>sub status {
7
</
code
></pre>
11
<pre><
code
>sub status {
14
</
code
></pre>
/external/chromium_org/third_party/tlslite/
LICENSE
1
All
code
here is public domain.
/external/chromium_org/third_party/re2/doc/
syntax.html
17
<tr><td><
code
>.</
code
></td><td>any character, including newline (s=true)</td></tr>
18
<tr><td><
code
>[xyz]</
code
></td><td>character class</td></tr>
19
<tr><td><
code
>[^xyz]</
code
></td><td>negated character class</td></tr>
20
<tr><td><
code
>\d</
code
></td><td>Perl character class</td></tr>
21
<tr><td><
code
>\D</
code
></td><td>negated Perl character class</td></tr
[
all
...]
/external/regex-re2/doc/
syntax.html
17
<tr><td><
code
>.</
code
></td><td>any character, including newline (s=true)</td></tr>
18
<tr><td><
code
>[xyz]</
code
></td><td>character class</td></tr>
19
<tr><td><
code
>[^xyz]</
code
></td><td>negated character class</td></tr>
20
<tr><td><
code
>\d</
code
></td><td>Perl character class</td></tr>
21
<tr><td><
code
>\D</
code
></td><td>negated Perl character class</td></tr
[
all
...]
/external/chromium_org/ppapi/api/
ppb_network_monitor.idl
2
* Use of this source
code
is governed by a BSD-style license that can be
7
* This file defines the <
code
>PPB_NetworkMonitor</
code
> interface.
17
* The <
code
>PPB_NetworkMonitor</
code
> allows to get network interfaces
20
* Permissions: Apps permission <
code
>socket</
code
> with subrule
21
* <
code
>network-state</
code
> is required for <
code
>UpdateNetworkList()</code>
[
all
...]
ppb_host_resolver.idl
2
* Use of this source
code
is governed by a BSD-style license that can be
7
* This file defines the <
code
>PPB_HostResolver</
code
> interface.
17
* <
code
>PP_HostResolver_Flag</
code
> is an enumeration of flags which can be
25
* <
code
>GetCanonicalName()</
code
>.
31
* <
code
>PP_HostResolver_Hint</
code
> represents hints for host resolution.
40
* Combination of flags from <
code
>PP_HostResolver_Flag</code>
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
experimental_devtools_console.html
2
Use <
code
>chrome.experimental.devtools.console</
code
> to retrieve messages from
3
the inspected page console and post messages there. <
code
>getMessages()</
code
>
4
returns the list of messages on the console, <
code
>onMessageAdded</
code
>
5
event provides notifications on new messages, and <
code
>addMessage()</
code
>
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
clipboard_read.html
1
Required if the extension or app uses <
code
>document.execCommand('paste')</
code
>.
/external/chromium_org/third_party/libxml/src/include/libxml/
xmlunicode.h
26
XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int
code
);
27
XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int
code
);
28
XMLPUBFUN int XMLCALL xmlUCSIsArabic (int
code
);
29
XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int
code
);
30
XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int
code
);
31
XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int
code
);
32
XMLPUBFUN int XMLCALL xmlUCSIsArrows (int
code
);
33
XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int
code
);
34
XMLPUBFUN int XMLCALL xmlUCSIsBengali (int
code
);
35
XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int
code
);
[
all
...]
/external/libxml2/include/libxml/
xmlunicode.h
26
XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int
code
);
27
XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int
code
);
28
XMLPUBFUN int XMLCALL xmlUCSIsArabic (int
code
);
29
XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int
code
);
30
XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int
code
);
31
XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int
code
);
32
XMLPUBFUN int XMLCALL xmlUCSIsArrows (int
code
);
33
XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int
code
);
34
XMLPUBFUN int XMLCALL xmlUCSIsBengali (int
code
);
35
XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int
code
);
[
all
...]
/external/chromium_org/ppapi/api/private/
ppb_x509_certificate_private.idl
2
* Use of this source
code
is governed by a BSD-style license that can be
7
* This file defines the <
code
>PPB_X509Certificate_Private</
code
> interface for
22
/** This corresponds to a string (<
code
>PP_VARTYPE_STRING</
code
>). */
25
/** This corresponds to a string (<
code
>PP_VARTYPE_STRING</
code
>). */
28
/** This corresponds to a string (<
code
>PP_VARTYPE_STRING</
code
>). */
31
/** This corresponds to a string (<
code
>PP_VARTYPE_STRING</code>). *
[
all
...]
Completed in 2355 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>