/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
bitstream.h | 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code); 45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code); 46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code); 47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code); 51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) 62 *code = stream->curr_word >> (32 - nbits); 69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) 78 *code = stream->curr_word >> 17; 83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) 92 *code = stream->curr_word >> 19 97 uint code; local 112 uint code; local [all...] |
/external/guava/javadoc/com/google/common/collect/ |
ImmutableSortedSet.Builder.html | 109 <code>public static final</code> sets ("constant sets"), with a given 113 <pre><code>public static final ImmutableSortedSet<Number> LUCKY_NUMBERS 117 .build();</code></pre> 119 <p>Builder instances can be reused - it is safe to call <A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html#build()"><CODE>build()</CODE></A> 138 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html#ImmutableSortedSet.Builder(java.util.Comparator)">ImmutableSortedSet.Builder</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</A><? super <A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="type parameter in ImmutableSortedSet.Builder">E</A>> comparator)</CODE> 155 <CODE> <A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A><<A HREF="../../../../com/google/common/collect/ImmutableSortedSet.Builder.html" title="type parameter in ImmutableSortedSet.Builder">E</A>></CODE></FONT></TD [all...] |
/external/v8/src/ |
ic.cc | 6 // * Redistributions of source code must retain the above copyright 51 // computed from the original code - not the patched code. Let 52 // these cases fall through to the unreachable code below. 63 Code* new_target, 79 // To improve the performance of the (much used) IC code, we unfold 80 // a few levels of the stack frame iteration code. This yields a 114 // Find the function on the stack and both the active code for the 115 // function and the original code. 118 Code* code = shared->code() local 184 Code* code = Code::cast(Heap::FindCodeObject(addr)); local 501 Object* code = NULL; local 713 Object* code = NULL; local 808 Object* code = NULL; local 821 Object* code = StubCache::ComputeKeyedLoadArrayLength(*name, *array); local 833 Object* code = local 927 Object* code = NULL; local 1077 Object* code = NULL; local 1223 Object* code = NULL; local [all...] |
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotatedElement.java | 22 * {@code DexAnnotatedElement} is implemented by all Elements that could have 28 * Returns a list of {@code DexAnnotation} elements. 30 * @return a list of {@code DexAnnotation} elements
|
DexField.java | 20 * {@code DexField} represents a field. 26 * Returns the name of the type of this {@code DexField}. 28 * @return the name of the type of this {@code DexField}
|
NamedElement.java | 20 * {@code NamedElement} represents an element with a name. 24 * Returns the name of this {@code NamedElement}. 26 * @return the name of this {@code NamedElement}
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IAnnotatableElementDelta.java | 22 * {@code IAnnotatableElementDelta} is the common base interface for deltas 28 * Returns a set of annotation deltas or {@code null} if no deltas are 31 * @return a set of annotation deltas, maybe {@code null}
|
IAnnotationElementDelta.java | 22 * {@code IAnnotationElementDelta} models the delta between two 28 * Returns a value delta or {@code null} if no delta is available. 30 * @return a value delta, maybe {@code null}
|
IAnnotationFieldDelta.java | 22 * {@code IAnnotationFieldDelta} models the delta between two 28 * Returns the default value delta or {@code null} if no delta is available. 30 * @return the default value delta, maybe {@code null}
|
IArrayTypeDelta.java | 22 * {@code IArrayTypeDelta} models the delta between two {@link IArrayType} 28 * Returns a component type delta or {@code null} if no delta is available. 30 * @return a component type delta, maybe {@code null}
|
IMethodDelta.java | 22 * {@code IMethodDelta} models the delta between two {@link IMethod} subclass 28 * Returns a return type delta or {@code null} if no delta is available. 30 * @return a return type delta, maybe {@code null}
|
IParameterDelta.java | 22 * {@code IParameterDelta} models the delta between two {@link IParameter} 29 * Returns a parameter type delta or {@code null} if no delta is available. 31 * @return a parameter type delta, maybe {@code null}
|
/cts/tools/signature-tools/templates/ |
Common_meta.st | 6 <link rel="stylesheet" type="text/css" href="http://code.google.com/android/assets/codesite/codesite.css"/> 7 <link rel="stylesheet" type="text/css" href="http://code.google.com/android/assets/codesite/semantic_headers.css"/> 8 <link rel="stylesheet" type="text/css" href="http://code.google.com/android/assets/style.css"/>
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
Adler32.java | 21 * The Adler-32 class is used to compute the {@code Adler32} checksum from a set 32 * Returns the {@code Adler32} checksum for all input received. 48 * Update this {@code Adler32} checksum with the single byte provided as 59 * Update this {@code Adler32} checksum using the contents of {@code buf}. 69 * Update this {@code Adler32} checksum with the contents of {@code buf}, 75 * offset in {@code buf} to start reading from. 77 * number of bytes from {@code buf} to use. 79 * if {@code offset > buf.length} or {@code nbytes} is negativ [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanismExceptionTest.java | 37 * Tests for <code>ExemptionMechanismException</code> class constructors and 56 * Test for <code>ExemptionMechanismException()</code> constructor 77 * Test for <code>ExemptionMechanismException(String)</code> constructor 79 * msg. Parameter <code>msg</code> is not null. 103 * Test for <code>ExemptionMechanismException(String)</code> constructo [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
DatagramSocket.java | 28 * This class implements a UDP socket for sending and receiving {@code 29 * DatagramPacket}. A {@code DatagramSocket} object can be used for both 75 * {@code aPort} on the localhost. Valid values for {@code aPort} are 91 * address {@code addr} on port {@code aPort}. Valid values for {@code 137 * address {@code anAdress} on port {@code aPort}. The host and port are 138 * validated, thereafter the only validation on {@code send()} and {@cod [all...] |
URISyntaxException.java | 23 * A {@code URISyntaxException} will be thrown if some information could not be parsed 35 * Constructs a new {@code URISyntaxException} instance containing the 46 * if one of the arguments {@code input} or {@code reason} is 47 * {@code null}. 49 * if the value for {@code index} is lesser than {@code -1}. 67 * Constructs a new {@code URISyntaxException} instance containing the 75 * if one of the arguments {@code input} or {@code reason} i [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
EnumMap.java | 26 * An {@code Map} specialized for use with {@code Enum} types as keys. 389 * Constructs an empty {@code EnumMap} using the given key type. 392 * the class object giving the type of the keys used by this {@code EnumMap}. 394 * if {@code keyType} is {@code null}. 401 * Constructs an {@code EnumMap} using the same key type as the given {@code EnumMap} and 405 * the {@code EnumMap} from which this {@code EnumMap} is initialized [all...] |
Queue.java | 28 * A typical queue does not allow {@code null} to be inserted as its element, 29 * while some implementations such as {@code LinkedList} allow it. But {@code 31 * {@code poll} returns {@code null} to indicate that there is no element left 34 * {@code Queue} does not provide blocking queue methods, which would block 49 * @return {@code true} if the operation succeeds and {@code false} if it 55 * Gets and removes the element at the head of the queue, or returns {@code 58 * @return the element at the head of the queue or {@code null} if there i [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/ |
WeakReference.java | 37 * references. Once the garbage collector decides that an object {@code obj} is 43 * A set {@code ref} of references is determined. {@code ref} contains the 47 * All weak references pointing to {@code obj}. 50 * All weak references pointing to objects from which {@code obj} is 56 * All references in {@code ref} are atomically cleared. 59 * All objects formerly being referenced by {@code ref} become eligible for 63 * At some future point, all references in {@code ref} will be enqueued 70 * The difference between a {@code SoftReference} and a {@code WeakReference} i [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/ |
Array.java | 37 * Represents <code>array</code> as <code>String</code> 40 * @param array to be represented as <code>String</code> 42 * @return <code>String</code> representation of the <code>array</code> [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
ReasonCode.java | 26 * CRL Entry's Reason Code Extension (OID = 2.5.29.21). 48 // predefined reason code values 60 // the reason code value 61 private final byte code; field in class:ReasonCode 63 public ReasonCode(byte code) { 64 this.code = code; 69 this.code = ((byte[]) ASN1.decode(encoding))[0]; 73 return code; 82 encoding = ASN1.encode(new byte[] {(byte) code}); [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
DHValidationParameters.java | 49 int code = counter; local 53 code ^= (seed[i] & 0xff) << (i % 4); 56 return code;
|
/dalvik/libcore/security/src/test/java/tests/api/javax/security/cert/ |
CertificateEncodingExceptionTest.java | 35 * Tests for <code>DigestException</code> class constructors and methods. 49 * Test for <code>CertificateEncodingException()</code> constructor 65 * Test for <code>CertificateEncodingException(String)</code> constructor 67 * msg. Parameter <code>msg</code> is not null. 86 * Test for <code>CertificateEncodingException(String)</code> constructo [all...] |
CertificateExceptionTest.java | 36 * Tests for <code>DigestException</code> class constructors and methods. 50 * Test for <code>CertificateException()</code> constructor Assertion: 66 * Test for <code>CertificateException(String)</code> constructor 68 * Parameter <code>msg</code> is not null. 87 * Test for <code>CertificateException(String)</code> constructo [all...] |