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

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
PSSParameterSpecTest.java 31 * Tests for <code>PSSParameterSpec</code> class (1.5)
45 * Test #1 for <code>PSSParameterSpec(int)</code> ctor<br>
47 * <code>PSSParameterSpec<code> object
55 * Test #2 for <code>PSSParameterSpec(int)</code> ctor<br>
57 * throws <code>IllegalArgumentException</code>
    [all...]
  /external/libjpeg-turbo/java/doc/
constant-values.html 85 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
86 <td><code><a href="org/libjpegturbo/turbojpeg/TJ.html#CS_CMYK">CS_CMYK</a></code></td>
87 <td class="colLast"><code>3</code></td>
92 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
93 <td><code><a href="org/libjpegturbo/turbojpeg/TJ.html#CS_GRAY">CS_GRAY</a></code></td
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 19 * <code>NodeIterators</code> are used to step through a set of nodes, e.g.
20 * the set of nodes in a <code>NodeList</code>, the document subtree
21 * governed by a particular <code>Node</code>, the results of a query, or
23 * the implementation of the <code>NodeIterator</code>. DOM Level 2
24 * specifies a single <code>NodeIterator</code> implementation fo
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 32 * Tests for <code>PSSParameterSpec</code> class (1.5)
38 * Test #1 for <code>PSSParameterSpec(int)</code> ctor<br>
40 * <code>PSSParameterSpec<code> object
48 * Test #2 for <code>PSSParameterSpec(int)</code> ctor<br>
50 * throws <code>IllegalArgumentException</code>
    [all...]
  /libcore/ojluni/src/main/java/java/io/
FilterOutputStream.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 * The class <code>FilterOutputStream</code> itself simply overrides
36 * all methods of <code>OutputStream</code> with versions that pass
38 * <code>FilterOutputStream</code> may further override some of thes
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXParameters.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).
41 * Parameters used as input for the PKIX <code>CertPathValidator</code>
44 * A PKIX <code>CertPathValidator</code> uses these parameters to
45 * validate a <code>CertPath</code> according to the PKIX certification pat
    [all...]
CertStoreParameters.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 * A specification of <code>CertStore</code> parameters.
32 * all <code>CertStore</code> parameter specifications. All
33 * <code>CertStore</code> parameter specifications must implement thi
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 37 * returns <code>true</code> when passed this value as an argument,
38 * the <code>Transformer</code> supports <code>Result</code> output of this type.</p>
45 * <p><code>node</code>,
46 * <code>siblingNode</code> an
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DocumentFragment.java 16 * <code>DocumentFragment</code> is a "lightweight" or "minimal"
17 * <code>Document</code> object. It is very common to want to be able to
22 * this purpose. While it is true that a <code>Document</code> object could
23 * fulfill this role, a <code>Document</code> object can potentially be a
26 * <code>DocumentFragment</code> is such an object
    [all...]
DOMImplementation.java 16 * The <code>DOMImplementation</code> interface provides a number of methods
27 * @return <code>true</code> if the feature is implemented in the
28 * specified version, <code>false</code> otherwise.
34 * Creates an empty <code>DocumentType</code> node. Entity declarations
41 * @return A new <code>DocumentType</code> node wit
    [all...]
Text.java 16 * The <code>Text</code> interface inherits from <code>CharacterData</code>
17 * and represents the textual content (termed <a href='http://www.w3.org/TR/2004/REC-xml-20040204#syntax'>character data</a> in XML) of an <code>Element</code> or <code>Attr</code>. If there is no
19 * object implementing the <code>Text</code> interface that is the onl
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/
RowSetInternal.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).
31 * The interface that a <code>RowSet</code> object implements in order to
32 * present itself to a <code>RowSetReader</code> or <code>RowSetWriter</code>
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-pdp11.texi 29 The PDP-11 version of @code{@value{AS}} has a rich set of machine
32 @subsection Code Generation Options
34 @table @code
38 Generate position-independent (or position-dependent) code.
40 The default is to generate position-independent code.
47 Most options come in two variants: a @code{-m}@var{extension} that
48 enables @var{extension}, and a @code{-mno-}@var{extension} that disables
53 @table @code
67 consists of these instructions: @code{ADDNI}, @code{ADDN}, @code{ADDPI}
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/rowset/
package.html 11 This code is free software; you can redistribute it and/or modify it
15 by Oracle in the LICENSE file that accompanied this code.
17 This code is distributed in the hope that it will be useful, but WITHOUT
21 accompanied this code).
37 Standard interfaces and base classes for JDBC <code>RowSet</code>
39 that a standard <code>RowSet</code> implementation either implements or extends.
52 This package specifies five standard JDBC <code>RowSet</code> interfaces
    [all...]
  /prebuilts/go/darwin-x86/doc/
go1.5.html 36 By default, Go programs run with <code>GOMAXPROCS</code> set to the
46 The <code>go</code> command now provides <a href="https://golang.org/s/go15vendor">experimental
51 A new <code>go tool trace</code> command supports fine-grained
56 A new <code>go doc</code> command (distinct from <code>godoc</code>)
    [all...]
  /prebuilts/go/linux-x86/doc/
go1.5.html 36 By default, Go programs run with <code>GOMAXPROCS</code> set to the
46 The <code>go</code> command now provides <a href="https://golang.org/s/go15vendor">experimental
51 A new <code>go tool trace</code> command supports fine-grained
56 A new <code>go doc</code> command (distinct from <code>godoc</code>)
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
plruns.h 42 * Construct a <code>pl_fontRuns</code> object from pre-existing arrays of fonts
45 * @param fonts is the address of an array of pointers to <code>le_font</code> objects. This
46 * array, and the <code>le_font</code> objects to which it points must remain
47 * valid until the <code>pl_fontRuns</code> object is closed.
50 * the <code>pl_fontRuns</code> object is closed
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpression.java 25 * <p><code>XPathExpression</code> provides access to compiled XPath expressions.</p>
48 * the resolver returns <code>null</code> for the variable.
57 * the function resolver returns <code>null</code> for the function.</p>
90 * <p>If <code>returnType</code> is not one of the types defined in {@link XPathConstants},
91 * then an <code>IllegalArgumentException</code> is thrown.</p
    [all...]
XPathFactory.java 22 * <p>An <code>XPathFactory</code> instance can be used to create
48 * should be used to create a new instance of an <code>XPathFactory</code>.</p>
54 * <p>Get a new <code>XPathFactory</code> instance using the default object model,
65 * @return Instance of an <code>XPathFactory</code>.
82 * <p>Get a new <code>XPathFactory</code> instance using the specified object model.</p
    [all...]
  /frameworks/base/obex/javax/obex/
ResponseCodes.java 9 * - Redistributions of source code must retain the above copyright notice,
36 * The <code>ResponseCodes</code> class contains the list of valid response
44 * <code>OBEX_DATABASE_FULL</code> and <code>OBEX_DATABASE_LOCKED</code> require
46 * an <code>OBEX_DATABASE_FULL</code> message when the client requests that
48 * more data). <code>OBEX_DATABASE_LOCKED</code> will be returned when th
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/uiautomator/
UiAutomatorTestCase.html 239 <code class="api-signature">
246 </code>
250 <code class="api-signature">
254 </code>
256 <code class="api-signature">
260 </code>
262 <code class="api-signature">
266 </code>
268 <code class="api-signature">
274 </code>
    [all...]
  /external/selinux/secilc/docs/
cil_call_macro_statements.md 24 <td align="left"><p><code>call</code></p></td>
25 <td align="left"><p>The <code>call</code> keyword.</p></td>
28 <td align="left"><p><code>macro_id</code></p></td>
29 <td align="left"><p>The identifier of the <code>macro</code> to be instantiated.</p></td>
32 <td align="left"><p><code>param</code></p></td
    [all...]
cil_role_statements.md 22 <td align="left"><p><code>role</code></p></td>
23 <td align="left"><p>The <code>role</code> keyword.</p></td>
26 <td align="left"><p><code>role_id</code></p></td>
27 <td align="left"><p>The <code>role</code> identifier.</p></td>
60 <td align="left"><p><code>roletype</code></p></td
    [all...]
  /libcore/ojluni/src/main/java/javax/security/auth/
Subject.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).
45 * <p> A <code>Subject</code> represents a grouping of related information
52 * Each identity is represented as a <code>Principal</code>
53 * within the <code>Subject</code>. Principals simply bind names to
    [all...]
  /frameworks/base/docs/html/reference/android/support/test/runner/
AndroidJUnitRunner.html 230 <code class="api-signature">
237 </code>
241 <code class="api-signature">
245 </code>
247 <code class="api-signature">
251 </code>
253 <code class="api-signature">
259 </code>
261 <code class="api-signature">
265 </code>
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 6 7 891011>>