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

<<31323334353637383940>>

  /external/guava/src/com/google/common/primitives/
SignedBytes.java 27 * Static utility methods pertaining to {@code byte} primitives that
40 * Returns the {@code byte} value that is equal to {@code value}, if possible.
42 * @param value any value in the range of the {@code byte} type
43 * @return the {@code byte} value that equals {@code value}
44 * @throws IllegalArgumentException if {@code value} is greater than {@link
54 * Returns the {@code byte} nearest in value to {@code value}.
56 * @param value any {@code long} valu
    [all...]
  /frameworks/base/docs/html/guide/tutorials/notepad/
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}samples/NotePad/index.html">Sample Code</a> documentation. </p>
61 <li>Open the <code>NotepadCodeLab</code> folder</li>
64 <p>Inside the <code>NotepadCodeLab</code> folder, you should see six project
65 files: <code>Notepadv1</code>,
66 <code>Notepadv2</code>, <code>Notepadv3</code>
    [all...]
  /frameworks/base/docs/html/resources/tutorials/notepad/
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}samples/NotePad/index.html">Sample Code</a> documentation. </p>
61 <li>Open the <code>NotepadCodeLab</code> folder</li>
64 <p>Inside the <code>NotepadCodeLab</code> folder, you should see six project
65 files: <code>Notepadv1</code>,
66 <code>Notepadv2</code>, <code>Notepadv3</code>
    [all...]
  /external/guava/javadoc/com/google/common/collect/
Iterables.html 105 of type <code>Iterable</code>. Except as noted, each method has a corresponding
106 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><CODE>Iterator</CODE></A>-based method in the <A HREF="../../../../com/google/common/collect/Iterators.html" title="class in com.google.common.collect"><CODE>Iterators</CODE></A> class.
130 <CODE>static
134 <CODE>&lt;T&gt; boolean</CODE></FONT></TD>
137 </CODE></FONT></TD
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 20 <dd>A bitmap graphic file ({@code .png}, {@code .jpg}, or {@code .gif}).
23 <dd>A PNG file with stretchable regions to allow image resizing based on content ({@code
45 {@code .png} (preferred), {@code .jpg} (acceptable), {@code .gif} (discouraged).</p>
53 the <code>res/raw/</code> folder instead, where they will not be optimized.</p>
58 <dd><code>res/drawable/<em>filename</em>.png</code> ({@code .png}, {@code .jpg}, or {@code .gif})<br/
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
PermissionCollection.java 26 * {@code PermissionCollection} is the common base class for all collections
30 * A {@code PermissionCollection} is typically created by using the
32 * method returns {@code null}, then a {@code PermissionCollection} of any type
45 * Adds the specified {@code Permission} to this collection.
48 * the {@code Permission} to add.
56 * {@code PermissionCollection}.
63 * Indicates whether the specified permission is implied by this {@code
68 * @return {@code true} if the given permission is implied by the
69 * permissions in this collection, {@code false} otherwise
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXBuilderParameters.java 29 * The parameter specification for a PKIX {@code CertPathBuilder}
44 * Creates a new {@code PKIXBuilderParameters} instance with the specified
45 * set of {@code TrustAnchor} and certificate constraints.
48 * the set of {@code TrustAnchors}.
52 * if {@code trustAnchors} is empty.
54 * if one of the items in {@code trustAnchors} is not an
55 * instance of {@code java.security.cert.TrustAnchor}.
65 * Creates a new {@code PKIXBuilderParameters} instance with the trusted
66 * {@code X509Certificate} entries from the specified {@code KeyStore}
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
DataTruncation.java 25 * (resulting in an error). The {@code SQLState} error code for truncated data
26 * is {@code 01004}.
49 * Creates the {@code DataTruncation} object. The reason is set to {@code
50 * "Data truncation"}, the {@code ErrorCode} is set to the {@code
58 * {@code true} if it was a parameter value that was truncated,
59 * {@code false} otherwise.
61 * {@code true} if the truncation occurred on a read operation
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
RuleBasedCollator.java 27 * A concrete implementation class for {@code Collation}.
29 * {@code RuleBasedCollator} has the following restrictions for efficiency
36 * <li> If a character is not located in the {@code RuleBasedCollator}, the
60 * unquoted white space characters are ignored; for example, {@code b c} is
61 * treated as {@code bc}.</li>
109 * {@code "a < b & ae < e"} is valid since "a" is present in the sequence before
114 * single character (expressed as {@code "c < ch < d"}), while in traditional
116 * {@code "a,A < b,B ... & ae;\u00e3 & AE;\u00c3"}, where \u00e3 and \u00c3
121 * examples we have used above are really fragments; {@code "a < b"} really
122 * should be {@code "< a < b"}). If, however, the first relation is no
    [all...]
  /external/guava/src/com/google/common/base/
Preconditions.java 37 * Note that the sense of the expression is inverted; with {@code Preconditions}
40 * {@code assert}</a> or a JUnit {@code assertTrue} call.
42 * <p><b>Warning:</b> only the {@code "%s"} specifier is recognized as a
67 * @throws IllegalArgumentException if {@code expression} is false
82 * @throws IllegalArgumentException if {@code expression} is false
96 * check fail. The message is formed by replacing each {@code %s}
98 * position - the first {@code %s} gets {@code errorMessageArgs[0]}, etc.
104 * @throws IllegalArgumentException if {@code expression} is fals
    [all...]
  /external/opencore/doc/oscl_html/
oscl__mem__audit__internals_8h-source.html 20 00023 <span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
21 00024 <span class="preprocessor">#include "<a class="code" href="oscl__mem__audit_8h.html">oscl_mem_audit.h</a>"</span>
22 00025 <span class="preprocessor">#include "<a class="code" href="oscl__mem__inst_8h.html">oscl_mem_inst.h</a>"</span>
24 <a name="l00027"></a><a class="code" href="oscl__mem__audit__internals_8h.html#a0">00027</a> <span class="preprocessor">#define OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE</span>
25 00028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__compiler__warnings_8h.html">osclconfig_compiler_warnings.h</a>"</span>
34 <a name="l00037"></a><a class="code" href="group__osclmemory.html#a73">00037</a> <span class="preprocessor"></span><span class="preprocessor">#define MM_AUDIT_ALLOC_NODE_SUPPORT 1</span>
35 <a name="l00038"></a><a class="code" href="group__osclmemory.html#a74">00038</a> <span class="preprocessor"></span><span class="preprocessor">#define MM_AUDIT_FENCE_SUPPORT 0</span>
36 <a name="l00039"></a><a class="code" href="group__osclmemory.html#a75">00039</a> <span class="preprocessor"></span><span class="preprocessor">#define MM_AUDIT_INCLUDE_ALL_HEAP_VALIDATION 1</span>
37 <a name="l00040"></a><a class="code" href="group__osclmemory.html#a76">00040</a> <span class="preprocessor"></span><span class="preprocessor">#define MM_AUDIT_FILL_SUPPORT 0</span>
38 <a name="l00041"></a><a class="code" href="group__osclmemory.html#a77">00041</a> <span class="preprocessor"></span><span class="prepro (…)
    [all...]
oscl__socket__method_8h.html 9 <hr><h1>oscl_socket_method.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__types_8h-source.html">oscl_socket_types.h</a>"</code><br>
11 <code>#include "<a class="el" href="oscl__scheduler__ao_8h-source.html">oscl_scheduler_ao.h</a>"</code><br>
12 <code>#include "<a class="el" href="oscl__socket__request_8h-source.html">oscl_socket_request.h</a>"</code><br>
13 <code>#include "<a class="el" href="pvlogger_8h-source.html">pvlogger.h</a>"</code><br
    [all...]
oscl__registry__client__impl_8h-source.html 19 00022 <span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
20 00023 <span class="preprocessor">#include "<a class="code" href="osclconfig__proc_8h.html">osclconfig_proc.h</a>"</span>
24 00027 <span class="preprocessor">#include "<a class="code" href="oscl__registry__serv__impl__global_8h.html">oscl_registry_serv_impl_global.h</a>"</span>
27 00030 <span class="keyword">class </span><a class="code" href="classOsclRegistryClientImpl.html">OsclRegistryClientImpl</a>: <span class="keyword">public</span> OsclRegistryServImpl
32 00035 <span class="keyword">class </span><a class="code" href="classOsclRegistryAccessClientImpl.html">OsclRegistryAccessClientImpl</a>: <span class="keyword">public</span> OsclRegistryServImpl
39 00042 <span class="preprocessor">#include "<a class="code" href="oscl__vector_8h.html">oscl_vector.h</a>"</span>
40 00043 <span class="preprocessor">#include "<a class="code" href="oscl__string_8h.html">oscl_string.h</a>"</span>
41 00044 <span class="preprocessor">#include "<a class="code" href="oscl__registry__types_8h.html">oscl_registry_types.h</a>"</span>
43 <a name="l00046"></a><a class="code" href="classOsclRegistryClientImpl.html">00046</a> <span class="keyword">class </span><a class="code" href="classOsclRegistryClientImpl.html">OsclRegistryClientImpl</a
    [all...]
oscl__tree_8h-source.html 20 00022 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__defalloc_8h.html">oscl_defalloc.h</a>"</span>
24 00026 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
27 <a name="l00029"></a><a class="code" href="oscl__tree_8h.html#a0">00029</a> <span class="preprocessor">#define OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE</span>
28 00030 <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="l00033"></a><a class="code" href="structOscl__Pair.html">00033</a> <span class="keyword">struct </span><a class="code" href="structOscl__Pair.html">Oscl_Pair</a>
33 <a name="l00035"></a><a class="code" href="structOscl__Pair.html#m0">00035</a> T1 <a class="code" href="structOscl__Pair.html#m0">first</a>;
34 <a name="l00036"></a><a class="code" href="structOscl__Pair.html#m1">00036</a> T2 <a class="code" href="structOscl__Pair.html#m1">second</a>
    [all...]
oscl__error__allocator_8h-source.html 22 00025 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
26 00029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base__macros_8h.html">oscl_base_macros.h</a>"</span>
30 00033 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__error_8h.html">osclconfig_error.h</a>"</span>
34 00037 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__assert_8h.html">oscl_assert.h</a>"</span>
38 00041 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__defalloc_8h.html">oscl_defalloc.h</a>"</span>
43 <a name="l00049"></a><a class="code" href="classOsclErrorAllocator.html">00049</a> <span class="keyword">class </span><a class="code" href="classOsclErrorAllocator.html">OsclErrorAllocator</a>
47 <a name="l00056"></a><a class="code" href="classOsclErrorAllocator.html#a0">00056</a> <a class="code" href="classOsclErrorAllocator.html#a0">OsclErrorAllocator</a>(<a class="code" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a>* <a class="code" href="classallocator.html">all (…)
    [all...]
oscl__file__cache_8h-source.html 20 00023 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__io_8h.html">osclconfig_io.h</a>"</span>
24 00027 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
27 00030 <span class="preprocessor">#include "<a class="code" href="oscl__file__io_8h.html">oscl_file_io.h</a>"</span>
29 00032 <span class="keyword">class </span><a class="code" href="classOscl__File.html">Oscl_File</a>;
31 <a name="l00034"></a><a class="code" href="classOsclFileCache.html">00034</a> <span class="keyword">class </span><a class="code" href="classOsclFileCache.html">OsclFileCache</a> : <span class="keyword">public</span> <a class="code" href="classHeapBase.html">HeapBase</a>
34 00037 <a class="code" href="classOsclFileCache.html#a0">OsclFileCache</a>(<a class="code" href="classOscl__File.html">Oscl_File</a>&amp; aContainer);
35 00038 <a class="code" href="classOsclFileCache.html#a1">~OsclFileCache</a>()
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimation.java 27 * A code representing the value of the additive attribute, as defined
28 * above. Default value is <code>ADDITIVE_REPLACE</code> .
41 * A code representing the value of the accumulate attribute, as defined
42 * above. Default value is <code>ACCUMULATE_NONE</code> .
57 * A code representing the value of the calcMode attribute, as defined
67 * A <code>DOMString</code> representing the value of the keySplines
86 * A <code>DOMString</code> representing the value of the values
    [all...]
  /dalvik/docs/
hello-world.html 17 </p><p><code>
26 </code>
28 The <code>-cp</code> option sets the classpath. The initial directory
29 for <code>adb shell</code> may not be what you expect it to be, so it's
33 The <code>dx</code> command accepts lists of individual class files,
34 directories, or Jar archives. When the <code>--output</code> filenam
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 17 package com.android.dx.cf.code;
27 * which is part of a standard {@code Code} attribute.
30 /** {@code non-null;} convenient zero-entry instance */
44 * a {@code Code} attribute. The returned value includes the
45 * two bytes for {@code exception_table_length}.
47 * @return {@code >= 2;} the total length, in bytes
56 * @param n {@code >= 0;} which item
57 * @return {@code null-ok;} the indicated ite
    [all...]
ConcreteMethod.java 17 package com.android.dx.cf.code;
27 import com.android.dx.rop.code.AccessFlags;
28 import com.android.dx.rop.code.SourcePosition;
38 * stuff extracted from the method's {@code Code} attribute.
41 /** {@code non-null;} method being wrapped */
45 * {@code null-ok;} the class's {@code SourceFile} attribute value,
52 * {@code ACC_SUPER}
56 /** {@code non-null;} the code attribute *
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Byte.java 21 * The wrapper for the primitive type {@code byte}.
35 * The maximum {@code Byte} value, 2<sup>7</sup>-1.
40 * The minimum {@code Byte} value, -2<sup>7</sup>.
45 * The number of bits needed to represent a {@code Byte} value in two's
53 * The {@link Class} object that represents the primitive type {@code byte}.
62 * Constructs a new {@code Byte} with the specified primitive byte value.
72 * Constructs a new {@code Byte} from the specified string.
77 * if {@code string} can not be decoded into a byte value.
101 * of {@code object}; 0 if the value of this byte and the value of
102 * {@code object} are equal; a positive value if the value of thi
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Formatter.java 45 * Formats arguments according to a format string (like {@code printf} in C).
47 * It's relatively rare to use a {@code Formatter} directly. A variety of classes offer convenience
51 * {@code format} and {@code printf} methods.
54 * as {@code "name: %s weight: %03dkg\n"}. Being a Java string, the usual Java string literal
57 * <i>Format specifiers</i> (such as {@code "%s"} or {@code "%03d"} in the example) start with a
58 * {@code %} and describe how to format their corresponding argument. It includes an optional
61 * In the example, {@code "%s"} has no flags, no width, and no precision, while
62 * {@code "%03d"} has the flag {@code 0}, the width 3, and no precision
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
BigDecimal.java 44 * The constant zero as a {@code BigDecimal}.
49 * The constant one as a {@code BigDecimal}.
54 * The constant ten as a {@code BigDecimal}.
116 * Rounding mode where the rounding operations throws an {@code
127 /** The double closer to <code>Log10(2)</code>. */
130 /** The <code>String</code> representation is cached. */
133 /** Cache for the hash code. */
137 * An array with powers of five that fit in the type <code>long</code
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
LineNumberReader.java 23 * time {@code '\r'}, {@code '\n'} or {@code "\r\n"} is read. The class has an
37 * Constructs a new LineNumberReader on the Reader {@code in}. The internal
48 * Constructs a new LineNumberReader on the Reader {@code in}. The size of
49 * the internal buffer is specified by the parameter {@code size}.
56 * if {@code size <= 0}.
74 * Sets a mark position in this reader. The parameter {@code readlimit}
76 * Sending {@code reset()} will reposition this reader back to the marked
77 * position, provided that {@code readlimit} has not been surpassed. Th
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java 17 package com.android.dx.dex.code;
26 * corresponds to a {@code code} structure in a {@code .dex} file.
36 * {@code null-ok;} the instruction list, ready for final processing;
42 * {@code non-null;} unprocessed catch table;
48 * {@code null-ok;} catch table; set in
54 * {@code null-ok;} source positions list; set in
60 * {@code null-ok;} local variable list; set in
66 * {@code null-ok;} the processed instruction list; set i
    [all...]

Completed in 126 milliseconds

<<31323334353637383940>>