Home
last modified time | relevance | path

Searched defs:status (Results 6526 - 6550 of 6930) sorted by relevance

1...<<261262263264265266267268269270>>...278

/third_party/skia/third_party/externals/icu/source/common/
H A Dunames.cpp195 loadCharNames(UErrorCode &status) { in loadCharNames() argument
H A Dunistr.cpp911 UErrorCode status = U_ZERO_ERROR; in extract() local
/third_party/toybox/toys/pending/
H A Ddhcp.c179 int status; member
[all...]
/third_party/python/PC/
H A Dlauncher.c253 LSTATUS status = RegOpenKeyExW(root, subkey, 0, flags, &core_root); in _locate_pythons_for_key() local
[all...]
/third_party/python/Programs/
H A D_testembed.c51 PyStatus status = PyConfig_SetString(config, config_str, str); in config_set_string() local
68 PyStatus status = Py_InitializeFromConfig(config); in init_from_config_clear() local
451 PyStatus status = PyConfig_SetArgv(config, argc, argv); in config_set_argv() local
463 PyStatus status in config_set_wide_string_list() local
473 PyStatus status; check_init_compat_config() local
570 PyStatus status = Py_PreInitialize(&preconfig); test_init_from_config() local
878 PyStatus status = Py_PreInitialize(&preconfig); test_preinit_isolated1() local
904 PyStatus status = Py_PreInitialize(&preconfig); test_preinit_isolated2() local
941 PyStatus status = Py_PreInitializeFromArgs(&preconfig, test_preinit_dont_parse_argv() local
1008 PyStatus status; check_preinit_isolated_config() local
1078 PyStatus status = Py_PreInitialize(&preconfig); check_init_python_config() local
1117 PyStatus status = Py_PreInitialize(&preconfig); test_init_dont_configure_locale() local
1378 PyStatus status = Py_InitializeFromConfig(&config); run_audit_run_test() local
1409 PyStatus status; test_init_read_set() local
1469 PyStatus status; test_init_sys_add() local
1525 PyStatus status = Py_PreInitialize(&preconfig); test_init_setpath_config() local
1635 PyStatus status; test_init_warnoptions() local
1711 PyStatus status = _Py_InitializeMain(); test_init_set_config() local
1767 PyStatus status = _Py_InitializeMain(); test_init_main() local
1818 PyStatus status = PyConfig_Read(&config); test_get_argc_argv() local
[all...]
/third_party/python/Python/
H A Dfileutils.c1122 _Py_fstat_noraise(int fd, struct _Py_stat_struct *status) in _Py_fstat_noraise() argument
1189 _Py_fstat(int fd, struct _Py_stat_struct *status) _Py_fstat() argument
[all...]
H A Dinitconfig.c311 int PyStatus_IsError(PyStatus status) in PyStatus_IsError() argument
314 int PyStatus_IsExit(PyStatus status) in PyStatus_IsExit() argument
317 int PyStatus_Exception(PyStatus status) in PyStatus_Exception() argument
321 _PyErr_SetFromPyStatus(PyStatus status) in _PyErr_SetFromPyStatus() argument
456 PyStatus status = PyWideStringList_Append(list, list2->items[i]); _PyWideStringList_Extend() local
850 PyStatus status = _Py_PreInitializeFromConfig(config, NULL); PyConfig_SetString() local
875 PyStatus status = _Py_PreInitializeFromConfig(config, NULL); config_set_bytes_string() local
920 PyStatus status; _PyConfig_Copy() local
1209 PyStatus status; config_dict_get_wstr() local
1263 PyStatus status = PyWideStringList_Append(&wstrlist, wstr); config_dict_get_wstrlist() local
1613 PyStatus status; config_read_env_vars() local
1827 PyStatus status; config_read_complex_options() local
1898 PyStatus status = PyConfig_SetString(config, locale_encoding, encoding); config_get_locale_encoding() local
1908 PyStatus status; config_init_stdio_encoding() local
2043 PyStatus status; config_init_fs_encoding() local
2077 PyStatus status; config_init_import() local
2117 PyStatus status; config_read() local
2310 PyStatus status; config_parse_cmdline() local
2521 PyStatus status; config_init_env_warnoptions() local
2580 PyStatus status = warnoptions_append(config, options, items[i]); warnoptions_extend() local
2595 PyStatus status; config_init_warnoptions() local
2680 PyStatus status = PyWideStringList_Append(&config_argv, L""); config_update_argv() local
2725 PyStatus status; core_read_precmdline() local
2789 PyStatus status; config_read_cmdline() local
2856 PyStatus status = _Py_PreInitializeFromConfig(config, args); _PyConfig_SetPyArgv() local
2895 PyStatus status = _Py_PreInitializeFromConfig(config, NULL); PyConfig_SetWideStringList() local
2918 PyStatus status; _PyConfig_Read() local
[all...]
H A Dimport.c1174 set_frozen_error(frozen_status status, PyObject *modname) in set_frozen_error() argument
1358 frozen_status status = find_frozen(name, &info); in PyImport_ImportFrozenModuleObject() local
2130 frozen_status status = find_frozen(name, &info); in _imp_find_frozen_impl() local
2196 frozen_status status = find_frozen(name, &info); _imp_get_frozen_object_impl() local
2233 frozen_status status = find_frozen(name, &info); _imp_is_frozen_package_impl() local
2271 frozen_status status = find_frozen(name, &info); _imp_is_frozen_impl() local
[all...]
H A Dpylifecycle.c469 PyStatus status = _PyConfig_Write(config, tstate->interp->runtime); in interpreter_update_config() local
477 PyStatus status = _PyPathConfig_UpdateGlobal(config); in interpreter_update_config() local
500 PyStatus status = _PyConfig_Copy(&config, src_config); in _PyInterpreterState_SetConfig() local
543 PyStatus status; pyinit_core_reconfigure() local
584 PyStatus status = _PyConfig_Write(config, runtime); pycore_init_runtime() local
616 PyStatus status; init_interp_create_gil() local
644 PyStatus status = _PyGILState_Init(runtime); pycore_create_interpreter() local
679 PyStatus status; pycore_init_global_objects() local
697 PyStatus status; pycore_init_types() local
823 PyStatus status; pycore_interp_init() local
889 PyStatus status = pycore_init_runtime(runtime, config); pyinit_config() local
915 PyStatus status; _Py_PreInitializeFromPyArgv() local
988 PyStatus status = _PyRuntime_Initialize(); _Py_PreInitializeFromConfig() local
1041 PyStatus status; pyinit_core() local
1099 PyStatus status; init_interp_main() local
1230 PyStatus status = init_interp_main(tstate); pyinit_main() local
1245 PyStatus status; Py_InitializeFromConfig() local
1274 PyStatus status; Py_InitializeEx() local
1309 PyStatus status = _PyRuntime_Initialize(); _Py_InitializeMain() local
1630 int status = 0; flush_std_files() local
1753 int status = 0; Py_FinalizeEx() local
1958 PyStatus status; new_interpreter() local
2043 PyStatus status = new_interpreter(&tstate, isolated_subinterpreter); _Py_NewInterpreter() local
2620 fatal_error_exit(int status) fatal_error_exit() argument
2729 fatal_error(int fd, int header, const char *prefix, const char *msg, int status) fatal_error() argument
2872 Py_ExitStatusException(PyStatus status) Py_ExitStatusException() argument
[all...]
H A Dpystate.c2158 PyStatus status = _PyConfig_Copy(config, &interp->config); in _PyInterpreterState_GetConfigCopy() local
/third_party/python/Modules/_sre/
H A Dsre.c549 pattern_error(Py_ssize_t status) in pattern_error() argument
649 Py_ssize_t status; in _sre_SRE_Pattern_match_impl() local
692 Py_ssize_t status; in _sre_SRE_Pattern_fullmatch_impl() local
738 Py_ssize_t status; in _sre_SRE_Pattern_search_impl() local
804 Py_ssize_t status; _sre_SRE_Pattern_findall_impl() local
963 Py_ssize_t status; _sre_SRE_Pattern_split_impl() local
1064 Py_ssize_t status; pattern_subx() local
2216 int status; _sre_SRE_Match_groupdict_impl() local
2447 pattern_new_match(_sremodulestate* module_state, PatternObject* pattern, SRE_STATE* state, Py_ssize_t status) pattern_new_match() argument
2587 Py_ssize_t status; _sre_SRE_Scanner_match_impl() local
2637 Py_ssize_t status; _sre_SRE_Scanner_search_impl() local
[all...]
/third_party/python/Objects/
H A Dlistobject.c1036 int status; in list_pop_impl() local
H A Dobject.c1840 PyStatus status = _PyTypes_InitSlotDefs(); in _PyTypes_InitState() local
H A Dsetobject.c510 int status = Py_ReprEnter((PyObject*)so); in set_repr() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c2148 upb_status status; in FileBuilderContext_build() local
H A Dencode_decode.c998 upb_status status; member
1333 upb_status status; in putmap() local
1357 upb_status status; in putjsonany() local
1440 upb_status status; putjsonlistvalue() local
1470 upb_status status; putmsg() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1384 ParseArgumentStatus status = InterpretArgument(name, value); in ParseArguments() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c199 void profile_status_set(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile, pa_bluetooth_profile_status_t status) { in profile_status_set() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c872 static void rtsp_stream_cb(pa_rtsp_client *rtsp, pa_rtsp_state_t state, pa_rtsp_status_t status, pa_headerlist *headers, void *userdata) { in rtsp_stream_cb() argument
1237 static void rtsp_auth_cb(pa_rtsp_client *rtsp, pa_rtsp_state_t state, pa_rtsp_status_t status, pa_headerlist *headers, void *userdata) { in rtsp_auth_cb() argument
/third_party/python/Modules/
H A D_collectionsmodule.c2112 int status = Py_ReprEnter(dd->default_factory); in defdict_repr() local
/third_party/python/Modules/_io/
H A Dtextio.c2871 int status; in textiowrapper_repr() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_eth_conf.h368 enum rte_fdir_status_mode status; /**< How to report FDIR hash. */ member
/third_party/skia/dm/
H A DDMSrcSink.cpp992 Result::Status status = Result::Status::Fatal; in draw() local
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c837 bool status; in check_context_match_for_dir() local
/third_party/spirv-tools/source/opt/
H A Doptimizer.cpp645 auto status = impl_->pass_manager.Run(context.get()); in Run() local

Completed in 73 milliseconds

1...<<261262263264265266267268269270>>...278