/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttSourceFile.java | 22 * Attribute class for standard {@code SourceFile} attributes. 25 /** {@code non-null;} attribute name for attributes of this type */ 28 /** {@code non-null;} name of the source file */ 34 * @param sourceFile {@code non-null;} the name of the source file 54 * @return {@code non-null;} the source file
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LineNumberList.java | 17 package com.android.dx.cf.code; 23 * {@code LineNumberTable} attributes. 26 /** {@code non-null;} zero-size instance */ 33 * @param list1 {@code non-null;} first instance 34 * @param list2 {@code non-null;} second instance 35 * @return {@code non-null;} combined instance 71 * @param n {@code >= 0;} which item 72 * @return {@code null-ok;} the indicated item 81 * @param n {@code >= 0, < size();} which element 82 * @param item {@code non-null;} the ite [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
Field.java | 28 * non-{@code null} for a {@code static final} field which 29 * includes a {@code ConstantValue} attribute. 31 * @return {@code null-ok;} the constant value, or {@code null} if this
|
FieldList.java | 26 * {@code FieldList} interface itself doesn't provide any means 30 * @return {@code true} iff this instance is somehow mutable 42 * Get the {@code n}th field. 44 * @param n {@code n >= 0, n < size();} which field 45 * @return {@code non-null;} the field in question
|
MethodList.java | 25 * {@code MethodList} interface itself doesn't provide any means 29 * @return {@code true} iff this instance is somehow mutable 41 * Get the {@code n}th method. 43 * @param n {@code n >= 0, n < size();} which method 44 * @return {@code non-null;} the method in question
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CatchTable.java | 17 package com.android.dx.dex.code; 23 * Table of catch entries. Each entry includes a range of code 29 /** {@code non-null;} empty instance */ 33 * Constructs an instance. All indices initially contain {@code null}. 35 * @param size {@code >= 0;} the size of the table 44 * do that, this will throw {@code NullPointerException}. 46 * @param n {@code >= 0, < size();} which index 47 * @return {@code non-null;} element at that index 56 * @param n {@code >= 0, < size();} which index 57 * @param entry {@code non-null;} the entry to set at {@code n [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstBaseMethodRef.java | 31 /** {@code non-null;} the raw prototype for this method */ 35 * {@code null-ok;} the prototype for this method taken to be an instance 36 * method, or {@code null} if not yet calculated 43 * @param definingClass {@code non-null;} the type of the defining class 44 * @param nat {@code non-null;} the name-and-type 56 * {@code this} argument. 58 * @return {@code non-null;} the method prototype 66 * {@code static} or instance method. In the case of a 67 * {@code static} method, this is the same as the raw 69 * appropriately-typed {@code this} argument as the firs [all...] |
CstInterfaceMethodRef.java | 20 * Constants of type {@code CONSTANT_InterfaceMethodref_info}. 25 * {@code null-ok;} normal {@link CstMethodRef} that corresponds to this 33 * @param definingClass {@code non-null;} the type of the defining class 34 * @param nat {@code non-null;} the name-and-type 51 * @return {@code non-null;} an appropriate instance
|
/dalvik/dx/src/com/android/dx/util/ |
Writers.java | 23 * Utilities for dealing with {@code Writer}s. 34 * Makes a {@code PrintWriter} for the given {@code Writer}, 38 * @param writer {@code non-null;} writer to (possibly) wrap 39 * @return {@code non-null;} an appropriate instance
|
/dalvik/libcore/json/src/main/java/org/json/ |
JSONObject.java | 30 * Values may not be {@code null}, {@link Double#isNaN() NaNs}, {@link 58 * <li>Use <code>get<i>Type</i>()</code> to retrieve a mandatory value. This 59 * fails with a {@code JSONException} if the requested name has no value 61 * <li>Use <code>opt<i>Type</i>()</code> to retrieve an optional value. This 67 * ways: the standard Java {@code null} reference, and the sentinel value {@link 68 * JSONObject#NULL}. In particular, calling {@code put(name, null)} removes the 69 * named entry from the object but {@code put(name, JSONObject.NULL)} stores an 70 * entry whose value is {@code JSONObject.NULL} [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
StringBufferInputStream.java | 23 * A specialized {@link InputStream} that reads bytes from a {@code String} in 46 * Construct a new {@code StringBufferInputStream} with {@code str} as 47 * source. The size of the stream is set to the {@code length()} of the 53 * if {@code str} is {@code null}. 82 * Reads at most {@code length} bytes from the source string and stores them 83 * in the byte array {@code b} starting at {@code offset}. 88 * the initial position in {@code b} to store the bytes read fro [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Observer.java | 22 * {@code Observer} is the interface to be implemented by objects that 23 * receive notification of updates on an {@code Observable} object. 30 * This method is called if the specified {@code Observable} object's 31 * {@code notifyObservers} method is called (because the {@code Observable}
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
ClosedByInterruptException.java | 20 * A {@code ClosedByInterruptException} is thrown when a thread is interrupted 23 * When the thread is interrupted by a call to {@code interrupt()}, it closes 24 * the channel, sets the interrupt status of the thread to {@code true} and 25 * throws a {@code ClosedByInterruptException}. 32 * Constructs a {@code ClosedByInterruptException}.
|
/dalvik/libcore/security/src/main/java/java/security/ |
KeyFactory.java | 27 * {@code KeyFactory} is an engine class that can be used to translate between 50 * Constructs a new instance of {@code KeyFactory} with the specified 69 * Returns a new instance of {@code KeyFactory} that utilizes the specified 74 * @return a new instance of {@code KeyFactory} that utilizes the specified 91 * Returns a new instance of {@code KeyFactory} that utilizes the specified 98 * @return a new instance of {@code KeyFactory} that utilizes the specified 105 * if {@code provider} is {@code null} or empty. 121 * Returns a new instance of {@code KeyFactory} that utilizes the specified 128 * @return a new instance of {@code KeyFactory} that utilizes the specifie [all...] |
SecurityPermission.java | 21 * {@code SecurityPermission} objects guard access to the mechanisms which 29 * Constructs a new instance of {@code SecurityPermission} with the given 40 * Constructs a new instance of {@code SecurityPermission} with the given 41 * {@code name} and {@code action} list. The action list is ignored - it is
|
UnrecoverableEntryException.java | 22 * {@code UnrecoverableEntryException} indicates, that a {@code KeyStore.Entry} 23 * cannot be recovered from a {@code KeyStore}. 33 * Constructs a new instance of {@code UnrecoverableEntryException}. 39 * Constructs a new instance of {@code UnrecoverableEntryException} with the
|
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
RSAOtherPrimeInfoTest.java | 36 * Tests for <code>RSAOtherPrimeInfo</code> class fields and methods. 43 * Test #1 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor 44 * Assertion: constructs <code>RSAOtherPrimeInfo</code> 62 * Test #2 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor 82 * Test #3 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> cto [all...] |
/external/apache-http/src/org/apache/http/entity/ |
AbstractHttpEntity.java | 79 * <code>null</code> and <code>false</code>, respectively. 91 * @return the Content-Type header, or <code>null</code> 103 * @return the Content-Encoding header, or <code>null</code> 127 * <code>null</code> to unse [all...] |
/external/apache-http/src/org/apache/http/message/ |
LineFormatter.java | 57 * <code>formatXXX</code> methods. 79 * <code>buffer</code> arguments. 83 * <code>formatProtocolVersion</code>. 85 * @param buffer a buffer to which to append, or <code>null</code> 90 * If the <code>buffer</code> argument is not <code>null</code> [all...] |
/external/opencore/doc/oscl_html/ |
oscl__registry__access__client_8h-source.html | 21 00026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__registry__types_8h.html">oscl_registry_types.h</a>"</span> 24 00029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string__containers_8h.html">oscl_string_containers.h</a>"</span> 27 00032 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__vector_8h.html">oscl_vector.h</a>"</span> 30 00035 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__mem_8h.html">oscl_mem.h</a>"</span> 33 00038 <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClientImpl.html">OsclRegistryAccessClientImpl</a>; 34 00039 <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClientTlsImpl.html">OsclRegistryAccessClientTlsImpl</a>; 36 <a name="l00041"></a><a class="code" href="classOsclRegistryAccessClient.html">00041</a> <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClient.html">OsclRegistryAccessClient</a> 39 00044 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryAccessClient.html#a0">OsclRegistryAccessClient</a>(); 40 00045 OSCL_IMPORT_REF <a class="code" href="classOsclRegistryAccessClient.html#a1">~OsclRegistryAccessClient</a>() [all...] |
osclconfig__proc__unix__android_8h-source.html | 20 <a name="l00017"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a0">00017</a> <span class="preprocessor">#define OSCL_HAS_SYMBIAN_SCHEDULER 0</span> 22 <a name="l00019"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a1">00019</a> <span class="preprocessor">#define OSCL_HAS_THREAD_SUPPORT 1</span> 23 <a name="l00020"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a2">00020</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_NON_PREEMPTIVE_THREAD_SUPPORT 0</span> 26 <a name="l00023"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a3">00023</a> <span class="preprocessor">#define OSCL_HAS_SEM_TIMEDWAIT_SUPPORT 0</span> 31 <a name="l00028"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a4">00028</a> <span class="preprocessor">#define OSCL_HAS_PTHREAD_SUPPORT 1</span> 37 <a name="l00034"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a6">00034</a> <span class="keyword">typedef</span> pthread_t <a class="code" href="osclconfig__proc__unix__android_8h.html#a6">TOsclThreadId</a>; 38 <a name="l00035"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a7">00035</a> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="osclconfig__proc__unix__android_8h.html#a7">TOsclThreadFuncArg</a>; 39 <a name="l00036"></a><a class="code" href="osclconfig__proc__unix__android_8h.html#a8">00036</a> <span class="keyword">typedef</span> (…) [all...] |
osclconfig__proc__unix__common_8h-source.html | 20 <a name="l00017"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a0">00017</a> <span class="preprocessor">#define OSCL_HAS_SYMBIAN_SCHEDULER 0</span> 22 <a name="l00019"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a1">00019</a> <span class="preprocessor">#define OSCL_HAS_THREAD_SUPPORT 1</span> 23 <a name="l00020"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a2">00020</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_NON_PREEMPTIVE_THREAD_SUPPORT 0</span> 26 <a name="l00023"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a3">00023</a> <span class="preprocessor">#define OSCL_HAS_SEM_TIMEDWAIT_SUPPORT 1</span> 31 <a name="l00028"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a4">00028</a> <span class="preprocessor">#define OSCL_HAS_PTHREAD_SUPPORT 1</span> 36 <a name="l00033"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a6">00033</a> <span class="keyword">typedef</span> pthread_t <a class="code" href="osclconfig__proc__unix__common_8h.html#a6">TOsclThreadId</a>; 37 <a name="l00034"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a7">00034</a> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="osclconfig__proc__unix__common_8h.html#a7">TOsclThreadFuncArg</a>; 38 <a name="l00035"></a><a class="code" href="osclconfig__proc__unix__common_8h.html#a8">00035</a> <span class="keyword">typedef</span> < (…) [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 13 the crc code when it is not needed. For shared libraries, gzip decoding 37 LENLENS, /* i: waiting for code length code lengths */ 38 CODELENS, /* i: waiting for length/lit and distance code lengths */ 39 LEN, /* i: waiting for length/lit code */ 41 DIST, /* i: waiting for distance code */ 99 /* for table and code decoding */ 101 /* fixed and dynamic code tables */ 102 code const FAR *lencode; /* starting table for length/literal codes */ 103 code const FAR *distcode; /* starting table for distance codes * [all...] |
/external/v8/src/ |
code-stubs.h | 6 // * Redistributions of source code must retain the above copyright 34 // List of code stubs used on all platforms. The order in this list is important 64 // List of code stubs only used on ARM platforms. 75 // Combined list of code stubs. 91 // Retrieve the code for the stub. Generate the code if needed. 92 Handle<Code> GetCode(); 94 // Retrieve the code for the stub if already generated. Do not 95 // generate the code if not already generated and instead return a 110 // an individual type of code stub [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.1.1.js | 11 * The Original Code is Mozilla Communicator client code, released March 14 * The Initial Developer of the Original Code is Netscape Communications 43 // this in global code and eval(this) in global code should return the global object. 46 "Global Code: this.toString()", 51 "Global Code: eval('this.toString()')", 55 // this in anonymous code called as a function should return the global object. 58 "Anonymous Code: var MYFUNC = new Function('return this.toString()'); MYFUNC()", 62 // eval( this ) in anonymous code called as a function should return that function's activation objec [all...] |