Searched refs:code (Results 151 - 175 of 2332) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dharmony-string.js2 // Use of this source code is governed by a BSD-style license that can be
147 var code;
152 code = %_Arguments(index);
153 if (!%_IsSmi(code)) {
154 code = ToNumber(code);
156 if (code < 0 || code > 0x10FFFF || code !== TO_INTEGER(code)) {
[all...]
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java61 Bytecode code = new Bytecode(cp);
62 code.addAload(0);
65 regno += code.addLoad(regno, params[i]);
66 code.setMaxLocals(regno + 1); // the last parameter is added.
67 code.addInvokespecial(clazz, MethodInfo.nameInit, desc);
69 code.addReturn(null);
70 minfo.setCodeAttribute(code.toCodeAttribute());
90 * parameter type is <code>clazz</code>.
92 * <code>accDes
[all...]
/external/v8/src/ic/
H A Dic-compiler.cc2 // Use of this source code is governed by a BSD-style license that can be
111 Handle<Code> code = local
115 Map::UpdateCodeCache(receiver_map, name, code);
116 return code;
139 Handle<Code> code = local
142 Map::UpdateCodeCache(receiver_map, name, code);
143 DCHECK(KeyedStoreIC::GetKeyedAccessStoreMode(code->extra_ic_state()) ==
145 return code;
156 Object* code = dictionary->ValueAt(entry); local
159 return reinterpret_cast<Code*>(code);
163 FillCache(Isolate* isolate, Handle<Code> code) argument
180 Handle<Code> code; local
203 Handle<Code> code; local
261 Handle<Code> code = ic_compiler.CompilePolymorphic( local
301 Handle<Code> code = local
310 Handle<Code> code = GetCodeWithFlags(flags, "CompileLoadInitialize"); local
318 Handle<Code> code = GetCodeWithFlags(flags, "CompileLoadPreMonomorphic"); local
327 Handle<Code> code = GetCodeWithFlags(flags, "CompileStoreInitialize"); local
335 Handle<Code> code = GetCodeWithFlags(flags, "CompileStorePreMonomorphic"); local
346 Handle<Code> code = GetCodeWithFlags(flags, "CompileStoreGeneric"); local
354 Handle<Code> code = GetCodeWithFlags(flags, "CompileStoreMegamorphic"); local
365 Handle<Code> code = GetCodeWithFlags(flags, name); local
367 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local
412 Handle<Code> code = CompileKeyedStorePolymorphic(receiver_maps, &handlers, local
415 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, 0)); local
[all...]
/external/javassist/src/main/javassist/
H A DCtNewWrappedMethod.java44 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body,
46 mt.getMethodInfo2().setCodeAttribute(code.toCodeAttribute());
58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0);
60 parameters, returnType, cparam, code);
61 code.setMaxStack(stacksize);
62 code.setMaxLocals(isStatic, parameters, 0);
63 return code;
73 Bytecode code)
81 code.addAload(0);
83 int stacksize = compileParameterList(code, parameter
69 makeBody0(CtClass clazz, ClassFile classfile, CtMethod wrappedBody, boolean isStatic, CtClass[] parameters, CtClass returnType, ConstParameter cparam, Bytecode code) argument
171 compileParameterList(Bytecode code, CtClass[] params, int regno) argument
179 compileReturn(Bytecode code, CtClass type) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxerror.cpp19 // * Redistribution's of source code must retain the above copyright notice,
150 cvStdErrReport( int code, const char *func_name, const char *err_msg, argument
153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace )
157 cvErrorStr(code), err_msg ? err_msg : "no description" );
173 cvGuiBoxReport( int code, const char *func_name, const char *err_msg, argument
177 return cvStdErrReport( code, func_name, err_msg, file, line, 0 );
179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )
189 cvErrorStr(code), err_ms
240 int code = cvGetErrStatus(); local
333 cvError( int code, const char* func_name, const char* err_msg, const char* file_name, int line ) argument
[all...]
/external/pcre/dist/
H A Dpcre_compile.c15 * Redistributions of source code must retain the above copyright notice,
100 soon as they can be, so that hopefully there will never be an overrun. The code
109 /(?1){0,1999}(b)/, and one user did hit the limit. The code has been changed so
359 POSIX classes (e.g. graph, print, punct) a special property code is compiled
476 "internal error: code overflow\0"
536 "disallowed Unicode code point (>= 0xd800 && <= 0xdfff)\0"
557 may mark arbitrary characters as digits - but the PCRE compiling code expects
569 Then we can use ctype_digit and ctype_xdigit in the code. */
572 is much faster, and the resulting code is simpler (the compiler turns it
700 zero because property types are handled separately in the code
1650 first_significant_code(const pcre_uchar *code, BOOL skipassert) argument
1716 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd) argument
2050 find_bracket(const pcre_uchar *code, BOOL utf, int number) argument
2185 find_recurse(const pcre_uchar *code, BOOL utf) argument
2343 could_be_empty_branch(const pcre_uchar *code, const pcre_uchar *endcode, BOOL utf, compile_data *cd, recurse_check *recurses) argument
2718 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, branch_chain *bcptr, BOOL utf, compile_data *cd) argument
2862 get_chr_property_list(const pcre_uchar *code, BOOL utf, const pcre_uint8 *fcc, pcre_uint32 *list) argument
3067 compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd, const pcre_uint32 *base_list, const pcre_uchar *base_end) argument
3602 auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) argument
4010 auto_callout(pcre_uchar *code, const pcre_uchar *ptr, compile_data *cd) argument
4403 register pcre_uchar *code = *codeptr; local
8043 pcre_uchar *code = *codeptr; local
8386 is_anchored(register const pcre_uchar *code, unsigned int bracket_map, compile_data *cd, int atomcount) argument
8476 is_startline(const pcre_uchar *code, unsigned int bracket_map, compile_data *cd, int atomcount) argument
8596 find_firstassertedchar(const pcre_uchar *code, pcre_int32 *flags, BOOL inassert) argument
8796 pcre_uchar *code; local
[all...]
/external/strace/
H A Dprintsiginfo.c44 const char *code = xlookup(siginfo_codes, si_code); local
46 if (!code) {
49 code = xlookup(sigtrap_codes, si_code);
52 code = xlookup(sigchld_codes, si_code);
55 code = xlookup(sigpoll_codes, si_code);
58 code = xlookup(sigprof_codes, si_code);
61 code = xlookup(sigill_codes, si_code);
65 code = xlookup(sigemt_codes, si_code);
69 code = xlookup(sigfpe_codes, si_code);
72 code
[all...]
/external/valgrind/none/tests/mips32/
H A DSignalException.c14 int code; member in struct:test
30 static int testcode(int code, int want) argument
32 if (code != want) {
33 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
44 ok = ok && testcode(si->si_code, curr_test->code);
88 #define T(n, sig, code) { test##n, sig, code }
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c255 struct rX00_fragment_program_code *generic_code = &shader->code;
264 struct r500_fragment_program_code *code = &generic_code->code.r500; local
267 ((code->inst_end + 1) * 6) +
269 code->int_constant_count * 2;
273 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx);
274 OUT_CB_REG(R500_US_FC_CTRL, code->us_fc_ctrl);
275 for(i = 0; i < code->int_constant_count; i++){
277 code->int_constants[i]);
280 R500_US_CODE_RANGE_ADDR(0) | R500_US_CODE_RANGE_SIZE(code
311 struct r300_fragment_program_code *code = &generic_code->code.r300; local
[all...]
/external/jpeg/
H A Djerror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djerror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djerror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
41 /* For maintenance convenience, list is alphabetical by message code name */
57 JMESSAGE(JERR_BAD_POOL_ID, "Invalid memory pool code %d")
85 JMESSAGE(JERR_HUFF_CLEN_OVERFLOW, "Huffman code size table overflow")
86 JMESSAGE(JERR_HUFF_MISSING_CODE, "Missing Huffman code table entry")
172 JMESSAGE(JWRN_ADOBE_XFORM, "Unknown Adobe color transform code %d")
178 JMESSAGE(JWRN_HUFF_BAD_CODE, "Corrupt JPEG data: bad Huffman code")
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java41 * 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 show
1192 addLoadParameters(Bytecode code, Class[] params, int offset) argument
1202 addLoad(Bytecode code, int n, Class type) argument
1223 addReturn(Bytecode code, Class type) argument
1248 makeParameterList(Bytecode code, Class[] params) argument
1268 makeWrapper(Bytecode code, Class type, int regno) argument
1282 callFind2Methods(Bytecode code, String superMethod, String thisMethod, int index, String desc, int arrayVar) argument
1301 addUnwrapper(Bytecode code, Class type) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoItem.java19 import com.android.dx.dex.code.DalvCode;
20 import com.android.dx.dex.code.DalvInsnList;
21 import com.android.dx.dex.code.LocalList;
22 import com.android.dx.dex.code.PositionList;
35 /** {@code non-null;} the code this item represents */
36 private final DalvCode code; field in class:DebugInfoItem
43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { argument
47 if (code == null) {
48 throw new NullPointerException("code
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalSnapshot.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.RegisterSpecSet;
22 import com.android.dx.rop.code.SourcePosition;
30 /** {@code non-null;} local state associated with this instance */
35 * unknown ({@code -1}).
37 * @param position {@code non-null;} source position
38 * @param locals {@code non-null;} associated local variable state
65 * @return {@code no
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm11x.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;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 11x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponse.java39 private final int code; field in class:Response
53 this.code = builder.code;
68 * may copy headers like {@code Content-Length} from the request body.
86 /** Returns the HTTP status code. */
87 public int code() { method in class:Response
88 return code;
92 * Returns true if the code is in [200..300), which means the request was
96 return code >= 200 && code < 30
224 private int code = -1; field in class:Response.Builder
260 code(int code) argument
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DShadowBinderTest.java23 assertThat(testBinder.code, equalTo(2));
30 int code; field in class:ShadowBinderTest.TestBinder
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
37 this.code = code;
/external/v8/test/mjsunit/
H A Denumeration-order.js6 // * Redistributions of source code must retain the above copyright
49 var code = "{ ";
50 for (var i = 0; i < size-1; i++) code += " a_" + i + " : " + (i + 1) + ", ";
51 code += "a_" + (size - 1) + " : " + size;
52 code += " }";
53 eval("var a = " + code);
/external/v8/tools/testrunner/server/
H A Dsignatures.py6 # * Redistributions of source code must retain the above copyright
41 code = subprocess.call("openssl dgst -out %s -sign %s %s" %
44 if code != 0: return [None, code]
56 code = subprocess.call("openssl dgst -verify %s -signature %s %s" %
59 matched = (code == 0)
/external/v8/tools/
H A Dll_prof.py8 # * Redistributions of source code must retain the above copyright
208 """Group of adjacent code objects."""
230 def Add(self, code):
231 self.code_objects.append(code)
233 def Remove(self, code):
234 self.code_objects.remove(code)
238 for i, code in enumerate(code_objects):
239 if code.start_address <= pc < code.end_address:
240 code_objects[0], code_objects[i] = code, code_object
[all...]
/external/libpcap/pcap/
H A Dbpf.h5 * This code is derived from the Stanford/CMU enet packet filter,
6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
13 * 1. Redistributions of source code must retain the above copyright
45 * the stuff needed for the code generator and the userland BPF
390 * except for FreeBSD; anybody who wants to compile, on FreeBSD, code
398 * capture files; code that doesn't, such as the code in Wireshark,
1253 #define BPF_CLASS(code) ((code) & 0x07)
1264 #define BPF_SIZE(code) ((cod
1309 u_short code; member in struct:bpf_insn
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DISO10126d2Padding.java51 byte code = (byte)(in.length - inOff);
59 in[inOff] = code;
61 return code;
H A DPKCS7Padding.java42 byte code = (byte)(in.length - inOff);
46 in[inOff] = code;
50 return code;
H A DX923Padding.java45 byte code = (byte)(in.length - inOff);
60 in[inOff] = code;
62 return code;

Completed in 756 milliseconds

1234567891011>>