HomeSort by relevance Sort by last modified time
    Searched full:code (Results 576 - 600 of 26167) sorted by null

<<21222324252627282930>>

  /external/opencore/doc/oscl_html/
oscl__dns__imp__pv_8h-source.html 14 00006 <span class="preprocessor">#include "<a class="code" href="oscl__socket__imp__base_8h.html">oscl_socket_imp_base.h</a>"</span>
15 00007 <span class="preprocessor">#include "<a class="code" href="oscl__dns__request_8h.html">oscl_dns_request.h</a>"</span>
16 00008 <span class="preprocessor">#include "<a class="code" href="oscl__dns__imp__base_8h.html">oscl_dns_imp_base.h</a>"</span>
18 00010 <span class="keyword">class </span><a class="code" href="classOsclSocketServI.html">OsclSocketServI</a>;
20 <a name="l00015"></a><a class="code" href="classOsclDNSI.html">00015</a> <span class="keyword">class </span><a class="code" href="classOsclDNSI.html">OsclDNSI</a>: <span class="keyword">public</span> <a class="code" href="classOsclDNSIBase.html">OsclDNSIBase</a>
23 00018 <span class="keyword">static</span> <a class="code" href="classOsclDNSI.html">OsclDNSI</a>* <a class="code" href="classOsclDNSI.html#d0">NewL</a>(<a class="code" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a> &amp;a)
    [all...]
oscl__procstatus_8h-source.html 29 <a name="l00037"></a><a class="code" href="classOsclProcStatus.html">00037</a> <span class="keyword">class </span><a class="code" href="classOsclProcStatus.html">OsclProcStatus</a>
44 <a name="l00058"></a><a class="code" href="classOsclProcStatus.html#s35">00058</a> <span class="keyword">enum</span> <a class="code" href="classOsclProcStatus.html#s35">eOsclProcError</a>
46 00060 <a class="code" href="classOsclProcStatus.html#s35s0">SUCCESS_ERROR</a> = 0, <span class="comment">// Function returned succesfully</span>
47 00061 <a class="code" href="classOsclProcStatus.html#s35s1">OTHER_ERROR</a>, <span class="comment">// Function returned some error</span>
48 00062 <a class="code" href="classOsclProcStatus.html#s35s2">TOO_MANY_THREADS_ERROR</a>, <span class="comment">// Cannot create another thread</span>
49 00063 <a class="code" href="classOsclProcStatus.html#s35s3">BAD_THREADID_ADDR_ERROR</a>, <span class="comment">// The address for the thread id is not correct</span>
50 00064 <a class="code" href="classOsclProcStatus.html#s35s4">MAX_THRDS_REACHED_ERROR</a>, <span class="comment">// No more threads can be created in the system</span>
51 00065 <a class="code" href="classOsclProcStatus.html#s35s5">INVALID_THREAD_ID_ERROR</a>, <span class (…)
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 25 * correspond to the fields in the <code>&lt;appwidget-provider&gt;</code> xml tag.
33 * <p>This field corresponds to the <code>android:name</code> attribute in
34 * the <code>&lt;receiver&gt;</code> element in the AndroidManifest.xml file.
41 * <p>This field corresponds to the <code>android:minWidth</code> attribute in
49 * <p>This field corresponds to the <code>android:minHeight</code> attribute i
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
grant-uri-permission-element.jd 11 <dd><code><a href="{@docRoot}guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></code></dd>
16 {@code content:} URI. (The authority part of the URI identifies the
23 If a content provider's <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#gprmns">grantUriPermissions</a></code>
24 attribute is "{@code true}", permission can be granted for any the data under
25 the provider's purview. However, if that attribute is "{@code false}", permission
27 A provider can contain any number of {@code &lt;grant-uri-permission&gt;} elements.
33 <code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code> element'
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
available-resources.jd 17 of application resource that you can provide in your resources directory ({@code res/}).</p>
23 <h2>{@code R.id} Is Not a Resource</h2>
25 <p>You will often use an {@code R.id} integer to handle {@link android.view.View} objects in
26 your UI. Although the {@code id} is a subclass of the {@code R} class, it is not considered a
27 "resource" because it is not a reference to an externalized application resource. The {@code id}
31 <p>For information about using {@code R.id} with your UI, see <a
41 Tween animations are saved in {@code res/anim/} and accessed from the {@code R.anim} class.<br/>
42 Frame animations are saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
LineNumberInputStream.java 25 * line terminator sequences are {@code '\r'}, {@code '\n'} and {@code "\r\n"}.
26 * When using {@code read}, line terminator sequences are always translated into
27 * {@code '\n'}.
43 * Constructs a new {@code LineNumberInputStream} on the {@link InputStream}
44 * {@code in}. Line numbers are counted for all data read from this stream.
56 * <p>Note that the source stream may just be a sequence of {@code "\r\n"} bytes
57 * which are converted into {@code '\n'} by this stream. Therefore,
58 * {@code available} returns only {@code in.available() / 2} bytes a
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.DalvInsn;
23 import com.android.dx.dex.code.DalvInsnList;
24 import com.android.dx.dex.code.LocalList;
25 import com.android.dx.dex.code.PositionList;
42 * {@code dex} file.
51 /** {@code non-null;} method that this code implements *
55 private final DalvCode code; field in class:CodeItem
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TreeSet.java 46 * Constructs a new empty instance of {@code TreeSet} which uses natural
54 * Constructs a new instance of {@code TreeSet} which uses natural ordering
70 * Constructs a new empty instance of {@code TreeSet} which uses the
81 * Constructs a new instance of {@code TreeSet} containing the elements of
96 * Adds the specified object to this {@code TreeSet}.
100 * @return {@code true} when this {@code TreeSet} did not already contain
101 * the object, {@code false} otherwise.
104 * {@code TreeSet}.
115 * Adds the objects in the specified collection to this {@code TreeSet}
    [all...]
Arrays.java 26 * {@code Arrays} contains static methods which operate on arrays.
161 * Returns a {@code List} of the objects in the specified array. The size of the
162 * {@code List} cannot be modified, i.e. adding and removing are unsupported, but
168 * @return a {@code List} of the elements of the specified array.
181 * the sorted {@code byte} array to search.
183 * the {@code byte} element to find.
185 * is {@code -index - 1} where the element would be inserted.
212 * the sorted {@code char} array to search.
214 * the {@code char} element to find.
216 * is {@code -index - 1} where the element would be inserted
    [all...]
  /external/v8/src/
scopeinfo.h 6 // * Redistributions of source code must retain the above copyright
39 // is stored in a compressed form with Code objects and is used
56 // Create a ScopeInfo instance from a Code object.
57 explicit ScopeInfo(Code* code);
59 // Write the ScopeInfo data into a Code object, and returns the
60 // amount of space that was needed. If no Code object is provided
63 // This operations requires that the Code object has the correct amount
65 // error). Any existing scope info in the Code object is simply overwritten.
66 int Serialize(Code* code)
200 Code* code; member in struct:v8::internal::ContextSlotCache::Key
    [all...]
  /frameworks/base/core/java/android/net/
NetworkInfo.java 37 * <tr><td><code>IDLE</code></td><td><code>DISCONNECTED</code></td></tr>
38 * <tr><td><code>SCANNING</code></td><td><code>CONNECTING</code></td></tr>
39 * <tr><td><code>CONNECTING</code></td><td><code>CONNECTING</code></td></tr
    [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsManager.java 58 * @param sentIntent if not NULL this <code>PendingIntent</code> is
60 * The result code will be <code>Activity.RESULT_OK<code> for success,
62 * <code>RESULT_ERROR_GENERIC_FAILURE</code>
63 * <code>RESULT_ERROR_RADIO_OFF</code>
64 * <code>RESULT_ERROR_NULL_PDU</code>
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
26 /** {@code non-null;} the branch target */
31 * unknown ({@code -1}), and the target is initially
32 * {@code null}.
35 * @param position {@code non-null;} source position
36 * @param registers {@code non-null;} register list, including a
39 * @param target {@code non-null;} the branch target
67 * {@code lt} test becomes a {@code ge}), and its branc
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSetInternal.java 25 * An interface provided by a {@code RowSet} object to let either a {@code
26 * RowSetReader} or a {@code RowSetWriter} access its internal state, thereby
27 * providing facilities to read and update the state of the {@code RowSet}.
32 * Gets the connection associated with this {@code RowSet} object.
34 * @return the connection or {@code null}.
41 * Gets the {@code ResultSet} that was the original (unmodified) content of
42 * the {@code RowSet}.
44 * The {@code ResultSet}'s cursor is positioned before the first row of
47 * @return the {@code ResultSet} that contained the original data value o
    [all...]
  /external/icu4c/common/unicode/
uchriter.h 23 * characters (code units or code points) in a UChar array.
37 * The iteration range is 0 to <code>length-1</code>.
48 * The iteration range is 0 to <code>length-1</code>.
64 * The iteration range is 0 to <code>end-1</code>.
120 * Generates a hash code for this iterator.
121 * @return the hash code
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
CountryCodeQualifier.java 28 * Resource Qualifier for Mobile Country Code.
38 public static final String NAME = "Mobile Country Code";
42 * <code>null</code> is returned.
44 * @return a new {@link CountryCodeQualifier} object or <code>null</code>
51 int code = -1; local
53 code = Integer.parseInt(v);
59 CountryCodeQualifier qualifier = new CountryCodeQualifier(code);
69 * @param code the value of the qualifier, as returned by {@link #getCode()}
    [all...]
  /external/tinyxml/docs/
classTiXmlDocument-members.html 10 <tr class="memlist"><td><a class="el" href="classTiXmlDocument.html#a22">ClearError</a>()</td><td><a class="el" href="classTiXmlDocument.html">TiXmlDocument</a></td><td><code> [inline]</code></td></tr>
11 <tr class="memlist"><td><a class="el" href="classTiXmlDocument.html#b1">Clone</a>() const </td><td><a class="el" href="classTiXmlDocument.html">TiXmlDocument</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="classTiXmlDocument.html#a15">Error</a>() const </td><td><a class="el" href="classTiXmlDocument.html">TiXmlDocument</a></td><td><code> [inline]</code></td></tr>
14 <tr class="memlist"><td><a class="el" href="classTiXmlDocument.html#a19">ErrorCol</a>()</td><td><a class="el" href="classTiXmlDocument.html">TiXmlDocument</a></td><td><code> [inline]</code></td></tr
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 89 to override start with '<code>on</code>', for
93 This is similar to the <code>on...</code> events in {@link android.app.Activity Activity}
142 You will almost certainly want to override <code>onMeasure()</code> and
143 are also likely to need to override <code>onDraw()</code> if you want
145 the default <code>onDraw()</code> will do nothing, and the defaul
    [all...]
  /build/core/
build-system.html 158 scenarios. The default <code>$(wildcard *)</code> will not work due to the
217 <code>. build/envsetup.sh</code>you'll get a few helpful shell functions:
222 <li><b>m</b> - Runs <code>make</code> from the top of the tree. This is
224 <code>TOP</code> environment variable set, it uses that. If you don't, it looks
226 <li><b>croot</b> - <code>cd</code> to the top of the tree.</li
    [all...]
  /external/guava/javadoc/com/google/common/collect/
HashMultiset.html 108 Multiset implementation backed by a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><CODE>HashMap</CODE></A>.
136 <TD><CODE><A HREF="../../../../com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect">Multiset.Entry</A>&lt;<A HREF="../../../../com/google/common/collect/Multiset.Entry.html" title="type parameter in Multiset.Entry">E</A>&gt;</CODE></TD>
151 <CODE>&nbsp;boolean</CODE></FONT></TD>
152 <TD><CODE><B><A HREF="../../../../com/google/common/collect/HashMultiset.html#add(E)">add</A></B>(E&nbsp;element)</CODE>
159 <CODE>&nbsp;int</CODE></FONT></TD
    [all...]
LinkedHashMultiset.html 108 A <code>Multiset</code> implementation with predictable iteration order. Its
141 <TD><CODE><A HREF="../../../../com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect">Multiset.Entry</A>&lt;<A HREF="../../../../com/google/common/collect/Multiset.Entry.html" title="type parameter in Multiset.Entry">E</A>&gt;</CODE></TD>
156 <CODE>&nbsp;boolean</CODE></FONT></TD>
157 <TD><CODE><B><A HREF="../../../../com/google/common/collect/LinkedHashMultiset.html#add(E)">add</A></B>(E&nbsp;element)</CODE>
164 <CODE>&nbsp;int</CODE></FONT></TD
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBoolean.java 22 * Constants of type {@code boolean}.
26 /** {@code non-null;} instance representing {@code false} */
29 /** {@code non-null;} instance representing {@code true} */
36 * @param value the {@code boolean} value
37 * @return {@code non-null;} the appropriate instance
44 * Makes an instance for the given {@code int} value. This
47 * @param value must be either {@code 0} or {@code 1
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
MessageDigest.java 26 * {@code MessageDigest} is an engine class which is capable of generating one
47 * Constructs a new instance of {@code MessageDigest} with the name of
58 * Returns a new instance of {@code MessageDigest} that utilizes the
63 * @return a new instance of {@code MessageDigest} that utilizes the
68 * if {@code algorithm} is {@code null}
90 * Returns a new instance of {@code MessageDigest} that utilizes the
97 * @return a new instance of {@code MessageDigest} that utilizes the
104 * if {@code algorithm} is {@code null
    [all...]
SignatureSpi.java 26 * {@code SignatureSpi} is the <i>Service Provider Interface</i> (<b>SPI</b>)
39 * Initializes this {@code SignatureSpi} instance for signature
46 * if {@code publicKey} is not valid.
52 * Initializes this {@code SignatureSpi} instance for signing, using the
58 * if {@code privateKey} is not valid.
64 * Initializes this {@code SignatureSpi} instance for signing, using the
71 * the {@code SecureRandom} to use.
73 * if {@code privateKey} is not valid.
83 * {@code byte}.
88 * if this {@code SignatureSpi} instance is not initialize
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/spec/
DSAPrivateKeySpec.java 36 * Creates a new {@code DSAPrivateKeySpec} with the specified private key,
40 * the private key {@code x}.
42 * the prime {@code p}.
44 * the sub-prime {@code q}.
46 * the base {@code g}.
57 * Returns the base {@code g}.
59 * @return the base {@code g}.
66 * Returns the prime {@code p}.
68 * @return the prime {@code p}.
75 * Returns the sub-prime {@code q}
    [all...]

Completed in 549 milliseconds

<<21222324252627282930>>