HomeSort by relevance Sort by last modified time
    Searched full:code (Results 1026 - 1050 of 26167) sorted by null

<<41424344454647484950>>

  /dalvik/dx/src/com/android/dx/rop/cst/
CstDouble.java 23 * Constants of type {@code CONSTANT_Double_info}.
27 /** {@code non-null;} instance representing {@code 0} */
31 /** {@code non-null;} instance representing {@code 1} */
39 * @param bits the {@code double} value as {@code long} bits
52 * @param bits the {@code double} value as {@code long} bits
83 * Gets the {@code double} value
    [all...]
CstLiteralBits.java 26 * represented as an {@code int}. The rule is that if there
27 * is an {@code int} which may be sign-extended to yield this
28 * instance's value, then this method returns {@code true}.
29 * Otherwise, it returns {@code false}.
31 * @return {@code true} iff this instance fits in an {@code int}
36 * Gets the value as {@code int} bits. If this instance contains
37 * more bits than fit in an {@code int}, then this returns only
45 * Gets the value as {@code long} bits. If this instance contains
46 * fewer bits than fit in a {@code long}, then the result of thi
    [all...]
CstShort.java 23 * Constants of type {@code short}.
27 /** {@code non-null;} the value {@code 0} as an instance of this class */
34 * @param value the {@code short} value
35 * @return {@code non-null;} the appropriate instance
42 * Makes an instance for the given {@code int} value. This
46 * @param value the value, which must be in range for a {@code short}
47 * @return {@code non-null;} the appropriate instance
63 * @param value the {@code short} value
93 * Gets the {@code short} value
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
TypeList.java 25 * {@code TypeList} interface itself doesn't provide any
29 * @return {@code true} if this instance is mutable or
30 * {@code false} if it is immutable
37 * @return {@code >= 0;} the size
44 * will throw {@code NullPointerException}.
46 * @param n {@code >= 0, < size();} which element
47 * @return {@code non-null;} the indicated element
56 * @return {@code >= 0;} the required number of words
65 * @param type {@code non-null;} item to append
66 * @return {@code non-null;} an appropriately-constructed instanc
    [all...]
  /dalvik/libcore/archive/src/main/native/
hy2sie.h 29 * <li><code>U_32 / I_32</code> - unsigned/signed 32 bits</li>
30 * <li><code>U_16 / I_16</code> - unsigned/signed 16 bits</li>
31 * <li><code>U_8 / I_8</code> - unsigned/signed 8 bits (bytes -- not to be
49 * <li><code>UDATA</code> - unsigned data, can be used as an integer or
51 * <li><code>IDATA</code> - signed data, can be used as an integer o
    [all...]
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
Subject.java 42 * The central class of the {@code javax.security.auth} package representing an
44 * the static methods that allow code to be run, and do modifications according
49 * <li>A set of {@code Principal} objects specifying the identities bound to a
50 * {@code Subject} that distinguish it.</li>
107 * {@code true} if this {@code Subject} is read-only, thus
110 * the set of Principals that are attributed to this {@code
113 * the set of public credentials that distinguish this {@code
116 * the set of private credentials that distinguish this {@code
134 * Runs the code defined by {@code action} using the permissions granted t
    [all...]
  /dalvik/libcore/dom/src/test/resources/
hc_staff.svg 32 <code>Accountant</code>
41 <code>Secretary</code>
51 <code>Department Manager</code>
59 <code>Personnel Director</code>
67 <code>Computer Specialist</code>
    [all...]
hc_staff.xhtml 20 <code>Accountant</code>
29 <code>Secretary</code>
39 <code>Department Manager</code>
47 <code>Personnel Director</code>
55 <code>Computer Specialist</code>
    [all...]
hc_staff.xml 20 <code>Accountant</code>
29 <code>Secretary</code>
39 <code>Department Manager</code>
47 <code>Personnel Director</code>
55 <code>Computer Specialist</code>
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
CharSequence.java 42 * if {@code index < 0} or {@code index} is greater than the
48 * Returns a {@code CharSequence} from the {@code start} index (inclusive)
49 * to the {@code end} index (exclusive) of this sequence.
61 * if {@code start < 0}, {@code end < 0}, {@code start > end},
62 * or if {@code start} or {@code end} are greater than th
    [all...]
Comparable.java 23 * {@link java.util.Collections#sort} and {@code java.util.Arrays#sort} can then
26 * The order rule must be both transitive (if {@code x.compareTo(y) < 0} and
27 * {@code y.compareTo(z) < 0}, then {@code x.compareTo(z) < 0} must hold) and
34 * {@code true}.
44 * @return a negative integer if this instance is less than {@code another};
46 * {@code another}; 0 if this instance has the same order as
47 * {@code another}.
49 * if {@code another} cannot be converted into something
50 * comparable to {@code this} instance
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
WritableByteChannel.java 23 * A {@code WritableByteChannel} is a type of {@link Channel} that can write
26 * Write operations are synchronous on a {@code WritableByteChannel}, that is,
37 * <code>remaining()</code> number of bytes in the buffer when the method
39 * buffer's <code>position</code>.
44 * Upon completion, the buffer's <code>position()</code> is updated to the
45 * end of the bytes that were written. The buffer's <code>limit()</code>
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/interfaces/
DSAKeyPairGenerator.java 29 * Initializes this generator with the prime ({@code p}), subprime ({@code
30 * q}), and base ({@code g}) values from the specified parameters.
37 * if the specified parameter values are {@code null} or
47 * The parameter {@code genParams} specifies whether this method should
48 * generate new prime ({@code p}), subprime ({@code q}), and base ({@code g})
62 * no pre-calculated values and {@code genParams} is {@code
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 37 * Tests for <code>KeyStore.PasswordProtection</code> class constructor and methods
44 * Test for <code>KeyStore.PasswordProtection(char[] password)</code> constructor
46 * <code>getPassword()<code>
47 * <code>destroy()<code>
48 * <code>isDestroyed()<code>
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PolicyQualifierInfoTest.java 44 * Test #1 for <code>PolicyQualifierInfo</code> constructor<br>
45 * Assertion: throws <code>IOException</code> if byte array
82 * Test #2 for <code>PolicyQualifierInfo</code> constructor<br>
83 * Assertion: throws <code>IOException</code> if byte array
121 * Test #3 for <code>PolicyQualifierInfo</code> constructor<br
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/spec/
RSAPrivateKeySpecTest.java 37 * Tests for <code>RSAPrivateKeySpec</code> class fields and methods
44 * Test for <code>RSAPrivateKeySpec(BigInteger,BigInteger)</code> ctor
45 * Assertion: constructs <code>RSAPrivateKeySpec</code>
61 * Test for <code>getModulus()</code> method<br>
78 * Test for <code>getPrivateExponent()</code> method<br
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSetEvent.java 26 * occurred to the {@code RowSet}. The events covered are:
28 * <li>A single row in the {@code RowSet} changes.</li>
29 * <li>The whole set of data in the {@code RowSet} changes.</li>
30 * <li>The {@code RowSet} cursor position changes.</li>
33 * The event contains a reference to the {@code RowSet} object which generated
42 * Creates a {@code RowSetEvent} object containing a reference to the
44 * changes that have occurred to the {@code RowSet} can be extracted from
45 * the {@code RowSet} using one or more of the query methods available on
46 * the {@code RowSet}.
49 * the {@code RowSet} which generated the event
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
X509ExtendedKeyManager.java 23 * The abstract extension for the {@code X509KeyManager} interface.
30 * Creates a new {@code X509ExtendedKeyManager} instance.
43 * the list of certificate issuers, or {@code null} if any issuer
46 * the {@code SSLEngine} for the connection, or {@code null} if
48 * @return the alias name of a matching key or {@code null} if there are no
63 * the list of certificate issuers, or {@code null} if any issuer
66 * the {@code SSLEngine} for the connection, or {@code null} if
68 * @return the alias name of a matching key or {@code null} if there are n
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
OutputKeys.java 59 * <p><code>version</code> specifies the version of the output
77 * <p><code>encoding</code> specifies the preferred character
82 * should either be a <code>charset</code> registered with the Internet
84 * <a href="#RFC2278">[RFC2278]</a> or start with <code>X-</code>.</p>
93 * <p><code>omit-xml-declaration</code> specifies whether the XSL
    [all...]
  /dalvik/libcore/xml/src/test/resources/
hc_staff.xml 20 <code>Accountant</code>
29 <code>Secretary</code>
39 <code>Department Manager</code>
47 <code>Personnel Director</code>
55 <code>Computer Specialist</code>
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java 69 * Each stack entry may be <code>null</code>. That is preferable over
82 /** The application parameter collection, or <code>null</code>. */
85 /** The client parameter collection, or <code>null</code>. */
88 /** The request parameter collection, or <code>null</code>. */
91 /** The override parameter collection, or <code>null</code>. *
    [all...]
  /external/guava/javadoc/com/google/common/collect/
HashMultimap.html 107 Implementation of <A HREF="../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A> using hash tables.
117 update operations, wrap your multimap with a call to <A HREF="../../../../com/google/common/collect/Multimaps.html#synchronizedSetMultimap(com.google.common.collect.SetMultimap)"><CODE>Multimaps.synchronizedSetMultimap(com.google.common.collect.SetMultimap<K, V>)</CODE></A>.
141 <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;V&gt;&gt;</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../../com/google/common/collect/HashMultimap.html#asMap()">asMap</A></B>()</CODE>
150 <CODE>&nbsp;void</CODE></FONT></TD
    [all...]
  /external/guava/src/com/google/common/io/
Flushables.java 38 * {@code IOException} may be thrown.
40 * <p>If {@code swallowIOException} is true, then we don't rethrow
41 * {@code IOException}, but merely log it.
43 * @param flushable the {@code Flushable} object to be flushed.
45 * thrown by the {@code flush} method
46 * @throws IOException if {@code swallowIOException} is false and
47 * {@link Flushable#flush} throws an {@code IOException}.
64 * Equivalent to calling {@code flush(flushable, true)}, but with no
65 * {@code IOException} in the signature.
67 * @param flushable the {@code Flushable} object to be flushed
    [all...]
  /external/opencore/doc/pv2way_html/
pv__2way__h324m__interface_8h-source.html 17 00009 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pv__2way__h324m__types_8h.html">pv_2way_h324m_types.h</a>"</span>
24 <a name="l00016"></a><a class="code" href="pv__2way__h324m__interface_8h.html#a0">00016</a> <span class="preprocessor">#define PVH324MConfigUuid PVUuid(0x2b0b54e2,0x7079,0x46c6,0xb2,0x3e,0x04,0xff,0xd3,0x0e,0x14,0x36)</span>
27 <a name="l00024"></a><a class="code" href="classH324MConfigInterface.html">00024</a> <span class="keyword">class </span><a class="code" href="classH324MConfigInterface.html">H324MConfigInterface</a> : <span class="keyword">public</span> PVInterface
30 00033 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classH324MConfigInterface.html#a0">SetObservers</a>(PVCommandStatusObserver* aCmdStatusObserver,
34 00048 <span class="keyword">virtual</span> PVCommandId <a class="code" href="classH324MConfigInterface.html#a1">SetMultiplexLevel</a>(PVH223Level aLevel,
37 00063 <span class="keyword">virtual</span> PVCommandId <a class="code" href="classH324MConfigInterface.html#a2">SetMaxSduSize</a>(PVH223AdaptationLayer aLayer,
41 00080 <span class="keyword">virtual</span> PVCommandId <a class="code" href="classH324MConfigInterface.html#a3">SetMaxSduSizeR</a>(PVH223AdaptationLayer aLayer,
45 00095 <span class="keyword">virtual</span> PVCommandId <a class="code" href="classH324MConfigInterface.html#a4">SetOutgoingChannelConfiguration</a>(int32 aMediaTypes,
46 00096 <a class="code" href="classPVH223AlConfig.html">PVH223AlConfig</a>* aConfig
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java 29 * This <code>ClassVisitor</code> delegates its visits to another given
30 * <code>ClassVisitor</code>, but only when the visited class has a name that
45 * @param classVisitor the <code>ClassVisitor</code> to which visits
60 * @param classVisitor the <code>ClassVisitor</code> to which visits
75 * @param classVisitor the <code>ClassVisitor</code> to whic
    [all...]

Completed in 192 milliseconds

<<41424344454647484950>>