HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 501 - 525 of 1048) sorted by null

<<21222324252627282930>>

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java 17 package com.android.dexgen.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/dx/src/com/android/dx/cf/code/
BaseMachine.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.LocalItem;
20 import com.android.dx.rop.code.RegisterSpec;
36 /* {@code non-null;} the prototype for the associated method */
39 /** {@code non-null;} primary arguments */
42 /** {@code >= 0;} number of primary arguments */
45 /** {@code null-ok;} type of the operation, if salient */
48 /** auxiliary {@code int} argument */
51 /** {@code null-ok;} auxiliary constant argument */
57 /** {@code null-ok;} auxiliary switch cases argument *
    [all...]
BasicBlocker.java 17 package com.android.dx.cf.code;
32 /** {@code non-null;} method being converted */
36 * {@code non-null;} work set; bits indicate offsets in need of
42 * {@code non-null;} live set; bits indicate potentially-live
49 * {@code non-null;} block start set; bits indicate the starts of
51 * definitely-dead code
56 * {@code non-null, sparse;} for each instruction offset to a branch of
62 * {@code non-null, sparse;} for each instruction offset to a throwing
73 * definitely-dead code that is identified in the process.
75 * @param method {@code non-null;} method to conver
    [all...]
Frame.java 17 package com.android.dx.cf.code;
32 /** {@code non-null;} the locals */
35 /** {@code non-null;} the stack */
38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */
44 * @param locals {@code non-null;} the locals array to use
45 * @param stack {@code non-null;} the execution stack to use
54 * @param locals {@code non-null;} the locals array to use
55 * @param stack {@code non-null;} the execution stack to use
56 * @param subroutines {@code non-null;} list of subroutine start labels for
78 * all-uninitialized values (represented as {@code null}s) an
    [all...]
LocalVariableList.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.LocalItem;
26 * {@code LocalVariableTable} and {@code LocalVariableTypeTable}
30 /** {@code non-null;} zero-size instance */
37 * @param list1 {@code non-null;} first instance
38 * @param list2 {@code non-null;} second instance
39 * @return {@code non-null;} combined instance
73 * @param descriptorList {@code non-null;} list with descriptors
74 * @param signatureList {@code non-null;} list with signature
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
35 * {@code -1} if not
42 /** {@code non-null;} source position */
45 /** {@code non-null;} list of register arguments */
51 * @param position {@code non-null;} source position information
52 * @param dest {@code non-null;} destination register
53 * @param src {@code non-null;} source registe
    [all...]
DalvInsnList.java 17 package com.android.dx.dex.code;
39 * code block. This may be greater than the largest observed register+
40 * category because the method this code block exists in may
49 * @param list {@code non-null;} the list to use for elements
51 * this code block requires.
52 * @return {@code non-null;} an appropriately-constructed instance of this
69 * Constructs an instance. All indices initially contain {@code null}.
81 * do that, this will throw {@code NullPointerException}.
83 * @param n {@code >= 0, < size();} which index
84 * @return {@code non-null;} element at that inde
    [all...]
StdCatchBuilder.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.BasicBlockList;
21 import com.android.dx.rop.code.RopMethod;
34 /** the maximum range of a single catch handler, in code units */
37 /** {@code non-null;} method to build the list for */
40 /** {@code non-null;} block output order */
43 /** {@code non-null;} address objects for each block */
50 * @param method {@code non-null;} method to build the list for
51 * @param order {@code non-null;} block output orde
    [all...]
SwitchData.java 17 package com.android.dx.dex.code;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
33 * {@code non-null;} address representing the instruction that uses this
38 /** {@code non-null;} sorted list of switch cases (keys) */
42 * {@code non-null;} corresponding list of code addresses; the branch
52 * unknown ({@code -1}).
54 * @param position {@code non-null;} source position
55 * @param user {@code non-null;} address representing the instruction tha
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 19 import com.android.dx.dex.code.CatchHandlerList;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
31 * handler address) for a particular piece of code. Instances of this
32 * class correspond to a {@code try_item[]} and a
33 * {@code catch_handler_item[]}.
37 * the size of a {@code try_item}: a {@code uint}
38 * and two {@code ushort}s
42 /** {@code non-null;} code that contains the catches *
43 private final DalvCode code; field in class:CatchStructs
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 17 package com.android.dx.rop.code;
26 * identical to Java access flags, but {@code ACC_SUPER} isn't
27 * used at all in translated code, and {@code ACC_SYNCHRONIZED}
47 * synchronized method; only valid in dex files for {@code native}
53 * class with new-style {@code invokespecial} for superclass
80 * method with strict floating point ({@code strictfp})
101 * method was declared {@code synchronized}; has no effect on
150 * @return {@code non-null;} human-oriented string
161 * @return {@code non-null;} human-oriented strin
    [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...]
Insn.java 17 package com.android.dx.rop.code;
31 /** {@code non-null;} opcode */
34 /** {@code non-null;} source position */
37 /** {@code null-ok;} spec for the result of this instruction, if any */
40 /** {@code non-null;} specs for all the sources of this instruction */
46 * @param opcode {@code non-null;} the opcode
47 * @param position {@code non-null;} source position
48 * @param result {@code null-ok;} spec for the result, if any
49 * @param sources {@code non-null;} specs for all the sources
75 * {@code x.equals(y)} is only true if {@code x == y}
    [all...]
LocalVariableExtractor.java 17 package com.android.dx.rop.code;
23 * Code to figure out which local variables are active at which points in
27 /** {@code non-null;} method being extracted from */
30 /** {@code non-null;} block list for the method */
33 /** {@code non-null;} result in-progress */
36 /** {@code non-null;} work set indicating blocks needing to be processed */
42 * @param method {@code non-null;} the method to extract from
43 * @return {@code non-null;} the extracted information
53 * @param method {@code non-null;} the method to extract from
72 * @return {@code non-null;} the extracted informatio
    [all...]
RegisterSpecList.java 17 package com.android.dx.rop.code;
29 /** {@code non-null;} no-element instance */
35 * @param spec {@code non-null;} the element
36 * @return {@code non-null;} an appropriately-constructed instance
47 * @param spec0 {@code non-null;} the first element
48 * @param spec1 {@code non-null;} the second element
49 * @return {@code non-null;} an appropriately-constructed instance
62 * @param spec0 {@code non-null;} the first element
63 * @param spec1 {@code non-null;} the second element
64 * @param spec2 {@code non-null;} the third elemen
    [all...]
RegisterSpecSet.java 17 package com.android.dx.rop.code;
27 /** {@code non-null;} no-element instance */
31 * {@code non-null;} array of register specs, where each element is
32 * {@code null} or is an instance whose {@code reg}
37 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */
43 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that
129 * @return {@code >= 0;} the maximum size
138 * @return {@code >= 0;} the siz
    [all...]
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...]
  /development/ndk/platforms/android-3/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /development/ndk/platforms/android-L/include/linux/
icmp.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
71 __u8 code; member in struct:icmphdr
    [all...]
if_pppox.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
130 __u8 code; member in struct:pppoe_hdr
    [all...]
igmp.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
26 __u8 code; member in struct:igmphdr
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
60 __u8 code; member in struct:igmpv3_query
    [all...]
uhid.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
76 __u16 code; member in struct:uhid_output_ev_req
    [all...]
v4l2-subdev.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
50 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
57 __u32 code; member in struct:v4l2_subdev_frame_size_enum
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
76 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 203 int code = Integer.parseInt(value); local
204 boolean extra = defineEntity(name, (char) code);
289 int code = Integer.parseInt(value); local
291 boolean extra = defineEntity(name, (char) code);
  /external/bison/src/
output.c 39 #include "scan-code.h" /* max_left_semantic_context */
407 char const *code = (*get) (sym)->code; local
408 if (code)
413 code, optional typename. */
419 fprintf (out, ", %d, [[%s]]", sym->number, code);
676 | Output the parsing tables and the parser code to ftable. |

Completed in 961 milliseconds

<<21222324252627282930>>