/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CatchStructs.java | 19 import com.android.dexgen.dex.code.CatchHandlerList; 20 import com.android.dexgen.dex.code.CatchTable; 21 import com.android.dexgen.dex.code.DalvCode; 34 * handler address) for a particular piece of code. Instances of this 35 * class correspond to a {@code try_item[]} and a 36 * {@code catch_handler_item[]}. 40 * the size of a {@code try_item}: a {@code uint} 41 * and two {@code ushort}s 45 /** {@code non-null;} code that contains the catches * 46 private final DalvCode code; field in class:CatchStructs [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
AccessFlags.java | 17 package com.android.dexgen.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.dexgen.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.dexgen.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...] |
LocalVariableExtractor.java | 17 package com.android.dexgen.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...] |
RegisterSpecSet.java | 17 package com.android.dexgen.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...] |
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.RegisterSpec; 20 import com.android.dx.rop.code.LocalItem; 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; 21 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; 34 * {@code -1} if not 41 /** {@code non-null;} source position */ 44 /** {@code non-null;} list of register arguments */ 50 * @param position {@code non-null;} source position information 51 * @param dest {@code non-null;} destination register 52 * @param src {@code non-null;} source registe [all...] |
DalvInsnList.java | 17 package com.android.dx.dex.code; 40 * code block. This may be greater than the largest observed register+ 41 * category because the method this code block exists in may 50 * @param list {@code non-null;} the list to use for elements 52 * this code block requires. 53 * @return {@code non-null;} an appropriately-constructed instance of this 70 * Constructs an instance. All indices initially contain {@code null}. 82 * do that, this will throw {@code NullPointerException}. 84 * @param n {@code >= 0, < size();} which index 85 * @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; 35 /** the maximum range of a single catch handler, in code units */ 38 /** {@code non-null;} method to build the list for */ 41 /** {@code non-null;} block output order */ 44 /** {@code non-null;} address objects for each block */ 51 * @param method {@code non-null;} method to build the list for 52 * @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; 32 * handler address) for a particular piece of code. Instances of this 33 * class correspond to a {@code try_item[]} and a 34 * {@code catch_handler_item[]}. 38 * the size of a {@code try_item}: a {@code uint} 39 * and two {@code ushort}s 43 /** {@code non-null;} code that contains the catches * 44 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...] |
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
|
/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. |
|