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

1234567891011>>

/external/clang/test/CodeGen/
H A D2004-03-15-SimpleIndirectGoto.c3 int code[]={0,0,0,0,1}; variable
21 bar(code);
/external/clang/test/PCH/
H A Dfunctions.c24 void __attribute__((noreturn)) test_abort(int code) { argument
25 do_abort(code);
/external/icu/icu4c/source/common/
H A Derrorcode.cpp27 UErrorCode code = errorCode; local
29 return code;
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoException.java2 // Use of this source code is governed by a BSD-style license that can be
17 public MojoException(int code) { argument
18 mCode = code;
30 * The mojo result code associated with this exception. See {@link MojoResult} for possible
/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D063-comments.c15 more code here
/external/mesa3d/src/mapi/
H A Dentry_x86-64_tls.h86 char *code = (char *) entry; local
91 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func);
113 char *code; local
122 code = u_execmem_alloc(sizeof(code_templ));
123 if (!code)
126 memcpy(code, code_templ, sizeof(code_templ));
128 *((unsigned int *) (code + 5)) = addr;
129 entry = (mapi_func) code;
H A Dentry_x86_tls.h109 char *code = (char *) entry; local
110 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
121 char *code; local
124 code = u_execmem_alloc(sizeof(code_templ));
125 if (!code)
128 memcpy(code, code_templ, sizeof(code_templ));
130 *((unsigned long *) (code + 2)) = x86_current_tls();
131 entry = (mapi_func) code;
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/test/
H A DAbstractGroovyTest.groovy33 * Assert that the specified code throws an exception of the specified type.
35 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
38 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
40 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
43 code.call()
53 * Assert that the specified code throws an exception with an error message
56 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type
59 * @throws AssertionError - if no exception is thrown by the code o
[all...]
/external/python/cpython2/Include/
H A Ducnhash.h18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen);
24 /* Get character code for a given name. Same error handling
26 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code);
/external/python/cpython2/Modules/zlib/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon19561
35 01000000 - invalid code
[all...]
/external/python/cpython3/Include/
H A Ducnhash.h18 /* Get name for a given character code. Returns non-zero if
22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen,
25 /* Get character code for a given name. Same error handling
27 int (*getcode)(PyObject *self, const char* name, int namelen, Py_UCS4* code,
/external/python/cpython3/Modules/zlib/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon20190
35 01000000 - invalid code
[all...]
/external/robolectric/v1/src/main/java/android/os/
H A DShadowBinderBridge.java13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
14 return realBinder.onTransact(code, data, reply, flags);
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_memory.h64 void dmi_memory_array_error_handle(uint16_t code, char *array);
65 void dmi_memory_device_width(uint16_t code, char *width);
66 void dmi_memory_device_size(uint16_t code, char *size);
67 const char *dmi_memory_device_form_factor(uint8_t code);
68 void dmi_memory_device_set(uint8_t code, char *set);
69 const char *dmi_memory_device_type(uint8_t code);
70 void dmi_memory_device_type_detail(uint16_t code, char *type_detail, int sizeof_type_detail);
71 void dmi_memory_device_speed(uint16_t code, char *speed);
/external/syslinux/com32/lib/zlib/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon23725
35 01000000 - invalid code
[all...]
/external/v8/src/compiler/
H A Djump-threading.h2 // Use of this source code is governed by a BSD-style license that can be
21 InstructionSequence* code, bool frame_at_start);
26 InstructionSequence* code);
/external/valgrind/helgrind/tests/
H A Dshmem_abits.stderr.exp2 code test
/external/wayland-protocols/freedesktop.org/tests/
H A Dscan.sh10 $SCANNER code $1 /dev/null
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/external/xmlrpcpp/src/
H A DXmlRpcException.h25 //! @param code An integer error code
26 XmlRpcException(const std::string& message, int code=-1) : argument
27 _message(message), _code(code) {}
32 //! Return the error code.
/external/zlib/src/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code code
[all...]
H A Dinftree9.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon32075
35 01000000 - invalid code
[all...]
/external/zlib/src/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon32091
35 01000000 - invalid code
[all...]

Completed in 678 milliseconds

1234567891011>>