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

<<31323334353637383940>>

  /dalvik/libcore/luni/src/main/java/java/io/
PipedWriter.java 44 * Constructs a new unconnected {@code PipedWriter}. The resulting writer
45 * must be connected to a {@code PipedReader} before data may be written to
55 * Constructs a new {@code PipedWriter} connected to the {@link PipedReader}
56 * {@code dest}. Any data written to this writer can be read from {@code
60 * the {@code PipedReader} to connect to.
62 * if {@code dest} is already connected.
87 * Connects this {@code PipedWriter} to a {@link PipedReader}. Any data
93 * if this writer is closed or already connected, or if {@code
114 * Notifies the readers of this {@code PipedReader} that characters can be read. Thi
    [all...]
PrintStream.java 34 * so that they can be read back in. No {@code IOException} is thrown by this
62 * Constructs a new {@code PrintStream} with {@code out} as its target
69 * if {@code out} is {@code null}.
79 * Constructs a new {@code PrintStream} with {@code out} as its target
80 * stream. The parameter {@code autoflush} determines if the print stream
90 * if {@code out} is {@code null}
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
LocalizedMessage.java 26 * Constructs a new LocalizedMessage using <code>resource</code> as the base name for the
27 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
30 * @throws NullPointerException if <code>resource</code> or <code>id</code> is <code>null</code>
    [all...]
  /development/pdk/docs/porting/
build_cookbook.jd 23 <p>The Android Build Cookbook offers code snippets to help you quickly implement some common build tasks. For additional instruction, please see the other build documents in this section.</p>
124 by the <code>include $(CLEAR_VARS)</code> line, so you can rely on them
186 <td valign="top">In Android.mk files that <code>include $(BUILD_PACKAGE)</code> set this
188 <p><code>LOCAL_ASSET_FILES += $(call find-subdir-assets)</code></td>
198 <code>LOCAL_PATH</code> if you have subdirectories of your own that you
200 <p><code>
    [all...]
  /external/guava/src/com/google/common/base/
Objects.java 29 * Helper functions that can operate on any {@code Object}.
42 * <li>{@code true} if {@code a} and {@code b} are both null.
43 * <li>{@code true} if {@code a} and {@code b} are both non-null and they are
45 * <li>{@code false} in all other situations.
49 * to the {@code equals()} contract.
56 * Generates a hash code for multiple values. The hash code is generated b
    [all...]
  /external/opencore/doc/oscl_html/
oscl__int64__utils_8h-source.html 14 00006 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
18 <a name="l00016"></a><a class="code" href="classOscl__Int64__Utils.html">00016</a> <span class="keyword">class </span><a class="code" href="classOscl__Int64__Utils.html">Oscl_Int64_Utils</a>
21 00019 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classOscl__Int64__Utils.html#d0">set_int64</a>(<a class="code" href="group__osclbase.html#a30">int64</a>&amp; input_value, <span class="keyword">const</span> int32 upper, <span class="keyword">const</span> int32 lower);
23 00021 OSCL_IMPORT_REF <span class="keyword">static</span> int32 <a class="code" href="classOscl__Int64__Utils.html#d1">get_int64_upper32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a30">int64</a>&amp; input_value);
25 00023 OSCL_IMPORT_REF <span class="keyword">static</span> int32 <a class="code" href="classOscl__Int64__Utils.html#d2">get_int64_lower32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a30">int64</a>&amp; input_value);
27 00025 OSCL_IMPORT_REF <span class="keyword">static</span> int32 <a class="code" href="classOscl__Int64__Utils.html#d3">get_int64_middle32</a>(<span class="keyword">const</span> (…)
    [all...]
pvlogger__registry_8h-source.html 13 00005 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pvlogger_8h.html">pvlogger.h</a>"</span>
17 00009 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__tagtree_8h.html">oscl_tagtree.h</a>"</span>
20 <a name="l00025"></a><a class="code" href="classPVLoggerRegistry.html">00025</a> <span class="keyword">class </span><a class="code" href="classPVLoggerRegistry.html">PVLoggerRegistry</a>
24 <a name="l00029"></a><a class="code" href="classPVLoggerRegistry.html#s0">00029</a> <span class="keyword">typedef</span> <a class="code" href="classPVLogger.html#s0">PVLogger::log_level_type</a> <a class="code" href="classPVLoggerRegistry.html#s0">log_level_type</a>;
25 <a name="l00030"></a><a class="code" href="classPVLoggerRegistry.html#s1">00030</a> <span class="keyword">typedef</span> <a class="code" href="class__OsclBasicAllocator.html">PVLogger::alloc_type</a> <a class="code" href="class__OsclBasicAllocator.html">alloc_type</a>
    [all...]
oscl__dns__param_8h-source.html 13 00005 <span class="preprocessor">#include "<a class="code" href="oscl__socket__types_8h.html">oscl_socket_types.h</a>"</span>
14 00006 <span class="preprocessor">#include "<a class="code" href="oscl__dns__tuneables_8h.html">oscl_dns_tuneables.h</a>"</span>
15 00007 <span class="preprocessor">#include "<a class="code" href="oscl__namestring_8h.html">oscl_namestring.h</a>"</span>
16 00008 <span class="preprocessor">#include "<a class="code" href="oscl__dns_8h.html">oscl_dns.h</a>"</span>
17 00009 <span class="preprocessor">#include "<a class="code" href="oscl__mutex_8h.html">oscl_mutex.h</a>"</span>
18 00010 <span class="preprocessor">#include "<a class="code" href="oscl__semaphore_8h.html">oscl_semaphore.h</a>"</span>
20 00012 <span class="keyword">class </span><a class="code" href="classOsclDNSRequestAO.html">OsclDNSRequestAO</a>;
21 00013 <span class="keyword">class </span><a class="code" href="classOsclDNSRequest.html">OsclDNSRequest</a>;
28 00020 <span class="keyword">typedef</span> <a class="code" href="class__OsclBasicAllocator.html">_OsclBasicAllocator</a> <a class="code" href="classOsclMemAllocator.html">TDNSRequestParamAllocator</a>
    [all...]
oscl__file__find_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__mem_8h.html">oscl_mem.h</a>"</span>
32 00035 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__vector_8h.html">oscl_vector.h</a>"</span>
36 00039 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string__containers_8h.html">oscl_string_containers.h</a>"</span>
40 00043 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__file__types_8h.html">oscl_file_types.h</a>"</span>
43 <a name="l00050"></a><a class="code" href="classOscl__FileFind.html">00050</a> <span class="keyword">class </span><a class="code" href="classOscl__FileFind.html">Oscl_FileFind</a>
47 00064 OSCL_IMPORT_REF <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classOscl__FileFind.html#a0">FindFirst</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *directory, <span class="keyword">const</span> <span class="keywordtype">char</span> *pattern, <span class="keywordtype">char</span> *buf, uint32 buflen);
48 00075 OSCL_IMPORT_REF <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *<a class="code" href="classOscl__FileFind.html#a0 (…)
    [all...]
oscl__opaque__type_8h-source.html 20 00022 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
25 <a name="l00030"></a><a class="code" href="classOscl__Opaque__Type__Alloc.html">00030</a> <span class="keyword">class </span><a class="code" href="classOscl__Opaque__Type__Alloc.html">Oscl_Opaque_Type_Alloc</a>
28 00037 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classOscl__Opaque__Type__Alloc.html#a0">construct</a>(<a class="code" href="group__osclbase.html#a25">OsclAny</a>* p, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a25">OsclAny</a>* init_val) = 0;
30 00042 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classOscl__Opaque__Type__Alloc.html#a1">destroy</a>(<a class="code" href="group__osclbase.html#a25">OsclAny</a>* p) = 0;
32 00047 <span class="keyword">virtual</span> <a class="code" href="group__osclbase.html#a25">OsclAny</a>* <a class="code" href="classOscl__Opaque__Type__Alloc.html#a2">allocate</a>(<span class="keyword">const</span> uin (…)
    [all...]
  /external/tinyxml/docs/
classTiXmlElement-members.html 13 <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a28">Clone</a>() const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [virtual]</code></td></tr>
14 <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>
15 <tr class="memlist"><td><a class="el" href="classTiXmlElement.html#a23">FirstAttribute</a>() const </td><td><a class="el" href="classTiXmlElement.html">TiXmlElement</a></td><td><code> [inline]</code></td></tr>
16 <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>
19 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a16">FirstChild</a>(const std::string &amp;_value) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr
    [all...]
  /frameworks/base/docs/html/guide/tutorials/views/
hello-timepicker.jd 77 The <code>TIME_DIALOG_ID</code> is a static integer that uniquely identifies the dialog. In the
78 <code>onCreate()</code> method, we get prepared by setting the layout and capturing the View elements.
80 show our TimePicker dialog. The <code>showDialog()</code> method will perform a callback
83 <code>updateDisplay()</code>&mdash;our own method that will fill the TextView with the time.</p>
86 <li>After the <code>onCreate()</code> method, add the <code>onCreateDialog()</code> callback method
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java 68 /** The ISO country code equivalent of the current registered operator's
69 * MCC (Mobile Country Code)<p>
79 * One of <code>"UNKNOWN"</code> <code>"ABSENT"</code> <code>"PIN_REQUIRED"</code>
80 * <code>"PUK_REQUIRED"</code> <code>"NETWORK_LOCKED"</code> or <code>"READY"</code
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
dalvik.system.Zygote.html 74 Class dalvik.system.<A HREF="../../../../reference/dalvik/system/Zygote.html" target="_top"><font size="+2"><code>Zygote</code></font></A>
87 <nobr><code>int</code>&nbsp;forkAndSpecialize(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
94 <nobr><code>int</code>&nbsp;forkSystemServer(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
KeyStoreSpi.java 34 * {@code KeyStoreSpi} is the Service Provider Interface (SPI) definition for
49 * @return the key with the specified alias, or {@code null} if the
65 * {@code null} if the specified alias is not bound to an entry.
75 * {@code null} if the specified alias is not bound to an entry.
84 * @return the creation date, or {@code null} if the specified alias is not
106 * if {@code key} is a {@code PrivateKey} and {@code chain} does
126 * if {@code key} is a {@code PrivateKey} and {@code chain
    [all...]
  /frameworks/base/docs/html/resources/articles/
tts.jd 37 <p>A successful check will be marked by a <code>CHECK_VOICE_DATA_PASS</code>
38 result code, indicating this device is ready to speak, after the creation of
47 <code>onActivityResult()</code> would look like:</p>
66 <p>In the constructor of the <code>TextToSpeech</code> instance we pass a
67 reference to the <code>Context</code> to be used (here the current Activity),
68 and to an <code>OnInitListener</code> (here our Activity as well). This listene
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.content.Intent.html 74 Class android.content.<A HREF="../../../../reference/android/content/Intent.html" target="_top"><font size="+2"><code>Intent</code></font></A>
87 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#getPackage()" target="_top"><code>getPackage</code></A>()</nobr>
94 <nobr><code>Intent</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#parseUri(java.lang.String, int)" target="_top"><code>parseUri</code></A>(<code>String,</nobr> int<nobr><nobr></code>)</nobr
    [all...]
android.telephony.gsm.SmsManager.html 74 Class android.telephony.gsm.<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html" target="_top"><font size="+2"><code>SmsManager</code></font></A>
88 <nobr><code>ArrayList&lt;String&gt;</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#divideMessage(java.lang.String)" target="_top"><code>divideMessage</code></A>(<code>String</code>) </nobr>
98 <nobr><code>SmsManager</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#getDefault()" target="_ (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
dalvik.bytecode.Opcodes.html 74 Interface dalvik.bytecode.<A HREF="../../../../reference/dalvik/bytecode/Opcodes.html" target="_top"><font size="+2"><code>Opcodes</code></font></A>
88 <code>int</code>&nbsp;OP_UNUSED_3e
95 <code>int</code>&nbsp;OP_UNUSED_3f
102 <code>int</code>&nbsp;OP_UNUSED_40
109 <code>int</code>&nbsp;OP_UNUSED_4
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
StringBuffer.java 34 * <p>The majority of the modification methods on this class return {@code
36 * {@code new StringBuffer("a").append("b").append("c").toString()}.
75 * {@code String} plus the default capacity.
80 * if {@code string} is {@code null}.
88 * specified {@code CharSequence}. The capacity of the new buffer will be
89 * the length of the {@code CharSequence} plus the default capacity.
94 * if {@code cs} is {@code null}.
105 * If the argument is {@code true} the string {@code "true"} is appended
    [all...]
  /external/guava/src/com/google/common/primitives/
Chars.java 37 * Static utility methods pertaining to {@code char} primitives, that are not
48 * The number of bytes required to represent a primitive {@code char}
54 * Returns a hash code for {@code value}; equal to the result of invoking
55 * {@code ((Character) value).hashCode()}.
57 * @param value a primitive {@code char} value
58 * @return a hash code for the value
65 * Returns the {@code char} value that is equal to {@code value}, if possible.
67 * @param value any value in the range of the {@code char} typ
    [all...]
Ints.java 37 * Static utility methods pertaining to {@code int} primitives, that are not
48 * The number of bytes required to represent a primitive {@code int}
54 * Returns a hash code for {@code value}; equal to the result of invoking
55 * {@code ((Integer) value).hashCode()}.
57 * @param value a primitive {@code int} value
58 * @return a hash code for the value
65 * Returns the {@code int} value that is equal to {@code value}, if possible.
67 * @param value any value in the range of the {@code int} typ
    [all...]
Shorts.java 37 * Static utility methods pertaining to {@code short} primitives, that are not
48 * The number of bytes required to represent a primitive {@code short}
54 * Returns a hash code for {@code value}; equal to the result of invoking
55 * {@code ((Short) value).hashCode()}.
57 * @param value a primitive {@code short} value
58 * @return a hash code for the value
65 * Returns the {@code short} value that is equal to {@code value}, if possible.
67 * @param value any value in the range of the {@code short} typ
    [all...]
generate.sh 60 * Static utility methods pertaining to {@code primtyp} primitives, that are not
71 * The number of bytes required to represent a primitive {@code primtyp}
77 * Returns a hash code for {@code value}; equal to the result of invoking
78 * {@code ((WrapperCl) value).hashCode()}.
80 * @param value a primitive {@code primtyp} value
81 * @return a hash code for the value
88 * Returns the {@code primtyp} value that is equal to {@code value}, if possible.
90 * @param value any value in the range of the {@code primtyp} typ
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 703 * which can be passed to the method <code>hasFeature</code> on
704 * <code>DOMImplementation</code>.
708 * method to return <code>true</code>.
710 * @return Returns <code>false</code>
943 * @param deep If <code>true</code>, recursively import the subtree unde
    [all...]

Completed in 74 milliseconds

<<31323334353637383940>>