Home
last modified time | relevance | path

Searched refs:err_code (Results 1 – 25 of 62) sorted by relevance

123

/external/libxaac/test/
Dixheaacd_main.c378 IA_ERRORCODE err_code = IA_NO_ERROR; in ixheaacd_set_config_param() local
390 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
393 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
399 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
402 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
409 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
412 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
418 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
421 _IA_HANDLE_ERROR(p_proc_err_info, (pWORD8) "", err_code); in ixheaacd_set_config_param()
428 err_code = (*p_ia_process_api)( in ixheaacd_set_config_param()
[all …]
/external/libxaac/fuzzer/
Dxaac_dec_fuzzer.cpp125 IA_ERRORCODE err_code = in initXAACDecoder() local
136 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_INIT, in initXAACDecoder()
140 err_code = ia_drc_dec_api(nullptr, IA_API_CMD_GET_API_SIZE, 0, &pui_api_size); in initXAACDecoder()
150 err_code = ia_drc_dec_api(mMpegDDrcHandle, IA_API_CMD_INIT, in initXAACDecoder()
157 err_code = in initXAACDecoder()
167 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_GET_MEMTABS_SIZE, in initXAACDecoder()
177 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_SET_MEMTABS_PTR, 0, in initXAACDecoder()
181 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_INIT, in initXAACDecoder()
193 err_code = ixheaacd_dec_api(mXheaacCodecHandle, in initXAACDecoder()
197 err_code = in initXAACDecoder()
[all …]
/external/libxaac/decoder/drc_src/
Dimpd_drc_gain_decoder.c45 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_init_drc_decode() local
47 err_code = impd_init_drc_params( in impd_init_drc_decode()
51 if (err_code != IA_NO_ERROR) return (err_code); in impd_init_drc_decode()
53 err_code = impd_init_parametric_drc( in impd_init_drc_decode()
57 if (err_code != IA_NO_ERROR) return (err_code); in impd_init_drc_decode()
59 return err_code; in impd_init_drc_decode()
70 IA_ERRORCODE err_code = 0; in impd_init_drc_decode_post_config() local
78 err_code = impd_init_selected_drc_set( in impd_init_drc_decode_post_config()
85 if (err_code) return (err_code); in impd_init_drc_decode_post_config()
92 err_code = impd_init_parametric_drc_after_config( in impd_init_drc_decode_post_config()
[all …]
Dimpd_drc_bitbuffer.c117 WORD32 i, err_code = 0; in impd_init_drc_bitstream_dec() local
163 return err_code; in impd_init_drc_bitstream_dec()
170 WORD32 err_code = 0; in impd_process_drc_bitstream_dec_config() local
174 err_code = impd_parse_drc_config( in impd_process_drc_bitstream_dec_config()
176 if (err_code) return (err_code); in impd_process_drc_bitstream_dec_config()
178 return err_code; in impd_process_drc_bitstream_dec_config()
186 WORD32 err_code = 0; in impd_process_drc_bitstream_dec_gain() local
195 err_code = impd_drc_uni_gain_read(it_bit_buff, p_drc_bs_dec_struct, in impd_process_drc_bitstream_dec_gain()
198 if (err_code > PROC_COMPLETE) return (err_code); in impd_process_drc_bitstream_dec_gain()
202 if (err_code == PROC_COMPLETE) { in impd_process_drc_bitstream_dec_gain()
[all …]
Dimpd_drc_init.c379 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_drc_init() local
395 err_code = impd_init_drc_bitstream_dec( in impd_drc_init()
399 if (err_code != IA_NO_ERROR) return err_code; in impd_drc_init()
402 err_code = impd_init_drc_decode(p_obj_drc->str_config.frame_size, in impd_drc_init()
408 if (err_code != IA_NO_ERROR) return err_code; in impd_drc_init()
411 err_code = impd_drc_dec_interface_add_effect_type( in impd_drc_init()
416 if (err_code != IA_NO_ERROR) return err_code; in impd_drc_init()
418 err_code = impd_drc_uni_selction_proc_init( in impd_drc_init()
422 if (err_code != IA_NO_ERROR) return err_code; in impd_drc_init()
436 err_code = impd_process_drc_bitstream_dec_config( in impd_drc_init()
[all …]
Dimpd_drc_main_td_process.c76 IA_ERRORCODE err_code = IA_NO_ERROR; in impd_process_time_domain() local
87 err_code = impd_process_drc_bitstream_dec_gain( in impd_process_time_domain()
97 if (err_code > PROC_COMPLETE) return -1; in impd_process_time_domain()
172 err_code = impd_drc_process_time_domain( in impd_process_time_domain()
183 if (err_code != IA_NO_ERROR) return err_code; in impd_process_time_domain()
187 err_code = impd_down_mix(p_obj_drc->str_payload.pstr_drc_sel_proc_output, in impd_process_time_domain()
190 if (err_code != IA_NO_ERROR) return err_code; in impd_process_time_domain()
192 err_code = impd_drc_process_time_domain( in impd_process_time_domain()
203 if (err_code != IA_NO_ERROR) return err_code; in impd_process_time_domain()
323 return err_code; in impd_process_time_domain()
/external/llvm-project/openmp/runtime/src/
Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
104 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler()
107 __kmp_str_free(&err_code.str); in __itt_error_handler()
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
112 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler()
115 __kmp_str_free(&err_code.str); in __itt_error_handler()
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
140 __kmp_msg(kmp_ms_warning, KMP_MSG(CantGetEnvVar, var), err_code, in __itt_error_handler()
143 __kmp_str_free(&err_code.str); in __itt_error_handler()
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
[all …]
/external/oss-fuzz/infra/
Dutils_test.py80 out, err, err_code = utils.execute(['ls', '.'],
83 self.assertEqual(err_code, 0)
86 out, err, err_code = utils.execute(['mkdir', 'tmp'],
89 self.assertEqual(err_code, 0)
92 out, err, err_code = utils.execute(['ls', '.'],
95 self.assertEqual(err_code, 0)
102 out, err, err_code = utils.execute(['ls', 'notarealdir'],
105 self.assertEqual(err_code, 2)
109 out, err, err_code = utils.execute(['ls', 'notarealdir'],
Drepo_manager.py73 _, _, err_code = self.git(['cat-file', '-e', commit])
74 return not err_code
98 out, err_msg, err_code = self.git(command)
99 if err_code:
123 out, _, err_code = self.git(['rev-parse', commit + '~' + str(count)],
125 if err_code:
165 out, _, err_code = self.git(['rev-list', commit_range])
168 if err_code or not commits:
186 _, err, err_code = self.git(['fetch', '--unshallow'], check_result=False)
187 if err_code:
/external/libxaac/decoder/
Dixheaacd_imdct.c322 WORD32 err_code = 0; in ixheaacd_fd_imdct_short() local
338 err_code = ixheaacd_acelp_imdct( in ixheaacd_fd_imdct_short()
341 if (err_code) return err_code; in ixheaacd_fd_imdct_short()
349 err_code = ixheaacd_calc_window(&window_short, ixheaacd_drc_offset->n_short, in ixheaacd_fd_imdct_short()
351 if (err_code == -1) return err_code; in ixheaacd_fd_imdct_short()
352 err_code = in ixheaacd_fd_imdct_short()
355 if (err_code == -1) return err_code; in ixheaacd_fd_imdct_short()
418 err_code = ixheaacd_lpd_bpf_fix(usac_data, 1, p_out_buffer, st); in ixheaacd_fd_imdct_short()
419 if (err_code != 0) return err_code; in ixheaacd_fd_imdct_short()
451 WORD32 err_code = 0; in ixheaacd_fd_imdct_long() local
[all …]
Dixheaacd_ext_ch_ele.c641 WORD32 err_code = 0; in ixheaacd_core_coder_data() local
668 err_code = in ixheaacd_core_coder_data()
672 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
780 err_code = in ixheaacd_core_coder_data()
782 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
794 err_code = in ixheaacd_core_coder_data()
797 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
832 err_code = ixheaacd_fd_channel_stream( in ixheaacd_core_coder_data()
836 if (err_code == -1) return err_code; in ixheaacd_core_coder_data()
852 err_code = ixheaacd_tns_apply( in ixheaacd_core_coder_data()
[all …]
Dixheaacd_sbrdecoder.c661 WORD32 err_code = 0; in ixheaacd_applysbr() local
662 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr()
672 if (err_code) return err_code; in ixheaacd_applysbr()
674 WORD32 err_code = 0; in ixheaacd_applysbr() local
675 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr()
687 if (err_code) return err_code; in ixheaacd_applysbr()
694 WORD32 err_code = ixheaacd_esbr_dec( in ixheaacd_applysbr() local
698 if (err_code) return err_code; in ixheaacd_applysbr()
701 WORD32 err_code = ixheaacd_sbr_dec( in ixheaacd_applysbr() local
709 if (err_code) return err_code; in ixheaacd_applysbr()
[all …]
Dixheaacd_process.c113 WORD32 err_code = 0; in ixheaacd_esbr_process() local
138 err_code = ixheaacd_applysbr(self, esbr_bit_str, NULL, &num_channels, 1, 0, 0, in ixheaacd_esbr_process()
144 return err_code; in ixheaacd_esbr_process()
292 WORD32 err_code = 0; in ixheaacd_usac_process() local
366 err_code = ixheaacd_esbr_process( in ixheaacd_usac_process()
370 if (err_code < 0) return err_code; in ixheaacd_usac_process()
Dixheaacd_spectrum_dec.c347 WORD32 err_code = 0; in ixheaacd_fd_channel_stream() local
367 err_code = ixheaacd_ics_info(usac_data, chn, max_sfb, it_bit_buff, in ixheaacd_fd_channel_stream()
370 if (err_code == -1) return err_code; in ixheaacd_fd_channel_stream()
434 err_code = ixheaacd_ac_spectral_data( in ixheaacd_fd_channel_stream()
438 if (err_code != 0) return err_code; in ixheaacd_fd_channel_stream()
Dixheaacd_mps_parse.c848 WORD32 err_code = 0; in ixheaacd_mps_dec_and_mapframeott() local
850 err_code = ixheaacd_mps_mapindexdata( in ixheaacd_mps_dec_and_mapframeott()
854 if (err_code != 0) return err_code; in ixheaacd_mps_dec_and_mapframeott()
856 err_code = ixheaacd_mps_mapindexdata( in ixheaacd_mps_dec_and_mapframeott()
860 if (err_code != 0) return err_code; in ixheaacd_mps_dec_and_mapframeott()
862 err_code = ixheaacd_mps_mapindexdata( in ixheaacd_mps_dec_and_mapframeott()
867 if (err_code != 0) return err_code; in ixheaacd_mps_dec_and_mapframeott()
963 WORD32 err_code = 0; in ixheaacd_mps_frame_decode() local
971 err_code = ixheaacd_mps_dec_and_mapframeott(self); in ixheaacd_mps_frame_decode()
973 if (err_code != 0) return err_code; in ixheaacd_mps_frame_decode()
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp62 cl_int err_code = clGetProgramBuildInfo(prog, m_devid, CL_PROGRAM_BUILD_LOG, 0, NULL, &len); in setErrorLog() local
63 if(err_code != CL_SUCCESS) in setErrorLog()
71 err_code = clGetProgramBuildInfo(prog, m_devid, CL_PROGRAM_BUILD_LOG, len, &log[0], NULL); in setErrorLog()
72 if(err_code != CL_SUCCESS) in setErrorLog()
87 cl_int err_code = clBuildProgram(m_program, 0, NULL, m_options.c_str(), NULL, NULL); in execute() local
88 if(CL_SUCCESS == err_code) in execute()
138 cl_int err_code = clCompileProgram( in execute() local
147 if (CL_SUCCESS == err_code) in execute()
170 cl_int err_code; in execute() local
175err_code = clCompileProgram(m_programs[i], 1, &m_devid, "-x spir -spir-std=1.2 -cl-kernel-arg-info… in execute()
[all …]
/external/tcpdump/
Dprint-pptp.c109 uint8_t err_code; member
126 uint8_t err_code; member
137 uint8_t err_code; member
160 uint8_t err_code; member
184 uint8_t err_code; member
207 uint8_t err_code; member
337 const uint8_t *err_code) in pptp_err_code_print() argument
339 ND_PRINT((ndo, " ERR_CODE(%u", *err_code)); in pptp_err_code_print()
341 ND_PRINT((ndo, ":%s", tok2str(pptp_errcode_str, "?", *err_code))); in pptp_err_code_print()
556 ND_TCHECK(ptr->err_code); in pptp_sccrp_print()
[all …]
/external/webrtc/test/
Dtest_main.cc25 int err_code = main->Init(&argc, argv); in main() local
26 if (err_code != 0) { in main()
27 return err_code; in main()
/external/arm-trusted-firmware/tools/cert_create/src/
Dkey.c128 int key_load(key_t *key, unsigned int *err_code) in key_load() argument
140 *err_code = KEY_ERR_NONE; in key_load()
144 *err_code = KEY_ERR_LOAD; in key_load()
148 *err_code = KEY_ERR_OPEN; in key_load()
152 *err_code = KEY_ERR_FILENAME; in key_load()
/external/python/cryptography/src/cryptography/
Dexceptions.py51 def __init__(self, msg, err_code): argument
53 self.err_code = err_code
/external/webrtc/p2p/base/
Dstun_server.cc69 auto err_code = StunAttribute::CreateErrorCode(); in SendErrorResponse() local
70 err_code->SetCode(error_code); in SendErrorResponse()
71 err_code->SetReason(error_desc); in SendErrorResponse()
72 err_msg.AddAttribute(std::move(err_code)); in SendErrorResponse()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc113 CURLcode err_code = CURLE_OK; in SendRequest() local
172 err_code = (*curl_easy_perform)(curl); in SendRequest()
181 if (err_code != CURLE_OK) in SendRequest()
184 (*curl_easy_strerror)(err_code)); in SendRequest()
187 *error_description = (*curl_easy_strerror)(err_code); in SendRequest()
203 return err_code == CURLE_OK; in SendRequest()
Dlibcurl_wrapper.cc293 CURLcode err_code = CURLE_OK; in SendRequestInner() local
294 err_code = (*easy_perform_)(curl_); in SendRequestInner()
303 if (err_code != CURLE_OK) in SendRequestInner()
306 (*easy_strerror_)(err_code)); in SendRequestInner()
311 return err_code == CURLE_OK; in SendRequestInner()
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
Dautoupdate_NonBlockingOOBEUpdate.py64 err_code = self._get_last_error_string()
65 if err_code is not None:
66 err_str = '%s Actual Error: %s' % (err_str, err_code)
/external/pdfium/fpdfsdk/
Dcpdfsdk_helpers.cpp410 uint32_t err_code = FPDF_ERR_SUCCESS; in ProcessParseError() local
414 err_code = FPDF_ERR_SUCCESS; in ProcessParseError()
417 err_code = FPDF_ERR_FILE; in ProcessParseError()
420 err_code = FPDF_ERR_FORMAT; in ProcessParseError()
423 err_code = FPDF_ERR_PASSWORD; in ProcessParseError()
426 err_code = FPDF_ERR_SECURITY; in ProcessParseError()
429 FXSYS_SetLastError(err_code); in ProcessParseError()

123