/external/icu4c/common/ |
uscript.c | 33 UScriptCode code = USCRIPT_INVALID_CODE; local 47 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); 50 if(code==(UScriptCode)UCHAR_INVALID_CODE){ 63 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, cName); 64 /* got the script code now fill in the buffer */ 66 *(fillIn)++=code; 80 code = USCRIPT_INVALID_CODE; 82 if(code==(UScriptCode)UCHAR_INVALID_CODE){ 84 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); 86 if(code!=(UScriptCode)UCHAR_INVALID_CODE) [all...] |
/external/opencore/doc/oscl_html/ |
oscl__dns__method_8h.html | 9 <hr><h1>oscl_dns_method.h File Reference</h1><code>#include "<a class="el" href="osclconfig__io_8h-source.html">osclconfig_io.h</a>"</code><br> 10 <code>#include "<a class="el" href="oscl__socket__types_8h-source.html">oscl_socket_types.h</a>"</code><br> 11 <code>#include "<a class="el" href="oscl__scheduler__ao_8h-source.html">oscl_scheduler_ao.h</a>"</code><br> 12 <code>#include "<a class="el" href="oscl__dns_8h-source.html">oscl_dns.h</a>"</code><br> 13 <code>#include "<a class="el" href="pvlogger_8h-source.html">pvlogger.h</a>"</code><br [all...] |
oscl__registry__serv__impl__tls_8h.html | 9 <hr><h1>oscl_registry_serv_impl_tls.h File Reference</h1><code>#include "<a class="el" href="osclconfig__proc_8h-source.html">osclconfig_proc.h</a>"</code><br> 10 <code>#include "<a class="el" href="oscl__registry__serv__impl_8h-source.html">oscl_registry_serv_impl.h</a>"</code><br> 11 <code>#include "<a class="el" href="oscl__registry__types_8h-source.html">oscl_registry_types.h</a>"</code><br> 12 <code>#include "<a class="el" href="oscl__vector_8h-source.html">oscl_vector.h</a>"</code><br> 13 <code>#include "<a class="el" href="oscl__mem_8h-source.html">oscl_mem.h</a>"</code><br [all...] |
oscl__udp__socket_8h.html | 9 <hr><h1>oscl_udp_socket.h File Reference</h1><code>#include "<a class="el" href="oscl__ip__socket_8h-source.html">oscl_ip_socket.h</a>"</code><br> 10 <code>#include "<a class="el" href="oscl__defalloc_8h-source.html">oscl_defalloc.h</a>"</code><br> 11 <code>#include "<a class="el" href="oscl__socket__recv__from_8h-source.html">oscl_socket_recv_from.h</a>"</code><br> 12 <code>#include "<a class="el" href="oscl__socket__send__to_8h-source.html">oscl_socket_send_to.h</a>"</code><br> 13 <code>#include "<a class="el" href="oscl__socket__bind_8h-source.html">oscl_socket_bind.h</a>"</code><br [all...] |
/external/opencore/doc/pvauthor_html/ |
pv__engine__observer__message_8h.html | 9 <hr><h1>pv_engine_observer_message.h File Reference</h1><code>#include "oscl_base.h"</code><br> 10 <code>#include "oscl_mem.h"</code><br> 11 <code>#include "pvmf_return_codes.h"</code><br> 12 <code>#include "pvmf_event_handling.h"</code><br> 13 <code>#include "<a class="el" href="pv__engine__types_8h-source.html">pv_engine_types.h</a>"</code><br [all...] |
/external/proguard/src/proguard/classfile/visitor/ |
package.html | 3 the <code>{@link proguard.classfile proguard.classfile}</code> package using 15 Visitor interfaces avoid having to do series of <code>instanceof</code> tests 17 Every list element is a visitor accepter. When its <code>accept</code> method 18 is called by a visitor, it calls its corresponding <code>visitX</code> method 23 <code>instanceof</code> tests and type casts. Also, implementing a visito [all...] |
/frameworks/base/core/java/com/google/android/collect/ |
Lists.java | 23 * Provides static methods for creating {@code List} instances easily, and other 29 * Creates an empty {@code ArrayList} instance. 34 * @return a newly-created, initially-empty {@code ArrayList} 41 * Creates a resizable {@code ArrayList} instance containing the given 47 * <p>{@code List<Base> list = Lists.newArrayList(sub1, sub2);} 49 * <p>where {@code sub1} and {@code sub2} are references to subtypes of 50 * {@code Base}, not of {@code Base} itself. To get around this, you must 53 * <p>{@code List<Base> list = Lists.<Base>newArrayList(sub1, sub2); [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.app.Activity.html | 74 Class android.app.<A HREF="../../../../reference/android/app/Activity.html" target="_top"><font size="+2"><code>Activity</code></font></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#onAttachedToWindow()" target="_top"><code>onAttachedToWindow</code></A>()</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#onBackPressed()" target="_top"><code>onBackPressed</code></A>()</nobr [all...] |
android.webkit.WebSettings.html | 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebSettings.html" target="_top"><font size="+2"><code>WebSettings</code></font></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getDatabaseEnabled()" target="_top"><code>getDatabaseEnabled</code></A>()</nobr> 94 <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getDatabasePath()" target="_top"><code>getDatabasePath</code></A>()</nobr [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.os.Environment.html | 74 Class android.os.<A HREF="../../../../reference/android/os/Environment.html" target="_top"><font size="+2"><code>Environment</code></font></A> 87 <nobr><code>File</code> <A HREF="../../../../reference/android/os/Environment.html#getExternalStoragePublicDirectory(java.lang.String)" target="_top"><code>getExternalStoragePublicDirectory</code></A>(<code>String</code>)</nobr> 103 <nobr><code>String</code> <A HREF="../../../../reference/android/os/Environment.html#DIRECTORY_ALARMS" target="_top">< (…) [all...] |
/frameworks/base/obex/javax/obex/ |
PasswordAuthentication.java | 9 * - Redistributions of source code must retain the above copyright notice, 46 * Creates a new <code>PasswordAuthentication</code> with the user name and 48 * @param userName the user name to include; this may be <code>null</code> 50 * @throws NullPointerException if <code>password</code> is 51 * <code>null</code> 65 * name may be <code>null</code> [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
IDevice.java | 67 * Returns a {@link DeviceState} from the string returned by <code>adb devices</code>. 69 * @return a {@link DeviceState} object or <code>null</code> if the state is unknown. 90 * tree build), this method will return "<code><build></code>". 91 * @return the name of the AVD or <code>null</code> if there isn't any. 113 * @return the value or <code>null</code> if the property does not exist [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 31 * streams of code words, as well as human-oriented listing strings 40 * @param insn {@code non-null;} the instruction 43 * @return {@code non-null;} the string form 69 * has no arguments, then the result should be {@code ""}, not 70 * {@code null}. 74 * @param insn {@code non-null;} the instruction 75 * @return {@code non-null;} the string form 82 * has no comment, then the result should be {@code ""}, no [all...] |
CodeAddress.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpecList; 20 import com.android.dx.rop.code.SourcePosition; 23 * Pseudo-instruction which is used to track an address within a code 25 * exception handler ranges. Its code size is zero, and so instances 32 * unknown ({@code -1}). 34 * @param position {@code non-null;} source position 55 return "code-address";
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Class.java | 69 * called "reflection". There are basically three types of {@code Class} 76 * hierarchy. The name associated with these {@code Class} instances is simply 86 * names (for example "int" for the {@code int} primitive type). Although it is 87 * not possible to create new instances based on these {@code Class} instances, 89 * component type of array classes. There is one {@code Class} instance for each 93 * <li>{@code B} representing the {@code byte} primitive type</li> 94 * <li>{@code S} representing the {@code short} primitive type</li> 95 * <li>{@code I} representing the {@code int} primitive type</li [all...] |
/external/guava/javadoc/com/google/common/collect/ |
LinkedHashMultimap.html | 107 Implementation of <code>Multimap</code> that does not allow duplicate key-value 111 <p>The collections returned by <code>keySet</code>, <code>keys</code>, and <code>asMap</code> iterate through the keys in the order they were first added to the 112 multimap. Similarly, <code>get</code>, <code>removeAll</code>, and <code>replaceValues</code> return collections that iterate through t (…) [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
HttpURLConnection.java | 25 * This abstract subclass of {@code URLConnection} defines methods for managing 39 * The HTTP request method of this {@code HttpURLConnection}. The default 40 * value is {@code "GET"}. 45 * The status code of the response obtained from the HTTP request. The 46 * default value is {@code -1}. 57 * The HTTP response message which corresponds to the response code. 63 * or not. The default value is {@code true}. 71 * chunk-length. Default value is {@code -1} that means the chunked encoding 78 * fixed length of content. Default value is {@code -1} that means the 90 * Numeric status code, 202: Accepte [all...] |
/external/icu4c/i18n/unicode/ |
utmscale.h | 24 * <code>averageTime = (time1 + time2)/2</code>, there will be overflow even with dates 171 * .NET <code>System.DateTime</code> values without severe loss of precision. ICU4C time addresses this by using a 172 * <code>double</code> that is otherwise equivalent to the Java time. However, there are disadvantages 173 * with <code>doubles</code>. They provide for much more graceful degradation in arithmetic operations. 176 * <code>long double</code> (80 bits -- 64 bit mantissa), but that is not supported on most systems [all...] |
/external/proguard/docs/manual/ |
troubleshooting.html | 13 While preparing a configuration for processing your code, you may bump into a 84 <dd>ProGuard can't find a class or interface that your code is accessing by 91 like "<code>(MyClass)Class.forName(variable).newInstance()</code>". 93 with an option like "<code>-keep class MyClass</code>", or their 94 implementations with an option like "<code>-keep class * implements 95 MyClass</code>". You can switch off these notes by specifying the 96 <a href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd [all...] |
/frameworks/base/docs/html/guide/topics/ |
fundamentals.jd | 51 The compiled Java code — along with any data and resource 53 <a href="{@docRoot}guide/developing/tools/aapt.html"><code>aapt</code> 55 marked by an {@code .apk} suffix. This file is the vehicle 57 it's the file users download to their devices. All the code in a 58 single {@code .apk} file is considered to be one <i>application</i>. 67 Android starts the process when any of the application's code needs to be 71 <li>Each process has its own virtual machine (VM), so application code 72 runs in isolation from the code of all other applications.</li> 96 Your application doesn't incorporate the code of the other application or [all...] |
/dalvik/docs/opcodes/ |
opcode-1a-const-string.html | 35 <td><code>A:</code> destination register (8 bits)<br/> 36 <code>B:</code> string index</td> 41 <td><code>A:</code> destination register (8 bits)<br/> 42 <code>B:</code> string index</td>
|
/dalvik/dx/src/com/android/dx/rop/code/ |
CstInsn.java | 17 package com.android.dx.rop.code; 26 /** {@code non-null;} the constant */ 32 * @param opcode {@code non-null;} the opcode 33 * @param position {@code non-null;} source position 34 * @param result {@code null-ok;} spec for the result, if any 35 * @param sources {@code non-null;} specs for all the sources 36 * @param cst {@code non-null;} constant 58 * @return {@code non-null;} the constant
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
Constant.java | 27 * Returns {@code true} if this instance is a category-2 constant, 29 * {@code false} if this instance is category-1. 31 * @return {@code true} iff this instance is category-2 39 * @return {@code non-null;} the name 63 * @param other {@code non-null;} the instance to compare to 64 * @return {@code -1}, {@code 0}, or {@code 1}, as usual
|
CstLong.java | 23 * Constants of type {@code CONSTANT_Long_info}. 27 /** {@code non-null;} instance representing {@code 0} */ 30 /** {@code non-null;} instance representing {@code 1} */ 37 * @param value the {@code long} value 50 * @param value the {@code long} value 80 * Gets the {@code long} value.
|
/dalvik/dx/tests/024-code-bytecode/ |
info.txt | 6 method with a Code attribute, and the code[] array of the attribute has
|