/dalvik/dx/src/com/android/dx/rop/code/ |
Rops.java | 17 package com.android.dx.rop.code; 33 /** {@code nop()} */ 37 /** {@code r,x: int :: r = x;} */ 41 /** {@code r,x: long :: r = x;} */ 45 /** {@code r,x: float :: r = x;} */ 49 /** {@code r,x: double :: r = x;} */ 53 /** {@code r,x: Object :: r = x;} */ 58 * {@code r,x: ReturnAddress :: r = x;} 67 /** {@code r,param(x): int :: r = param(x);} */ 72 /** {@code r,param(x): long :: r = param(x);} * [all...] |
BasicBlock.java | 17 package com.android.dx.rop.code; 28 /** {@code >= 0;} target label for this block */ 31 /** {@code non-null;} list of instructions in this block */ 35 * {@code non-null;} full list of successors that this block may 41 * {@code >= -1;} the primary / standard-flow / "default" successor, or 42 * {@code -1} if this block has no successors (that is, it 48 * Constructs an instance. The predecessor set is set to {@code null}. 50 * @param label {@code >= 0;} target label for this block 51 * @param insns {@code non-null;} list of instructions in this block 52 * @param successors {@code non-null;} full list of successors that thi [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
PropertyPermission.java | 31 * {@code PropertyPermission} objects represent a permission to access system 56 * will result in an {@code IllegalArgumentException}. 84 * case, the receiver must be a {@code PropertyPermission} for the same 86 * If {@code o} is a permission that is not a {@code PropertyPermission}, 87 * this method may throw a {@code ClassCastException}. 90 * the {@code Object} to compare with this {@code Object}. 91 * @return {@code true} if the {@code Object} is the same as this {@code Object} [all...] |
/external/guava/src/com/google/common/primitives/ |
Longs.java | 37 * Static utility methods pertaining to {@code long} primitives, that are not 48 * The number of bytes required to represent a primitive {@code long} 54 * Returns a hash code for {@code value}; equal to the result of invoking 55 * {@code ((Long) value).hashCode()}. 57 * @param value a primitive {@code long} value 58 * @return a hash code for the value 65 * Compares the two specified {@code long} values. The sign of the value 66 * returned is the same as that of {@code ((Long) a).compareTo(b)}. 68 * @param a the first {@code long} to compar [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.provider.Contacts.People.html | 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.People.html" target="_top"><font size="+2"><code>Contacts.People</code></font></A> 88 <nobr><code>Uri</code> <A HREF="../../../../reference/android/provider/Contacts.People.html#addToMyContactsGroup(android.content.ContentResolver, long)" target="_top"><code>addToMyContactsGroup</code></A>(<code>ContentResolver,</nobr> long<nobr><nobr></code>) </nobr> 98 <nobr><code>Uri</code> <A HREF="../../../../reference/android/provider/Contacts.People.html#createPersonInMyContact (…) [all...] |
android.media.AudioManager.html | 74 Class android.media.<A HREF="../../../../reference/android/media/AudioManager.html" target="_top"><font size="+2"><code>AudioManager</code></font></A> 87 <nobr><code>String</code> <A HREF="../../../../reference/android/media/AudioManager.html#getParameters(java.lang.String)" target="_top"><code>getParameters</code></A>(<code>String</code>)</nobr> 94 <nobr><code>boolean</code> <A HREF="../../../../reference/android/media/AudioManager.html#isWiredHeadsetOn()" target="_ (…) [all...] |
android.webkit.Plugin.html | 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/Plugin.html" target="_top"><font size="+2"><code>Plugin</code></font></A> 87 <nobr><A HREF="../../../../reference/android/webkit/Plugin.html#Plugin(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" target="_top"><code>Plugin</code></A>(<code>String,</nobr> String<nobr>,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>) </nobr> 106 <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/Plugin.html#dispatchClickEvent(android.content.Context)" target="_top"><code>dispatchClickEvent</code></A>(<code>Context</code>) </nobr [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
LocalVariableInfo.java | 20 import com.android.dx.rop.code.RegisterSpecSet; 21 import com.android.dx.rop.code.RegisterSpec; 29 * Stolen from {@link com.android.dx.rop.code.LocalVariableInfo}. 32 /** {@code >= 0;} the register count for the method */ 36 * {@code non-null;} {@link com.android.dx.rop.code.RegisterSpecSet} to use when indicating a block 43 * {@code non-null;} array consisting of register sets representing the 49 /** {@code non-null;} map from instructions to the variable each assigns */ 55 * @param method {@code non-null;} the method being represented by this instance 77 * @param index {@code >= 0;} the block inde [all...] |
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
RSAPrivateCrtKeySpecTest.java | 38 * Tests for <code>RSAPrivateCrtKeySpec</code> class fields and methods 45 * Test #1 for <code>RSAPrivateCrtKeySpec</code> constructor 46 * Assertion: Constructs <code>RSAPrivateCrtKeySpec</code> 69 * Test #2 for <code>RSAPrivateCrtKeySpec</code> constructor 70 * Assertion: Constructs <code>RSAPrivateCrtKeySpec</code> [all...] |
/external/icu4c/i18n/unicode/ |
choicfmt.h | 45 * and string names for those ranges. A <code>ChoiceFormat</code> splits 46 * the real number line <code>-Inf</code> to <code>+Inf</code> into two 48 * string. <code>ChoiceFormat</code> is generally used in a 49 * <code>MessageFormat</code> for displaying grammatically correc [all...] |
/external/opencore/doc/oscl_html/ |
oscl__error__codes_8h-source.html | 20 <a name="l00024"></a><a class="code" href="group__osclerror.html#a1">00024</a> <span class="keyword">typedef</span> int32 <a class="code" href="group__osclerror.html#a1">OsclLeaveCode</a>; 22 <a name="l00026"></a><a class="code" href="group__osclerror.html#a11">00026</a> <span class="preprocessor">#define OsclErrNone 0</span> 23 <a name="l00027"></a><a class="code" href="group__osclerror.html#a12">00027</a> <span class="preprocessor"></span><span class="preprocessor">#define OsclErrGeneral 100</span> 24 <a name="l00028"></a><a class="code" href="group__osclerror.html#a13">00028</a> <span class="preprocessor"></span><span class="preprocessor">#define OsclErrNoMemory 101</span> 25 <a name="l00029"></a><a class="code" href="group__osclerror.html#a14">00029</a> <span class="preprocessor"></span><span class="preprocessor">#define OsclErrCancelled 102</span> 26 <a name="l00030"></a><a class="code" href="group__osclerror.html#a15">00030</a> <span class="preprocessor"></span><span class="preprocessor">#define OsclErrNotSupported 103</span> 27 <a name="l00031"></a><a class="code" href="group__osclerror.html#a16">00031</a> <span class="preprocessor"></span><span class="preprocessor">#define OsclErrArgument 104</span> 28 <a name="l00032"></a><a class="code" href="group__osclerror.html#a17">00032</a> <span class="preprocessor"></span><span class="preprocessor">#define OsclErrBadHandle 105</span> 29 <a name="l00033"></a><a class="code" href="group__osclerror.html#a18">00033</a> <span class="preprocessor"></span><span class="preproc (…) [all...] |
/external/tinyxml/docs/ |
classTiXmlAttribute-members.html | 9 <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="classTiXmlBase.html#e1">IsWhiteSpaceCondensed</a>()</td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline, static]</code></td></tr> 13 <tr class="memlist"><td><a class="el" href="classTiXmlAttribute.html#a3">Name</a>() const </td><td><a class="el" href="classTiXmlAttribute.html">TiXmlAttribute</a></td><td><code> [inline]</code></td></tr> 16 <tr class="memlist"><td><a class="el" href="classTiXmlAttribute.html#a23">Print</a>(FILE *cfile, int depth) const </td><td><a class="el" href="classTiXmlAttribute.html">TiXmlAttribute</a></td><td><code> [virtual]</code></td></tr> 19 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a3">Row</a>() const </td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr [all...] |
/external/guava/javadoc/com/google/common/base/class-use/ |
CharMatcher.html | 115 <CODE>static <A HREF="../../../../../com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A></CODE></FONT></TD> 116 <TD><CODE><B>CharMatcher.</B><B><A HREF="../../../../../com/google/common/base/CharMatcher.html#ANY">ANY</A></B></CODE> 123 <CODE>static <A HREF="../../../../../com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A></CODE></FONT></TD> 124 <TD><CODE><B>CharMatcher.</B><B><A HREF="../../../../../com/google/common/base/CharMatcher.html#ASCII">ASCII</A></B></CODE> 127 Determines whether a character is ASCII, meaning that its code point is 132 <CODE>static <A HREF="../../../../../com/google/common/base/CharMatcher.html" title="class in com.g (…) [all...] |
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/ |
CharsetEncoder.java | 38 * method until the additional input is not needed, the <code>endOfInput</code> 42 * method for the last time and the <code>endOfInput</code> parameter must be 43 * set to {@code true}</li> 64 * replacement byte array. The replacement byte array is '{@code ?}' by 125 * Constructs a new <code>CharsetEncoder</code> using the given 126 * <code>Charset</code>, average number and maximum number of byte [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLEngine.java | 34 * Creates a new {@code SSLEngine} instance. 43 * Creates a new {@code SSLEngine} instance with the specified host and 60 * @return the name of the peer host, or {@code null} if none is available. 69 * @return the port number of the peer host, or {@code -1} is none is 80 * called by {@code wrap} or {@code unwrap} if the initial handshake has not 110 * {@code SSLEngineResult} instances returned by this engine may indicate 112 * {@link Runnable#run() run} method of the returned {@code Runnable} 115 * @return a delegate task, or {@code null} if none are available. 140 * @return {@code true} if new session may be established, {@code false} i [all...] |
/frameworks/base/docs/html/intl/ja/guide/tutorials/ |
hello-world.jd | 35 <p>AVD ????????Android SDK ????????android??????????????? ?????????????????SDK ???????? <code>tools/</code> ????????????????????????? 42 <p>???????????? <code>--target</code> ????????????????????????????????????????????<code>--name</code> ???????? AVD ?????????????????????????</p> 91 <p>?????? Android ???????????????????????????????????? ?????????Package Explorer?????????<em>?HelloAndroid? > ?src? > ?com.example.helloandroid?</em> ????? <code>HelloAndroid.java</code> ??????????????????????????????</p> 139 <p>?????????? ???????????? TextView ???????????? ????????????????? Android {@link android.content.Context} ??????????????Context ?????????????????????????????????????????????????????????Activity ???? Context ??????????? HelloAndroid ?????Activity ????????????Context ?????????????<code>this</code> ? Context ????? TextView ?????????????</p [all...] |
/frameworks/base/docs/html/intl/ja/resources/tutorials/ |
hello-world.jd | 35 <p>AVD ????????Android SDK ????????android??????????????? ?????????????????SDK ???????? <code>tools/</code> ????????????????????????? 42 <p>???????????? <code>--target</code> ????????????????????????????????????????????<code>--name</code> ???????? AVD ?????????????????????????</p> 91 <p>?????? Android ???????????????????????????????????? ?????????Package Explorer?????????<em>?HelloAndroid? > ?src? > ?com.example.helloandroid?</em> ????? <code>HelloAndroid.java</code> ??????????????????????????????</p> 139 <p>?????????? ???????????? TextView ???????????? ????????????????? Android {@link android.content.Context} ??????????????Context ?????????????????????????????????????????????????????????Activity ???? Context ??????????? HelloAndroid ?????Activity ????????????Context ?????????????<code>this</code> ? Context ????? TextView ?????????????</p [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.media.AudioManager.html | 74 Class android.media.<A HREF="../../../../reference/android/media/AudioManager.html" target="_top"><font size="+2"><code>AudioManager</code></font></A> 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/media/AudioManager.html#isBluetoothA2dpOn()" target="_top"><code>isBluetoothA2dpOn</code></A>()</nobr> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/media/AudioManager.html#playSoundEffect(int, float)" target="_top"><code>playSoundEffect</code></A>(<code>int,</nobr> float<nobr><nobr></code>)</nobr [all...] |
/external/guava/javadoc/com/google/common/collect/ |
ImmutableMultimap.html | 110 An immutable <A HREF="../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A>. Does not permit null keys or values. 112 <p>Unlike <A HREF="../../../../com/google/common/collect/Multimaps.html#unmodifiableMultimap(com.google.common.collect.Multimap)"><CODE>Multimaps.unmodifiableMultimap(Multimap)</CODE></A>, which is 114 <code>ImmutableMultimap</code> contains its own data and will <i>never</i> 115 change. <code>ImmutableMultimap</code> is convenient for 116 <code>public static final</code> multimaps ("constant multimaps") and also let [all...] |
/external/guava/javadoc/com/google/common/base/ |
Service.html | 103 An object with an operational state, plus asynchronous <A HREF="../../../../com/google/common/base/Service.html#start()"><CODE>start()</CODE></A> and 104 <A HREF="../../../../com/google/common/base/Service.html#stop()"><CODE>stop()</CODE></A> lifecycle methods to transfer into and out of this state. 108 <li><A HREF="../../../../com/google/common/base/Service.State.html#NEW"><CODE>Service.State.NEW</CODE></A> -></li> 109 <li><A HREF="../../../../com/google/common/base/Service.State.html#STARTING"><CODE>Service.State.STARTING</CODE></A> -></li> 110 <li><A HREF="../../../../com/google/common/base/Service.State.html#RUNNING"><CODE>Service.State.RUNNING</CODE></A> -></li [all...] |
/dalvik/docs/opcodes/ |
opcode-2b-packed-switch.html | 23 aligned). If the code size of the method is otherwise odd, then an extra code 24 unit is inserted between the main code and the table whose value is the same as 42 specified below in "<code>packed-switch</code> Format")</i></td> 43 <td><code>A:</code> register to test<br/> 44 <code>B:</code> signed "branch" offset to table data (32 bits)</td> 56 Let PC be the address of the packed-switch instruction in the code array o [all...] |
opcode-2c-sparse-switch.html | 23 aligned). If the code size of the method is otherwise odd, then an extra code 24 unit is inserted between the main code and the table whose value is the same as 42 specified below in "<code>sparse-switch</code> Format")</i></td> 43 <td><code>A:</code> register to test<br/> 44 <code>B:</code> signed "branch" offset to table data (32 bits)</td> 56 Let PC be the address of the packed-switch instruction in the code array o [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
LocalEnd.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 31 * {@code non-null;} register spec representing the local variable ended 34 * is implicit in the ambient local variable state, but other code 41 * unknown ({@code -1}). 43 * @param position {@code non-null;} source position 44 * @param local {@code non-null;} register spec representing the local 73 * @return {@code non-null;} the register spe [all...] |
LocalSnapshot.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.RegisterSpecSet; 22 import com.android.dx.rop.code.SourcePosition; 30 /** {@code non-null;} local state associated with this instance */ 35 * unknown ({@code -1}). 37 * @param position {@code non-null;} source position 38 * @param locals {@code non-null;} associated local variable state 65 * @return {@code non-null;} the stat [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 19 import com.android.dx.dex.code.CatchHandlerList; 20 import com.android.dx.dex.code.CatchTable; 21 import com.android.dx.dex.code.DalvCode; 34 * handler address) for a particular piece of code. Instances of this 35 * class correspond to a {@code try_item[]} and a 36 * {@code catch_handler_item[]}. 40 * the size of a {@code try_item}: a {@code uint} 41 * and two {@code ushort}s 45 /** {@code non-null;} code that contains the catches * 46 private final DalvCode code; field in class:CatchStructs [all...] |