| /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon21871::__anon21872::__anon21875
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon22225::__anon22226::__anon22229
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon22644::__anon22645::__anon22648
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon23007::__anon23008::__anon23011
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon23431::__anon23432::__anon23435
|
| /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon23793::__anon23794::__anon23797
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon24412::__anon24413::__anon24416
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon24749::__anon24750::__anon24753
|
| /sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
| CountryCodeQualifier.java | 23 * Resource Qualifier for Mobile Country Code. 33 public static final String NAME = "Mobile Country Code"; 37 * <code>null</code> is returned. 39 * @return a new {@link CountryCodeQualifier} object or <code>null</code> 46 int code = -1; local 48 code = Integer.parseInt(v); 54 CountryCodeQualifier qualifier = new CountryCodeQualifier(code); 64 * @param code the value of the qualifier, as returned by {@link #getCode()} [all...] |
| NetworkCodeQualifier.java | 23 * Resource Qualifier for Mobile Network Code Pixel Density. 33 public final static String NAME = "Mobile Network Code"; 37 * <code>null</code> is returned. 39 * @return a new {@link CountryCodeQualifier} object or <code>null</code> 46 int code = -1; local 48 code = Integer.parseInt(v); 54 NetworkCodeQualifier qualifier = new NetworkCodeQualifier(code); 64 * @param code the value of the qualifier, as returned by {@link #getCode()} 112 int code = -1; local [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| CodeItem.java | 19 import com.android.dexgen.dex.code.CatchTable; 20 import com.android.dexgen.dex.code.CstInsn; 21 import com.android.dexgen.dex.code.DalvCode; 22 import com.android.dexgen.dex.code.DalvInsn; 23 import com.android.dexgen.dex.code.DalvInsnList; 24 import com.android.dexgen.dex.code.LocalList; 25 import com.android.dexgen.dex.code.PositionList; 42 * {@code dex} file. 51 /** {@code non-null;} method that this code implements * 55 private final DalvCode code; field in class:CodeItem [all...] |
| DebugInfoItem.java | 19 import com.android.dexgen.dex.code.DalvCode; 20 import com.android.dexgen.dex.code.DalvInsnList; 21 import com.android.dexgen.dex.code.LocalList; 22 import com.android.dexgen.dex.code.PositionList; 37 /** {@code non-null;} the code this item represents */ 38 private final DalvCode code; field in class:DebugInfoItem 45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { 49 if (code == null) { 50 throw new NullPointerException("code == null") [all...] |
| /dalvik/dx/src/com/android/dx/cf/code/ |
| Simulator.java | 17 package com.android.dx.cf.code; 27 import com.android.dx.rop.code.LocalItem; 41 * {@code non-null;} canned error message for local variable 48 /** {@code non-null;} machine to use when simulating */ 51 /** {@code non-null;} array of bytecode */ 52 private final BytecodeArray code; field in class:Simulator 54 /** {@code non-null;} local variable information */ 57 /** {@code non-null;} visitor instance to use */ 63 * @param machine {@code non-null;} machine to use when simulating 64 * @param method {@code non-null;} method data to us [all...] |
| /dalvik/dx/src/com/android/dx/dex/file/ |
| CodeItem.java | 19 import com.android.dx.dex.code.CstInsn; 20 import com.android.dx.dex.code.CatchTable; 21 import com.android.dx.dex.code.DalvCode; 22 import com.android.dx.dex.code.DalvInsn; 23 import com.android.dx.dex.code.DalvInsnList; 24 import com.android.dx.dex.code.LocalList; 25 import com.android.dx.dex.code.PositionList; 42 * {@code dex} file. 51 /** {@code non-null;} method that this code implements * 55 private final DalvCode code; field in class:CodeItem [all...] |
| /external/javassist/src/main/javassist/compiler/ |
| JvstCodeGen.java | 22 /* Code generator accepting extended Java syntax for Javassist. 142 protected void atAssignParamList(CtClass[] params, Bytecode code) 151 code.addOpcode(DUP); 152 code.addIconst(i); 153 code.addOpcode(AALOAD); 154 compileUnwrapValue(params[i], code); 155 code.addStore(varNo, params[i]); 596 * by the produced code. 604 public static int compileParameterList(Bytecode code, 607 code.addIconst(0); // iconst_ [all...] |
| /bootable/recovery/minui/ |
| events.c | 155 int code; local 168 for (code = 0; code <= KEY_MAX; code++) { 169 if (test_bit(code, key_bits)) 170 set_key_cb(code, 1, data);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
| StreamingVideoActivity.java | 48 * Code name to append to the class name to identify this test. 50 public final String code; field in class:StreamingVideoActivity.Stream 57 public Stream(String name, String code, String uri) { 59 this.code = code; 72 && code.equals(stream.code) 79 return name.hashCode() ^ uri.hashCode() ^ code.hashCode(); 166 streams.add(TestListItem.newTest(stream.name, PlayVideoActivity.getTestId(stream.code),
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| ArrayData.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpecList; 20 import com.android.dexgen.rop.code.SourcePosition; 33 * {@code non-null;} address representing the instruction that uses this 38 /** {@code non-null;} initial values to be filled into an array */ 52 * unknown ({@code -1}). 54 * @param position {@code non-null;} source position 55 * @param user {@code non-null;} address representing the instruction that 57 * @param values {@code non-null;} initial values to be filled into an array
|
| CatchHandlerList.java | 17 package com.android.dexgen.dex.code; 28 /** {@code non-null;} empty instance */ 32 * Constructs an instance. All indices initially contain {@code null}. 34 * @param size {@code >= 0;} the size of the list 43 * do that, this will throw {@code NullPointerException}. 45 * @param n {@code >= 0, < size();} which index 46 * @return {@code non-null;} element at that index 61 * @param prefix {@code non-null;} the prefix for every line 62 * @param header {@code non-null;} the header for the first line (after the 64 * @return {@code non-null;} the human for [all...] |
| PositionList.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.SourcePosition; 27 /** {@code non-null;} empty instance */ 53 * @param insns {@code non-null;} instructions to convert 56 * @return {@code non-null;} the positions list 115 * Constructs an instance. All indices initially contain {@code null}. 117 * @param size {@code >= 0;} the size of the list 126 * do that, this will throw {@code NullPointerException}. 128 * @param n {@code >= 0, < size();} which index 129 * @return {@code non-null;} element at that inde [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
| Form35c.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.CstInsn; 20 import com.android.dexgen.dex.code.DalvInsn; 21 import com.android.dexgen.dex.code.InsnFormat; 22 import com.android.dexgen.rop.code.RegisterSpec; 23 import com.android.dexgen.rop.code.RegisterSpecList; 31 * Instruction format {@code 35c}. See the instruction format spec 35 /** {@code non-null;} unique instance of this class */ 123 * category-2 values count as two words. Return {@code -1} if the 127 * @param regs {@code non-null;} the register list in questio [all...] |
| Form3rc.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.CstInsn; 20 import com.android.dexgen.dex.code.DalvInsn; 21 import com.android.dexgen.dex.code.InsnFormat; 22 import com.android.dexgen.rop.code.RegisterSpec; 23 import com.android.dexgen.rop.code.RegisterSpecList; 30 * Instruction format {@code 3rc}. See the instruction format spec 34 /** {@code non-null;} unique instance of this class */
|
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| BasicBlock.java | 17 package com.android.dexgen.rop.code; 28 /** {@code >= 0;} target label for this block */ 31 /** {@code non-null;} list of instructions in this block */ 35 * {@code non-null;} full list of successors that this block may 41 * {@code >= -1;} the primary / standard-flow / "default" successor, or 42 * {@code -1} if this block has no successors (that is, it 48 * Constructs an instance. The predecessor set is set to {@code null}. 50 * @param label {@code >= 0;} target label for this block 51 * @param insns {@code non-null;} list of instructions in this block 52 * @param successors {@code non-null;} full list of successors that thi [all...] |
| LocalVariableInfo.java | 17 package com.android.dexgen.rop.code; 30 /** {@code >= 0;} the register count for the method */ 34 * {@code non-null;} {@link RegisterSpecSet} to use when indicating a block 41 * {@code non-null;} array consisting of register sets representing the 47 /** {@code non-null;} map from instructions to the variable each assigns */ 53 * @param method {@code non-null;} the method being represented by this instance 76 * @param label {@code >= 0;} the block label 77 * @param specs {@code non-null;} the register set to associate with the block 101 * @param label {@code >= 0;} the block label 102 * @param specs {@code non-null;} the register set to merge into the start se [all...] |
| RegisterSpecList.java | 17 package com.android.dexgen.rop.code; 28 /** {@code non-null;} no-element instance */ 34 * @param spec {@code non-null;} the element 35 * @return {@code non-null;} an appropriately-constructed instance 46 * @param spec0 {@code non-null;} the first element 47 * @param spec1 {@code non-null;} the second element 48 * @return {@code non-null;} an appropriately-constructed instance 61 * @param spec0 {@code non-null;} the first element 62 * @param spec1 {@code non-null;} the second element 63 * @param spec2 {@code non-null;} the third elemen [all...] |