HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1051 - 1075 of 2299) sorted by null

<<41424344454647484950>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
332 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
333 SEND-PR: rejects-legal GCC gives an error message for correct code.
334 SEND-PR: wrong-code The machine code generated by gcc is incorrect.
335 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
336 SEND-PR: for correct code
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 331 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
333 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
334 SEND-PR: rejects-legal GCC gives an error message for correct code.
335 SEND-PR: wrong-code The machine code generated by gcc is incorrect.
336 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
337 SEND-PR: for correct code
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
332 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
333 SEND-PR: rejects-legal GCC gives an error message for correct code.
334 SEND-PR: wrong-code The machine code generated by gcc is incorrect.
335 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
336 SEND-PR: for correct code
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
332 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
333 SEND-PR: rejects-legal GCC gives an error message for correct code.
334 SEND-PR: wrong-code The machine code generated by gcc is incorrect.
335 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
336 SEND-PR: for correct code
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
langhooks.h 73 /* Return a new type (with the indicated CODE), doing whatever
204 /* Build and return code for a default constructor for DECL in
209 /* Build and return code for a copy constructor from SRC to DST. */
215 /* Build and return code destructing DECL. Return NULL if nothing
291 only information available is the tree code. Expected to die
304 /* Handle the switch CODE, which has real type enum opt_code from
313 int (*handle_option) (size_t code, const char *arg, int value);
317 bool (*missing_argument) (const char *opt, size_t code);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 331 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
333 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
334 SEND-PR: rejects-legal GCC gives an error message for correct code.
335 SEND-PR: wrong-code The machine code generated by gcc is incorrect.
336 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
337 SEND-PR: for correct code
    [all...]
  /external/icu4c/common/
ucnvscsu.c 58 * Unicode code points from 3400 to E000 are not adressible by
270 * Instead, there are two code blocks for the two SCSU modes.
277 * When the fast-path runs into a code that it cannot handle, its loop ends and it
282 * The callback handling is done by returning with an error code.
616 * Instead, there are two code blocks for the two SCSU modes.
623 * When the fast-path runs into a code that it cannot handle, its loop ends and it
628 * The callback handling is done by returning with an error code.
875 * Real compression heuristics are applied to the rest, in code branches for
876 * single/Unicode mode and BMP/supplementary code points.
1030 int code; local
1520 int code; local
    [all...]
  /external/ppp/pppd/
ipcp.c 10 * 1. Redistributions of source code must retain the above copyright
100 * Callbacks for fsm code. (CI = Configuration Information)
230 * Protocol entry points from main code.
986 #define NAKCIADDRS(opt, neg, code) \
998 code \
1001 #define NAKCIVJ(opt, neg, code) \
1010 code \
1013 #define NAKCIADDR(opt, neg, code) \
1023 code \
1026 #define NAKCIDNS(opt, neg, code) \
2036 int code, id, len, olen; local
    [all...]
  /bootable/diskinstaller/libdiskconfig/
diskconfig.h 68 uint8_t code[440]; /* bytes 0-439 */ member in struct:pc_boot_record
  /build/tools/droiddoc/templates/assets/
carousel.js 162 for (var code in slideCode) {
164 originPosition[code] = 0;
167 originPosition[code] = (slideTotal-slidesAtOnce)*slideWidth;
169 originPosition[code] = (i-centeringPoint+1)*slideWidth;
  /dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java 17 package com.android.dx.cf.code;
23 * {@code LineNumberTable} attributes.
26 /** {@code non-null;} zero-size instance */
33 * @param list1 {@code non-null;} first instance
34 * @param list2 {@code non-null;} second instance
35 * @return {@code non-null;} combined instance
71 * @param n {@code >= 0;} which item
72 * @return {@code null-ok;} the indicated item
81 * @param n {@code >= 0, < size();} which element
82 * @param item {@code non-null;} the ite
    [all...]
SwitchList.java 17 package com.android.dx.cf.code;
24 * {@code tableswitch} or {@code lookupswitch} instruction. It
28 /** {@code non-null;} list of test values */
32 * {@code non-null;} list of targets corresponding to the test values; there
44 * @param size {@code >= 0;} the number of elements to be in the table
64 * @return {@code >= 0;} the list size
73 * @param n {@code >= 0;}, &lt; size(); which index
81 * Gets the indicated target. Asking for the target at {@code size()}
84 * @param n {@code >= 0, <= size();} which inde
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 17 package com.android.dx.dex.code;
23 * Table of catch entries. Each entry includes a range of code
29 /** {@code non-null;} empty instance */
33 * Constructs an instance. All indices initially contain {@code null}.
35 * @param size {@code >= 0;} the size of the table
44 * do that, this will throw {@code NullPointerException}.
46 * @param n {@code >= 0, < size();} which index
47 * @return {@code non-null;} element at that index
56 * @param n {@code >= 0, < size();} which index
57 * @param entry {@code non-null;} the entry to set at {@code n
    [all...]
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...]
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 17 package com.android.dx.rop.code;
34 * @param opcode {@code non-null;} the opcode
35 * @param position {@code non-null;} source position
36 * @param result {@code null-ok;} spec for the result, if any
37 * @param sources {@code non-null;} specs for all the sources
60 * @param opcode {@code non-null;} the opcode
61 * @param position {@code non-null;} source position
62 * @param result {@code null-ok;} spec for the result, if any
63 * @param source {@code non-null;} spec for the source
RegOps.java 17 package com.android.dx.rop.code;
24 * <p><b>Note:</b> Opcode descriptions use a rough pseudocode. {@code r}
25 * is the result register, {@code x} is the first argument,
26 * {@code y} is the second argument, and {@code z} is the
32 /** {@code nop()} */
35 /** {@code T: any type; r,x: T :: r = x;} */
38 /** {@code T: any type; r,param(x): T :: r = param(x)} */
42 * {@code T: Throwable; r: T :: r = caught_exception}.
49 /** {@code T: any type; r, literal: T :: r = literal;} *
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 19 import com.android.dx.rop.code.*;
26 /** {@code non-null;} the block that contains this instance */
29 /** {@code null-ok;} result register */
35 * @param result {@code null-ok;} initial result register. May be changed.
36 * @param block {@code non-null;} block containing this insn. Can
51 * @param insn {@code non-null;} rop insn
52 * @param block {@code non-null;} owning block
53 * @return {@code non-null;} an appropriately constructed instance
70 * Like {@link com.android.dx.rop.code.Insn getResult()}.
81 * @param result {@code non-null;} the new result registe
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
InterferenceGraph.java 24 import com.android.dx.rop.code.RegisterSpec;
38 * {@code non-null;} interference graph, indexed by register in
46 * @param countRegs {@code >= 0;} the start count of registers in
89 * @param reg {@code >= 0;} register
90 * @param set {@code non-null;} interference set; will be merged
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 19 import com.android.dx.cf.code.ByteBlock;
61 * @return {@code >= 0;} the maximum label
105 * @param label {@code >= 0;} the label to look for
106 * @return {@code >= -1;} the index of the so-labelled item, or {@code -1}
145 * @param n {@code >= 0, < size();} which element
146 * @param item {@code null-ok;} the value to store
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS03.java 111 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createDocument05.java 116 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createDocumentType02.java 115 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
createElementNS03.java 113 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
namednodemapsetnameditemns03.java 105 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
removeNamedItemNS03.java 110 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);

Completed in 1814 milliseconds

<<41424344454647484950>>