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

<<41424344454647484950>>

  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.database.sqlite.SQLiteDatabase.html 74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
87 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#insertWithOnConflict(java.lang.String, java.lang.String, android.content.ContentValues, int)" target="_top"><code>insertWithOnConflict</code></A>(<code>String,</nobr> String<nobr>,</nobr> ContentValues<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#updateWithOnConfl (…)
    [all...]
android.provider.Contacts.PresenceColumns.html 74 Interface android.provider.<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html" target="_top"><font size="+2"><code>Contacts.PresenceColumns</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#AVAILABLE" target="_top"><code>AVAILABLE</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#AWAY" target="_top"><code>AWAY</code></A></nobr
    [all...]
android.text.AndroidCharacter.html 74 Class android.text.<A HREF="../../../../reference/android/text/AndroidCharacter.html" target="_top"><font size="+2"><code>AndroidCharacter</code></font></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#getEastAsianWidth(char)" target="_top"><code>getEastAsianWidth</code></A>(<code>char</code>)</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#getEastAsianWidths(char[], (…)
    [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>void</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#dispatchConfigurationChanged(android.content.res.Configuration)" target="_top"><code>dispatchConfigurationChanged</code></A>(<code>Configuration</code>)</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#dispatchDisplayHint(int)" target="_top (…)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 17 package com.android.dx.rop.code;
33 /** {@code non-null;} string to prefix register numbers with */
36 /** {@code non-null;} intern table for instances */
40 /** {@code non-null;} common comparison instance used while interning */
43 /** {@code >= 0;} register number */
46 /** {@code non-null;} type loaded or stored */
49 /** {@code null-ok;} local variable info associated with this register, if any */
55 * @param reg {@code >= 0;} the register number
56 * @param type {@code non-null;} the type (or possibly actual value) which
58 * @param local {@code null-ok;} the associated local variable, if an
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-providers.jd 65 by calling <code>{@link android.content.Context#getContentResolver
66 getContentResolver()}</code> from within the implementation of an Activity
113 <td>{@code TYPE_WORK}</td>
121 <td>{@code TYPE_HOME}</td>
129 <td>{@code TYPE_MOBILE}</td>
137 <td>{@code TYPE_HOME}</td>
142 Every record includes a numeric {@code _ID} field that uniquely identifies
163 URIs for providers begin with the string "{@code content://}". The {@code content:}
169 constant for its URI, to simplify client code and make future updates cleaner.
    [all...]
  /external/guava/javadoc/com/google/common/collect/
HashBiMap.html 109 A <A HREF="../../../../com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><CODE>BiMap</CODE></A> backed by two <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> instances. This implementation
110 allows null keys and values. A <code>HashBiMap</code> and its inverse are both
139 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">V</A>&gt;</CODE></TD>
154 <CODE>&nbsp;void</CODE></FONT></TD
    [all...]
ObjectArrays.html 128 <CODE>static
132 <CODE>&lt;T&gt; T[]</CODE></FONT></TD>
135 </CODE></FONT></TD>
136 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ObjectArrays.html#concat(T[], T)">concat</A></B>(T[]&nbsp;array,
137 T&nbsp;element)</CODE>
140 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new array that appends <code>element</code> to <code>array</code>.</TD
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.PhonesColumns.html 74 Interface android.provider.<A HREF="../../../../reference/android/provider/Contacts.PhonesColumns.html" target="_top"><font size="+2"><code>Contacts.PhonesColumns</code></font></A>
89 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PhonesColumns.html#ISPRIMARY" target="_top"><code>ISPRIMARY</code></font></A></nobr> </TD>
98 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PhonesColumns.html#LABEL" target="_top"><code>LABEL</code></font></A></nobr> </TD
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherSpi.java 36 * for every cipher they implement. {@code CipherSpi} instances are created
38 * {@code Cipher} is referenced by a <i>transformation</i>, which is a string
45 * The following behavior should be implemented for obtaining {@code Cipher}
50 * defines a {@code CipherSpi} for "algorithm", if so: return it, otherwise
56 * 1. The Provider has a {@code CipherSpi} subclass registered for
60 * 2. The Provider has a {@code CipherSpi} subclass registered for
66 * 3. The Provider has a {@code CipherSpi} subclass registered for
72 * 4. The Provider has a {@code CipherSpi} subclass registered for "algorithm":
85 * Creates a new {@code CipherSpi} instance.
123 * Returns the size for a buffer (in bytes), that the next call to {@code
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
FilterInputStream.java 38 * Constructs a new {@code FilterInputStream} with the specified input
66 * Sets a mark position in this stream. The parameter {@code readlimit}
68 * Sending {@code reset()} will reposition this stream back to the marked
69 * position, provided that {@code readlimit} has not been surpassed.
85 * Indicates whether this stream supports {@code mark()} and {@code reset()}.
89 * @return {@code true} if {@code mark()} and {@code reset()} are supported,
90 * {@code false} otherwise
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Set.java 22 * A {@code Set} is a data structure which does not allow duplicate elements.
34 * @return {@code true} if this set is modified, {@code false} otherwise.
50 * @return {@code true} if this set is modified, {@code false} otherwise.
75 * @return {@code true} if object is an element of this set, {@code false}
85 * @return {@code true} if all objects in the specified collection are
86 * elements of this set, {@code false} otherwise.
98 * @return boolean {@code true} if the object is the same as this object
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
Signer.java 36 * Constructs a new instance of {@code Signer}.
43 * Constructs a new instance of {@code Signer} with the given name.
53 * Constructs a new instance of {@code Signer} with the given name in the
70 * Returns the private key of this {@code Signer}. If a {@code
71 * SecurityManager} is installed, code calling this method needs the {@code
72 * SecurityPermission} {@code "getSignerPrivateKey"} to be granted, otherwise
73 * a {@code SecurityException} will be thrown.
75 * @return the private key of this {@code Signer}
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
Array.java 23 * A Java representation of the SQL {@code ARRAY} type.
28 * Retrieves the contents of the SQL {@code ARRAY} value as a Java array
38 * Returns part of the SQL {@code ARRAY} associated with this array,
39 * starting at a particular {@code index} and comprising up to {@code count}
54 * Returns part of the SQL {@code ARRAY} associated with this array,
55 * starting at a particular {@code index} and comprising up to {@code count}
74 * Returns the data from the underlying SQL {@code ARRAY} as a Java array.
89 * @return An integer constant from the {@code java.sql.Types} clas
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
TrustManagerFactory.java 33 * The factory for {@code TrustManager}s based on {@code KeyStore} or provider
47 * Returns the default algorithm name for the {@code TrustManagerFactory}. The
49 * {@code 'ssl.TrustManagerFactory.algorithm'}.
62 * Creates a new {@code TrustManagerFactory} instance for the specified
71 * if {@code algorithm} is {@code null} (instead of
87 * Creates a new {@code TrustManagerFactory} instance for the specified
102 * if {@code algorithm} is {@code null} (instead o
    [all...]
  /development/pdk/docs/source/
code-lines.jd 1 page.title=Android Code-Lines
6 Accordingly, we maintain a number of "code lines" to clearly separate the
8 <p>The chart below depicts at a conceptual level how AOSP manages code and
9 releases. We're referring to these as "code lines" instead of "branches"
11 for a given "code line". For instance, when a release is cut, sometimes that
14 <img src="{@docRoot}images/code-lines.png"/>
19 corresponds to a version of the <code>SdkVersion</code> field used in
20 AndroidManifest.xml files, and defined in <code>frameworks/base/api</code> i
    [all...]
  /external/guava/javadoc/com/google/common/io/
ByteStreams.html 130 <CODE>static&nbsp;long</CODE></FONT></TD>
131 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteStreams.html#copy(java.io.InputStream, java.io.OutputStream)">copy</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;from,
132 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A>&nbsp;to)</CODE>
139 <CODE>static&nbsp;long</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteStreams.html#copy(com.google.common.io.InputSupplier, java.io.OutputStream)">copy</A></B>(<A HREF="../../../../com/google/common/io/InputSupplier.html" title="interface in com.google.common.io">InputSupplier</A>&lt;? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&gt;&nbsp;from,
141 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A>&nbsp;to)</CODE>
149 <CODE>static&nbsp;long</CODE></FONT></TD
    [all...]
  /external/guava/src/com/google/common/collect/
ImmutableSortedSetFauxverideShim.java 24 * versions. This prevents accidents like the following:<pre> {@code
29 * // BAD CODE! The returned set is actually an unsorted ImmutableSet!}</pre>
42 * {@link ImmutableSet#builder} from consumers of {@code ImmutableSortedSet}.
54 * non-{@code Comparable} element.</b> Proper calls will resolve to the
55 * version in {@code ImmutableSortedSet}, not this dummy version.
58 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link
67 * non-{@code Comparable} element.</b> Proper calls will resolve to the
68 * version in {@code ImmutableSortedSet}, not this dummy version.
71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
80 * non-{@code Comparable} element.</b> Proper calls will resolve to th
    [all...]
  /external/opencore/doc/oscl_html/
oscl__namestring_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>
24 <a name="l00032"></a><a class="code" href="classOsclNameString.html">00032</a> <span class="keyword">class </span><a class="code" href="classOsclNameString.html">OsclNameString</a>
27 <a name="l00035"></a><a class="code" href="classOsclNameString.html#a0">00035</a> <a class="code" href="classOsclNameString.html#a0">OsclNameString</a>()
29 00037 <a class="code" href="classOsclNameString.html#a3">Set</a>(<span class="stringliteral">""</span>);
32 <a name="l00040"></a><a class="code" href="classOsclNameString.html#a1">00040</a> <a class="code" href="classOsclNameString.html#a0">OsclNameString</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> a[])
34 00042 <a class="code" href="classOsclNameString.html#a3">Set</a>((uint8*)a);
37 <a name="l00045"></a><a class="code" href="classOsclNameString.html#a2">00045</a> <a class="code" href="classOsclNameString.ht (…)
    [all...]
oscl__scheduler__aobase_8h-source.html 14 00019 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__scheduler__types_8h.html">oscl_scheduler_types.h</a>"</span>
18 00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__namestring_8h.html">oscl_namestring.h</a>"</span>
22 00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__scheduler__threadcontext_8h.html">oscl_scheduler_threadcontext.h</a>"</span>
26 00031 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__scheduler__readyq_8h.html">oscl_scheduler_readyq.h</a>"</span>
30 00035 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__string__containers_8h.html">oscl_string_containers.h</a>"</span>
41 <a name="l00046"></a><a class="code" href="group__osclproc.html#a10">00046</a> <span class="preprocessor">#define OSCL_ZEROIZE(ptr, size) oscl_memset(ptr, 0, size)</span>
46 <a name="l00051"></a><a class="code" href="group__osclproc.html#a11">00051</a> <span class="preprocessor">#define PVEXECNAMELEN 30</span>
50 <a name="l00056"></a><a class="code" href="classPVActiveStats.html">00056</a> <span class="keyword">class </span><a class="code" href="classPVActiveStats.html">PVActiveStats</a>
54 00060 <a class="code" href="classPVActiveStats.html">PVActiveStats</a>(<a class="code" href="classOsclExecSchedulerComm (…)
    [all...]
osclconfig__no__os_8h-source.html 16 <a name="l00013"></a><a class="code" href="group__osclconfig.html#a10">00013</a> <span class="preprocessor">#define OSCL_HAS_UNIX_SUPPORT 0</span>
17 <a name="l00014"></a><a class="code" href="group__osclconfig.html#a11">00014</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_MSWIN_SUPPORT 0</span>
18 <a name="l00015"></a><a class="code" href="group__osclconfig.html#a12">00015</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_MSWIN_PARTIAL_SUPPORT 0</span>
19 <a name="l00016"></a><a class="code" href="group__osclconfig.html#a13">00016</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_SYMBIAN_SUPPORT 0</span>
20 <a name="l00017"></a><a class="code" href="group__osclconfig.html#a14">00017</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_SAVAJE_SUPPORT 0</span>
21 <a name="l00018"></a><a class="code" href="group__osclconfig.html#a15">00018</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_PV_C_OS_SUPPORT 0</span>
24 <a name="l00021"></a><a class="code" href="group__osclconfig.html#a16">00021</a> <span class="preprocessor">#define OSCL_HAS_SYMBIAN_ERRORTRAP 0</span>
27 <a name="l00024"></a><a class="code" href="group__osclconfig.html#a17">00024</a> <span class="preprocessor">#define OSCL_HAS_SYMBIAN_MEMORY_FUNCS 0</span>
28 <a name="l00025"></a><a class="code" href="group__osclconfig.html#a18">00025</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_HAS_PV_C_OS_API_MEMORY_FUNCS 0</span>
31 <a name="l00028"></a><a class="code" href="group__osclconfig.html#a19">00028</a> <span class="preprocessor">#define OSCL_HAS_PV_C_OS_T (…)
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebKitErrors.m 8 * 1. Redistributions of source code must retain the above copyright
72 -(id)_webkit_initWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL
79 localizedDesc = descriptionsDict ? [descriptionsDict objectForKey:[NSNumber numberWithInt:code]] : nil;
85 return [self initWithDomain:domain code:code userInfo:dict];
88 +(id)_webkit_errorWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL
90 return [[[self alloc] _webkit_initWithDomain:domain code:code URL:URL] autorelease]
    [all...]
  /frameworks/base/docs/html/resources/samples/
get.jd 6 code.</p>
9 code and tutorials that illustrate key concepts and techniques of Android
16 <p>The SDK provides the samples both as source code and as browseable HTML, as
19 2.0 license</a>, so feel free to use any of the code in your own applications as
22 <h3 id="downloading">Downloading the Sample Code</h3>
24 <p>The SDK sample code is available to you as a set of downloadable SDK
43 <code><em>&lt;sdk&gt;</em>/samples/android-&lt;<em>level</em>&gt;/</code>
52 the <code><em>&lt;sdk&gt;</em>/samples/android-&lt;<em>level</em>&gt;/ApiDemos</code>
    [all...]
  /packages/inputmethods/PinyinIME/res/xml/
skb_template1.xml 62 <key_icon code="66" icon="@drawable/enter_icon"
66 <key_icon code="62" icon="@drawable/space_icon"
70 <key_icon code="67" icon="@drawable/delete_icon"
76 width="20%p" height="25%p" code="66" key_type="1">
77 <toggle_state state_id="@string/toggle_enter_go" label="??" code="66"/>
78 <toggle_state state_id="@string/toggle_enter_search" code="66"
80 <toggle_state state_id="@string/toggle_enter_send" label="??" code="66"/>
81 <toggle_state state_id="@string/toggle_enter_next" label="???" code="66"/>
82 <toggle_state state_id="@string/toggle_enter_done" label="??" code="66"/>
87 width="25%p" height="25%p" code="66" key_type="1" balloon="false"
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Manifest.java 37 * The {@code Manifest} class is used to obtain attribute information for a
38 * {@code JarFile} and its entries.
78 * Creates a new {@code Manifest} instance.
85 * Creates a new {@code Manifest} instance using the attributes obtained
89 * {@code InputStream} to parse for attributes.
91 * if an IO error occurs while creating this {@code Manifest}
99 * Creates a new {@code Manifest} instance. The new instance will have the
100 * same attributes as those found in the parameter {@code Manifest}.
103 * {@code Manifest} instance to obtain attributes from.
121 * associated with this {@code Manifest}
    [all...]

Completed in 105 milliseconds

<<41424344454647484950>>