Searched refs:code (Results 176 - 200 of 3769) sorted by relevance

1234567891011>>

/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java81 Code code = dexMaker.declare(methodId, PUBLIC | STATIC);
82 Local<Long> localA = code.getParameter(0, TypeId.LONG);
83 Local<Boolean> localB = code.getParameter(1, TypeId.BOOLEAN);
86 Local<Constructable> localResult = code.newLocal(constructable);
87 code.newInstance(localResult, constructor, localA, localB);
88 code.returnValue(localResult);
110 Code code = dexMaker.declare(methodId, PUBLIC);
111 code.returnVoid();
129 Code code = dexMaker.declare(methodId, PUBLIC | STATIC);
130 Local<Integer> localA = code
[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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dinjected_script_loader.js2 // Use of this source code is governed by a BSD-style license that can be
22 * the files have been loaded. Called with the code map as the first
26 var code = {};
46 code[src] = scriptText;
49 done(code);
/external/chromium_org/components/translate/core/language_detection/
H A Dlanguage_detection_util.h2 // Use of this source code is governed by a BSD-style license that can be
14 // Determines content page language from Content-Language code and contents.
15 std::string DeterminePageLanguage(const std::string& code,
21 // Corrects language code if it contains well-known mistakes.
23 void CorrectLanguageCodeTypo(std::string* code);
25 // Checks if the language code's format is valid.
27 bool IsValidLanguageCode(const std::string& code);
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dinstruction.h2 // Use of this source code is governed by a BSD-style license that can be
15 // code -- Opcode of the instruction. This is typically a bitwise
30 : code(c), next(n), k(parm) {}
34 : code(c), jt_ptr(jt), jf_ptr(jf), k(parm) {}
36 uint16_t code; member in struct:sandbox::Instruction
38 // When code generation is complete, we will have computed relative
/external/chromium_org/sandbox/win/src/
H A Dhandle_interception.cc2 // Use of this source code is governed by a BSD-style license that can be
29 ResultCode code = CrossCall(ipc, IPC_DUPLICATEHANDLEPROXY_TAG, local
32 if (SBOX_ALL_OK != code)
33 return code;
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_arm.S8 * * Redistributions of source code must retain the above copyright
47 .code 16
56 .code 32
61 .code 32
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSocketStreamError.h8 * * Redistributions of source code must retain the above copyright
48 WebSocketStreamError(int code, const WebString& message) { assign(code, message); } argument
52 void assign(int code, const WebString& message);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationError.h8 * 1. Redistributions of source code must retain the above copyright
44 WebGeolocationError(Error code, const WebString& message) { assign(code, message); } argument
48 BLINK_EXPORT void assign(Error code, const WebString& message);
/external/chromium_org/ui/events/keycodes/dom4/
H A Dkeycode_converter.h2 // Use of this source code is governed by a BSD-style license that can be
30 // The UIEvents (aka: DOM4Events) |code| value as defined in:
32 const char* code; member in struct:ui::__anon16757
36 // and platform-neutral |code| values (as defined in the W3C UI Events
43 // Return the string that indentifies an invalid UI Event |code|.
47 // Convert a native (Mac/Win/Linux) keycode into the |code| string.
51 // Convert a UI Events |code| string value into a native keycode.
52 static uint16_t CodeToNativeKeycode(const char* code);
56 // Please don't use USB keycodes in new code.
67 // Convert a USB keycode into the string with the DOM3 |code| valu
[all...]
/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
/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 */
/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/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket.cc2 // Use of this source code is governed by a BSD-style license that can be
89 int code = socket_->Connect(base::Bind( local
91 if (code != net::ERR_IO_PENDING)
92 OnSocketConnect(code);
118 void WebSocket::OnSocketConnect(int code) { argument
119 if (code != net::OK) {
120 Close(code);
148 void WebSocket::OnWrite(int code) { argument
150 // Supposedly if |StreamSocket| is closed, the error code may be undefined.
154 if (code <
172 int code = local
181 int code = local
189 OnRead(int code) argument
249 InvokeConnectCallback(int code) argument
256 Close(int code) 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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/zlib/
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 464 milliseconds

1234567891011>>