HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 351 - 375 of 3111) sorted by null

<<11121314151617181920>>

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
SourcePosition.java 17 package com.android.dexgen.rop.code;
23 * Information about a source position for code, which includes both a
27 /** {@code non-null;} convenient "no information known" instance */
31 /** {@code null-ok;} name of the file of origin or {@code null} if unknown */
35 * {@code >= -1;} the bytecode address, or {@code -1} if that
41 * {@code >= -1;} the line number, or {@code -1} if that
49 * @param sourceFile {@code null-ok;} name of the file of origin o
    [all...]
  /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...]
  /dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java 17 package com.android.dx.dex.code;
22 * Table of catch entries. Each entry includes a range of 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 table
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
55 * @param n {@code >= 0, < size();} which index
56 * @param entry {@code non-null;} the entry to set at {@code n
    [all...]
CstInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 /** {@code non-null;} the constant argument for this instruction */
32 * {@code >= -1;} the constant pool index for {@link #constant}, or
33 * {@code -1} if not yet set
38 * {@code >= -1;} the constant pool index for the class reference in
39 * {@link #constant} if any, or {@code -1} if not yet set
45 * initially unknown ({@code -1}) as is the constant pool index.
48 * @param position {@code non-null;} source positio
    [all...]
DalvCode.java 17 package com.android.dx.dex.code;
25 * corresponds to a {@code code} structure in a {@code .dex} file.
35 * {@code null-ok;} the instruction list, ready for final processing;
41 * {@code non-null;} unprocessed catch table;
47 * {@code null-ok;} catch table; set in
53 * {@code null-ok;} source positions list; set in
59 * {@code null-ok;} local variable list; set in
65 * {@code null-ok;} the processed instruction list; set i
    [all...]
HighRegisterPrefix.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;
26 * {@code move*} instructions to move a set of registers into
27 * registers starting at {@code 0} sequentially. This is used
32 /** {@code null-ok;} cached instructions, if constructed */
37 * unknown ({@code -1}).
39 * @param position {@code non-null;} source position
40 * @param registers {@code non-null;} source register
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 11n}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
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.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpec;
23 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 for
152 * The (sz - 2) and (sz - 1) below makes this code work fo
    [all...]
Form21c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
32 * Instruction format {@code 21c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
Form21h.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 21h}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form21s.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 21s}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form22b.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 22b}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form22s.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 22s}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form31c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
32 * Instruction format {@code 31c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
Form3rc.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 3rc}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
  /dalvik/dx/src/com/android/dx/rop/code/
Exceptions.java 17 package com.android.dx.rop.code;
26 /** {@code non-null;} the type {@code java.lang.ArithmeticException} */
31 * {@code non-null;} the type
32 * {@code java.lang.ArrayIndexOutOfBoundsException}
37 /** {@code non-null;} the type {@code java.lang.ArrayStoreException} */
41 /** {@code non-null;} the type {@code java.lang.ClassCastException} */
45 /** {@code non-null;} the type {@code java.lang.Error} *
    [all...]
PlainInsn.java 17 package com.android.dx.rop.code;
35 * @param opcode {@code non-null;} the opcode
36 * @param position {@code non-null;} source position
37 * @param result {@code null-ok;} spec for the result, if any
38 * @param sources {@code non-null;} specs for all the sources
61 * @param opcode {@code non-null;} the opcode
62 * @param position {@code non-null;} source position
63 * @param result {@code null-ok;} spec for the result, if any
64 * @param source {@code non-null;} spec for the source
SourcePosition.java 17 package com.android.dx.rop.code;
23 * Information about a source position for code, which includes both a
27 /** {@code non-null;} convenient "no information known" instance */
31 /** {@code null-ok;} name of the file of origin or {@code null} if unknown */
35 * {@code >= -1;} the bytecode address, or {@code -1} if that
41 * {@code >= -1;} the line number, or {@code -1} if that
49 * @param sourceFile {@code null-ok;} name of the file of origin o
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon2338::__anon2339::__anon2342
  /external/ImageMagick/MagickCore/
token-private.h 98 code; local
113 code=(int) (*text++) & 0xff;
114 unicode=code;
117 if ((code & utf_info[i].code_mask) == utf_info[i].code_value)
157 static inline MagickBooleanType IsUTFSpace(int code)
159 if (((code >= 0x0009) && (code <= 0x000d)) || (code == 0x0020) ||
160 (code == 0x0085) || (code == 0x00a0) || (code == 0x1680) |
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 73 * <code>null</code> to disable automatic
76 * <code>null</code> for the system locale
107 * @param code the status code of the response
108 * @param reason the reason phrase to the status code, or
109 * <code>null</code>
112 final int code,
190 final int code = this.statusline.getStatusCode(); local
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
X509CertificateHolderSelector.java 78 int code = Arrays.hashCode(subjectKeyId); local
82 code ^= this.serialNumber.hashCode();
87 code ^= this.issuer.hashCode();
90 return code;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 131 int code = tagNo; local
140 code ^= obj.hashCode();
143 return code;
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
CaliperMain.java 36 * Primary entry point for the caliper benchmark runner application; run with {@code --help} for
38 * invocation and then hand off to {@code CaliperRun}. That is, a hypothetical GUI benchmark runner
39 * might still use {@code CaliperRun} but would skip using this class.
43 * Your benchmark classes can implement main() like this: <pre> {@code
52 * <p>Measurement is handled in a subprocess, so it will not use {@code benchmarkClass} itself;
61 * Entry point for the caliper benchmark runner application; run with {@code --help} for details.
66 int code = 1; // pessimism! local
70 code = 0;
74 code = e.exitCode();
91 System.exit(code);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_cli.py 5 import code namespace
102 class ConsoleWithReadline(code.InteractiveConsole):
113 code.InteractiveConsole.__init__(self, new_locals, filename)

Completed in 1366 milliseconds

<<11121314151617181920>>