/third_party/jerryscript/tests/debugger/ |
D | do_backtrace.cmd | 7 bt 1 2 t 8 bt 1 2 9 bt 0 3 t 10 bt 11 bt 2 12 bt 2 t 17 bt 4 4 18 bt 600 919 19 bt 3 500 20 bt 42 [all …]
|
D | do_backtrace.expected | 17 (jerry-debugger) bt 1 2 t 20 (jerry-debugger) bt 1 2 22 (jerry-debugger) bt 0 3 t 27 (jerry-debugger) bt 31 (jerry-debugger) bt 2 34 (jerry-debugger) bt 2 t 50 (jerry-debugger) bt 4 4 51 (jerry-debugger) bt 600 919 52 (jerry-debugger) bt 3 500 54 (jerry-debugger) bt 42 [all …]
|
/third_party/elfutils/tests/ |
D | backtrace-subr.sh | 74 bt=$1 77 check_main $bt $testname 78 check_gsignal $bt $testname 116 tempfiles backtrace.$arch.{bt,err} 118 … -e ./backtrace.$arch.exec --core=./backtrace.$arch.core 1>backtrace.$arch.bt 2>backtrace.$arch.er… 119 cat backtrace.$arch.{bt,err} 121 check_all backtrace.$arch.{bt,err} backtrace.$arch.core 122 check_backtracegen backtrace.$arch.bt backtrace.$arch.core 131 tempfiles $child.{bt,err} 132 …(set +ex; testrun ${abs_builddir}/backtrace --backtrace-exec=${abs_builddir}/$child 1>$child.bt 2>… [all …]
|
D | run-deleted.sh | 31 tempfiles bt bt.err 36 testrun ${abs_top_builddir}/src/stack -p $pid 1>bt 2>bt.err || true 37 cat bt bt.err 40 check_native_unsupported bt.err deleted 41 if grep -q -E ': dwfl_linux_proc_attach pid ([[:digit:]]+): Function not implemented$' bt.err; then 50 grep -qw libfunc bt 52 grep -qw main bt
|
D | run-linkmap-cut.sh | 26 tempfiles bt 29 testrun ${abs_top_builddir}/src/stack --core=linkmap-cut.core -e linkmap-cut -m >bt || true 30 cat bt 31 …-q '^#0 0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib\.so$' bt 32 grep -q '^#1 0x00000000004006b4 main - linkmap-cut$' bt
|
D | run-backtrace-data.sh | 24 tempfiles data.{bt,err} 26 testrun ${abs_builddir}/backtrace-data 1>data.bt 2>data.err; 27 if test $? == 77; then cat data.{bt,err}; exit 77; fi 30 cat data.{bt,err} 32 check_all data.{bt,err} data
|
D | run-backtrace-demangle.sh | 27 tempfiles $child.{bt,err} 39 testrun ${abs_top_builddir}/src/stack -n 2 -e $child --core $child.core >$child.bt 2>$child.err || … 40 cat $child.{bt,err} 51 if ! grep -w f $child.bt; then 55 if ! grep ' cxxfunc(int)' $child.bt; then
|
D | run-backtrace-dwarf.sh | 26 tempfiles dwarf.{bt,err} 27 (set +ex; testrun ${abs_builddir}/backtrace-dwarf 1>dwarf.bt 2>dwarf.err; true) 28 cat dwarf.{bt,err} 30 check_main dwarf.bt dwarf
|
/third_party/python/Lib/test/ |
D | test_gdb.py | 692 bt = self.get_stack_trace(script=self.get_sample_script(), 703 bt) 707 bt = self.get_stack_trace(script=self.get_sample_script(), 714 bt) 718 bt = self.get_stack_trace(script=self.get_sample_script(), 724 bt) 732 bt = self.get_stack_trace(script=self.get_sample_script(), 734 self.assertMultilineMatches(bt, 743 bt = self.get_stack_trace(script=self.get_sample_script(), 745 self.assertEndsWith(bt, [all …]
|
/third_party/ltp/testcases/kdump/lib/ |
D | verify.sh | 36 foreach bt 46 bt 47 bt -a 48 bt -f 49 bt -e 50 bt -E
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 708 const struct crocus_binding_table *bt) in crocus_print_binding_table() argument 716 uint32_t size = bt->sizes[i]; in crocus_print_binding_table() 719 compacted += util_bitcount64(bt->used_mask[i]); in crocus_print_binding_table() 737 uint64_t mask = bt->used_mask[i]; in crocus_print_binding_table() 752 rewrite_src_with_bti(nir_builder *b, struct crocus_binding_table *bt, in rewrite_src_with_bti() argument 756 assert(bt->sizes[group] > 0); in rewrite_src_with_bti() 762 bti = nir_imm_intN_t(b, crocus_group_index_to_bti(bt, group, index), in rewrite_src_with_bti() 768 assert(bt->used_mask[group] == BITFIELD64_MASK(bt->sizes[group])); in rewrite_src_with_bti() 769 bti = nir_iadd_imm(b, src->ssa, bt->offsets[group]); in rewrite_src_with_bti() 775 mark_used_with_src(struct crocus_binding_table *bt, nir_src *src, in mark_used_with_src() argument [all …]
|
D | crocus_disk_cache.c | 120 blob_write_bytes(&blob, &shader->bt, sizeof(shader->bt)); in crocus_disk_cache_store() 190 struct crocus_binding_table bt; in crocus_disk_cache_retrieve() local 191 blob_copy_bytes(&blob, &bt, sizeof(bt)); in crocus_disk_cache_retrieve() 220 num_system_values, num_cbufs, &bt); in crocus_disk_cache_retrieve()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 83 const struct iris_binding_table *bt) in iris_finalize_program() argument 91 shader->bt = *bt; in iris_finalize_program() 748 const struct iris_binding_table *bt) in iris_print_binding_table() argument 756 uint32_t size = bt->sizes[i]; in iris_print_binding_table() 759 compacted += util_bitcount64(bt->used_mask[i]); in iris_print_binding_table() 777 uint64_t mask = bt->used_mask[i]; in iris_print_binding_table() 797 iris_group_index_to_bti(const struct iris_binding_table *bt, in iris_group_index_to_bti() argument 800 assert(index < bt->sizes[group]); in iris_group_index_to_bti() 801 uint64_t mask = bt->used_mask[group]; in iris_group_index_to_bti() 804 return bt->offsets[group] + util_bitcount64((bit - 1) & mask); in iris_group_index_to_bti() [all …]
|
D | iris_disk_cache.c | 124 blob_write_bytes(&blob, &shader->bt, sizeof(shader->bt)); in iris_disk_cache_store() 216 struct iris_binding_table bt; in iris_disk_cache_retrieve() local 217 blob_copy_bytes(&blob, &bt, sizeof(bt)); in iris_disk_cache_retrieve() 241 &bt); in iris_disk_cache_retrieve()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | x86cpuid.pl | 33 &bt ("ecx",21); 82 &bt ("edx",28); 116 &bt ("edx",28); # test hyper-threading bit 143 &bt ("ebp",27); # check OSXSAVE bit 170 &bt (&DWP(0,"ecx"),4); 182 &bt (&DWP(0,"ecx"),4); 191 &bt ("eax",9); 222 &bt ("eax",9); 252 &bt (&DWP(0,"ecx"),1); 361 &bt (&DWP(0,"edx"),4); [all …]
|
/third_party/openssl/crypto/ |
D | x86cpuid.pl | 33 &bt ("ecx",21); 82 &bt ("edx",28); 116 &bt ("edx",28); # test hyper-threading bit 143 &bt ("ebp",27); # check OSXSAVE bit 170 &bt (&DWP(0,"ecx"),4); 182 &bt (&DWP(0,"ecx"),4); 191 &bt ("eax",9); 222 &bt ("eax",9); 252 &bt (&DWP(0,"ecx"),1); 361 &bt (&DWP(0,"edx"),4); [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_analysis.c | 112 float at, float bt) in test_interps() argument 115 float t = at * v[0][1] + bt; in test_interps() 130 float as, bs, at, bt; in rect() local 132 calc_interps(v0[0][1], v2[0][1], v0[1][1], v2[1][1], &at, &bt); in rect() 133 assert(test_interps(v1, as, bs, at, bt)); in rect() 248 float at, bt; in check_elts24() local 278 calc_interps(v0[0][1], v2[0][1], v0[1][1], v2[1][1], &at, &bt); in check_elts24() 282 if (!test_interps(v, as, bs, at, bt)) in check_elts24() 291 assert(test_interps((const_float4_ptr)vA, as, bs, at, bt)); in check_elts24() 292 assert(test_interps((const_float4_ptr)vB, as, bs, at, bt)); in check_elts24() [all …]
|
/third_party/mesa3d/src/util/ |
D | u_debug_stack_android.cpp | 54 Backtrace *bt; in debug_backtrace_capture() local 59 bt = Backtrace::Create(BACKTRACE_CURRENT_PROCESS, in debug_backtrace_capture() 61 if (bt == NULL) { in debug_backtrace_capture() 68 bt->Unwind(start_frame + 1); in debug_backtrace_capture() 73 const backtrace_frame_data_t* frame = bt->GetFrame(i); in debug_backtrace_capture() 87 delete bt; in debug_backtrace_capture()
|
/third_party/pulseaudio/src/pulsecore/ |
D | log.c | 358 static void log_syslog(pa_log_level_t level, char *t, char *timestamp, char *location, char *bt) { in log_syslog() argument 366 syslog(level_to_syslog[level], "%s%s%s%s", timestamp, location, t, pa_strempty(bt)); in log_syslog() 381 char *bt = NULL; in pa_log_levelv_meta() local 446 bt = get_backtrace(_show_backtrace); in pa_log_levelv_meta() 476 if (bt) in pa_log_levelv_meta() 490 …s%s%s%s%s\n", timestamp, level_to_char[level], location, prefix, t, grey, pa_strempty(bt), suffix); in pa_log_levelv_meta() 492 …fprintf(stderr, "%s%s%s%s%s%s%s\n", timestamp, location, prefix, t, grey, pa_strempty(bt), suffix); in pa_log_levelv_meta() 504 log_syslog(level, t, timestamp, location, bt); in pa_log_levelv_meta() 515 "PULSE_BACKTRACE=%s", pa_strempty(bt), in pa_log_levelv_meta() 522 log_syslog(level, t, timestamp, location, bt); in pa_log_levelv_meta() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BytesDictionaryMatcher.java | 48 BytesTrie bt = new BytesTrie(characters, 0); in matches() local 53 Result result = bt.first(transform(c)); in matches() 61 values[count] = bt.getValue(); in matches() 82 result = bt.next(transform(c)); in matches()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
D | BytesDictionaryMatcher.java | 48 BytesTrie bt = new BytesTrie(characters, 0); in matches() local 53 Result result = bt.first(transform(c)); in matches() 61 values[count] = bt.getValue(); in matches() 82 result = bt.next(transform(c)); in matches()
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/ |
D | x86cpuid.asm | 30 bt ecx,21 73 bt edx,28 104 bt edx,28 127 bt ebp,27 159 bt DWORD [ecx],4 169 bt DWORD [ecx],4 176 bt eax,9 197 bt eax,9 224 bt DWORD [ecx],1 331 bt DWORD [edx],4 [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/crypto/ |
D | x86cpuid.asm | 30 bt ecx,21 73 bt edx,28 104 bt edx,28 127 bt ebp,27 159 bt DWORD [ecx],4 169 bt DWORD [ecx],4 176 bt eax,9 197 bt eax,9 224 bt DWORD [ecx],1 331 bt DWORD [edx],4 [all …]
|
/third_party/lzma/C/ |
D | LzFindMt.c | 952 const UInt32 *bt = p->btBuf + GET_BT_BLOCK_OFFSET(bi); in MatchFinderMt_GetNextBlock_Bt() local 954 const UInt32 numItems = bt[0]; in MatchFinderMt_GetNextBlock_Bt() 955 p->btBufPosLimit = bt + numItems; in MatchFinderMt_GetNextBlock_Bt() 956 p->btNumAvailBytes = bt[1]; in MatchFinderMt_GetNextBlock_Bt() 957 p->btBufPos = bt + 2; in MatchFinderMt_GetNextBlock_Bt() 1248 const UInt32 *bt = p->btBufPos; in MatchFinderMt2_GetMatches() local 1249 const UInt32 len = *bt++; in MatchFinderMt2_GetMatches() 1250 const UInt32 *btLim = bt + len; in MatchFinderMt2_GetMatches() 1255 while (bt != btLim) in MatchFinderMt2_GetMatches() 1257 const UInt32 v0 = bt[0]; in MatchFinderMt2_GetMatches() [all …]
|
/third_party/FreeBSD/contrib/libexecinfo/ |
D | backtrace.c | 205 void *bt[10]; in print_backtrace() local 206 int size = backtrace(bt, 10); in print_backtrace() 210 dladdr(bt[i], &info); in print_backtrace() 212 printf("Address: %p, Symbol: %s\n", bt[i], info.dli_sname); in print_backtrace() 214 printf("Address: %p\n", bt[i]); in print_backtrace()
|