Searched refs:code (Results 251 - 275 of 4188) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/external/javassist/src/main/javassist/
H A DCtField.java38 * Creates a <code>CtField</code> object.
40 * with <code>CtClass.addField()</code>.
42 * by a <code>CtField.Initializer</code> object.
45 * call <code>CtNewMethod.getter()</code> and
46 * <code>CtNewMethod.setter()</code>
813 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
818 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
829 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
844 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
929 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
973 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
994 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1038 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1059 compileStringParameter(Bytecode code) argument
1090 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1134 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1165 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1175 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1198 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1208 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1234 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1244 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1270 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1280 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1301 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1311 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1333 addNewarray(Bytecode code) argument
1341 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1351 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
1371 compile(CtClass type, String name, Bytecode code, CtClass[] parameters, Javac drv) argument
1381 compileIfStatic(CtClass type, String name, Bytecode code, Javac drv) argument
[all...]
/external/libexif/libexif/
H A Dexif-log.c39 ExifLogCode code; member in struct:__anon11431
53 exif_log_code_get_title (ExifLogCode code) argument
57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break;
62 exif_log_code_get_message (ExifLogCode code) argument
66 for (i = 0; codes[i].message; i++) if (codes[i].code == code) break;
135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, argument
141 exif_logv (log, code, domain, format, args);
146 exif_logv (ExifLog *log, ExifLogCode code, cons argument
[all...]
/external/scapy/scapy/contrib/
H A Dvtp.py147 ByteEnumField("code", 1, _VTP_Types),
149 lambda pkt:pkt.code == 1),
151 lambda pkt:pkt.code == 2),
153 lambda pkt:pkt.code == 3),
157 lambda pkt:pkt.code == 1 or
158 pkt.code == 2),
161 lambda pkt:pkt.code == 1),
163 lambda pkt:pkt.code == 1),
165 lambda pkt:pkt.code == 1),
168 lambda pkt: pkt.code
[all...]
/external/python/cpython3/Lib/
H A Dsre_compile.py60 # Maps the lowercase code to lowercase codes which have the same uppercase.
64 def _compile(code, pattern, flags):
66 emit = code.append
85 skip = _len(code); emit(0)
92 code[skip] = _len(code) - skip
107 skip = _len(code); emit(0)
108 _compile_charset(av, flags, code, fixup, fixes)
109 code[skip] = _len(code)
[all...]
/external/capstone/arch/ARM/
H A DARMDisassembler.h12 bool ARM_getInstruction(csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info);
14 bool Thumb_getInstruction(csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info);
/external/capstone/arch/Mips/
H A DMipsDisassembler.h14 bool Mips_getInstruction(csh handle, const uint8_t *code, size_t code_len,
17 bool Mips64_getInstruction(csh handle, const uint8_t *code, size_t code_len,
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DUnaryOp.java19 import com.android.dx.rop.code.Rop;
20 import com.android.dx.rop.code.Rops;
27 /** {@code ~a}. Supports int and long. */
35 /** {@code -a}. Supports int, long, float and double. */
/external/e2fsprogs/lib/et/
H A Dcom_err.c27 default_com_err_proc (const char *whoami, errcode_t code, const
32 default_com_err_proc (const char *whoami, errcode_t code, const argument
41 if (code) {
42 fputs(error_message(code), stderr);
69 void com_err_va (const char *whoami, errcode_t code, const char *fmt, argument
72 (*com_err_hook) (whoami, code, fmt, args);
76 errcode_t code,
84 com_err_va (whoami, code, fmt, pvar);
75 com_err(const char *whoami, errcode_t code, const char *fmt, ...) argument
H A Dcom_right.c17 * 1. Redistributions of source code must retain the above copyright
49 com_right(struct et_list *list, long code) argument
53 if (code >= p->table->base && code < p->table->base + p->table->n_msgs)
54 return p->table->msgs[code - p->table->base];
60 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
64 if ((code >= p->table->base) &&
65 (code < p->table->base + p->table->n_msgs)) {
66 strncpy(str, p->table->msgs[code - p->table->base], len);
/external/elfutils/libdw/
H A Ddwarf_attr.c45 result->valp = __libdw_find_attr (die, search_name, &result->code,
50 return result->valp != NULL && result->code == search_name ? result : NULL;
/external/libffi/testsuite/libffi.call/
H A Dcls_complex.inc23 void *code;
24 ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
35 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_complex_fn, NULL, code) == FFI_OK);
37 res = (*((cls_ret_complex)code))(0.125 + 128.0 * I);
/external/llvm/utils/
H A Dcountloc.sh11 # This script finds all the source code files in the source code directories
34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
/external/ltp/testcases/kernel/input/
H A Dinput_helper.h27 void send_event(int fd, int event, int code, int value);
32 int check_event_code(struct input_event *iev, int event, int code);
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
36 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
39 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
44 code.call()
54 * Assert that the specified code throws an exception with an error message
57 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
60 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
36 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
39 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
44 code.call()
54 * Assert that the specified code throws an exception with an error message
57 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
60 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
36 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
39 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
44 code.call()
54 * Assert that the specified code throws an exception with an error message
57 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
60 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
36 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
39 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
44 code.call()
54 * Assert that the specified code throws an exception with an error message
57 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
60 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
36 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
39 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
44 code.call()
54 * Assert that the specified code throws an exception with an error message
57 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
60 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
36 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
39 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
44 code.call()
54 * Assert that the specified code throws an exception with an error message
57 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
60 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
36 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
39 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
44 code.call()
54 * Assert that the specified code throws an exception with an error message
57 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
60 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/python/cpython2/Demo/sockets/
H A Dftp.py13 # When a response code 150 is received, this port is used to receive
58 code = getreply(f)
59 if code in ('221', 'EOF'): break
60 if code == '150':
62 code = getreply(f)
98 code = getreply(f)
101 # Process an ftp reply and return the 3-digit reply code (as a string).
111 code = line[:3]
117 if line[:3] == code and line[3:4] != '-': break
118 return code
[all...]
/external/python/cpython2/Tools/unicode/
H A Dgencjkcodecs.py60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
64 open(codecpath, 'w').write(code)
/external/python/cpython3/Tools/unicode/
H A Dgencjkcodecs.py60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
64 open(codecpath, 'w').write(code)
/external/speex/libspeex/
H A Dvq_arm4.h11 - Redistributions of source code must retain the above copyright
78 const spx_word16_t *code = codebook;
79 dist1 = MAC16_16(dist1,in[j],*code);
80 code += len;
81 dist2 = MAC16_16(dist2,in[j],*code);
82 code += len;
83 dist3 = MAC16_16(dist3,in[j],*code);
84 code += len;
85 dist4 = MAC16_16(dist4,in[j],*code);

Completed in 771 milliseconds

<<11121314151617181920>>