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

<<11121314151617181920>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form33x.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.RegisterSpecList;
28 * Instruction format {@code 33x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form51l.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;
31 * Instruction format {@code 51l}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
Form52c.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;
31 * Instruction format {@code 52c}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
DexTranslationAdvice.java 17 package com.android.dx.rop.code;
28 /** {@code non-null;} standard instance of this class */
112 * @param sources {@code non-null;} list of SSA registers
113 * @return {@code >= 0;} rop-form width in register units
FillArrayDataInsn.java 17 package com.android.dx.rop.code;
45 * @param opcode {@code non-null;} the opcode
46 * @param position {@code non-null;} source position
47 * @param sources {@code non-null;} specs for all the sources
48 * @param initValues {@code non-null;} list of initial values to fill the array
49 * @param cst {@code non-null;} type of the new array
74 * @return {@code non-null;} list of init values
82 * @return {@code non-null;} array type
InsnList.java 17 package com.android.dx.rop.code;
27 * Constructs an instance. All indices initially contain {@code null}.
38 * do that, this will throw {@code NullPointerException}.
40 * @param n {@code >= 0, < size();} which index
41 * @return {@code non-null;} element at that index
50 * @param n {@code >= 0, < size();} which index
51 * @param insn {@code non-null;} the instruction to set at {@code n}
59 * {@code get(size() - 1)}.
61 * @return {@code non-null;} the last instructio
    [all...]
LocalItem.java 17 package com.android.dx.rop.code;
25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
38 * @return {@code non-null;} appropriate instance.
51 * @param name {@code null-ok;} local variable name
52 * @param signature {@code null-ok;} local variable signature
129 * @return {@code null-ok;} name
138 * @return {@code null-ok;} signatur
    [all...]
SwitchInsn.java 17 package com.android.dx.rop.code;
29 /** {@code non-null;} list of switch cases */
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
39 * @param cases {@code non-null;} list of switch cases
93 * never encounters {@code SwitchInsn}s
114 * @return {@code non-null;} the case list
ThrowingCstInsn.java 17 package com.android.dx.rop.code;
30 /** {@code non-null;} list of exceptions caught */
36 * @param opcode {@code non-null;} the opcode
37 * @param position {@code non-null;} source position
38 * @param sources {@code non-null;} specs for all the sources
39 * @param catches {@code non-null;} list of exceptions caught
40 * @param cst {@code non-null;} the constant
ThrowingInsn.java 17 package com.android.dx.rop.code;
23 * Instruction which possibly throws. The {@code successors} list in the
30 /** {@code non-null;} list of exceptions caught */
37 * @param catches {@code non-null;} the catches list
38 * @return {@code non-null;} the string form
57 * @param opcode {@code non-null;} the opcode
58 * @param position {@code non-null;} source position
59 * @param sources {@code non-null;} specs for all the sources
60 * @param catches {@code non-null;} list of exceptions caught
  /external/e2fsprogs/lib/ss/
help.c 46 int code; local
51 request_name = ss_current_request(sci_idx, &code);
52 if (code != 0) {
53 ss_perror(sci_idx, code, "");
test_ss.c 85 int c, code; local
107 (char *)NULL, &test_cmds, &code);
108 if (code) {
109 ss_perror(sci_idx, code, "creating invocation");
113 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code);
114 if (code) {
115 ss_perror (sci_idx, code, "adding standard requests");
123 code = ss_execute_line(sci_idx, request);
124 if (code) {
125 ss_perror(sci_idx, code, request)
    [all...]
  /external/eigen/blas/
level3_impl.h 6 // This Source Code Form is subject to the terms of the Mozilla
61 int code = OP(*opa) | (OP(*opb) << 2); local
62 func[code](*m, *n, *k, a, *lda, b, *ldb, c, *ldc, alpha, blocking, 0);
130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); local
135 func[code](*m, *n, a, *lda, b, *ldb, blocking);
140 func[code](*n, *m, a, *lda, b, *ldb, blocking);
214 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); local
226 func[code](*m, *n, *m, a, *lda, tmp.data(), tmp.outerStride(), b, *ldb, alpha, blocking);
231 func[code](*m, *n, *n, tmp.data(), tmp.outerStride(), a, *lda, b, *ldb, alpha, blocking);
370 int code = OP(*op) | (UPLO(*uplo) << 2) local
536 int code = OP(*op) | (UPLO(*uplo) << 2); local
    [all...]
  /external/elfutils/libdwfl/
argp-std.c 19 additional right to link the code of Red Hat elfutils with code licensed
22 distribution of source code with any binary distribution and to
23 distribute linked combinations of the two. Non-GPL Code permitted under
24 this exception must only link to the code of Red Hat elfutils through
26 found in the source code files (the "Approved Interfaces"). The files
27 of Non-GPL Code may instantiate templates or use macros or inline
34 License in all respects for all of the Red Hat elfutils code and other
35 code used in conjunction with Red Hat elfutils except the Non-GPL Code
189 int code = errno; local
    [all...]
  /external/elfutils/tests/
show-abbrev.c 81 unsigned code = dwarf_getabbrevcode (abbrev); local
82 if (code == 0)
99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
100 (unsigned long long int) offset, code, tag, children);
121 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",
  /external/freetype/src/psaux/
t1cmap.c 71 FT_UInt code, n; local
75 /* convert character code to Adobe SID string */
76 code = cmap->code_to_sid[char_code];
77 glyph_name = cmap->sid_to_string( code );
  /external/icu4c/i18n/unicode/
region.h 66 * Type representing a region whose code has been deprecated, usually
91 * <code>Region</code> is the class representing a Unicode Region Code, also known as a
96 * Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, or
99 * These are typically 3-digit codes, but contain some 2-letter codes, such as the LDML code QO
101 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ),
106 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code
111 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown
255 int32_t code; member in class:Region
    [all...]
  /external/javassist/src/main/javassist/
CtNewConstructor.java 24 * A collection of static methods for creating a <code>CtConstructor</code>.
28 * methods in this class. Call <code>makeClassInitializer()</code> in
29 * <code>CtClass</code> and append code snippet to the body of the class
30 * initializer obtained by <code>makeClassInitializer()</code>.
44 * <code>Object</code> and passed to a super-class
141 Bytecode code = new Bytecode(cp, 1, 1); local
    [all...]
  /external/linux-tools-perf/util/
run-command.c 157 int status, code; local
173 code = WEXITSTATUS(status);
174 switch (code) {
180 return -code;
192 int code = start_command(cmd); local
193 if (code)
194 return code;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Warning.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
48 * Comment for <code>serialVersionUID</code>
52 /** warn code field, the warn code consists of three digits.
54 protected int code; field in class:Warning
77 ? Integer.toString(code)
84 : Integer.toString(code) + SP + agent;
88 * Gets code of WarningHeader
89 * @return code of WarningHeade
    [all...]
  /external/qemu/android/protocol/
user-events-protocol.h 54 int code; member in struct:UserEventGeneric
  /external/strace/
ioctl.c 11 * 1. Redistributions of source code must retain the above copyright
38 * program `ioctlsort', such that the list is sorted by the `code' field.
76 unsigned long code1 = ((struct ioctlent *) a)->code;
77 unsigned long code2 = ((struct ioctlent *) b)->code;
82 ioctl_lookup(code)
83 long code;
87 ioent.code = code;
89 ioent.code &= (_IOC_NRMASK<<_IOC_NRSHIFT) | (_IOC_TYPEMASK<<_IOC_TYPESHIFT);
94 if ((--iop)->code != ioent.code)
105 long code; local
    [all...]
  /external/v8/test/cctest/
test-disasm-x64.cc 6 // * Redistributions of source code must retain the above copyright
255 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
416 Object* code = HEAP->CreateCode( local
418 Code::ComputeFlags(Code::STUB),
420 CHECK(code->IsCode());
422 Code::cast(code)->Print();
423 byte* begin = Code::cast(code)->instruction_start()
    [all...]
test-hashing.cc 6 // * Redistributions of source code must retain the above copyright
35 #include "code-stubs.h"
164 Code* code = Code::cast(HEAP->CreateCode( local
166 Code::ComputeFlags(Code::STUB),
168 CHECK(code->IsCode());
170 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
193 Code* code = Code::cast(HEAP->CreateCode local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ReasonCode.java 25 * CRL Entry's Reason Code Extension (OID = 2.5.29.21).
47 // predefined reason code values
59 // the reason code value
60 private final byte code; field in class:ReasonCode
64 this.code = ((byte[]) ASN1.decode(encoding))[0];
69 encoding = ASN1.encode(new byte[] { code });
75 sb.append(prefix).append("Reason Code: [ ");
76 switch (code) {

Completed in 1242 milliseconds

<<11121314151617181920>>