| /third_party/python/Programs/ |
| H A D | _testembed.c | 171 const char *code = main_argv[2]; in test_repeated_init_exec() local
|
| /third_party/python/Python/ |
| H A D | import.c | 864 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code, PyObject *path) _imp__fix_co_filename_impl() argument 1323 PyObject *code = info->get_code(); unmarshal_frozen_code() local 1507 PyCodeObject *code = PyFrame_GetCode(frame); remove_importlib_frames() local [all...] |
| H A D | marshal.c | 990 int type, code = r_byte(p); in r_object() local 1360 PyObject *code in r_object() local [all...] |
| H A D | pythonrun.c | 721 PyObject *code = PyObject_GetAttr(value, &_Py_ID(code)); in _Py_HandleSystemExit() local [all...] |
| /third_party/python/Modules/_sre/ |
| H A D | sre.c | 1414 _sre_compile_impl(PyObject *module, PyObject *pattern, int flags, PyObject *code, Py_ssize_t groups, PyObject *groupindex, PyObject *indexgroup) _sre_compile_impl() argument 1562 _validate_charset(SRE_CODE *code, SRE_CODE *end) _validate_charset() argument 1649 _validate_inner(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) _validate_inner() argument 1967 _validate_outer(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) _validate_outer() argument [all...] |
| /third_party/python/Modules/ |
| H A D | overlapped.c | 575 _overlapped_FormatMessage_impl(PyObject *module, DWORD code) _overlapped_FormatMessage_impl() argument [all...] |
| H A D | _struct.c | 1533 formatcode *code; in s_unpack_internal() local 1815 formatcode *code; s_pack_internal() local 2057 formatcode *code; s_sizeof() local [all...] |
| H A D | _xxsubinterpretersmodule.c | 2161 PyObject *id, *code; in interp_run_string() local [all...] |
| H A D | pyexpat.c | 119 set_error(pyexpat_state *state, xmlparseobject *self, enum XML_Error code) in set_error() argument 1573 pyexpat_ErrorString_impl(PyObject *module, long code) pyexpat_ErrorString_impl() argument [all...] |
| /third_party/python/Objects/ |
| H A D | codeobject.c | 381 int code = ((*ptr) >> 3) & 15; get_line_delta() local 419 int code = (data[offset] >> 3) & 15; remove_column_info() local 498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument 622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument 931 int code = (first_byte >> 3) & 15; advance_with_locations() local 1038 int code = ((*ptr)>> 3) & 15; _PyLineTable_StartsLine() local 1098 decode_linetable(PyCodeObject *code) decode_linetable() argument 1220 new_linesiterator(PyCodeObject *code) new_linesiterator() argument 1320 code_positionsiterator(PyCodeObject* code, PyObject* Py_UNUSED(args)) code_positionsiterator() argument 1346 _PyCode_GetExtra(PyObject *code, Py_ssize_t index, void **extra) _PyCode_GetExtra() argument 1367 _PyCode_SetExtra(PyObject *code, Py_ssize_t index, void *extra) _PyCode_SetExtra() argument 1419 PyCode_GetVarnames(PyCodeObject *code) PyCode_GetVarnames() argument 1431 PyCode_GetCellvars(PyCodeObject *code) PyCode_GetCellvars() argument 1443 PyCode_GetFreevars(PyCodeObject *code) PyCode_GetFreevars() argument 1468 PyObject *code = PyBytes_FromStringAndSize((const char *)_PyCode_CODE(co), _PyCode_GetCode() local 1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument 1809 code_getlnotab(PyCodeObject *code, void *closure) code_getlnotab() argument 1815 code_getvarnames(PyCodeObject *code, void *closure) code_getvarnames() argument 1821 code_getcellvars(PyCodeObject *code, void *closure) code_getcellvars() argument 1827 code_getfreevars(PyCodeObject *code, void *closure) code_getfreevars() argument 1833 code_getcodeadaptive(PyCodeObject *code, void *closure) code_getcodeadaptive() argument 1840 code_getcode(PyCodeObject *code, void *closure) code_getcode() argument 1872 code_linesiterator(PyCodeObject *code, PyObject *Py_UNUSED(args)) code_linesiterator() argument 1933 PyObject *code = NULL; code_replace_impl() local [all...] |
| H A D | genobject.c | 814 PyCodeObject *code = gen->gi_code; in gen_sizeof() local 895 PyCodeObject *code = (PyCodeObject *)func->func_code; in make_gen() local 965 PyCodeObject *code = f->f_frame->f_code; gen_new_with_qualname() local 1025 PyCodeObject *code = (PyCodeObject *)((PyGenObject*)o)->gi_code; gen_is_coroutine() local 1344 PyCodeObject *code = frame->f_code; compute_cr_origin() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-tunnel.c | 579 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument 726 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument 2208 static int tunnel_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in tunnel_process_msg() argument [all...] |
| /third_party/skia/modules/skparagraph/samples/ |
| H A D | SampleParagraph.cpp | 187 SkPaint code; in drawCode() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fOpaqueTypeIndexingTests.cpp | 409 std::ostringstream code; in getShaderSpec() local 799 std::ostringstream code; in getShaderSpec() local 1033 std::ostringstream code; getShaderSpec() local [all...] |
| H A D | es31fTextureGatherTests.cpp | 81 static std::string specializeShader(Context& context, const char* code) in specializeShader() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineSpecConstantTests.cpp | 281 std::ostringstream code; in generateSpecConstantCode() local 296 std::ostringstream code; in generateSSBOCode() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktOpaqueTypeIndexingTests.cpp | 1074 std::ostringstream global, code; in createShaderSpec() local 1479 std::ostringstream global, code; in createShaderSpec() local 1907 std::ostringstream global, code; createShaderSpec() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureFilteringExplicitLodTests.cpp | 244 string code; in genLookupCode() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| H A D | radius.h | 19 u8 code; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | ieee802_1x.c | 918 static const char * eap_code_str(u8 code) in eap_code_str() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_crypto.c | 1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qi() argument 1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qr() argument 1586 dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, u8 ver_init, u8 ver_resp, const u8 *Mx, size_t Mx_len, const u8 *Nx, size_t Nx_len, const char *code, const u8 *Kx, size_t Kx_len, u8 *z, unsigned int hash_len) dpp_pkex_derive_z() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius.h | 19 u8 code; member
|
| H A D | radius_server.c | 901 int code; in radius_server_encapsulate_eap() local 1162 int code; radius_server_macacl() local [all...] |
| /base/location/services/location_locator/locator/source/ |
| H A D | locator_ability.cpp | 408 void LocatorAbility::RemoveUnloadTask(uint32_t code) in RemoveUnloadTask() argument 421 void LocatorAbility::PostUnloadTask(uint32_t code) in PostUnloadTask() argument
|
| /base/global/i18n/frameworks/intl/test/unittest/ |
| H A D | intl_test_extent.cpp | 611 int code = GetParameter("const.product.devicetype", "", value, bufferLen); in HWTEST_F() local 653 int code = GetParameter("const.product.devicetype", "", value, bufferLen); in HWTEST_F() local 685 int code = GetParameter("const.product.devicetype", "", value, bufferLen); in HWTEST_F() local 734 int code = GetParameter("const.product.devicetype", "", value, bufferLen); in HWTEST_F() local 786 int code = GetParameter("const.product.devicetype", "", value, bufferLen); in HWTEST_F() local [all...] |