Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 18 of 18) sorted by relevance

/external/srec/srec/crec/
Dword_lattice.c51 WT.backtrace = MAXwtokenID; \
131 if (wtoken->backtrace != MAXwtokenID) in print_word_token_backtrace()
133 word_token* next_wtoken = &rec->word_token_array[wtoken->backtrace]; in print_word_token_backtrace()
143 ASSERT(wtoken->backtrace != wtoken_index); in print_word_token_backtrace()
144 wtoken_index = wtoken->backtrace; in print_word_token_backtrace()
164 ASSERT(wtoken->backtrace != wtoken_index); in sprint_bword_token_backtrace()
166 wtoken_index = wtoken->backtrace; in sprint_bword_token_backtrace()
197 if (wtoken_index == wtoken->backtrace) in sprint_word_token_backtraceByWordID()
203 wtoken_index = wtoken->backtrace; in sprint_word_token_backtraceByWordID()
295 if (wtoken_index == wtoken->backtrace) in sprint_word_token_backtrace()
[all …]
Dpriority_q.c130 if (token1->backtrace != MAXwordID) in compare_histories()
133 history_for_token1 += word_token_array[token1->backtrace].word * 10000; in compare_histories()
134 history_for_token1 += word_token_array[token1->backtrace].end_time; in compare_histories()
137 if (token2->backtrace != MAXwordID) in compare_histories()
140 history_for_token2 += word_token_array[token2->backtrace].word * 10000; in compare_histories()
141 history_for_token2 += word_token_array[token2->backtrace].end_time; in compare_histories()
Dastar.c319 best_extend_token = word_token_array[ parp->token_index].backtrace; in extend_path()
353 alt_bt_token_index = alt_wtoken->backtrace; in extend_path()
354 bt_token_index = wtoken->backtrace; in extend_path()
363 alt_wtoken_bt = &word_token_array[ alt_wtoken->backtrace]; in extend_path()
364 wtoken_bt = &word_token_array[ wtoken->backtrace]; in extend_path()
397 if (wtoken->backtrace == MAXwtokenID) in extend_path()
510 if (wtoken->backtrace == MAXwtokenID) in make_partial_path()
696 token_index = wtoken->backtrace; in astar_stack_do_backwards_search()
1151 if (wtoken->backtrace == MAXwtokenID) in maybe_add_to_active_paths()
1287 btoken_index = btoken->backtrace; in astar_stack_flag_word_tokens_used()
[all …]
Dsrec.c756 wtoken->backtrace = word_backtrace; in srec_process_word_boundary_nbest()
2381 if (wtoken->backtrace != MAXwtokenID) in multi_srec_get_speech_bounds()
2383 next_wtoken = &rec->word_token_array[wtoken->backtrace]; in multi_srec_get_speech_bounds()
2393 && wtoken->backtrace != MAXwtokenID) in multi_srec_get_speech_bounds()
2395 next_wtoken = &rec->word_token_array[wtoken->backtrace]; in multi_srec_get_speech_bounds()
2399 if (token_index == wtoken->backtrace) in multi_srec_get_speech_bounds()
2406 token_index = wtoken->backtrace; in multi_srec_get_speech_bounds()
/external/elfcopy/
Dfixdwarf.c60 void *backtrace[BACKTRACE_DEPTH]; member
362 int new_bt_depth = backtrace(new_bt, BACKTRACE_DEPTH); in value_visited()
374 symbols = backtrace_symbols(found->backtrace, found->backtrace_depth); in value_visited()
392 found->backtrace_depth = backtrace(found->backtrace, BACKTRACE_DEPTH); in value_visited()
/external/webkit/WebKitTools/DumpRenderTree/qt/
Dmain.cpp67 size = backtrace(array, 256); in get_backtrace()
/external/strace/
DTODO31 consider adding backtrace support
/external/srec/srec/include/
Dsrec.h107 wtokenID backtrace; /* for backtrace */ member
/external/dbus/
Dconfig.h.in99 /* Define to 1 if you have the `backtrace' function. */
Dconfigure.in562 AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
DChangeLog679 instead of _dbus_verbose to print the backtrace, and diagnose lack
9146 * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
Dconfigure23459 for ac_func in backtrace
/external/dbus/dbus/
Ddbus-sysdeps-unix.c2247 bt_size = backtrace (bt, 500); in _dbus_print_backtrace()
/external/sqlite/dist/
Dsqlite3.c11228 extern int backtrace(void**,int);
11231 # define backtrace(A,B) 0 macro
11493 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1; in sqlite3_malloc()
/external/webkit/WebKitTools/
DChangeLog6214 * On Linux (glibc) provide a backtrace in the test output for debugging purposes
/external/webkit/WebKit/mac/
DChangeLog-2007-10-149185 I can't reproduce this crash, but from the backtrace it's clear that it
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1010511 produce a backtrace at any time.
/external/webkit/WebCore/
DChangeLog-2008-08-1069697 * On Linux (glibc) provide a backtrace in the test output for debugging purposes