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

<<61626364656667686970>>

  /external/icu4c/common/unicode/
locid.h 20 * 04/24/97 aliu Numerous changes per code review.
24 * 04/12/00 srl removing unicodestring api's and cached hash code
45 * A <code>Locale</code> object represents a specific geographical, political,
46 * or cultural region. An operation that requires a <code>Locale</code> to perform
47 * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code>
56 * You can create a <code>Locale</code> object using the constructor i
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 26 * <code>TimeZoneRule</code> is a class representing a rule for time zone.
27 * <code>TimeZoneRule</code> has a set of time zone attributes, such as zone name,
49 * Return true if the given <code>TimeZoneRule</code> objects are semantically equal. Objects
52 * @return true if the given <code>TimeZoneRule</code> objects are semantically equal.
58 * Return true if the given <code>TimeZoneRule</code> objects are semantically unequal. Object
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
flex.texi 44 This code is derived from software contributed to Berkeley by
88 This code is derived from software contributed to Berkeley by
120 This manual documents @code{flex}. It covers release @value{VERSION}.
138 * YACC interface:: Interfacing with @code{yacc}
142 * Incompatibilities:: Incompatibilities with @code{lex} and POSIX
169 This manual describes @code{flex}, a tool for generating programs
249 @code{flex} is a tool for generating @dfn{scanners}: programs which
250 recognized lexical patterns in text. @code{flex} reads the given
254 and C code, called @dfn{rules}. @code{flex} generates as output a
    [all...]
  /cts/tools/dx-tests/
dx-tests.html 19 usual specifications for <code>.class</code> files. The suite does both
70 executes the tests for the <code>anewarray</code> instruction.
82 it for the portable interpreter, pass <code>--portable</code> as the first
83 parameter. Passing <code>--help</code> results in a brief overview of the
127 some invalid piece of code or it rejected a valid one.
134 A verifier test case threw <code>VerifyError</code>, where
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form12x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.HighRegisterPrefix;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.dex.code.SimpleInsn;
23 import com.android.dx.rop.code.RegisterSpec;
24 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 12x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
50 * The (sz - 2) and (sz - 1) below makes this code work fo
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 17 package com.android.dx.rop.code;
28 /** minimum {@code BRANCH_*} value */
49 /** maximum {@code BRANCH_*} value */
56 * {@code non-null;} result type of this operation; {@link Type#VOID} for
61 /** {@code non-null;} types of all the sources of this operation */
64 /** {@code non-null;} list of possible types thrown by this operation */
68 * the branchingness of this op; one of the {@code BRANCH_*}
76 /** {@code null-ok;} nickname, if specified (used for debugging) */
84 * @param result {@code non-null;} result type of this operation; {@link
86 * @param sources {@code non-null;} types of all the sources of this operatio
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/zip/
ZipEntry.java 30 * An instance of {@code ZipEntry} represents an entry within a <i>ZIP-archive</i>.
63 * Constructs a new {@code ZipEntry} with the specified name.
81 * Gets the comment for this {@code ZipEntry}.
83 * @return the comment for this {@code ZipEntry}, or {@code null} if there
85 * {@code ZipInputStream} the comment is not available.
92 * Gets the compressed size of this {@code ZipEntry}.
102 * Gets the checksum for this {@code ZipEntry}.
111 * Gets the extra information for this {@code ZipEntry}.
113 * @return a byte array containing the extra information, or {@code null} i
    [all...]
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
SubjectDomainCombiner.java 26 * Merges permissions based on code source and code signers with permissions
39 * Creates a domain combiner for the entity provided in {@code subject}.
67 * Merges the {@code ProtectionDomain} with the {@code Principal}s
68 * associated with the subject of this {@code SubjectDomainCombiner}.
71 * the {@code ProtectionDomain}s associated with the context of
76 * the {@code ProtectionDomain}s from the parent thread based on
77 * code source and signers.
78 * @return a single {@code ProtectionDomain} array computed from the tw
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TimerTask.java 21 * The {@code TimerTask} class represents a task to run at a specified time. The task
68 * @return {@code true} if the timer task is scheduled, {@code false}
78 * Creates a new {@code TimerTask}.
85 * Cancels the {@code TimerTask} and removes it from the {@code Timer}'s queue. Generally, it
86 * returns {@code false} if the call did not prevent a {@code TimerTask} from running at
89 * @return {@code true} if the call prevented a scheduled execution
90 * from taking place, {@code false} otherwise
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/acl/
AclEntry.java 26 * An {@code AclEntry} is a list of the {@link Permission}s that are
38 * @return {@code true} on success, {@code false} if there is a principal already set for
64 * @return {@code true} if this ACL entry is negative, {@code false} if it's positive.
73 * @return {@code true} if the specified permission is added, {@code false} if the
83 * @return {@code true} if the permission is removed, {@code false} if the permission was
93 * @return {@code true} if the permission is in this entry, otherwise {@code false}
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
LDAPCertStoreParameters.java 21 * The parameters to initialize a LDAP {@code CertStore} instance.
35 * Creates a new {@code LDAPCertStoreParameters} instance with the specified
43 * is {@code serverName} is {@code null}.
54 * Creates a new {@code LDAPCertStoreParameters} instance with default
65 * Creates a new {@code LDAPCertStoreParameters} instance with the specified
71 * if {@code serverName} is {@code null}.
82 * Clones this {@code LDAPCertStoreParameters} instance.
113 * Returns the string representation of this {@code LDAPCertStoreParameters
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 50 * <code>DTMNodeProxy</code> presents a DOM Node API front-end to the DTM model.
1344 * of this document. This is <code>null</code> when unspecified.
1361 * When set to <code>false</code>, the implementation is free to not
1363 * and not raise any <code>DOMException</code>. In case of error, the
1364 * behavior is undefined. This attribute is <code>true</code> b
    [all...]
  /external/guava/javadoc/com/google/common/base/
Joiner.html 104 An object which joins pieces of text (specified as an array, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><CODE>Iterable</CODE></A>, varargs or even a <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>) with a separator. It either
105 appends the results to an <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><CODE>Appendable</CODE></A> or returns them as a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A>. Example: <pre> <code>Joiner joiner = Joiner.on("; ").skipNulls();
107 return joiner.join("Harry", null, "Ron", "Hermione");</code></pre
    [all...]
  /external/guava/src/com/google/common/annotations/
GwtCompatible.java 27 * <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT).
32 * <pre style="code">
42 * The return value of {@code Lists.newArrayList(E[])} has GWT
46 * <pre style="code">
54 * The {@code newArrayList(E[])} method of all implementations of {@code
57 * <p>Note that a {@code GwtCompatible} type may have some {@link
70 * When {@code true}, the annotated type or the type of the method return
73 * @see <a href="http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=DevGuideSerializableTypes">
79 * When {@code true}, the annotated type is emulated in GWT. The emulate
    [all...]
  /external/guava/src/com/google/common/collect/
SortedSetMultimap.java 30 * A {@code SetMultimap} whose set of values for a given key are kept sorted;
39 * so explicitly, the map returned by {@link #asMap} has {@code SortedSet}
55 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
64 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
74 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
78 * <p>Any duplicates in {@code values} will be stored in the multimap once.
86 * {@code setValue()} on the map entries, {@code put}, or {@code putAll}.
88 * <p>The collections returned by {@code asMap().get(Object)} have the sam
    [all...]
  /external/guava/src/com/google/common/io/
Closeables.java 40 * {@code IOException} may be thrown. This is primarily useful in a
44 * <p>If {@code swallowIOException} is true then we never throw
45 * {@code IOException} but merely log it.
53 * // Some code which does something with the Stream. May throw a
63 * @param closeable the {@code Closeable} object to be closed, or null,
66 * thrown by the {@code close} methods
67 * @throws IOException if {@code swallowIOException} is false and
68 * {@code close} throws an {@code IOException}.
88 * Equivalent to calling {@code close(closeable, true)}, but with n
    [all...]
  /external/jpeg/
jerror.h 27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
    [all...]
  /external/opencore/doc/oscl_html/
oscl__error__allocator_8h.html 12 <code>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</code><br>
13 <code>#include "<a class="el" href="oscl__base__macros_8h-source.html">oscl_base_macros.h</a>"</code><br>
14 <code>#include "<a class="el" href="osclconfig__error_8h-source.html">osclconfig_error.h</a>"</code><br>
15 <code>#include "<a class="el" href="oscl__assert_8h-source.html">oscl_assert.h</a>"</code><br>
16 <code>#include "<a class="el" href="oscl__defalloc_8h-source.html">oscl_defalloc.h</a>"</code><br
    [all...]
oscl__scheduler_8h.html 9 <hr><h1>oscl_scheduler.h File Reference</h1><code>#include "<a class="el" href="oscl__scheduler__types_8h-source.html">oscl_scheduler_types.h</a>"</code><br>
10 <code>#include "<a class="el" href="oscl__scheduler__ao_8h-source.html">oscl_scheduler_ao.h</a>"</code><br>
11 <code>#include "<a class="el" href="oscl__scheduler__threadcontext_8h-source.html">oscl_scheduler_threadcontext.h</a>"</code><br>
12 <code>#include "<a class="el" href="oscl__defalloc_8h-source.html">oscl_defalloc.h</a>"</code><br>
13 <code>#include "<a class="el" href="oscl__mem_8h-source.html">oscl_mem.h</a>"</code><br
    [all...]
oscl__scheduler__aobase_8h.html 12 <code>#include "<a class="el" href="oscl__namestring_8h-source.html">oscl_namestring.h</a>"</code><br>
13 <code>#include "<a class="el" href="oscl__scheduler__threadcontext_8h-source.html">oscl_scheduler_threadcontext.h</a>"</code><br>
14 <code>#include "<a class="el" href="oscl__scheduler__readyq_8h-source.html">oscl_scheduler_readyq.h</a>"</code><br>
15 <code>#include "<a class="el" href="oscl__string__containers_8h-source.html">oscl_string_containers.h</a>"</code><br>
16 <code>#include "<a class="el" href="oscl__scheduler__types_8h-source.html">oscl_scheduler_types.h</a>"</code><br
    [all...]
oscl__vector_8h.html 12 <code>#include "<a class="el" href="oscl__mem__basic__functions_8h-source.html">oscl_mem_basic_functions.h</a>"</code><br>
13 <code>#include "<a class="el" href="oscl__assert_8h-source.html">oscl_assert.h</a>"</code><br>
14 <code>#include "<a class="el" href="oscl__opaque__type_8h-source.html">oscl_opaque_type.h</a>"</code><br>
15 <code>#include "<a class="el" href="oscl__defalloc_8h-source.html">oscl_defalloc.h</a>"</code><br>
16 <code>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</code><br
    [all...]
  /external/opencore/doc/pv2way_html/
pv__2way__engine__factory_8h-source.html 13 00005 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pv__2way__basic__types_8h.html">pv_2way_basic_types.h</a>"</span>
19 00011 <span class="keyword">class </span><a class="code" href="classCPV2WayInterface.html">CPV2WayInterface</a>;
21 <a name="l00013"></a><a class="code" href="classCPV2WayEngineFactory.html">00013</a> <span class="keyword">class </span><a class="code" href="classCPV2WayEngineFactory.html">CPV2WayEngineFactory</a>
24 00016 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayEngineFactory.html#d0">Init</a>();
26 00018 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayEngineFactory.html#d1">Cleanup</a>();
28 00031 OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="classCPV2WayInterface.html">CPV2WayInterface</a> *<a class="code" href="classCPV2WayEngineFactory.html#d2">CreateTerminal</a>(<a class="code" href="pv__2way__basic__types_8h.html#a4">PV2WayTerminalType</a> aTerminalType,
33 00045 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayEngineFactory.html#d3">DeleteTerminal</a>(<a class="code" href="classCPV2WayInt (…)
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
LookUpSwitchInstruction.java 83 protected void readInfo(byte[] code, int offset)
89 defaultOffset = readInt(code, offset); offset += 4;
90 int jumpOffsetCount = readInt(code, offset); offset += 4;
98 cases[index] = readInt(code, offset); offset += 4;
99 jumpOffsets[index] = readInt(code, offset); offset += 4;
104 protected void writeInfo(byte[] code, int offset)
109 writeByte(code, offset++, 0);
113 writeInt(code, offset, defaultOffset); offset += 4;
114 writeInt(code, offset, cases.length); offset += 4;
119 writeInt(code, offset, cases[index]); offset += 4
    [all...]
TableSwitchInstruction.java 87 protected void readInfo(byte[] code, int offset)
93 defaultOffset = readInt(code, offset); offset += 4;
94 lowCase = readInt(code, offset); offset += 4;
95 highCase = readInt(code, offset); offset += 4;
102 jumpOffsets[index] = readInt(code, offset); offset += 4;
107 protected void writeInfo(byte[] code, int offset)
112 writeByte(code, offset++, 0);
116 writeInt(code, offset, defaultOffset); offset += 4;
117 writeInt(code, offset, lowCase); offset += 4;
118 writeInt(code, offset, highCase); offset += 4
    [all...]
  /external/v8/src/
ic-inl.h 6 // * Redistributions of source code must retain the above copyright
52 // the original code instead of the address in the running code. This will
53 // cause the original code to be updated and keeps the breakpoint active in
54 // the running code.
66 Code* IC::GetTargetAtAddress(Address address) {
69 // Convert target address to the code object. Code::GetCodeFromTargetAddress
71 Code* result = Code::GetCodeFromTargetAddress(target)
    [all...]

Completed in 792 milliseconds

<<61626364656667686970>>