HomeSort by relevance Sort by last modified time
    Searched full:code (Results 51 - 75 of 121916) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/sql/
SQLTimeoutException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
29 * <P>The subclass of {@link SQLException} thrown when the timeout specified by <code>Statement</code>
38 * Constructs a <code>SQLTimeoutException</code> object.
39 * The <code>reason</code>, <code>SQLState</code> are initialize
    [all...]
SQLSyntaxErrorException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
34 * conditions for which this <code>Exception</code> may be thrown.
40 * Constructs a <code>SQLSyntaxErrorException</code> object.
41 * The <code>reason</code>, <code>SQLState</code> are initialize
    [all...]
SQLTransientException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
39 * Constructs a <code>SQLTransientException</code> object.
40 * The <code>reason</code>, <code>SQLState</code> are initialize
    [all...]
SQLIntegrityConstraintViolationException.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
35 * conditions for which this <code>Exception</code> may be thrown.
41 * Constructs a <code>SQLIntegrityConstraintViolationException</code> object.
42 * The <code>reason</code>, <code>SQLState</code> are initialize
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
ActionPage.html 280 <code class="api-signature">
287 </code>
291 <code class="api-signature">
295 </code>
297 <code class="api-signature">
301 </code>
303 <code class="api-signature">
309 </code>
311 <code class="api-signature">
315 </code>
    [all...]
WatchViewStub.html 287 <code class="api-signature">
294 </code>
298 <code class="api-signature">
302 </code>
304 <code class="api-signature">
308 </code>
310 <code class="api-signature">
314 </code>
316 <code class="api-signature">
322 </code>
    [all...]
DismissOverlayView.html 281 <code class="api-signature">
288 </code>
292 <code class="api-signature">
296 </code>
298 <code class="api-signature">
302 </code>
304 <code class="api-signature">
308 </code>
310 <code class="api-signature">
316 </code>
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 18 * <code>DOMImplementationLS</code> contains the factory methods for creating
21 * <code>DOMImplementationLS</code> interface can be obtained by using
23 * <code>DOMImplementation</code> interface or, if the <code>Document</code>
24 * supports the feature <code>"Core"</code> version <code>"3.0"</code
    [all...]
  /external/markdown/MarkdownTest/Tests_2007/
Code Spans.html 1 <p><code>&lt;test a="</code> content of attribute <code>"&gt;</code></p>
5 <p>Here's how you put <code>`backticks`</code> in a code span.</p>
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.html 35 <p>These should not, because they occur within a code block:</p>
37 <pre><code>Backslash: \\
68 </code></pre>
70 <p>Nor should these, which occur in code spans:</p>
72 <p>Backslash: <code>\\</code></p>
74 <p>Backtick: <code>\`</code></p>
76 <p>Asterisk: <code>\*</code></p
    [all...]
Backslash escapes.text-out 26 <p>These should not, because they occur within a code block:</p>
28 <code>Backslash: \
59 </code>
61 <p>Nor should these, which occur in code spans:</p>
62 <p>Backslash: <code>\</code></p>
63 <p>Backtick: <code>\`</code></p>
64 <p>Asterisk: <code>\*</code></p
    [all...]
Backslash escapes.text-res 26 <p>These should not, because they occur within a code block:</p>
28 <code>Backslash: \
59 </code>
61 <p>Nor should these, which occur in code spans:</p>
62 <p>Backslash: <code>\</code></p>
63 <p>Backtick: <code>\`</code></p>
64 <p>Asterisk: <code>\*</code></p
    [all...]
Horizontal rules.text-out 15 <code>---
16 </code>
23 <code>- - -
24 </code>
32 <code>***
33 </code>
40 <code>* * *
41 </code>
49 <code>___
50 </code>
    [all...]
Horizontal rules.text-res 15 <code>---
16 </code>
23 <code>- - -
24 </code>
32 <code>***
33 </code>
40 <code>* * *
41 </code>
49 <code>___
50 </code>
    [all...]
  /external/markdown/tests/markdown-test/
backlash-escapes.html 18 <p>These should not, because they occur within a code block:</p>
19 <pre><code>Backslash: \\
50 </code></pre>
51 <p>Nor should these, which occur in code spans:</p>
52 <p>Backslash: <code>\\</code></p>
53 <p>Backtick: <code>\`</code></p>
54 <p>Asterisk: <code>\*</code></p
    [all...]
  /libcore/ojluni/src/main/java/java/io/
DataOutput.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
29 * The <code>DataOutput</code> interface provides
34 * a <code>String</code> into
42 * an <code>IOException</code> is thrown
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
CertStoreSpi.java 5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
33 * for the {@link CertStore CertStore} class. All <code>CertStore</code>
35 * this class (<code>CertStoreSpi</code>), provides a constructor with
36 * a single argument of type <code>CertStoreParameters</code>, and implement
    [all...]
  /external/javassist/tutorial/
tutorial2.html 32 <p><code>CtClass</code> provides methods for introspection. The
34 the Java reflection API. <code>CtClass</code> provides
35 <code>getName()</code>, <code>getSuperclass()</code>,
36 <code>getMethods()</code>, and so on
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/activity/
WearableActivity.html 322 <code class="api-signature">
329 </code>
333 <code class="api-signature">
337 </code>
339 <code class="api-signature">
343 </code>
345 <code class="api-signature">
349 </code>
351 <code class="api-signature">
355 </code>
    [all...]
ConfirmationActivity.html 319 <code class="api-signature">
326 </code>
330 <code class="api-signature">
334 </code>
336 <code class="api-signature">
340 </code>
342 <code class="api-signature">
346 </code>
348 <code class="api-signature">
352 </code>
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
package.html 2 <p>Implementation of <code>cf.iface.*</code> based on a direct representation
3 of class files as <code>byte[]</code>s.</p>
7 <li><code>com.android.dx.cf.attrib</code></li>
8 <li><code>com.android.dx.cf.iface</code></li>
9 <li><code>com.android.dx.rop.pool</code></li
    [all...]
  /external/llvm/test/TableGen/
2003-08-03-PassCode.td 3 class test<code C> {
4 code Code = C;
  /external/markdown/tests/misc/
backtick-escape.html 1 <p>\`This should not be in code.\`
2 `This also should not be in code.`
3 `And finally this should not be in code.`</p
backtick-escape.txt 1 \\`This should not be in code.\\`
2 \`This also should not be in code.\`
3 \`And finally this should not be in code.`
  /external/selinux/secilc/docs/
cil_constraint_statements.md 22 <td align="left"><p><code>constrain</code></p></td>
23 <td align="left"><p>The <code>constrain</code> keyword.</p></td>
26 <td align="left"><p><code>classpermissionset_id</code></p></td>
27 <td align="left"><p>A single named or anonymous <code>classpermissionset</code> or a single set of <code>classmap</code>/<code>classmapping</code> identifiers.</p></td
    [all...]

Completed in 311 milliseconds

1 23 4 5 6 7 8 91011>>