Searched defs:code (Results 426 - 450 of 1408) sorted by relevance

<<11121314151617181920>>

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.PositionList;
23 import com.android.dx.dex.code.RopTranslator;
28 import com.android.dx.rop.code.AccessFlags;
29 import static com.android.dx.rop.code.AccessFlags.ACC_CONSTRUCTOR;
30 import com.android.dx.rop.code.LocalVariableInfo;
31 import com.android.dx.rop.code.RopMethod;
50 * including their member methods and fields, executable code, and debugging
56 * <li><strong>For runtime code generation.</strong> By embedding this library
58 * executable code
478 private final Code code; field in class:DexMaker.MethodDeclaration
[all...]
/external/e2fsprogs/lib/ss/
H A Dlisten.c55 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) argument
132 ss_info(sci_idx)->exit_status = code;
/external/eigen/blas/
H A Dlevel2_cplx_impl.h66 int code = UPLO(*uplo); local
67 if(code>=2 || func[code]==0)
70 func[code](*n, a, *lda, actual_x, 1, actual_y, alpha);
144 int code = UPLO(*uplo); local
145 if(code>=2 || func[code]==0)
148 func[code](*n, ap, x_cpy, alpha);
198 int code = UPLO(*uplo); local
199 if(code>
251 int code = UPLO(*uplo); local
308 int code = UPLO(*uplo); local
[all...]
H A Dlevel2_real_impl.h58 int code = UPLO(*uplo); local
59 if(code>=2 || func[code]==0)
62 func[code](*n, a, *lda, actual_x, 1, actual_y, alpha);
120 int code = UPLO(*uplo); local
121 if(code>=2 || func[code]==0)
124 func[code](*n, c, *ldc, x_cpy, x_cpy, alpha);
183 int code = UPLO(*uplo); local
184 if(code>
267 int code = UPLO(*uplo); local
321 int code = UPLO(*uplo); local
[all...]
H A Dlevel3_impl.h61 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);
372 int code = OP(*op) | (UPLO(*uplo) << 2); local
373 func[code](*
538 int code = OP(*op) | (UPLO(*uplo) << 2); local
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java36 * u1 code[code_length];
58 * The value of the code_length item gives the number of bytes in the code array for
59 * this method. The value of code_length must be greater than zero; the code array must
60 * not be empty.The code array gives the actual bytes of Java Virtual Machine code that
65 * exception handler in the code array: see {@link Exception_info}.<P>
88 final byte [] code,
92 super (attribute_name_index, 8 + (code != null ? code.length : 0) + exceptionHandlerTable.length () + attributes.length ());
97 m_code = (code !
86 CodeAttribute_info(final int attribute_name_index, final int max_stack, int max_locals, final byte [] code, final IExceptionHandlerTable exceptionHandlerTable, final IAttributeCollection attributes) argument
196 setCode(final byte [] code, final int codeSize) argument
[all...]
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java29 * Based on code <a href="http://www.fawcette.com/javapro/2002_12/online/exception_vroubtsov_12_16_02/default_pf.asp">published</a>
49 * Note that this introduces a possibility of error code name clashes. This
52 * <LI> when <CODE>getMessage(namespace, code)</CODE> is called, 'code'
57 * key 'code', the same step is repeated for the superclass of 'namespace';
78 * package) to add to the set from which error code mappings are retrieved
245 * which to retrieve the description for 'code' [can be null, in which case
248 * @param code the message string value that was passed into exception
251 * @return looked-up error message or the error code if it could not be
252 * looked up [null is returned on null 'code' inpu
259 getMessage(final Class namespace, final String code) argument
314 getMessage(final Class namespace, final String code, final Object [] arguments) argument
[all...]
/external/freetype/src/cff/
H A Dcffparse.h55 FT_UInt code,
86 int code; member in struct:CFF_Field_Handler_
/external/icu/icu4c/source/layout/
H A DLEFontInstance.cpp61 LEUnicode32 code = high; local
67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000;
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
73 if (code >= 0x10000) {
/external/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c62 /* bogus names should return invalid code */
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
103 log_err("Japanese locale: code #%d was %d (%s) but expected %d (%s)\n", j,
240 UScriptCode code = USCRIPT_INVALID_CODE; local
245 code = uscript_getScript(codepoints[i],&status);
247 if( code != expected[i] ||
248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT)
265 UScriptCode code= USCRIPT_INVALID_CODE; local
267 code
273 UScriptCode code= USCRIPT_INVALID_CODE; local
[all...]
/external/iptables/extensions/
H A Dlibip6t_icmp6.c83 " (or numeric type or type/code)\n");
94 parse_icmpv6(const char *icmpv6type, uint8_t *type, uint8_t code[]) argument
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max;
136 "Invalid ICMPv6 code `%s'\n",
138 code[0] = code[1] = number;
140 code[0] = 0;
141 code[1] = 0xFF;
150 icmpv6info->code[
[all...]
H A Dlibipt_icmp.c107 "[!] --icmp-type type[/code] (or numeric type or type/code)\n");
118 parse_icmp(const char *icmptype, uint8_t *type, uint8_t code[]) argument
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max;
160 "Invalid ICMP code `%s'\n",
162 code[0] = code[1] = number;
164 code[0] = 0;
165 code[
[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/libunwind/tests/
H A DGtest-dyn1.c26 /* This file tests dynamic code-generation via function-cloning. */
63 long code; member in struct:fdesc
72 long code; member in struct:fdesc
77 (fdesc).code = (long) &(func) & ~0x1; \
79 /*# define get_fdesc(fdesc,func) ({(fdesc).code = (long) &(func) & ~0x1; \
81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb))
86 long code; member in struct:fdesc
88 # define get_fdesc(fdesc,func) (fdesc.code = (long) &(func))
89 # define get_funcp(fdesc) ((template_t) (fdesc).code)
184 printf ("old code
[all...]
/external/libvorbis/vq/
H A Ddistribution.c165 float code; local
172 while(!flag && sscanf(line,"%f",&code)==1){
174 min=max=code;
178 while(line && sscanf(line,"%f",&code)==1){
181 if(code<min)min=code;
182 if(code>max)max=code;
208 float code; local
212 while(line && sscanf(line,"%f",&code)
[all...]
H A Dlatticetune.c98 long code; local
102 if(sscanf(line,"%ld",&code)==1)
103 hits[code]++;
115 /* code:hits\n */
116 /* likely to have multiple listing for each code entry; must
121 long code=atol(line); local
123 hits[code]+=val;
/external/lldb/source/API/
H A DSBTypeSynthetic.cpp64 const char* code = m_opaque_sp->GetPythonCode(); local
65 return (code && *code);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DOProfileJITEventListenerTest.cpp28 const void* code,
32 , CodePtr(code)
65 void const* code,
69 OprofileNativeFunction func(name, addr, code, size);
80 void const* code,
86 //verify code has been loaded first
87 uint64_t addr = reinterpret_cast<uint64_t>(code);
26 OprofileNativeFunction(const char* name, uint64_t addr, const void* code, unsigned int size) argument
62 write_native_code(op_agent_t agent, const char* name, uint64_t addr, void const* code, unsigned int size) argument
79 write_debug_line_info(op_agent_t agent, void const* code, size_t num_entries, struct debug_line_info const* info) argument
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c57 unsigned long code[2]; member in union:bundle_t
98 bundle.code[0] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0);
99 bundle.code[1] = ptrace(PTRACE_PEEKTEXT, proc->pid, ip + 8, 0);
/external/lzma/C/
H A DLzmaDec.h56 UInt32 range, code; member in struct:__anon26706
102 LZMA_STATUS_NOT_SPECIFIED, /* use main error code instead */
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c150 * avoid generating bad code.
164 * implementation) somehow becomes invalid code.
568 /* Dump byte code to a file */
591 void *code; local
597 code = LLVMGetPointerToGlobal(gallivm->engine, func);
598 assert(code);
599 jit_func = pointer_to_func(code);
602 lp_disassemble(code);
613 * Free the function (and its machine code).
618 const void *code)
616 gallivm_free_function(struct gallivm_state *gallivm, LLVMValueRef func, const void *code) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.h27 uint32_t *code; member in struct:nvc0_program
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c61 struct r300_fragment_program_code *code = &compiler->code->code.r300; local
70 fprintf(stderr, "code_offset_ext: %08x\n", code->r400_code_offset_ext);
73 for (n = 0; n <= (code->config & 3); n++) {
74 uint32_t code_addr = code->code_addr[3 - (code->config & 3) + n];
76 (((code->r400_code_offset_ext >> (24 - (n * 6))) & 0x7) << 6);
78 (((code->r400_code_offset_ext >> (27 - (n * 6))) & 0x7) << 6);
86 if (n > 0 || (code
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DAC3TrackImpl.java243 private boolean calcBitrateAndFrameSize(int code) { argument
244 int frmsizecode = code >>> 1;
245 int flag = code & 1;
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocket.java100 CloseCode code = CloseCode.NormalClosure;
103 code = ((CloseFrame) frame).getCloseCode();
108 doClose(code, reason, false);
114 sendFrame(new CloseFrame(code, reason));
116 doClose(code, reason, true);
152 protected void doClose(CloseCode code, String reason, boolean initiatedByRemote) { argument
171 onClose(code, reason, initiatedByRemote);
180 protected abstract void onClose(CloseCode code, String reason, boolean initiatedByRemote); argument
198 public void close(CloseCode code, String reason) throws IOException { argument
202 sendFrame(new CloseFrame(code, reaso
[all...]

Completed in 4585 milliseconds

<<11121314151617181920>>