Searched refs:err_log (Results 1 – 8 of 8) sorted by relevance
54 err_log() function101 >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"
126 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 …]
190 UWORD32 err_log; member
84 static ocsdDefaultErrorLogger err_log; variable249 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()
97 ocsdDefaultErrorLogger err_log; in main() local98 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()
208 void SnapShotReader::setErrorLogger(ITraceErrorLog *err_log) in setErrorLogger() argument210 if(err_log) in setErrorLogger()212 m_i_err_log = err_log; in setErrorLogger()
62 void setErrorLogger(ITraceErrorLog *err_log);
166 ocsdDefaultErrorLogger err_log;167 err_log.initErrorLogger(OCSD_ERR_SEV_INFO);168 err_log.setOutputLogger(&logger);170 // pass err_log reference into snapshot library code172 ss_reader.setErrorLogger(&err_log);