Home
last modified time | relevance | path

Searched full:prettyprint (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/external/google-styleguide/
Djavaguide.html38 interface or annotation type (<code class="prettyprint lang-java">@interface</code>).</li>
88 (<code class="prettyprint lang-java">\b</code>,
89 <code class="prettyprint lang-java">\t</code>,
90 <code class="prettyprint lang-java">\n</code>,
91 <code class="prettyprint lang-java">\f</code>,
92 <code class="prettyprint lang-java">\r</code>,
93 <code class="prettyprint lang-java">\"</code>,
94 <code class="prettyprint lang-java">\'</code> and
95 <code class="prettyprint lang-java">\\</code>), that sequence
103 (e.g.&#160;<code class="prettyprint lang-java">&#8734;</code>) or the equivalent Unicode escape
[all …]
Dhtmlcssguide.html34 <pre><code class="language-html prettyprint badcode">&lt;!-- Not recommended: omits the protocol --…
41 <pre><code class="language-html prettyprint">&lt;!-- Recommended --&gt;
45 <pre><code class="language-css prettyprint badcode">/* Not recommended: omits the protocol */
52 <pre><code class="language-css prettyprint">/* Recommended */
64 <pre><code class="language-html prettyprint">&lt;ul&gt;
70 <pre><code class="language-css prettyprint">.example {
83 <pre><code class="language-html prettyprint badcode">&lt;!-- Not recommended --&gt;
87 <pre><code class="language-html prettyprint">&lt;!-- Recommended --&gt;
91 <pre><code class="language-css prettyprint badcode">/* Not recommended */
95 <pre><code class="language-css prettyprint">/* Recommended */
[all …]
Djsguide.html92 <pre><code class="language-js prettyprint">/* Best: perfectly clear even without a comment. */
102 <pre><code class="language-js prettyprint badcode">/* Poor: the reader has no idea what character t…
149 <pre><code class="language-js prettyprint">goog.module('search.urlHistory.UrlHistoryService');
159 <pre><code class="language-js prettyprint badcode">goog.module('foo.bar'); // 'foo.bar.qux' would…
176 <pre><code class="language-js prettyprint">goog.module('my.test.helpers');
201 <pre><code class="language-js prettyprint">const /** !Array&lt;number&gt; */ exportedArray = [1, 2,…
218 <pre><code class="language-js prettyprint">/** @const {number} */
228 <pre><code class="language-js badcode prettyprint">/** @const */
250 <pre><code class="language-js prettyprint external">import './sideeffects.js';
265 <pre><code class="language-js badcode prettyprint">import '../directory/file';
[all …]
/external/python/pyasn1-modules/tests/
Dtest_rfc3279.py63 assert asn1Object.prettyPrint()
72 assert pk.prettyPrint()
85 assert asn1Object.prettyPrint()
124 assert asn1Object.prettyPrint()
133 assert spki_a_p.prettyPrint()
144 assert asn1Object.prettyPrint()
183 assert asn1Object.prettyPrint()
192 assert spki_a_p.prettyPrint()
200 assert sig_value.prettyPrint()
211 assert asn1Object.prettyPrint()
[all …]
Dtest_rfc7191.py68 assert asn1Object.prettyPrint()
83 assert sav.prettyPrint()
96 assert asn1Object.prettyPrint()
143 assert asn1Object.prettyPrint()
150 assert sd.prettyPrint()
158 assert receipt.prettyPrint()
171 assert asn1Object.prettyPrint()
181 assert '0x412598a6ae2' in sa['attrValues'][0].prettyPrint()
229 assert asn1Object.prettyPrint()
236 assert sd.prettyPrint()
[all …]
Dtest_rfc4055.py36 assert asn1Object.prettyPrint()
47 assert asn1Object.prettyPrint()
62 assert asn1Object.prettyPrint()
73 assert asn1Object.prettyPrint()
89 assert asn1Object.prettyPrint()
100 assert asn1Object.prettyPrint()
115 assert asn1Object.prettyPrint()
126 assert asn1Object.prettyPrint()
144 assert asn1Object.prettyPrint()
155 assert asn1Object.prettyPrint()
Dtest_rfc5035.py66 assert asn1Object.prettyPrint()
72 assert sd.prettyPrint()
82 assert sav.prettyPrint()
121 assert asn1Object.prettyPrint()
127 assert sd.prettyPrint()
134 assert receipt.prettyPrint()
144 assert sav.prettyPrint()
152 assert asn1Object.prettyPrint()
166 sa['attrValues'][0].prettyPrint()[:10] == '0x167378'
Dtest_rfc2634.py63 assert asn1Object.prettyPrint()
69 assert sd.prettyPrint()
79 assert sav.prettyPrint()
121 assert asn1Object.prettyPrint()
127 assert sd.prettyPrint()
134 assert receipt.prettyPrint()
145 assert sav.prettyPrint()
154 assert asn1Object.prettyPrint()
168 sa['attrValues'][0].prettyPrint()[:10] == '0x167378'
Dtest_rfc7292.py84 assert asn1Object.prettyPrint()
90 md_hex = asn1Object['macData']['mac']['digest'].prettyPrint()
100 assert authsafe.prettyPrint()
110 assert sc.prettyPrint()
118 assert bv.prettyPrint()
126 assert av.prettyPrint()
136 assert asn1Object.prettyPrint()
147 assert authsafe.prettyPrint()
157 assert sc.prettyPrint()
Dtest_rfc6960.py41 assert asn1Object.prettyPrint()
52 assert ev.prettyPrint()
64 assert asn1Object.prettyPrint()
107 assert asn1Object.prettyPrint()
116 assert resp.prettyPrint()
126 assert ev.prettyPrint()
138 assert asn1Object.prettyPrint()
148 assert resp.prettyPrint()
Dtest_rfc8419.py34 assert asn1Object.prettyPrint()
50 assert asn1Object.prettyPrint()
66 assert asn1Object.prettyPrint()
82 assert asn1Object.prettyPrint()
98 assert asn1Object.prettyPrint()
106 assert param.prettyPrint()
116 assert asn1Object.prettyPrint()
Dtest_rfc2459.py52 assert asn1Object.prettyPrint()
62 assert asn1Object.prettyPrint()
88 assert asn1Object.prettyPrint()
98 assert asn1Object.prettyPrint()
126 assert asn1Object.prettyPrint()
136 assert asn1Object.prettyPrint()
Dtest_rfc5755.py55 assert asn1Object.prettyPrint()
65 assert av.prettyPrint()
77 assert asn1Object.prettyPrint()
122 assert asn1Object.prettyPrint()
132 assert ev.prettyPrint()
157 assert asn1Object.prettyPrint()
168 assert ev.prettyPrint()
Dtest_rfc5990.py37 assert asn1Object.prettyPrint()
44 assert rsa_kem_p.prettyPrint()
51 assert kem_rsa_p.prettyPrint()
59 assert kdf_p.prettyPrint()
68 assert asn1Object.prettyPrint()
Dtest_rfc5280.py54 assert asn1Object.prettyPrint()
80 assert asn1Object.prettyPrint()
122 assert asn1Object.prettyPrint()
170 assert asn1Object.prettyPrint()
191 assert ev.prettyPrint()
200 assert asn1Object.prettyPrint()
228 assert asn1Object.prettyPrint()
Dtest_rfc3709.py49 assert asn1Object.prettyPrint()
60 assert logotype.prettyPrint()
72 assert asn1Object.prettyPrint()
142 assert asn1Object.prettyPrint()
153 assert logotype.prettyPrint()
165 assert asn1Object.prettyPrint()
Dtest_rfc6031.py39 assert asn1Object.prettyPrint()
46 assert skp.prettyPrint()
62 assert asn1Object.prettyPrint()
72 assert attr['attrValues'][0].prettyPrint()[:2] != '0x'
80 assert attr['attrValues'][0].prettyPrint()[:2] != '0x'
Dtest_rfc6032.py44 assert asn1Object.prettyPrint()
50 assert content.prettyPrint()
61 assert keyid.prettyPrint()
71 assert asn1Object.prettyPrint()
80 assert attr['attrValues'][0].prettyPrint()[:2] != '0x'
Dtest_rfc6120.py51 assert asn1Object.prettyPrint()
60 assert extnValue.prettyPrint()
70 assert on.prettyPrint()
83 assert asn1Object.prettyPrint()
92 assert extnValue.prettyPrint()
Dtest_rfc4043.py54 assert asn1Object.prettyPrint()
66 assert extnValue.prettyPrint()
75 assert onValue.prettyPrint()
88 assert asn1Object.prettyPrint()
101 assert extnValue.prettyPrint()
Dtest_rfc7585.py61 assert asn1Object.prettyPrint()
72 assert extnValue.prettyPrint()
81 assert onValue.prettyPrint()
94 assert asn1Object.prettyPrint()
106 assert extnValue.prettyPrint()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
DCsmList.java77 public void prettyPrint(Node node, SourcePrinter printer) { in prettyPrint() method in CsmList
84 preceeding.prettyPrint(node, printer); in prettyPrint()
88 separatorPre.prettyPrint(node, printer); in prettyPrint()
92 separatorPost.prettyPrint(node, printer); in prettyPrint()
96 following.prettyPrint(node, printer); in prettyPrint()
104 preceeding.prettyPrint(node, printer); in prettyPrint()
108 separatorPre.prettyPrint(node, printer); in prettyPrint()
112 separatorPost.prettyPrint(node, printer); in prettyPrint()
116 following.prettyPrint(node, printer); in prettyPrint()
/external/selinux/python/sepolicy/sepolicy/
D__init__.py1003 def prettyprint(f, trim): function
1016 …return txt + "store the %s files under the /run or /var/run directory." % prettyprint(f, "_var_run…
1018 return txt + "store the %s files under the /run directory." % prettyprint(f, "_pid_t")
1020 … return txt + "store the %s files under the /var/lib directory." % prettyprint(f, "_var_lib_t")
1022 return txt + "store the %s files under the /var directory." % prettyprint(f, "_var_lib_t")
1024 … return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
1026 … return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
1032 …"treat the files as %s lock data, stored under the /var/lock directory" % prettyprint(f, "_lock_t")
1034 …t the data as %s log data, usually stored under the /var/log directory." % prettyprint(f, "_log_t")
1036 …s as %s configuration data, usually stored under the /etc directory." % prettyprint(f, "_config_t")
[all …]
/external/testng/doc/
Dprettify.css1 .prettyprint .kwd, .tag {
6 .prettyprint .str,.atv {
10 .prettyprint .com {
14 .prettyprint .lit {
20 pre.prettyprint { padding: 2px; border: 1px solid #888; }
/external/jcommander/doc/
Dindex.html414 …pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: r…
415 …idebarblock .listingblock pre.CodeRay, .sidebarblock .listingblock pre.prettyprint { background: #…
817 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">import com.beust.jc…
839 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">Args args = new Arg…
854 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">class Main {
877 <pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">$ java Main -l 512 …
896 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">@Parameter(names = …
905 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">@Parameter(names = …
914 <pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">program -debug true
923 <pre class="prettyprint highlight"><code class="language-java" data-lang="java">@Parameter(names = …
[all …]

12345678910>>...28