| /third_party/skia/third_party/externals/libwebp/swig/ |
| H A D | libwebp_java_wrap.c | 154 SWIG_JavaExceptionCodes code; member 159 static void SWIGUNUSED SWIG_JavaThrowException(JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg) { in SWIG_JavaThrowException() argument 207 SWIGINTERN void SWIG_JavaException(JNIEnv *jenv, int code, const char *msg) { in SWIG_JavaException() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | connection.c | 645 char code[256]; local [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFGradientShader.cpp | 328 apply_perspective_to_coordinates(const SkMatrix& inversePerspectiveMatrix, SkDynamicMemoryWStream* code) apply_perspective_to_coordinates() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffload.c | 1987 cff_subfont_load( CFF_SubFont subfont, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_UInt code, CFF_Font font, CFF_Face face ) cff_subfont_load() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttinterp.h | 183 FT_Byte* code; /* current code range */ member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff1-table.hh | 118 hb_codepoint_t code = (hb_codepoint_t) ranges[i].first + glyph; in get_code() local 141 HBUINT8 code; member 202 hb_codepoint_t code = code_ranges[i].code; in serialize() local [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | callproc.c | 260 static WCHAR *FormatError(DWORD code) in FormatError() argument 282 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() argument 1327 DWORD code = 0; format_error() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | regcomp.c | 88 char code; member
|
| /third_party/vixl/src/aarch64/ |
| H A D | operands-aarch64.h | 145 void Combine(int code) { in Combine() argument 151 void Remove(int code) { in Remove() argument [all...] |
| /third_party/vixl/test/aarch64/ |
| H A D | test-utils-aarch64.cc | 723 unsigned code = reg.GetCode(); in Dump() local [all...] |
| /third_party/skia/third_party/externals/freetype/builds/mac/ |
| H A D | ftmac.c | 975 char code, last_code; in read_lwfn() local [all...] |
| /third_party/python/Python/ |
| H A D | _warnings.c | 774 PyCodeObject *code = PyFrame_GetCode(frame); in is_internal_frame() local
|
| /third_party/python/Objects/ |
| H A D | frameobject.c | 283 _Py_CODEUNIT *code = (_Py_CODEUNIT *)PyBytes_AS_STRING(co_code); in mark_stacks() local 550 marklines(PyCodeObject *code, int len) marklines() argument 944 PyCodeObject *code = f->f_frame->f_code; frame_sizeof() local 956 PyCodeObject *code = f->f_frame->f_code; frame_repr() local 1011 PyCodeObject *code = (PyCodeObject *)func->func_code; init_frame() local 1020 _PyFrame_New_NoTrack(PyCodeObject *code) _PyFrame_New_NoTrack() argument 1039 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, PyObject *locals) PyFrame_New() argument 1312 PyCodeObject *code = frame->f_frame->f_code; PyFrame_GetCode() local [all...] |
| /third_party/python/Modules/ |
| H A D | faulthandler.c | 390 faulthandler_ignore_exception(DWORD code) in faulthandler_ignore_exception() argument 410 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler() local 1228 unsigned int code, flags = 0; faulthandler_raise_exception() local [all...] |
| H A D | _lsprof.c | 414 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback() local 424 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback() local [all...] |
| H A D | unicodedata.c | 61 _getrecord_ex(Py_UCS4 code) in _getrecord_ex() argument 411 int code, index, count; unicodedata_UCD_decomposition_impl() local 461 get_decomp_record(PyObject *self, Py_UCS4 code, int *index, int *prefix, int *count) get_decomp_record() argument 534 Py_UCS4 code = stack[--stackptr]; nfd_nfkd() local 630 find_nfc_index(const struct reindex* nfc, Py_UCS4 code) find_nfc_index() argument 654 Py_UCS4 code; nfc_nfkc() local 1043 is_unified_ideograph(Py_UCS4 code) is_unified_ideograph() argument 1063 _getucname(PyObject *self, Py_UCS4 code, char* buffer, int buflen, int with_alias_and_seq) _getucname() argument 1165 capi_getucname(Py_UCS4 code, char* buffer, int buflen, int with_alias_and_seq) capi_getucname() argument 1174 _cmpname(PyObject *self, int code, const char* name, int namelen) _cmpname() argument 1209 _check_alias_and_seq(unsigned int cp, Py_UCS4* code, int with_named_seq) _check_alias_and_seq() argument 1224 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code, int with_named_seq) _getcode() argument 1307 capi_getcode(const char* name, int namelen, Py_UCS4* code, int with_named_seq) capi_getcode() argument 1398 Py_UCS4 code; unicodedata_UCD_lookup_impl() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-virtual-surround-sink.c | 259 static int sink_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg_cb() argument
|
| H A D | module-combine-sink.c | 731 static int sink_input_process_msg(pa_msgobject *obj, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
|
| /third_party/skia/dm/ |
| H A D | DM.cpp | 289 DWORD code; in crash_handler() member 302 const DWORD code = e->ExceptionRecord->ExceptionCode; in crash_handler() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFboUtil.cpp | 907 void ValidStatusCodes::addViolation (std::vector<RuleViolation>& dst, glw::GLenum code, const char* description) const in addViolation() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius.c | 72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) in radius_msg_set_hdr() argument 102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) in radius_msg_new() argument 138 static const char *radius_code_string(u8 code) in radius_code_string() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | hs20_supplicant.c | 1278 void hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code, in hs20_rx_deauth_imminent_notice() argument
|
| H A D | wnm_sta.c | 1710 u8 code; in ieee802_11_rx_wnm_notif_req_wfa() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_sim_common.c | 990 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype) in eap_sim_msg_init() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius.c | 72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) in radius_msg_set_hdr() argument 102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) in radius_msg_new() argument 138 static const char *radius_code_string(u8 code) in radius_code_string() argument [all...] |