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

<<51525354555657585960>>

  /external/zlib/
inflate.h 13 the crc code when it is not needed. For shared libraries, gzip decoding
37 LENLENS, /* i: waiting for code length code lengths */
38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
41 DIST, /* i: waiting for distance code */
99 /* for table and code decoding */
101 /* fixed and dynamic code tables */
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes *
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/
ContentHandler.java 29 * with a <code>MimeStreamParser</code> instance using its
31 * method. The parser uses the <code>ContentHandler</code> instance to report
93 * <code>multipart/*</code> entity.
111 * (<code>Field-Name: field value</code>). The value will not be
123 * of a <code>multipart/*</code> entity.
    [all...]
  /sdk/jarutils/src/com/android/jarutils/
DebugKeyProvider.java 85 * <p/>Password for the store/key is <code>android</code>, and the key alias is
86 * <code>AndroidDebugKey</code>.
87 * @param osKeyStorePath the OS path to the keystore, or <code>null</code> if the default one
89 * @param storeType an optional keystore type, or <code>null</code> if the default is to
130 * @return the private key or <code>null</code> if its creation failed
    [all...]
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IResourceValue.java 35 * Returns the value of the resource, as defined in the XML. This can be <code>null</code>
40 * Returns whether the resource is a framework resource (<code>true</code>) or a project
41 * resource (<code>false</false>).
  /external/guava/javadoc/com/google/common/collect/
ImmutableMultiset.html 136 <CODE>static&nbsp;class</CODE></FONT></TD>
137 <TD><CODE><B><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;</B></CODE>
141 <code>public static final</code> multisets ("constant multisets").</TD>
150 <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>
165 <CODE>&nbsp;int</CODE></FONT></TD
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
ResourceBundle.java 32 * {@code ResourceBundle} is an abstract class which is the superclass of classes which
33 * provide {@code Locale}-specific resources. A bundle contains a number of named
34 * resources, where the names are {@code Strings}. A bundle may have a parent bundle,
37 * can't find the resource it throws a {@code MissingResourceException}.
45 * handled by a language-specific {@code ResourceBundle}.</li>
48 * the language bundle need to be handled by a country-specific {@code ResourceBundle}.
51 * (e.g. changes that where made at some point in time like {@code PREEURO} where the
53 * current currency (Euro) and the {@code PREEURO} variant bundle would return the old
84 * The parent of this {@code ResourceBundle} that is used if this bundle doesn't
121 * Finds the named resource bundle for the default {@code Locale} and the caller'
    [all...]
  /external/guava/src/com/google/common/base/
Splitter.java 31 * An object that divides strings (or other instances of {@code CharSequence})
34 * expression, {@code CharMatcher}, or by using a fixed substring length. This
37 * <p>Here is the most basic example of {@code Splitter} usage: <pre> {@code
41 * This invocation returns an {@code Iterable<String>} containing {@code "foo"}
42 * and {@code "bar"}, in that order.
44 * <p>By default {@code Splitter}'s behavior is very simplistic: <pre> {@code
48 * This returns an iterable containing {@code ["foo", "", "bar", " quux"]}
    [all...]
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 31 /** {@code non-null;} underlying writer for final output */
34 /** {@code > 0;} the left column width */
37 /** {@code non-null;} pending left column output */
40 /** {@code non-null;} pending right column output */
43 /** {@code non-null;} left column writer */
46 /** {@code non-null;} right column writer */
53 * @param s1 {@code non-null;} first string
54 * @param width1 {@code > 0;} width of the first column
55 * @param spacer {@code non-null;} spacer string
56 * @param s2 {@code non-null;} second strin
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
SelectionKey.java 22 * A {@code SelectionKey} represents the relationship between a channel and a
27 * connections ({@code OP_ACCEPT}), connecting with a socket ({@code OP_CONNECT}),
28 * reading ({@code OP_READ}) and writing ({@code OP_WRITE}).
34 * {@code channel} is ready to execute.
61 * Constructs a new {@code SelectionKey}.
68 * Attaches an object to this key. It is acceptable to attach {@code null},
72 * the object to attach, or {@code null} to discard the current
74 * @return the last attached object or {@code null} if no object has bee
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 43 * Defines the description code of the close_notify alert
47 * Defines the description code of the unexpected_message alert
51 * Defines the description code of the bad_record_mac alert
55 * Defines the description code of the decryption_failed alert
59 * Defines the description code of the record_overflow alert
63 * Defines the description code of the decompression_failure alert
67 * Defines the description code of the handshake_failure alert
71 * Defines the description code of the bad_certificate alert
75 * Defines the description code of the unsupported_certificate alert
79 * Defines the description code of the certificate_revoked aler
    [all...]
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tabwidget.jd 55 <p>Notice that the TabWidget and the FrameLayout elements have specific <code>android</code> namespace IDs. These are necessary
57 in our code, and swap the views in the FrameLayout. We've also defined our own IDs for each TextView, which we'll use to
63 <li>Now we'll add our code. Open HelloTabWidget.java and make it a <code>TabActivity</code>.
64 <p>By default, Eclipse creates a class that extends <code>Activity</code>. Change it to
65 extend <code>TabActivity</code>:</p
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.text.TextUtils.html 74 Class android.text.<A HREF="../../../../reference/android/text/TextUtils.html" target="_top"><font size="+2"><code>TextUtils</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/text/TextUtils.html#dumpSpans(java.lang.CharSequence, android.util.Printer, java.lang.String)" target="_top"><code>dumpSpans</code></A>(<code>CharSequence,</nobr> Printer<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/TextUtils.html#getCapsMode(java.lang.CharSequenc (…)
    [all...]
android.widget.AbsListView.html 74 Class android.widget.<A HREF="../../../../reference/android/widget/AbsListView.html" target="_top"><font size="+2"><code>AbsListView</code></font></A>
87 <nobr><code>CharSequence</code>&nbsp;<A HREF="../../../../reference/android/widget/AbsListView.html#getTextFilter()" target="_top"><code>getTextFilter</code></A>()</nobr>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/widget/AbsListView.html#isFastScrollEnabled()" target="_top"><code>isFastScrollEnabled</code></A>()</nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.graphics.BitmapFactory.Options.html 74 Class android.graphics.<A HREF="../../../../reference/android/graphics/BitmapFactory.Options.html" target="_top"><font size="+2"><code>BitmapFactory.Options</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/graphics/BitmapFactory.Options.html#inDensity" target="_top"><code>inDensity</code></A></nobr>
95 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/graphics/BitmapFactory.Options.html#inInputShareable" target="_top"><code>inInputShareable</code></A></nobr
    [all...]
android.telephony.TelephonyManager.html 74 Class android.telephony.<A HREF="../../../../reference/android/telephony/TelephonyManager.html" target="_top"><font size="+2"><code>TelephonyManager</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/telephony/TelephonyManager.html#DATA_ACTIVITY_DORMANT" target="_top"><code>DATA_ACTIVITY_DORMANT</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_1xRTT" target="_top"><code>NETWORK_TYPE_1xRTT</code></A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.R.style.html 74 Class android.<A HREF="../../../../reference/android/R.style.html" target="_top"><font size="+2"><code>R.style</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.style.html#Animation_InputMethod" target="_top"><code>Animation_InputMethod</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.style.html#Theme_Light_WallpaperSettings" target="_top"><code>Theme_Light_WallpaperSettings</code></A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/6/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#quickContactBadgeStyleSmallWindowLarge" target="_top"><code>quickContactBadgeStyleSmallWindowLarge</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#quickContactBadgeStyleSmallWindowMedium" target="_top"><code>quickContactBadgeStyleSmallWindowMedium</code></A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.content.pm.ApplicationInfo.html 74 Class android.content.pm.<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html" target="_top"><font size="+2"><code>ApplicationInfo</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_ALLOW_BACKUP" target="_top"><code>FLAG_ALLOW_BACKUP</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_EXTERNAL_STORAGE" target="_top"><code>FLAG_EXTERNAL_STORAGE</code></A></nobr
    [all...]
android.net.SSLCertificateSocketFactory.html 74 Class android.net.<A HREF="../../../../reference/android/net/SSLCertificateSocketFactory.html" target="_top"><font size="+2"><code>SSLCertificateSocketFactory</code></font></A>
86 <nobr><A HREF="../../../../reference/android/net/SSLCertificateSocketFactory.html#SSLCertificateSocketFactory(int)" target="_top"><code>SSLCertificateSocketFactory</code></A>(<code>int</code>) </nobr>
89 Change in exceptions thrown from (<code>java.security.KeyManagementException, java.security.NoSuchAlgorithmException</code>) to no exceptions.<br>
106 <nobr><code>SSLSocketFactory</code>&nbsp;<A HREF="../../../../reference/android/net/SSLCertificateSocketFactory.html#getDefault(int, (…)
    [all...]
android.os.Bundle.html 74 Class android.os.<A HREF="../../../../reference/android/os/Bundle.html" target="_top"><font size="+2"><code>Bundle</code></font></A>
87 <nobr><code>CharSequence[]</code>&nbsp;<A HREF="../../../../reference/android/os/Bundle.html#getCharSequenceArray(java.lang.String)" target="_top"><code>getCharSequenceArray</code></A>(<code>String</code>)</nobr>
94 <nobr><code>ArrayList&lt;CharSequence&gt;</code>&nbsp;<A HREF="../../../../reference/android/os/Bundle.html#getCharSequenceArrayList(java.lang.Str (…)
    [all...]
android.provider.MediaStore.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.html" target="_top"><font size="+2"><code>MediaStore</code></font></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_DURATION_LIMIT" target="_top"><code>EXTRA_DURATION_LIMIT</code></A></nobr>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_FULL_SCREEN" target="_top"><code>EXTRA_FULL_SCREEN</code></A></nobr
    [all...]
  /dalvik/libcore/json/src/main/java/org/json/
JSONArray.java 28 * Booleans, Integers, Longs, Doubles, {@code null} or {@link JSONObject#NULL}.
32 * <p>{@code JSONArray} has the same type coercion behavior and
37 * ways: the standard Java {@code null} reference, and the sentinel value {@link
38 * JSONObject#NULL}. In particular, {@code get} fails if the requested index
39 * holds the null reference, but succeeds if it holds {@code JSONObject.NULL}.
52 * Creates a {@code JSONArray} with no values.
59 * Creates a new {@code JSONArray} by copying all values from the given
74 * Creates a new {@code JSONArray} with values from the next array in the
78 * {@code JSONArray}.
80 * {@code JSONArray}
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
BreakIterator.java 31 * Instances or subclasses of {@code BreakIterator} can be provided, for
34 * languages. We provide four built-in types of {@code BreakIterator}:
36 * <li>{@link #getSentenceInstance()} returns a {@code BreakIterator} that
39 * <li>{@link #getWordInstance()} returns a {@code BreakIterator} that locates
41 * whole words" searches. This type of {@code BreakIterator} makes sure there is
45 * <li>{@code getLineInstance()} returns a {@code BreakIterator} that locates
51 * <li>{@code getCharacterInstance()} returns a {@code BreakIterator} that
54 * than one Unicode code point. (A with an umlaut may be stored as an a followe
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 9 * - Redistributions of source code must retain the above copyright notice,
51 * The value of <code>COUNT</code> is 0xC0 (192).
58 * The value of <code>NAME</code> is 0x01 (1).
66 * The value of <code>TYPE</code> is 0x42 (66).
74 * The value of <code>LENGTH</code> is 0xC3 (195).
82 * The value of <code>TIME_ISO_8601</code> is 0x44 (68)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
FileOutputStream.java 56 * Constructs a new FileOutputStream on the File {@code file}. If the file
62 * if {@code file} cannot be opened for writing.
64 * if a {@code SecurityManager} is installed and it denies the
73 * Constructs a new FileOutputStream on the File {@code file}. The
74 * parameter {@code append} determines whether or not the file is opened and
82 * if the {@code file} cannot be opened for writing.
84 * if a {@code SecurityManager} is installed and it denies the
105 * Constructs a new FileOutputStream on the FileDescriptor {@code fd}. The
106 * file must already be open, therefore no {@code FileNotFoundException}
112 * if {@code fd} is {@code null}
    [all...]

Completed in 728 milliseconds

<<51525354555657585960>>