HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 276 - 300 of 1221) sorted by null

<<11121314151617181920>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
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;
27 * {@code move*} instructions to move a set of registers into
28 * registers starting at {@code 0} sequentially. This is used
33 /** {@code null-ok;} cached instructions, if constructed */
38 * unknown ({@code -1}).
40 * @param position {@code non-null;} source position
41 * @param registers {@code non-null;} source register
    [all...]
  /external/dexmaker/src/dx/java/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;
30 * Instruction format {@code 11n}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
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;
33 * Instruction format {@code 21c}. See the instruction format spec
37 /** {@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;
30 * Instruction format {@code 21h}. See the instruction format spec
34 /** {@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;
30 * Instruction format {@code 21s}. See the instruction format spec
34 /** {@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;
30 * Instruction format {@code 22b}. See the instruction format spec
34 /** {@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;
30 * Instruction format {@code 22s}. See the instruction format spec
34 /** {@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;
33 * Instruction format {@code 31c}. See the instruction format spec
37 /** {@code non-null;} unique instance of this class */
Form32s.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;
30 * Instruction format {@code 32s}. See the instruction format spec
34 /** {@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 */
Form41c.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 41c}. See the instruction format spec
36 /** {@code non-null;} unique instance of this class */
Form5rc.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 5rc}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
  /external/dexmaker/src/dx/java/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...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Label.java 19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.Insn;
21 import com.android.dx.rop.code.InsnList;
34 Code code; field in class:Label
  /external/e2fsprogs/lib/ss/
listen.c 55 int code; local
88 code = SS_ET_EOF;
103 code = ss_execute_line (sci_idx, line);
104 if (code == SS_ET_COMMAND_NOT_FOUND) {
121 code = 0;
126 return code;
129 void ss_abort_subsystem(int sci_idx, int code)
132 ss_info(sci_idx)->exit_status = code;
  /external/expat/xmlwf/
xmlfile.c 63 enum XML_Error code = XML_GetErrorCode(parser); local
64 const XML_Char *message = XML_ErrorString(code);
72 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code);
  /external/guava/guava/src/com/google/common/collect/
SingletonImmutableSet.java 51 // Guaranteed to be non-null by the presence of the pre-computed hash code.
106 int code = cachedHashCode; local
107 if (code == 0) {
108 cachedHashCode = code = element.hashCode();
110 return code;
  /external/icu4c/layout/
LEFontInstance.cpp 61 LEUnicode32 code = high; local
67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000;
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
73 if (code >= 0x10000) {
  /external/iptables/include/net/netfilter/
nf_conntrack_tuple.h 25 "non-manipulatable" lines, for the benefit of the NAT code.
85 u_int8_t type, code; member in struct:nf_conntrack_tuple::__anon7526::__anon7527::__anon7530
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 81 CodeAttribute code = info.getCodeAttribute(); local
82 if (code == null)
92 int spacing = String.valueOf(code.getCodeLength()).length();
94 CodeIterator iterator = code.iterator();
108 stream.println("--DEAD CODE--");
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 41 * forwarded and then <code>invoke()</code> is called on the method handler
45 * <p>For example, if the following code is executed,
69 * <code>mi</code> and prints a message before executing the originally called method
70 * <code>bar()</code> in <code>Foo</code>.
76 * <p>The last three lines of the code shown above can be replaced with a call t
860 Bytecode code = new Bytecode(cp, 0, 0); local
878 Bytecode code = new Bytecode(cp, 2, 2); local
893 Bytecode code = new Bytecode(cp, 1, 1); local
1061 Bytecode code = new Bytecode(cp, 0, 0); local
1105 Bytecode code = new Bytecode(cp, 0, 0); local
1128 Bytecode code = new Bytecode(cp, 0, args + 2); local
1325 Bytecode code = new Bytecode(cp, 0, 1); local
    [all...]
  /external/libvpx/vp8/common/
duck_io.h 4 * Use of this source code is governed by a BSD-style license
57 SAL_ERR code; member in struct:sal_err_map_temp
83 if (e == g_sal_err_map[t].code)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
86 // Parsing the 3digits code
90 int code = Integer.parseInt(token.getTokenValue()); local
91 warning.setCode(code);
128 // Parsing the 3digits code
132 int code = Integer.parseInt(tok.getTokenValue()); local
133 warning.setCode(code);

Completed in 1484 milliseconds

<<11121314151617181920>>