Home
last modified time | relevance | path

Searched refs:err_log (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod54 err_log() function
101 >file$j$k || err_log ">file$j$k FAILED"
130 rm -f file$j$k || err_log "rm -f file$j$k FAILED"
159 cd dir2 || err_log "cd dir2 FAILED"
160 make_subdirs || err_log "make_subdirs on dir2 FAILED"
167 cd dir1 || err_log "cd dir1 FAILED"
168 make_subdirs || err_log "make_subdirs on dir1 FAILED"
/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c126 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 31); in ixheaacd_err_detect_pcw_segment()
129 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 30); in ixheaacd_err_detect_pcw_segment()
132 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 29); in ixheaacd_err_detect_pcw_segment()
279 ptr_hcr_info->str_dec_io.err_log = 0; in ixheaacd_huff_code_reorder_init()
329 &ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
330 if (ptr_hcr_info->str_dec_io.err_log != 0) { in ixheaacd_huff_code_reorder_init()
331 return (ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
350 &ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
352 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 7); in ixheaacd_huff_code_reorder_init()
357 &ptr_hcr_info->str_dec_io.err_log); in ixheaacd_huff_code_reorder_init()
[all …]
Dixheaacd_channelinfo.h190 UWORD32 err_log; member
/external/OpenCSD/decoder/tests/source/
Dmem_buff_demo.cpp84 static ocsdDefaultErrorLogger err_log; variable
249 err_log.initErrorLogger(OCSD_ERR_SEV_INFO); in initialiseDecoder()
250 err_log.setOutputLogger(&logger); /* pass the output logger to the error logger. */ in initialiseDecoder()
252 …pDecoder->setAlternateErrorLogger(&err_log); /* pass the error logger to the decoder, do not use t… in initialiseDecoder()
Dtrc_pkt_lister.cpp97 ocsdDefaultErrorLogger err_log; in main() local
98 err_log.initErrorLogger(OCSD_ERR_SEV_INFO); in main()
99 err_log.setOutputLogger(&logger); in main()
110 ss_reader.setErrorLogger(&err_log); in main()
145 ListTracePackets(err_log,ss_reader,source_buffer_name); in main()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_reader.cpp208 void SnapShotReader::setErrorLogger(ITraceErrorLog *err_log) in setErrorLogger() argument
210 if(err_log) in setErrorLogger()
212 m_i_err_log = err_log; in setErrorLogger()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_reader.h62 void setErrorLogger(ITraceErrorLog *err_log);
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md166 ocsdDefaultErrorLogger err_log;
167 err_log.initErrorLogger(OCSD_ERR_SEV_INFO);
168 err_log.setOutputLogger(&logger);
170 // pass err_log reference into snapshot library code
172 ss_reader.setErrorLogger(&err_log);