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

<<21222324252627282930>>

  /external/guava/javadoc/com/google/common/collect/
Maps.html 104 Static utility methods pertaining to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A> instances. Also see this
105 class's counterparts <A HREF="../../../../com/google/common/collect/Lists.html" title="class in com.google.common.collect"><CODE>Lists</CODE></A> and <A HREF="../../../../com/google/common/collect/Sets.html" title="class in com.google.common.collect"><CODE>Sets</CODE></A>.
129 <CODE>static
133 <CODE>&lt;K,V&gt; <A HREF="../../../../com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A>&lt;K,V&gt;</CODE></FONT></TD>
136 </CODE></FONT></TD
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
PKIXParametersTest.java 62 * Tests for <code>PKIXParameters</code> fields and methods
77 * Test #1 for <code>PKIXParameters(Set)</code> constructor<br>
78 * Assertion: Creates an instance of <code>PKIXParameters</code> with the
79 * specified <code>Set</code> of most-trusted CAs. Each element of the set
80 * is a <code>TrustAnchor</code>
    [all...]
PKIXCertPathBuilderResultTest.java 43 * Tests for <code>PKIXCertPathBuilderResult</code>
78 * Test #1 for <code>PKIXCertPathBuilderResult(CertPath, TrustAnchor,
79 * PolicyNode, PublicKey)</code> constructor<br>
80 * Assertion: Creates an instance of <code>PKIXCertPathBuilderResult</code>
106 * Test #2 for <code>PKIXCertPathBuilderResult(CertPath, TrustAnchor,
107 * PolicyNode, PublicKey)</code> constructor<br>
108 * Assertion: policy tree parameter may be <code>null</code>
    [all...]
PKIXBuilderParametersTest.java 49 * Tests for <code>PKIXBuilderParameters</code> fields and methods
87 * Test #1 for <code>PKIXBuilderParameters(Set, CertSelector)</code>
89 * Assertion: creates an instance of <code>PKIXBuilderParameters</code>
112 * Test #2 for <code>PKIXBuilderParameters(Set, CertSelector)</code>
114 * Assertion: creates an instance of <code>PKIXBuilderParameters</code>
    [all...]
  /external/opencore/doc/oscl_html/
oscl__stdstring_8h-source.html 20 00026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
24 00038 OSCL_IMPORT_REF uint32 <a class="code" href="group__osclbase.html#a43">oscl_strlen</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* str);
26 00048 OSCL_IMPORT_REF uint32 <a class="code" href="group__osclbase.html#a43">oscl_strlen</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* str);
28 00067 OSCL_IMPORT_REF <span class="keywordtype">char</span>* <a class="code" href="group__osclbase.html#a45">oscl_strncpy</a>(<span class="keywordtype">char</span>* dest, <span class="keyword">const</span> <span class="keywordtype">char</span>* src, uint32 count);
30 00086 OSCL_IMPORT_REF <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* <a class="code" href="group__osclbase.html#a45">oscl_strncpy</a>(<a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* dest, <span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a>* src, uint32 count);
32 00100 OSCL_IMPORT_REF int32 <a class="code" href="group__osclbase.html#a47">oscl_strcmp</a>(<span class="keyword">const</span> <span class="k (…)
    [all...]
oscl__thread_8h-source.html 21 00018 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__proc_8h.html">osclconfig_proc.h</a>"</span>
25 00022 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__procstatus_8h.html">oscl_procstatus.h</a>"</span>
29 00026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
34 <a name="l00031"></a><a class="code" href="oscl__thread_8h.html#a10">00031</a> <span class="keyword">enum</span> <a class="code" href="oscl__thread_8h.html#a10">OsclThread_State</a>
36 00033 <a class="code" href="oscl__thread_8h.html#a10a1">Start_on_creation</a>
37 00034 , <a class="code" href="oscl__thread_8h.html#a10a2">Suspend_on_creation</a>
41 <a name="l00038"></a><a class="code" href="oscl__thread_8h.html#a11">00038</a> <span class="keyword">enum</span> <a class="code" href="oscl__thread_8h.html#a11">OsclThreadPriority</a>
43 00040 <a class="code" href="oscl__thread_8h.html#a11a3">ThreadPriorityLowest</a
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 24 * Wrapper for a {@code byte[]}, which provides read-only access and
30 /** {@code non-null;} underlying array */
33 /** {@code >= 0}; start index of the slice (inclusive) */
36 /** {@code >= 0, <= bytes.length}; size computed as
37 * {@code end - start} (in the constructor) */
43 * @param bytes {@code non-null;} the underlying array
44 * @param start {@code >= 0;} start index of the slice (inclusive)
45 * @param end {@code >= start, <= bytes.length;} end index of
71 * Constructs an instance from an entire {@code byte[]}.
73 * @param bytes {@code non-null;} the underlying arra
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
package-info.java 10 * package extend the notion of {@code volatile} values, fields, and
19 * classes) atomically sets a variable to the {@code updateValue} if it
20 * currently holds the {@code expectedValue}, reporting {@code true} on
23 * update operation {@code weakCompareAndSet} described below.
39 * methods for that type. For example, classes {@code AtomicLong} and
40 * {@code AtomicInteger} provide atomic increment methods. One
60 * <li> {@code get} has the memory effects of reading a
61 * {@code volatile} variable.
63 * <li> {@code set} has the memory effects of writing (assigning)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
ReflectPermission.java 23 * A {@code ReflectPermission} object represents a permission to access
31 * Constructs a new {@code ReflectPermission} instance with the specified
37 * if {@code name} is empty
39 * if {@code name} is {@code null}
46 * Constructs a new {@code ReflectPermission} instance with the specified
54 * if {@code name} is empty
56 * if {@code name} is {@code null}
  /dalvik/libcore/luni/src/main/java/java/net/
CacheRequest.java 23 * {@code CacheRequest} is a kind of channel for storing resource data in the
24 * {@code ResponseCache}. A protocol handler calls the {@code OutputStream}
25 * which is provided by the {@code CacheRequest} object, to store the resource
27 * current store operation by calling the method {@code abort}. If an {@code
43 * Aborts the current cache operation. If an {@code IOException} occurs
50 * Returns an {@code OutputStream} which is used to write the response body.
52 * @return an {@code OutputStream} which is used to write the response body.
CacheResponse.java 25 * {@code CacheResponse} is used for getting resource data from the installed
26 * {@code ResponseCache}. A {@code CacheResponse} object provides an {@code
27 * InputStream} to access the response body and also a method {@code
41 * Returns an {@code InputStream} to access the response body.
43 * @return an {@code InputStream} which can be used to fetch the response
52 * Returns an immutable {@code Map} which contains the response headers
55 * @return an immutable {@code Map} which contains the response headers. The
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadWriteDirectByteBuffer.java 142 * Writes <code>short</code>s in the given short array, starting from the
144 * the number of <code>short</code>s written.
150 * greater than <code>src.length</code>
152 * The number of <code>short</code>s to write, must be no less
153 * than zero and no greater than <code>src.length - off</code>
    [all...]
  /development/pdk/docs/porting/
instrumentation_framework.jd 19 <li> Using <code>adb</code>, <code>am</code> and various logging functionality </li>
28 <p><code>am</code> is used to start and instrument activities using the adb shell command, as shown in the snippet below:</p>
45 <p>Each instrumentation test case is similar to an Android application with the distinction that it starts another application. For example, have a look in the <code>tests/Contacts</code> directory. </p>
48 <li> Tests are located in <code>tests/Contacts/src/com/google/android/contactstests</code>. </li
    [all...]
  /external/guava/javadoc/com/google/common/base/
Splitter.html 104 An object that divides strings (or other instances of <code>CharSequence</code>)
107 expression, <code>CharMatcher</code>, or by using a fixed substring length. This
108 class provides the complementary functionality to <A HREF="../../../../com/google/common/base/Joiner.html" title="class in com.google.common.base"><CODE>Joiner</CODE></A>.
110 <p>Here is the most basic example of <code>Splitter</code> usage: <pre> <code>Splitter.on(',').split("foo,bar")</code></pre
    [all...]
  /external/icu4c/test/intltest/
sfwdchit.h 27 * Generates a hash code for this iterator.
39 * Gets the current code unit for returning and advances to the next code unit
42 * no more code units to return, returns DONE.
47 * Gets the current code point for returning and advances to the next code point
50 * no more code points to return, returns DONE.
55 * Returns FALSE if there are no more code units or code points
  /frameworks/base/docs/html/guide/appendix/faq/
licensingandoss.jd 8 <li><a href="#timeline">When will we see more code released under open source licenses?</a></li>
9 <li><a href="#apache2">Why are you releasing the code under the Apache License instead of GPLv2?</a></li>
13 <p>The source code for the full Android stack is available from the <a href="http://source.android.com">Android Open Source Project </a> site.
15 <p>Other mirrored GPL and LGPL'd components are available at <a href="http://code.google.com/p/android/downloads/list"><code>http://code.google.com/p/android/downloads/list</code></a>.</p>
18 <a name="apache2" id="apache2"></a><h2>Why are you releasing the code under the Apache License instead of GPLv2?</h2>
19 <p>One of the best explanations for the reasoning behind releasing code under Apache2 can be found in a <a href="http://arstechnica.com/news.ars/post/20071106-why-google-chose-the-apache-software-license-over-gplv2.html">ArsTechnica article</a> by Ryan Paul.</p>
  /frameworks/base/docs/html/guide/tutorials/notepad/
index.jd 16 sample code you need to complete the application. </p>
21 your application, you can examine the code in an alternative implementation
23 <a href="{@docRoot}resources/samples/index.html">Sample Code</a> section. </p>
60 <li>Open the <code>NotepadCodeLab</code> folder.</li>
63 <p>Inside the <code>NotepadCodeLab</code> folder, you should see six project
64 files: <code>Notepadv1</code>,
65 <code>Notepadv2</code>, <code>Notepadv3</code>
    [all...]
  /frameworks/base/docs/html/resources/faq/
licensingandoss.jd 8 <li><a href="#timeline">When will we see more code released under open source licenses?</a></li>
9 <li><a href="#apache2">Why are you releasing the code under the Apache License instead of GPLv2?</a></li>
13 <p>The source code for the full Android stack is available from the <a href="http://source.android.com">Android Open Source Project </a> site.
15 <p>Other mirrored GPL and LGPL'd components are available at <a href="http://code.google.com/p/android/downloads/list"><code>http://code.google.com/p/android/downloads/list</code></a>.</p>
18 <a name="apache2" id="apache2"></a><h2>Why are you releasing the code under the Apache License instead of GPLv2?</h2>
19 <p>One of the best explanations for the reasoning behind releasing code under Apache2 can be found in a <a href="http://arstechnica.com/news.ars/post/20071106-why-google-chose-the-apache-software-license-over-gplv2.html">ArsTechnica article</a> by Ryan Paul.</p>
  /frameworks/base/docs/html/resources/tutorials/notepad/
index.jd 16 sample code you need to complete the application. </p>
21 your application, you can examine the code in an alternative implementation
23 <a href="{@docRoot}resources/samples/index.html">Sample Code</a> section. </p>
60 <li>Open the <code>NotepadCodeLab</code> folder.</li>
63 <p>Inside the <code>NotepadCodeLab</code> folder, you should see six project
64 files: <code>Notepadv1</code>,
65 <code>Notepadv2</code>, <code>Notepadv3</code>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.widget.TabWidget.html 74 Class android.widget.<A HREF="../../../../reference/android/widget/TabWidget.html" target="_top"><font size="+2"><code>TabWidget</code></font></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/widget/TabWidget.html#isStripEnabled()" target="_top"><code>isStripEnabled</code></A>()</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/TabWidget.html#setLeftStripDrawable(android.graphics.drawable.Drawable)" target="_top"><code>setLeftStripDrawable</code></A>(<code>Drawable</code>)</nobr
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-intro.jd 26 it can run any of the application's code. Among other things, the manifest
132 <code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code>
133 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code>
134 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
135 <br/><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code>
136 <br/><code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></code
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Attributes.java 29 * The {@code Attributes} class is used to store values for manifest entries.
30 * Attribute keys are generally instances of {@code Attributes.Name}. Values
31 * associated with attribute keys are of type {@code String}.
36 * The {@code Attributes} as name/value pairs. Maps the attribute names (as
81 * The {@code Content-Type} manifest attribute.
86 * The {@code Sealed} manifest attribute which may have the value
87 * {@code true} for sealed archives.
92 * The {@code Implementation-Title} attribute whose value is a string
99 * The {@code Implementation-Version} attribute defining the version of
106 * The {@code Implementation-Vendor} attribute defining the organizatio
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 47 * Returns Android's implementation of {@code DocumentBuilderFactory}.
63 // * @return New instance of a <code>DocumentBuilderFactory</code>
100 * Specifies that the parser produced by this code will
102 * to <code>false</code>
113 * Specifies that the parser produced by this code will
115 * is set to <code>false</code>.
150 * the value of this is set to <code>false</code>
    [all...]
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoute.java 58 * <code>null</code> indicates that the default should be used.
78 * nor test it for <code>null</code> elements. This conversion and
84 * <code>null</code> for the default
87 * <code>null</code> for a direct route
88 * @param secure <code>true</code> if the route is (to be) secure
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
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>void</code>&nbsp;installPackage(<code>Uri,</nobr> IPackageInstallObserver<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
94 <nobr><code>void</code>&nbsp;installPackage(<code>Uri</code>)</nobr
    [all...]

Completed in 64 milliseconds

<<21222324252627282930>>