/frameworks/base/docs/html/guide/topics/resources/ |
localization.jd | 84 by your Java code.
87 programmatically. This document does not cover how to localize your Java code.
131 specially named subdirectories of the project's <code>res/</code> directory.
140 <code>res/values/strings.xml</code>. If this default file is absent, or if it
146 <p>An application's Java code refers to just two strings, <code>text_a</code> and
147 <code>text_b</code>. This application includes a localized resource file [all...] |
/external/tinyxml/docs/ |
classTiXmlDeclaration-members.html | 10 <tr class="memlist"><td><a class="el" href="classTiXmlDeclaration.html#a9">Clone</a>() const </td><td><a class="el" href="classTiXmlDeclaration.html">TiXmlDeclaration</a></td><td><code> [virtual]</code></td></tr> 11 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a4">Column</a>() const </td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr> 12 <tr class="memlist"><td><a class="el" href="classTiXmlDeclaration.html#a7">Encoding</a>() const </td><td><a class="el" href="classTiXmlDeclaration.html">TiXmlDeclaration</a></td><td><code> [inline]</code></td></tr> 13 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a8">FirstChild</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> 16 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a16">FirstChild</a>(const std::string &_value) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr [all...] |
classTiXmlText-members.html | 9 <tr class="memlist"><td><a class="el" href="classTiXmlText.html#a6">CDATA</a>()</td><td><a class="el" href="classTiXmlText.html">TiXmlText</a></td><td><code> [inline]</code></td></tr> 11 <tr class="memlist"><td><a class="el" href="classTiXmlText.html#b0">Clone</a>() const </td><td><a class="el" href="classTiXmlText.html">TiXmlText</a></td><td><code> [protected, virtual]</code></td></tr> 12 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a4">Column</a>() const </td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr> 13 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a8">FirstChild</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr> 16 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a16">FirstChild</a>(const std::string &_value) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
RegOps.java | 17 package com.android.dx.rop.code; 24 * <p><b>Note:</b> Opcode descriptions use a rough pseudocode. {@code r} 25 * is the result register, {@code x} is the first argument, 26 * {@code y} is the second argument, and {@code z} is the 32 /** {@code nop()} */ 35 /** {@code T: any type; r,x: T :: r = x;} */ 38 /** {@code T: any type; r,param(x): T :: r = param(x)} */ 42 * {@code T: Throwable; r: T :: r = caught_exception}. 49 /** {@code T: any type; r, literal: T :: r = literal;} * [all...] |
SourcePosition.java | 17 package com.android.dx.rop.code; 23 * Information about a source position for code, which includes both a 27 /** {@code non-null;} convenient "no information known" instance */ 31 /** {@code null-ok;} name of the file of origin or {@code null} if unknown */ 35 * {@code >= -1;} the bytecode address, or {@code -1} if that 41 * {@code >= -1;} the line number, or {@code -1} if that 49 * @param sourceFile {@code null-ok;} name of the file of origin o [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
Double.java | 21 * The wrapper for the primitive type {@code double}. 36 * Constant for the maximum {@code double} value, (2 - 2<sup>-52</sup>) * 42 * Constant for the minimum {@code double} value, 2<sup>-1074</sup>. 49 * Constant for the Not-a-Number (NaN) value of the {@code double} type. 54 * Constant for the Positive Infinity value of the {@code double} type. 59 * Constant for the Negative Infinity value of the {@code double} type. 64 * The {@link Class} object that represents the primitive type {@code 77 * Constant for the number of bits needed to represent a {@code double} in 85 * Constructs a new {@code Double} with the specified primitive double 96 * Constructs a new {@code Double} from the specified string [all...] |
Float.java | 21 * The wrapper for the primitive type {@code float}. 36 * Constant for the maximum {@code float} value, (2 - 2<sup>-23</sup>) * 2<sup>127</sup>. 41 * Constant for the minimum {@code float} value, 2<sup>-149</sup>. 46 * Constant for the Not-a-Number (NaN) value of the {@code float} type. 51 * Constant for the Positive Infinity value of the {@code float} type. 56 * Constant for the Negative Infinity value of the {@code float} type. 61 * The {@link Class} object that represents the primitive type {@code 74 * Constant for the number of bits needed to represent a {@code float} in 82 * Constructs a new {@code Float} with the specified primitive float value. 92 * Constructs a new {@code Float} with the specified primitive double value [all...] |
/external/opencore/doc/pvauthor_html/ |
pv__engine__observer__message_8h-source.html | 26 00018 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pv__engine__types_8h.html">pv_engine_types.h</a>"</span> 31 <a name="l00028"></a><a class="code" href="classPVCmdResponse.html">00028</a> <span class="comment"></span><span class="keyword">class </span><a class="code" href="classPVCmdResponse.html">PVCmdResponse</a> : <span class="keyword">public</span> PVMFCmdResp 34 <a name="l00034"></a><a class="code" href="classPVCmdResponse.html#a0">00034</a> <a class="code" href="classPVCmdResponse.html#a0">PVCmdResponse</a>(<a class="code" href="pv__engine__types_8h.html#a0">PVCommandId</a> aId, 44 <a name="l00047"></a><a class="code" href="classPVCmdResponse.html#a1">00047</a> <a class="code" href="classPVCmdResponse.html#a0">PVCmdResponse</a>(<a class="code" href="pv__engine__types_8h.html#a0">PVCommandId</a> aId, 55 <a name="l00062"></a><a class="code" href="classPVCmdResponse.html#a2">00062</a> <a class="code" href="pv__engine__types_8h.ht (…) [all...] |
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertPathTest.java | 46 * Tests for <code>CertPath</code> fields and methods 67 * Test for <code>CertPath(String type)</code> method<br> 68 * Assertion: returns hash of the <code>Certificate</code> instance 93 * Test for <code>hashCode()</code> method<br> 94 * Assertion: returns hash of the <code>Certificate</code> instanc [all...] |
/external/opencore/doc/oscl_html/ |
oscl__file__native_8h-source.html | 20 00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__io_8h.html">osclconfig_io.h</a>"</span> 24 00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 28 00031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__aostatus_8h.html">oscl_aostatus.h</a>"</span> 32 00035 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__file__io_8h.html">oscl_file_io.h</a>"</span> 36 00039 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__file__types_8h.html">oscl_file_types.h</a>"</span> 40 00048 <span class="keyword">class </span><a class="code" href="classOscl__FileServer.html">Oscl_FileServer</a>; 41 <a name="l00049"></a><a class="code" href="classOsclNativeFile.html">00049</a> <span class="keyword">class </span><a class="code" href="classOsclNativeFile.html">OsclNativeFile</a> : <span class="keyword">public</span> <a class="code" href="classHeapBase.html">HeapBase</a> 44 00052 <a class="code" href="classOsclNativeFile.html#a0">OsclNativeFile</a>() [all...] |
oscl__heapbase_8h-source.html | 20 00021 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__error_8h.html">osclconfig_error.h</a>"</span> 24 00025 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 27 <a name="l00034"></a><a class="code" href="class__OsclHeapBase.html">00034</a> <span class="keyword">class </span><a class="code" href="class__OsclHeapBase.html">_OsclHeapBase</a> 30 <a name="l00037"></a><a class="code" href="class__OsclHeapBase.html#a0">00037</a> <span class="keyword">virtual</span> <a class="code" href="class__OsclHeapBase.html#a0">~_OsclHeapBase</a>() {} 33 <a name="l00040"></a><a class="code" href="class__OsclHeapBase.html#b0">00040</a> <a class="code" href="class__OsclHeapBase.html#b0">_OsclHeapBase</a>() {} 34 <a name="l00041"></a><a class="code" href="class__OsclHeapBase.html#b1">00041</a> <a class="code" href="class__OsclHeapBase.html#b0">_OsclHeapBase</a>(<span class="keyword">const</span> <a class= (…) [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArray.java | 17 package com.android.dx.cf.code; 19 import com.android.dx.rop.code.RegisterSpec; 39 * @param mutable {@code true} if this instance is mutable 48 * @return {@code non-null;} the copy 56 * @param ex {@code non-null;} the exception to annotate 64 * @param type {@code non-null;} type to replace 83 * @param idx {@code >= 0, < getMaxLocals();} which local 84 * @param type {@code non-null;} new type for the local at {@code idx} 92 * {@code set(spec.getReg(), spec)} [all...] |
ByteBlock.java | 17 package com.android.dx.cf.code; 27 /** {@code >= 0;} label for this block */ 30 /** {@code >= 0;} bytecode offset (inclusive) of the start of the block */ 33 /** {@code > start;} bytecode offset (exclusive) of the end of the block */ 36 /** {@code non-null;} list of successors that this block may branch to */ 39 /** {@code non-null;} list of exceptions caught and their handler targets */ 45 * @param label {@code >= 0;} target label for this block 46 * @param start {@code >= 0;} bytecode offset (inclusive) of the start 48 * @param end {@code > start;} bytecode offset (exclusive) of the end 50 * @param successors {@code non-null;} list of successors that this block ma [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
OffsettedItem.java | 27 /** {@code > 0;} alignment requirement */ 30 /** {@code >= -1;} the size of this instance when written, in bytes, or 31 * {@code -1} if not yet known */ 35 * {@code null-ok;} section the item was added to, or {@code null} if 41 * {@code >= -1;} assigned offset of the item from the start of its section, 42 * or {@code -1} if not yet assigned 47 * Gets the absolute offset of the given item, returning {@code 0} 48 * if handed {@code null}. 50 * @param item {@code null-ok;} the item in questio [all...] |
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 9 * - Redistributions of source code must retain the above copyright notice, 153 * create a <code>HeaderSet</code> object to pass to the 154 * <code>ServerRequestHandler</code> object. After the handler processes the 160 int code = ResponseCodes.OBEX_HTTP_OK; local 167 code = ResponseCodes.OBEX_HTTP_REQ_TOO_LARGE; 172 code = mListener.onAbort(request, reply); 173 Log.v(TAG, "onAbort request handler return value- " + code); 174 code = validateResponseCode(code) 293 int code = -1; local 414 int code = ResponseCodes.OBEX_HTTP_OK; local 525 int code = -1; local [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. 43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units. 44 * UTF-16 encodes each Unicode code point with either one or two UChar code units. 49 * Some APIs accept a 32-bit UChar32 value for a single code point. 53 * Code-point-related functions treat unpaired surrogates as surrogate code points, 57 * it is much more efficient even for random access because the code unit values 59 * This means that it is easy to determine character (code point) boundaries from 64 * (which use pairs of lead/trail code units called "surrogates") [all...] |
/cts/tools/signature-tools/templates/ |
ClassReferenceLink.st | 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/$it.name$.html}, name={<tt>$it.name$</tt>})$
|
PackageAddedLink.st | 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/package-summary.html}, name={<tt>$it.name$</tt>})$
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
InnerClassList.java | 25 * {@code InnerClasses} attributes. 40 * @param n {@code >= 0;} which item 41 * @return {@code null-ok;} the indicated item 50 * @param n {@code >= 0, < size();} which class 51 * @param innerClass {@code non-null;} class this item refers to 52 * @param outerClass {@code null-ok;} outer class that this class is a 54 * @param innerName {@code null-ok;} original simple name of this class, 67 /** {@code non-null;} class this item refers to */ 70 /** {@code null-ok;} outer class that this class is a member of, if any */ 73 /** {@code null-ok;} original simple name of this class, if not anonymous * [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstNat.java | 22 * Constants of type {@code CONSTANT_NameAndType_info}. 26 * {@code non-null;} the instance for name {@code TYPE} and descriptor 27 * {@code java.lang.Class}, which is useful when dealing with 34 /** {@code non-null;} the name */ 37 /** {@code non-null;} the descriptor (type) */ 43 * @param name {@code non-null;} the name 44 * @param descriptor {@code non-null;} the descriptor 111 * @return {@code non-null;} the name 120 * @return {@code non-null;} the descripto [all...] |
/dalvik/dx/tests/031-bb-dead-code/ |
blort.j | 26 ; dead code after the last reachable instruction in a method 32 ; dead code after the last reachable instruction in a method 39 ; dead code after the last reachable instruction in a method 60 ; dead code after goto instruction 68 ; dead code after ret instruction 77 ; dead code after tableswitch instruction 93 ; dead code after lookupswitch instruction 104 ; dead code after ireturn instruction 113 ; dead code after lreturn instruction 122 ; dead code after freturn instructio [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Dictionary.java | 25 * associate keys with values, such as {@code Hashtable}. 49 * Returns the value which is associated with {@code key}. 53 * @return the value associated with {@code key}, or {@code null} if the 62 * @return {@code true} if this dictionary has no key/value pairs, 63 * {@code false} otherwise. 79 * Associate {@code key} with {@code value} in this dictionary. If {@code 81 * dictionary is replaced by {@code value} [all...] |
Locale.java | 38 * {@code Locale} represents a language/country/variant combination. Locales are used to 49 * code is rewritten as "iw", Indonesian ("id") as "in", and Yiddish ("yi") as "ji". This 50 * is true even if you construct your own {@code Locale} object, not just of instances returned by 53 * <p>Just because you can create a {@code Locale} doesn't mean that it makes much sense. 61 * <p>You can use {@code getDefault} to get an appropriate locale for the device you're 62 * running on, or {@code getAvailableLocales} to get a list of all the locales available 219 * Constructs a new {@code Locale} using the specified language. 222 * the language this {@code Locale} represents. 229 * Constructs a new {@code Locale} using the specified language and country codes. 232 * the language this {@code Locale} represents [all...] |
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
ECFieldF2mTest.java | 38 * Tests for <code>ECFieldF2m</code> class fields and methods. 46 * Encapsulates <code>ECFieldF2m</code> testing 53 * <code>NPE</code> reference object of class NullPointerException. 54 * NullPointerException must be thrown by <code>ECFieldF2m</code> 59 * <code>IArgE</code> reference object of class IllegalArgumentException [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/ |
FactoryConfigurationError.java | 35 *<code>Exception</code> that represents the error. 40 * Create a new <code>FactoryConfigurationError</code> with no 50 * Create a new <code>FactoryConfigurationError</code> with 51 * the <code>String </code> specified as an error message. 63 * Create a new <code>FactoryConfigurationError</code> with [all...] |