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

<<61626364656667686970>>

  /external/webkit/JavaScriptCore/icu/unicode/
utf8.h 21 * This file defines macros to deal with 8-bit Unicode (UTF-8) code units (bytes) and strings.
66 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
72 * Function for handling "next code point" with error-checking.
79 * Function for handling "append code point" with error-checking.
86 * Function for handling "previous code point" with error-checking.
93 * Function for handling "skip backward one code point" with error-checking.
99 /* single-code point definitions -------------------------------------------- */
102 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)?
103 * @param c 8-bit code unit (byte
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
utf8.h 21 * This file defines macros to deal with 8-bit Unicode (UTF-8) code units (bytes) and strings.
66 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
72 * Function for handling "next code point" with error-checking.
79 * Function for handling "append code point" with error-checking.
86 * Function for handling "previous code point" with error-checking.
93 * Function for handling "skip backward one code point" with error-checking.
99 /* single-code point definitions -------------------------------------------- */
102 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)?
103 * @param c 8-bit code unit (byte
    [all...]
  /external/webkit/WebCore/icu/unicode/
utf8.h 21 * This file defines macros to deal with 8-bit Unicode (UTF-8) code units (bytes) and strings.
66 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
72 * Function for handling "next code point" with error-checking.
79 * Function for handling "append code point" with error-checking.
86 * Function for handling "previous code point" with error-checking.
93 * Function for handling "skip backward one code point" with error-checking.
99 /* single-code point definitions -------------------------------------------- */
102 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)?
103 * @param c 8-bit code unit (byte
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
utf8.h 21 * This file defines macros to deal with 8-bit Unicode (UTF-8) code units (bytes) and strings.
66 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
72 * Function for handling "next code point" with error-checking.
79 * Function for handling "append code point" with error-checking.
86 * Function for handling "previous code point" with error-checking.
93 * Function for handling "skip backward one code point" with error-checking.
99 /* single-code point definitions -------------------------------------------- */
102 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)?
103 * @param c 8-bit code unit (byte
    [all...]
  /external/guava/javadoc/com/google/common/collect/
SortedSetMultimap.html 106 A <code>SetMultimap</code> whose set of values for a given key are kept sorted;
107 that is, they comprise a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util"><CODE>SortedSet</CODE></A>. It cannot hold duplicate
112 <p>The <A HREF="../../../../com/google/common/collect/SortedSetMultimap.html#get(K)"><CODE>get(K)</CODE></A>, <A HREF="../../../../com/google/common/collect/SortedSetMultimap.html#removeAll(java.lang.Object)"><CODE>removeAll(java.lang.Object)</CODE></A>, and <A HREF="../../../../com/google/common/collect/SortedSetMultimap.html#replaceValues(K, java.lang.Iterable)"><CODE>replaceValues(K, java.lang.Iterable<? extends V>)</CODE></A> method
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 19 import com.android.dx.cf.code.ConcreteMethod;
22 import com.android.dx.rop.code.AccessFlags;
37 /** {@code non-null;} array of data being dumped */
43 /** {@code non-null;} where to dump to */
50 * {@code non-null;} the file path for the class, excluding any base
64 /** {@code non-null;} the current column separator string */
76 * @param bytes {@code non-null;} bytes of the (alleged) class file
78 * @param out {@code non-null;} where to dump to
161 * @return {@code >= 0;} the dump cursor
170 * @param arr {@code non-null;} array in questio
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
32 * {@code non-null;} address representing the instruction that uses this
37 /** {@code non-null;} sorted list of switch cases (keys) */
41 * {@code non-null;} corresponding list of code addresses; the branch
51 * unknown ({@code -1}).
53 * @param position {@code non-null;} source position
54 * @param user {@code non-null;} address representing the instruction tha
    [all...]
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 26 /** {@code non-null;} array of elements */
30 * Constructs an instance. All indices initially contain {@code null}.
97 * @param prefix {@code null-ok;} prefix for the start of the result
98 * @param separator {@code null-ok;} separator to insert between each item
99 * @param suffix {@code null-ok;} suffix for the end of the result
100 * @return {@code non-null;} the custom string
111 * @param prefix {@code null-ok;} prefix for the start of the result
112 * @param separator {@code null-ok;} separator to insert between each item
113 * @param suffix {@code null-ok;} suffix for the end of the result
114 * @return {@code non-null;} the custom strin
    [all...]
  /external/guava/javadoc/com/google/common/collect/class-use/
UnmodifiableIterator.html 116 <CODE>&nbsp;class</CODE></FONT></TD>
117 <TD><CODE><B><A HREF="../../../../../com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect">AbstractIterator&lt;T&gt;</A></B></CODE>
120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class provides a skeletal implementation of the <code>Iterator</code>
134 <CODE>static
138 <CODE>&lt;T&gt; <A HREF="../../../../../com/google/common/collect/UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</A>&lt;T&gt;</CODE></FONT></TD>
141 </CODE></FONT></TD
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.h 46 * Opens the UCHARBUF with the given file stream and code page for conversion
54 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value
63 * Gets a UTF-16 code unit at the current position from the converted buffer
66 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value
74 * Gets a UTF-32 code point at the current position from the converted buffer
77 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value
85 * Gets a UTF-16 code unit at the current position from the converted buffer after
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 40 import com.android.dx.rop.code.AccessFlags;
54 * into forms suitable for use in creating {@code dex} files.
67 * @param method {@code non-null;} the method in question
68 * @return {@code non-null;} the list of thrown exceptions
86 * {@code Signature} attribute if present.
88 * @param attribs {@code non-null;} the attributes list to search in
89 * @return {@code non-null;} the set of annotations, which may be empty
105 * of class-level attributes {@code EnclosingMethod} and
106 * {@code InnerClasses}, if present. Additionally, if the
108 * representation of all the {@code AnnotationDefault
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 17 package com.android.dx.rop.code;
33 /** {@code non-null;} opcode */
36 /** {@code non-null;} source position */
39 /** {@code null-ok;} spec for the result of this instruction, if any */
42 /** {@code non-null;} specs for all the sources of this instruction */
48 * @param opcode {@code non-null;} the opcode
49 * @param position {@code non-null;} source position
50 * @param result {@code null-ok;} spec for the result, if any
51 * @param sources {@code non-null;} specs for all the sources
77 * {@code x.equals(y)} is only true if {@code x == y}
    [all...]
BasicBlockList.java 17 package com.android.dx.rop.code;
30 * {@code >= -1;} the count of registers required by this method or
31 * {@code -1} if not yet calculated
36 * Constructs an instance. All indices initially contain {@code null},
37 * and the first-block label is initially {@code -1}.
48 * Constructs a mutable copy for {@code getMutableCopy()}.
61 * do that, this will throw {@code NullPointerException}.
63 * @param n {@code >= 0, < size();} which index
64 * @return {@code non-null;} element at that index
73 * @param n {@code >= 0, < size();} which inde
    [all...]
RegisterSpecSet.java 17 package com.android.dx.rop.code;
28 /** {@code non-null;} no-element instance */
32 * {@code non-null;} array of register specs, where each element is
33 * {@code null} or is an instance whose {@code reg}
38 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */
44 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that
130 * @return {@code >= 0;} the maximum size
139 * @return {@code >= 0;} the siz
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 93 * Obtain a new instance of a <code>DTMManager</code>.
96 * the <code>DTMManager</code> implementation class to
100 * Use the <code>org.apache.xml.dtm.DTMManager</code> system
113 * <code>META-INF/services/org.apache.xml.dtm.DTMManager</code>
117 * Use the default <code>DTMManager</code> classname, which i
    [all...]
  /external/guava/javadoc/com/google/common/base/
Objects.html 104 Helper functions that can operate on any <code>Object</code>.
127 <CODE>static&nbsp;class</CODE></FONT></TD>
128 <TD><CODE><B><A HREF="../../../../com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base">Objects.ToStringHelper</A></B></CODE>
131 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Support class for <A HREF="../../../../com/google/common/base/Objects.html#toStringHelper(java.lang.Object)"><CODE>toStringHelper(java.lang.Object)</CODE></A>.</TD>
145 <CODE>static&nbsp;boolean</CODE></FONT></TD
    [all...]
  /external/icu4c/common/unicode/
utf8.h 21 * This file defines macros to deal with 8-bit Unicode (UTF-8) code units (bytes) and strings.
66 * Mask a UTF-8 lead byte, leave only the lower bits that form part of the code point value.
72 * Function for handling "next code point" with error-checking.
79 * Function for handling "append code point" with error-checking.
86 * Function for handling "previous code point" with error-checking.
93 * Function for handling "skip backward one code point" with error-checking.
99 /* single-code point definitions -------------------------------------------- */
102 * Does this code unit (byte) encode a code point by itself (US-ASCII 0..0x7f)?
103 * @param c 8-bit code unit (byte
    [all...]
normlzr.h 68 * At any time, next() returns the next normalized code point (UChar32),
70 * previous() returns the previous normalized code point (UChar32),
73 * current() returns the current code point
82 * code points are returned from. It does not always change with each returned
83 * code point.
84 * The code point that is returned from any of the functions
88 * next() returns a code point from at or after the getIndex()
90 * might have moved to where the next code point will be returned from
95 * previous() returns a code point from at or after the getIndex()
103 * the code points are iterated from there
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
ExemptionMechanism.java 62 * Creates a {@code ExemptionMechanism} instance.
80 * Returns the name of this {@code ExemptionMechanism}.
82 * @return the name of this {@code ExemptionMechanism}.
89 * Returns a new {@code ExemptionMechanism} instance that provides the
94 * @return the new {@code ExemptionMechanism} instance.
98 * if the algorithm parameter is {@code null}.
113 * Returns a new {@code ExemptionMechansm} instance that provides the
120 * @return the new {@code ExemptionMechanism} instance.
127 * if the algorithm parameter is {@code null}.
129 * if the provider parameter is {@code null}
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
OutputStreamWriter.java 36 * "file.encoding" system property. {@code OutputStreamWriter} contains a buffer
51 * Constructs a new OutputStreamWriter using {@code out} as the target
70 * Constructs a new OutputStreamWriter using {@code out} as the target
71 * stream to write converted characters to and {@code enc} as the character
80 * if {@code enc} is {@code null}.
82 * if the encoding specified by {@code enc} cannot be found.
101 * Constructs a new OutputStreamWriter using {@code out} as the target
102 * stream to write converted characters to and {@code cs} as the character
108 * the {@code Charset} that specifies the character encoding
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
DatagramPacket.java 24 * or received through a {@code DatagramSocket}. It holds additional information
53 * Constructs a new {@code DatagramPacket} object to receive data up to
54 * {@code length} bytes.
66 * Constructs a new {@code DatagramPacket} object to receive data up to
67 * {@code length} bytes with a specified buffer offset.
82 * Constructs a new {@code DatagramPacket} object to send data to the port
83 * {@code aPort} of the address {@code host}. The {@code length} must be
84 * lesser than or equal to the size of {@code data}. The first {@cod
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertificateFactory.java 58 * Creates a new {@code CertificateFactory} instance.
75 * Creates a new {@code CertificateFactory} instance that provides the
80 * @return the new {@code CertificateFactory} instance.
85 * if {@code type} is {@code null}.
104 * Creates a new {@code CertificateFactory} instance from the specified
112 * @return the new {@code CertificateFactory} instance.
119 * if the specified provider name is {@code null} or empty.
121 * it {@code type} is {@code null}
    [all...]
  /dalvik/libcore/text/src/main/java/java/text/
Format.java 36 * such as {@code DecimalFormat} may convert a numeric value such as 12345 to
38 * A date and time formatter like {@code SimpleDateFormat} may represent a
42 * Many of the concrete subclasses of {@code Format} employ the notion of a
44 * conversion between values and strings. For example, a {@code DecimalFormat}
49 * patterns, the notion of a pattern is not inherent to {@code Format} classes
52 * Two complex formatting classes are worth mentioning: {@code MessageFormat}
53 * and {@code ChoiceFormat}. {@code ChoiceFormat} is a subclass of
54 * {@code NumberFormat} which allows the user to format different number ranges
56 * file", and any number greater than 1 as "many files". {@code MessageFormat
    [all...]
  /external/guava/javadoc/com/google/common/io/
ByteArrayDataOutput.html 103 An extension of <code>DataOutput</code> for writing to in-memory byte arrays; its
104 methods offer identical functionality but do not throw <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A>.
128 <CODE>&nbsp;byte[]</CODE></FONT></TD>
129 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteArrayDataOutput.html#toByteArray()">toByteArray</A></B>()</CODE>
137 <CODE>&nbsp;void</CODE></FONT></TD
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
AbstractCheckedFuture.html 107 A delegating wrapper around a <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent"><CODE>ListenableFuture</CODE></A> that adds support for
108 the <A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#checkedGet()"><CODE>checkedGet()</CODE></A> and <A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#checkedGet(long, java.util.concurrent.TimeUnit)"><CODE>checkedGet(long, TimeUnit)</CODE></A> methods.
131 <CODE>protected &nbsp;<A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;<A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html" title="type parameter in AbstractCheckedFuture">V</A>&gt;</CODE></FONT></TD>
132 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#delegate">delegate</A></B></CODE>
    [all...]

Completed in 190 milliseconds

<<61626364656667686970>>