Searched refs:code (Results 101 - 125 of 2332) sorted by relevance

1234567891011>>

/external/llvm/lib/Support/
H A Dregerror.c2 * This code is derived from OpenBSD's libc/regex, original license follows:
8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
55 int code; member in struct:rerr
75 { 0, "", "*** unknown regexp error code ***" }
95 for (r = rerrs; r->code != 0; r++)
96 if (r->code == target)
100 if (r->code != 0) {
127 for (r = rerrs; r->code != 0; r++)
130 if (r->code
[all...]
/external/v8/src/ic/
H A Daccess-compiler.cc2 // Use of this source code is governed by a BSD-style license that can be
16 // Create code object in the heap.
19 Handle<Code> code = factory()->NewCode(desc, flags, masm()->CodeObject()); local
20 if (code->IsCodeStubOrIC()) code->set_stub_key(CodeStub::NoCacheKey());
24 code->Disassemble(name, os);
27 return code;
42 Handle<Code> code(masm->isolate()->builtins()->builtin(name));
43 GenerateTailCall(masm, code);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DStatusLine.java10 /** Numeric status code, 307: Temporary Redirect. */
16 public final int code; field in class:StatusLine
19 public StatusLine(Protocol protocol, int code, String message) { argument
21 this.code = code;
26 return new StatusLine(response.protocol(), response.code(), response.message());
57 // Parse response code like "200". Always 3 digits.
61 int code;
63 code = Integer.parseInt(statusLine.substring(codeStart, codeStart + 3));
69 // exists, it is separated from the response code b
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHKeyParameters.java45 int code = isPrivate() ? 0 : 1;
49 code ^= params.hashCode();
52 return code;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSimpleInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
29 * unknown ({@code -1}).
32 * @param position {@code non-null;} source position
33 * @param registers {@code non-null;} register list, including a
H A DVariableSizeInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 * unknown ({@code -1}).
30 * @param position {@code non-null;} source position
31 * @param registers {@code non-null;} source registers
H A DZeroSizeInsn.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
24 * Pseudo-instruction base class for zero-size (no code emitted)
26 * about the code they are adjacent to.
31 * unknown ({@code -1}).
33 * @param position {@code non-null;} source position
H A DLocalEnd.java17 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;
31 * {@code non-null;} register spec representing the local variable ended
34 * is implicit in the ambient local variable state, but other code
41 * unknown ({@code -1}).
43 * @param position {@code non-null;} source position
44 * @param local {@code non-null;} register spec representing the local
73 * @return {@code no
[all...]
H A DLocalStart.java17 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;
31 * {@code non-null;} register spec representing the local variable introduced
39 * @param spec {@code non-null;} the spec to convert
40 * @return {@code non-null;} the string form
49 * unknown ({@code -1}).
51 * @param position {@code non-null;} source position
52 * @param local {@code no
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DSpecialFormat.java17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
27 * exceptions, as code should know (implicitly or explicitly) to avoid
29 * always returns {@code true}.
32 /** {@code non-null;} unique instance of this class */
H A DForm10x.java17 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;
25 * Instruction format {@code 10x}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
H A DForm30t.java17 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.TargetInsn;
25 * Instruction format {@code 30t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
/external/lldb/test/api/multithreaded/
H A Ddriver.cpp20 int code = 0; local
33 code = 1;
37 return code;
/external/llvm/test/MC/ARM/
H A Dinvalid-crc32.s11 @ CHECK: error: instruction 'crc32cb' is not predicable, but condition code specified
12 @ CHECK: error: instruction 'crc32b' is not predicable, but condition code specified
13 @ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified
14 @ CHECK: error: instruction 'crc32h' is not predicable, but condition code specified
15 @ CHECK: error: instruction 'crc32cw' is not predicable, but condition code specified
16 @ CHECK: error: instruction 'crc32w' is not predicable, but condition code specified
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java21 * An iterator for editing a code attribute.
23 * <p>If there are multiple <code>CodeIterator</code>s referring to the
24 * same <code>Code_attribute</code>, then inserting a gap by one
25 * <code>CodeIterator</code> will break the other
26 * <code>CodeIterator</code>.
28 * <p>This iterator does not provide <code>remov
161 write(byte[] code, int index) argument
316 insert(byte[] code) argument
343 insert(int pos, byte[] code) argument
367 insertAt(int pos, byte[] code) argument
389 insertEx(byte[] code) argument
416 insertEx(int pos, byte[] code) argument
440 insertExAt(int pos, byte[] code) argument
448 insert0(int pos, byte[] code, boolean exclusive) argument
666 append(byte[] code) argument
735 nextOpcode(byte[] code, int index) argument
796 insertGapCore0(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
817 insertGapCore1(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
853 insertGap2(byte[] code, int where, int gapLength, int endPos, byte[] newcode, boolean exclusive) argument
957 copyGapBytes(byte[] newcode, int j, byte[] code, int i, int iEnd) argument
1045 changeLdcToLdcW(byte[] code, ExceptionTable etable, CodeAttribute ca, CodeAttribute.LdcEntry ldcs) argument
1086 insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca, Gap newWhere) argument
1110 insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, ArrayList jumps, Pointers ptrs) argument
1154 makeJumpList(byte[] code, int endPos) argument
1215 makeExapndedCode(byte[] code, ArrayList jumps, int where, int gapLength) argument
1302 write(int srcPos, byte[] code, int destPos, byte[] newcode) argument
1327 write(int srcPos, byte[] code, int destPos, byte[] newcode) argument
1365 write32(int src, byte[] code, int dest, byte[] newcode) argument
1367 write(int src, byte[] code, int dest, byte[] newcode) argument
1389 write32(int src, byte[] code, int dest, byte[] newcode) argument
1405 write32(int src, byte[] code, int dest, byte[] newcode) argument
1440 write(int src, byte[] code, int dest, byte[] newcode) argument
1483 write(int src, byte[] code, int dest, byte[] newcode) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java19 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 implement
55 private final DalvCode code; field in class:CodeItem
85 CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, TypeList throwsList) argument
[all...]
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTracer.java90 protected int doOpcode(int pos, byte[] code) throws BadBytecode { argument
92 int op = code[pos] & 0xff;
95 return doOpcode0_53(pos, code, op);
97 return doOpcode54_95(pos, code, op);
100 return doOpcode96_147(pos, code, op);
102 return doOpcode148_201(pos, code, op);
109 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} argument
110 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} argument
111 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} argument
112 protected void visitThrow(int pos, byte[] code) throw argument
121 visitTableSwitch(int pos, byte[] code, int n, int offsetPos, int defaultOffset) argument
131 visitLookupSwitch(int pos, byte[] code, int n, int pairsPos, int defaultOffset) argument
138 visitJSR(int pos, byte[] code) argument
151 visitRET(int pos, byte[] code) argument
153 doOpcode0_53(int pos, byte[] code, int op) argument
298 doXLOAD(TypeData type, byte[] code, int pos) argument
316 doOpcode54_95(int pos, byte[] code, int op) argument
433 doXSTORE(int pos, byte[] code, TypeData type) argument
466 doOpcode96_147(int pos, byte[] code, int op) argument
529 doOpcode148_201(int pos, byte[] code, int op) argument
686 doWIDE(int pos, byte[] code) argument
734 doWIDE_XLOAD(int pos, byte[] code, TypeData type) argument
739 doWIDE_STORE(int pos, byte[] code, TypeData type) argument
744 doPutField(int pos, byte[] code, boolean notStatic) argument
758 doGetField(int pos, byte[] code, boolean notStatic) argument
773 doNEWARRAY(int pos, byte[] code) argument
809 doMultiANewArray(int pos, byte[] code) argument
819 doInvokeMethod(int pos, byte[] code, boolean notStatic) argument
832 doInvokeIntfMethod(int pos, byte[] code) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp137 code[pos / 32] |= (src.get() ? SDATA(src).id : 63) << (pos % 32);
142 code[pos / 32] |= (src ? SDATA(*src).id : 63) << (pos % 32);
148 code[pos / 32] |= r << (pos % 32);
153 code[pos / 32] |= (SDATA(src).offset >> 2) << (pos % 32);
158 code[pos / 32] |= (def.get() ? DDATA(def).id : 63) << (pos % 32);
172 case ROUND_M: code[1] |= 1 << 23; break;
173 case ROUND_P: code[1] |= 2 << 23; break;
174 case ROUND_Z: code[1] |= 3 << 23; break;
184 if (i->src(1).mod.abs()) code[0] |= 1 << 6;
185 if (i->src(0).mod.abs()) code[
[all...]
/external/bison/src/
H A Dscan-code.h1 /* Bison code properties structure and scanner.
36 * A code passage captured from the grammar file and possibly translated,
37 * and/or properties associated with such a code passage. Don't break
52 char const *code; member in struct:code_props
53 /** Undefined iff \c code_props::code is \c NULL. */
59 * the \c code_props that would contain the code passage associated
65 * referenced in the code passage.
80 * - \c self has been overwritten to contain no code.
94 * - <tt>code != NULL</tt>.
95 * - \c code i
[all...]
/external/compiler-rt/test/tsan/
H A Dsignal_longjmp.cc4 // https://code.google.com/p/thread-sanitizer/issues/detail?id=75
24 #define MUST_FAULT(code) do { \
27 code; /* should pagefault -> sihandler does longjmp */ \
28 fprintf(stderr, "%s not faulted\n", #code); \
31 fprintf(stderr, "%s faulted ok\n", #code); \
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DTranslationAdvice.java17 package com.android.dx.rop.code;
23 * the early stage code be explicitly tied to the target.
33 * @param opcode {@code non-null;} the opcode
34 * @param sourceA {@code non-null;} the first source
35 * @param sourceB {@code non-null;} the second source
36 * @return {@code true} iff the target can represent the operation
46 * @param opcode {@code non-null;} opcode
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
/external/elfutils/src/libdw/
H A Ddwarf_getabbrevcode.c1 /* Get abbreviation code.
43 return abbrev == NULL ? 0 : abbrev->code;
/external/libcxx/test/std/thread/futures/futures.future_error/
H A Dcode.pass.cpp16 // const error_code& code() const throw();
26 assert(f.code() == ec);
31 assert(f.code() == ec);
36 assert(f.code() == ec);
41 assert(f.code() == ec);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c49 struct r500_fragment_program_code *code = &c->code->code.r500
194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) argument
196 if (index > code->max_temp_idx)
197 code->max_temp_idx = index;
200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_source src) argument
211 use_temporary(code, src.Index);
227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) {
228 code
627 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
103 /* for table and code decoding */
105 /* fixed and dynamic code tables */
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code cons
[all...]

Completed in 824 milliseconds

1234567891011>>