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

<<21222324252627282930>>

  /external/webkit/JavaScriptGlue/icu/unicode/
utf.h 19 * \brief C API: Code point macros
21 * This file defines macros for checking whether a code point is
24 * The UChar and UChar32 data types for Unicode code units and code points
28 * common definitions. Those files define macros for efficiently getting code points
36 * like regular code points where possible.
37 * (Pairs of surrogate code points are indistinguishable from supplementary
38 * code points encoded as pairs of supplementary code units.)
40 * In fact, almost all Unicode code points in normal text (>99%
    [all...]
  /external/webkit/WebCore/icu/unicode/
utf.h 19 * \brief C API: Code point macros
21 * This file defines macros for checking whether a code point is
24 * The UChar and UChar32 data types for Unicode code units and code points
28 * common definitions. Those files define macros for efficiently getting code points
36 * like regular code points where possible.
37 * (Pairs of surrogate code points are indistinguishable from supplementary
38 * code points encoded as pairs of supplementary code units.)
40 * In fact, almost all Unicode code points in normal text (>99%
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
utf.h 19 * \brief C API: Code point macros
21 * This file defines macros for checking whether a code point is
24 * The UChar and UChar32 data types for Unicode code units and code points
28 * common definitions. Those files define macros for efficiently getting code points
36 * like regular code points where possible.
37 * (Pairs of surrogate code points are indistinguishable from supplementary
38 * code points encoded as pairs of supplementary code units.)
40 * In fact, almost all Unicode code points in normal text (>99%
    [all...]
  /frameworks/base/docs/html/guide/publishing/
versioning.jd 57 by an application in its manifest, in the <code>minSdkVersion</code> attribute. This
67 <li><code>android:versionCode</code> &mdash; An integer value that represents
68 the version of the application code, relative to other versions.
80 that the <code>android:versionCode</code> value does not necessarily have a
82 user (see <code>android:versionName</code>, below). Applications and publishing
85 <li><code>android:versionName</code> &mdash; A string value that represents th
    [all...]
  /frameworks/base/docs/html/resources/articles/
live-folders.jd 23 href="http://code.google.com/p/shelves">download the source code of the
28 <code>android.intent.action.CREATE_LIVE_FOLDER</code>. To do so, simply open
29 <code>AndroidManifest.xml</code> and add something similar to this:</p>
47 activity, <code>org.curiouscreature.android.shelves.activity.BookShelfLiveFolder</code>.
48 The role of this activity is to send an <code>Intent</code> result to Hom
    [all...]
layout-tricks-efficiency.jd 14 especially expensive when you nest several <code>LinearLayout</code>
32 <p>Implementing this layout is straightforward with <code>LinearLayout</code>.
33 The item itself is a horizontal <code>LinearLayout</code> with an
34 <code>ImageView</code> and a vertical <code>LinearLayout</code>, which contain
    [all...]
  /external/guava/src/com/google/common/collect/
Iterators.java 92 * Returns the empty {@code Iterator} that throws
103 /** Returns an unmodifiable view of {@code iterator}. */
118 * Returns the number of elements remaining in {@code iterator}. The iterator
119 * will be left exhausted: its {@code hasNext()} method will return
120 * {@code false}.
132 * Returns {@code true} if {@code iterator} contains {@code element}.
155 * {@code hasNext()} method will return {@code false}
    [all...]
Iterables.java 45 * of type {@code Iterable}. Except as noted, each method has a corresponding
56 /** Returns an unmodifiable view of {@code iterable}. */
72 * Returns the number of elements in {@code iterable}.
81 * Returns {@code true} if {@code iterable} contains {@code element}; that is,
82 * any object for while {@code equals(element)} is true.
103 * <p>This method calls {@link Collection#removeAll} if {@code iterable} is a
108 * @return {@code true} if any elements are removed from {@code iterable
    [all...]
  /external/opencore/doc/oscl_html/
oscl__shared__ptr_8h-source.html 20 00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
24 00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__refcounter_8h.html">oscl_refcounter.h</a>"</span>
27 <a name="l00030"></a><a class="code" href="group__osclbase.html#a105">00030</a> <span class="preprocessor">#define OSCL_DISABLE_WARNING_RETURN_TYPE_NOT_UDT</span>
28 00031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__compiler__warnings_8h.html">osclconfig_compiler_warnings.h</a>"</span>
31 <a name="l00035"></a><a class="code" href="classOsclSharedPtr.html">00035</a> <span class="keyword">class </span><a class="code" href="classOsclSharedPtr.html">OsclSharedPtr</a>
34 <a name="l00039"></a><a class="code" href="classOsclSharedPtr.html#a0">00039</a> <a class="code" href="classOsclSharedPtr.html#a0">OsclSharedPtr</a>() :
35 00040 mpRep(<a class="code" href="group__osclbase.html#a81">NULL</a>), refcnt(<a class="code" href="group__osclbase.html#a81">NULL</a>) {
    [all...]
  /external/opencore/doc/pvauthor_html/
pvauthorengineinterface_8h-source.html 19 00011 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pv__engine__types_8h.html">pv_engine_types.h</a>"</span>
27 <a name="l00022"></a><a class="code" href="pvauthorengineinterface_8h.html#a8">00022</a> <span class="keyword">enum</span> <a class="code" href="pvauthorengineinterface_8h.html#a8">PVAEState</a>
29 00024 <a class="code" href="pvauthorengineinterface_8h.html#a8a0">PVAE_STATE_IDLE</a> = 0,
30 00025 <a class="code" href="pvauthorengineinterface_8h.html#a8a1">PVAE_STATE_OPENED</a>,
31 00026 <a class="code" href="pvauthorengineinterface_8h.html#a8a2">PVAE_STATE_INITIALIZED</a>,
32 00027 <a class="code" href="pvauthorengineinterface_8h.html#a8a3">PVAE_STATE_RECORDING</a>,
33 00028 <a class="code" href="pvauthorengineinterface_8h.html#a8a4">PVAE_STATE_PAUSED</a>,
34 00029 <a class="code" href="pvauthorengineinterface_8h.html#a8a5">PVAE_STATE_ERROR</a>
37 <a name="l00035"></a><a class="code" href="pvauthorengineinterface_8h.html#a9">00035</a> <span class="keyword">enum</span> <a class="c (…)
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
CodeSource.java 43 * {@code CodeSource} encapsulates the location from where code is loaded and
44 * the certificates that were used to verify that code. This information is used
45 * by {@code SecureClassLoader} to define protection domains for loaded classes.
67 // Cached factory used to build CertPath-s in <code>getCodeSigners()</code>.
71 * Constructs a new instance of {@code CodeSource} with the specified
72 * {@code URL} and the {@code Certificate}s.
75 * the {@code URL} representing the location from where code i
    [all...]
  /external/guava/javadoc/com/google/common/collect/
EnumMultiset.html 108 Multiset implementation backed by an <A HREF="http://java.sun.com/javase/6/docs/api/java/util/EnumMap.html?is-external=true" title="class or interface in java.util"><CODE>EnumMap</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/EnumMultiset.html#add(E)">add</A></B>(E&nbsp;element)</CODE>
159 <CODE>&nbsp;int</CODE></FONT></TD
    [all...]
Multimaps.html 104 Provides static methods acting on or generating a <code>Multimap</code>.
128 <CODE>static
132 <CODE>&lt;K,V&gt; <A HREF="../../../../com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A>&lt;K,V&gt;</CODE></FONT></TD>
135 </CODE></FONT></TD>
136 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Multimaps.html#forMap(java.util.Map)">forMap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;K,V&gt;&nbsp;map)</CODE>
143 <CODE>static
147 <CODE>&lt;K,V&gt; <A HREF="../../../../com/google/common/collect/ImmutableListMultimap.html" title="clas (…)
    [all...]
LinkedListMultimap.html 107 An implementation of <code>ListMultimap</code> that supports deterministic
110 definition: <pre> <code>Multimap&lt;K, V&gt; multimap = LinkedListMultimap.create();
113 multimap.put(key1, baz);</code></pre>
115 ... the iteration order for <A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#keys()"><CODE>keys()</CODE></A> is <code>[key1, key2, key1]</code>,
116 and similarly for <A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#entries()"><CODE>entries()</CODE></A>. Unlike <A HREF="../../../../com/google/common/collect/LinkedHashMultimap.html" title="class (…)
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 39 * <code>Transliterator</code> is an abstract class that
50 * In fact, <code>Transliterator</code> defines a very general API
53 * entirely by subclasses of <code>Transliterator</code>.
57 * <p><code>Transliterator</code> objects are <em>stateless</em>; they
59 * <code>transliterate()</code>. (However, this does <em>not</em
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd 13 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code>
14 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
15 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
16 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></code></dd>
19 <dd><code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code></dd
    [all...]
  /frameworks/base/docs/html/guide/topics/views/
custom-views.jd 79 to override start with '<code>on</code>', for
85 This is similar to the <code>on...</code> events in {@link android.app.Activity
136 You will almost certainly want to override <code>onMeasure()</code> and
137 are also likely to need to override <code>onDraw()</code> if you want
139 the default <code>onDraw()</code> will do nothing, and the defaul
    [all...]
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 38 * <li>Create a <code>Recognizer</code>.
39 * <li>Create a <code>Recognizer.Grammar</code>.
40 * <li>Setup the <code>Recognizer.Grammar</code>.
41 * <li>Reset the <code>Recognizer.Grammar</code> slots, if needed.
42 * <li>Fill the <code>Recognizer.Grammar</code> slots, if needed
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
CopyUtils.java 31 * copying between sources (<code>InputStream</code>, <code>Reader</code>,
32 * <code>String</code> and <code>byte[]</code>) and destinations
33 * (<code>OutputStream</code>, <code>Writer</code>, <code>String</code> and
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLOutput.java 31 * When an object which implements the {@code SQLData} interface is used as an
32 * argument to an SQL statement, the JDBC driver calls the method {@code
34 * passed. The driver then creates an {@code SQLOutput} stream and passes it to
35 * the {@code SQLData.writeSQL} method, which in turn uses the appropriate
36 * {@code SQLOutput} writer methods to write the data from the {@code SQLData}
44 * Write a {@code String} value into the output stream.
47 * the {@code String} to write.
54 * Write a {@code boolean} value into the output stream.
57 * the {@code boolean} value to write
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.provider.Settings.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.html" target="_top"><font size="+2"><code>Settings</code></font></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#ACTION_AIRPLANE_MODE_SETTINGS" target="_top"><code>ACTION_AIRPLANE_MODE_SETTINGS</code></A></nobr>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS" target="_top"><code>ACTION_APPLICATION_DEVELOPMENT_SETTINGS</code></A></nobr
    [all...]
android.webkit.WebView.html 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#clearMatches()" target="_top"><code>clearMatches</code></A>()</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#findAll(java.lang.String)" target="_top"><code>findAll</code></A>(<code>String</code>)</nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/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>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#ACTION_DOCK_EVENT" target="_top"><code>ACTION_DOCK_EVENT</code></A></nobr>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#CATEGORY_CAR_DOCK" target="_top"><code>CATEGORY_CAR_DOCK</code></A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
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>ZoomDensity</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getDefaultZoom()" target="_top"><code>getDefaultZoom</code></A>()</nobr>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getDomStorageEnabled()" target="_top"><code>getDomStorageEnabled</code></A>()</nobr
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
IvParameterSpec.java 36 * Creates a new <code>IvParameterSpec</code> instance with the bytes from
53 * Creates a new <code>IvParameterSpec</code> instance with <code>len</code>
54 * bytes from the specified buffer <code>iv</code> starting at
55 * <code>offset</code>
    [all...]

Completed in 425 milliseconds

<<21222324252627282930>>