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

<<41424344454647484950>>

  /external/guava/javadoc/com/google/common/collect/
Multiset.html 106 A collection that supports order-independent equality, like <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><CODE>Set</CODE></A>, but
115 of an element is represented as an <code>int</code>, a multiset may never contain
116 more than <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><CODE>Integer.MAX_VALUE</CODE></A> occurrences of any one element.
118 <p><code>Multiset</code> refines the specifications of several methods from
119 <code>Collection</code>. It also defines an additional query operation, <A HREF="../../../../com/google/common/collect/Mu (…)
    [all...]
ImmutableMultiset.Builder.html 108 <code>public static final</code> multisets ("constant multisets").
111 <pre> <code>public static final ImmutableMultiset&lt;Bean&gt; BEANS
117 .build();</code></pre>
119 <p>Builder instances can be reused - it is safe to call <A HREF="../../../../com/google/common/collect/ImmutableMultiset.Builder.html#build()"><CODE>build()</CODE></A>
138 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableMultiset.Builder.html#ImmutableMultiset.Builder()">ImmutableMultiset.Builder</A></B>()</CODE>
155 <CODE>&nbsp;<A HREF="../../../../com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A>&lt;<A HREF="../../../../com/google/common/collect/ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</A>&gt;</CODE></FONT></TD
    [all...]
  /external/guava/javadoc/com/google/common/collect/class-use/
Ordering.html 116 <CODE>static&nbsp;<A HREF="../../../../../com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&gt;</CODE></FONT></TD>
117 <TD><CODE><B>Ordering.</B><B><A HREF="../../../../../com/google/common/collect/Ordering.html#arbitrary()">arbitrary</A></B>()</CODE>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an arbitrary ordering over all objects, for which <code>compare(a,
121 b) == 0</code> implies <code>a == b</code> (identity equality).</TD>
125 <CODE>
129 <CODE>&lt;U extends <A HREF="../../../../../com/google/common/collect/Ordering.html" title="type paramet (…)
    [all...]
ImmutableList.html 116 <CODE>&nbsp;<A HREF="../../../../../com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A>&lt;<A HREF="../../../../../com/google/common/collect/ImmutableList.html" title="type parameter in ImmutableList">E</A>&gt;</CODE></FONT></TD>
117 <TD><CODE><B>ImmutableList.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableList.html#asList()">asList</A></B>()</CODE>
124 <CODE>&nbsp;<A HREF="../../../../../com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A>&lt;<A HREF="../../../../../com/google/common/collect/ImmutableCollection.html" title="type parameter in ImmutableCollection">E</A>&gt;</CODE></FONT></TD>
125 <TD><CODE><B>ImmutableCollection.</B><B><A HREF="../../../../../com/google/common/collect/ImmutableCollection.html#asList()">asList</A></B>()</CODE>
132 <CODE>&nbsp;<A HREF="../../../../../com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A>&lt;<A HREF="../../../../../com/google/common/collect/ImmutableList.Builder.html" title="type parameter in ImmutableList.Builder">E</A>&gt;</CODE></FONT></TD
    [all...]
  /external/guava/src/com/google/common/base/
Defaults.java 49 * Returns the default value of {@code type} as defined by JLS --- {@code 0}
50 * for numbers, {@code false} for {@code boolean} and {@code '\0'} for {@code
51 * char}. For non-primitive types and {@code void}, null is returned.
  /external/opencore/doc/oscl_html/
oscl__socket__serv__imp_8h.html 9 <hr><h1>oscl_socket_serv_imp.h File Reference</h1><code>#include "<a class="el" href="osclconfig__io_8h-source.html">osclconfig_io.h</a>"</code><br>
10 <code>#include "<a class="el" href="oscl__socket__tuneables_8h-source.html">oscl_socket_tuneables.h</a>"</code><br>
11 <code>#include "<a class="el" href="oscl__socket__serv__imp__pv_8h-source.html">oscl_socket_serv_imp_pv.h</a>"</code><br>
14 <a href="oscl__socket__serv__imp_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
  /external/opencore/doc/pv2way_html/
pv__2way__proxy__factory_8h.html 9 <hr><h1>pv_2way_proxy_factory.h File Reference</h1><code>#include "pv_common_types.h"</code><br>
10 <code>#include "<a class="el" href="pv__2way__interface_8h-source.html">pv_2way_interface.h</a>"</code><br>
11 <code>#include "pv_engine_observer.h"</code><br>
14 <a href="pv__2way__proxy__factory_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
  /frameworks/base/docs/html/guide/topics/manifest/
permission-element.jd 15 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code></dd>
27 <dt><a name="desc"></a>{@code android:description}</dt>
35 unlike the {@code label} attribute, it cannot be a raw string.
38 <dt><a name="icon"></a>{@code android:icon}</dt>
42 <dt><a name="label"></a>{@code android:label}</dt>
53 <dt><a name="nm"></a>{@code android:name}</dt>
55 code to refer to the permission &mdash; for example, in a
56 <code><a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></code> element and th
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.app.AlarmManager.html 74 Class android.app.<A HREF="../../../../reference/android/app/AlarmManager.html" target="_top"><font size="+2"><code>AlarmManager</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/AlarmManager.html#setInexactRepeating(int, long, long, android.app.PendingIntent)" target="_top"><code>setInexactRepeating</code></A>(<code>int,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> PendingIntent<nobr><nobr></code>)</nobr>
103 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_DAY" target="_top"><co (…)
    [all...]
android.content.pm.PackageManager.html 74 Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageManager.html" target="_top"><font size="+2"><code>PackageManager</code></font></A>
87 <nobr><code>Intent</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#getLaunchIntentForPackage(java.lang.String)" target="_top"><code>getLaunchIntentForPackage</code></A>(<code>String</code>)</nobr>
94 <nobr><code>String[]</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#getSystemSharedLibrary (…)
    [all...]
android.view.Gravity.html 74 Class android.view.<A HREF="../../../../reference/android/view/Gravity.html" target="_top"><font size="+2"><code>Gravity</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/Gravity.html#applyDisplay(int, android.graphics.Rect, android.graphics.Rect)" target="_top"><code>applyDisplay</code></A>(<code>int,</nobr> Rect<nobr>,</nobr> Rect<nobr><nobr></code>)</nobr>
103 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/view/Gravity.html#AXIS_CLIP" target="_top"><code>AXIS (…)
    [all...]
android.media.MediaPlayer.html 74 Class android.media.<A HREF="../../../../reference/android/media/MediaPlayer.html" target="_top"><font size="+2"><code>MediaPlayer</code></font></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#isLooping()" target="_top"><code>isLooping</code></A>()</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#setOnInfoListener(android.media.MediaPlayer.OnInfoListener)" target="_top"><code>setOnInfoListener</code></A>(<code>OnInfoListener</code>)</nobr
    [all...]
android.provider.Contacts.Intents.Insert.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html" target="_top"><font size="+2"><code>Contacts.Intents.Insert</code></font></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#PHONETIC_NAME" target="_top"><code>PHONETIC_NAME</code></A></nobr>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL" target="_top"><code>SECONDARY_EMAIL</code></A></nobr
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PreferenceGroup.java 25 * A collection of <code>CameraPreference</code>s. It may contain other
26 * <code>PreferenceGroup</code> and form a tree structure.
61 * <code>null</code> if cannot find.
66 // other types later, we need to change the code.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
package-info.java 55 * them. Other utilities based on {@code Executors} include the
68 * <p>Five implementations in {@code java.util.concurrent} support
96 * of {@code Long.MAX_VALUE}.
118 * {@code ConcurrentHashMap} is normally preferable to a synchronized
119 * {@code HashMap}. A {@code CopyOnWriteArrayList} is preferable to a
120 * synchronized {@code ArrayList} when the expected number of reads and
125 * "synchronized" classes. For example {@code java.util.Hashtable} and
126 * {@code Collections.synchronizedMap(new HashMap())} are
158 * {@code synchronized} and {@code volatile} constructs, as well as th
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
color-list-resource.jd 22 <p>You can describe the state list in an XML file. Each color is defined in an {@code
23 &lt;item>} element inside a single {@code &lt;selector>} element. Each {@code &lt;item>}
36 <dd><code>res/color/<em>filename</em>.xml</code><br/>
44 In Java: <code>R.color.<em>filename</em></code><br/>
45 In XML: <code>@[<em>package</em>:]color/<em>filename</em></code>
71 <dt id="selector-element"><code>&lt;selector&gt;</code></dt
    [all...]
  /frameworks/base/docs/html/resources/articles/
gestures.jd 10 developers to write a lot of code.</p>
15 <code>android.gesture</code> API in your applications. Before going any further,
17 href="http://code.google.com/p/apps-for-android/downloads/detail?name=
18 GesturesDemos.zip&amp;can=2&amp;q=#makechanges">download the source code
27 can find the source code of Gestures Builders in the samples directory of each
40 the emulator's SD card, <code>/sdcard/gestures</code>. This file contains the
43 <code>/res/raw</code>.</p
    [all...]
window-bg-speed.jd 11 setup your user interface by calling <code>setContentView()</code> on an
12 {@link android.app.Activity}, Android adds your views to the <code>Activity</code>'s
15 on the T-Mobile G1, the <code>DecorView</code>, highlighted in the view
20 <p>The <code>DecorView</code> is the view that actually holds the
23 from your <code>Activity</code> changes the background of the window by changin
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.provider.Settings.Secure.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><font size="+2"><code>Settings.Secure</code></font></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#ACCESSIBILITY_ENABLED" target="_top"><code>ACCESSIBILITY_ENABLED</code></A></nobr>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#ENABLED_ACCESSIBILITY_SERVICES" target="_top"><code>ENABLED_ACCESSIBILITY_SERVICES</code></A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.OrganizationColumns.html 74 Interface android.provider.<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html" target="_top"><font size="+2"><code>Contacts.OrganizationColumns</code></font></A>
89 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#COMPANY" target="_top"><code>COMPANY</code></font></A></nobr> </TD>
98 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#ISPRIMARY" target="_top"><code>ISPRIMARY</code></font></A></nobr> </TD
    [all...]
android.provider.Contacts.Phones.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Phones.html" target="_top"><font size="+2"><code>Contacts.Phones</code></font></A>
88 <nobr><code>CharSequence</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#getDisplayLabel(android.content.Context, int, java.lang.CharSequence)" target="_top"><code>getDisplayLabel</code></A>(<code>Context,</nobr> int<nobr>,</nobr> CharSequence<nobr><nobr></code>) </nobr>
98 <nobr><code>CharSequence</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#getDisplayLabel(android (…)
    [all...]
android.view.View.html 74 Class android.view.<A HREF="../../../../reference/android/view/View.html" target="_top"><font size="+2"><code>View</code></font></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#awakenScrollBars()" target="_top"><code>awakenScrollBars</code></A>()</nobr>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#awakenScrollBars(int)" target="_top"><code>awakenScrollBars</code></A>(<code>int</code>)</nobr
    [all...]
android.widget.AutoCompleteTextView.html 74 Class android.widget.<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html" target="_top"><font size="+2"><code>AutoCompleteTextView</code></font></A>
87 <nobr><code>Drawable</code>&nbsp;<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getDropDownBackground()" target="_top"><code>getDropDownBackground</code></A>()</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getDropDownHorizontalOffset()" target="_top"><code>getDropDownHorizontalOffset</code></A>()</nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.R.attr.html 74 Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#expandableListViewWhiteStyle" target="_top"><code>expandableListViewWhiteStyle</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#installLocation" target="_top"><code>installLocation</code></A></nobr
    [all...]
android.database.DatabaseUtils.html 74 Class android.database.<A HREF="../../../../reference/android/database/DatabaseUtils.html" target="_top"><font size="+2"><code>DatabaseUtils</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/DatabaseUtils.html#cursorDoubleToContentValuesIfPresent(android.database.Cursor, android.content.ContentValues, java.lang.String)" target="_top"><code>cursorDoubleToContentValuesIfPresent</code></A>(<code>Cursor,</nobr> ContentValues<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/DatabaseUtils.html#cursorFloatToContentValue (…)
    [all...]

Completed in 59 milliseconds

<<41424344454647484950>>