/external/lldb/tools/lldb-perf/lldbperf.xcodeproj/ |
D | project.pbxproj | 70 …F51017011EBB00D95015 /* stepping-testcase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE37… 71 …000BFD501 /* lldb-perf-stepping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE3707216FB701… 195 remoteInfo = "stepping-testcase"; 263 …stepping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cp… 264 …BFD501 /* stepping-testcase */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.exec… 265 …* stepping-testcase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name… 337 4CE3707416FB701E00BFD501 /* stepping */, 374 4CE3707C16FB70AD00BFD501 /* stepping-testcase */, 476 4CE3707416FB701E00BFD501 /* stepping */ = { 479 4CE3708716FB70E100BFD501 /* stepping-testcase.cpp */, [all …]
|
/external/lldb/test/ |
D | bench-history | 10 lldb stepping benchmark: Avg: 0.104409 (Laps: 50, Total Elapsed Time: 5.220461) 19 lldb stepping benchmark: Avg: 0.107101 (Laps: 50, Total Elapsed Time: 5.355043) 26 lldb stepping benchmark: Avg: 0.104091 (Laps: 50, Total Elapsed Time: 5.204557) 39 lldb stepping benchmark: Avg: 0.138386 (Laps: 50, Total Elapsed Time: 6.919313) 49 lldb stepping benchmark: Avg: 0.155064 (Laps: 50, Total Elapsed Time: 7.753182, min=0.101287, max=2… 60 lldb stepping benchmark: Avg: 0.158506 (Laps: 50, Total Elapsed Time: 7.925285, min=0.101469, max=1… 68 lldb stepping benchmark: Avg: 0.157824 (Laps: 50, Total Elapsed Time: 7.891186, min=0.101352, max=2… 79 lldb stepping benchmark: Avg: 0.147439 (Laps: 50, Total Elapsed Time: 7.371955, min=0.101088, max=2… 87 lldb stepping benchmark: Avg: 0.104966 (Laps: 50, Total Elapsed Time: 5.248294, min=0.101296, max=0… 98 lldb stepping benchmark: Avg: 0.134925 (Laps: 50, Total Elapsed Time: 6.746272, min=0.101132, max=1… [all …]
|
/external/valgrind/coregrind/m_gdbserver/ |
D | target.c | 200 static int stepping = 0; variable 213 stepping = 2; in valgrind_set_single_stepping() 215 stepping = 0; in valgrind_set_single_stepping() 220 if (stepping) in valgrind_single_stepping() 246 stepping); in valgrind_resume() 257 stepping = resume_info->step; in valgrind_resume()
|
D | m_gdbserver.c | 662 int stepping; in call_gdbserver() local 719 stepping = valgrind_single_stepping(); in call_gdbserver() 735 if (!stepping && tid != 0) { in call_gdbserver() 743 if (stepping) in call_gdbserver()
|
/external/libyuv/files/docs/ |
D | filtering.md | 16 If scaling down, the stepping rate is always src_width / dst_width. 20 e.g. If scaling from 1280x720 to 640x360, the step thru the source will be 2.0, stepping over 2 pix… 45 **Point** upsampling use stepping rate of src_width / dst_width and a starting coordinate of 0. 50 e.g. If scaling from 640x360 to 1280x720 the step thru the source will be 0.0, stepping half a pixe… 80 // Compute slope values for stepping. 192 … approximated divide is substantially faster, but the inaccuracy causes stepping beyond the origin… 194 1. copy image to buffer with padding. allows for small errors in stepping.
|
/external/lldb/test/lang/objc/objc-stepping/ |
D | Makefile | 3 OBJC_SOURCES := stepping-tests.m
|
D | stepping-tests.m | 130 // We also had a bug where stepping into a method dispatch to nil turned
|
/external/libchrome/base/ |
D | cpu.h | 36 int stepping() const { return stepping_; } in stepping() function
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.stackwalk.machine_readable.out | 2 CPU|x86|GenuineIntel family 6 model 13 stepping 8|1
|
D | minidump2.stackwalk.out | 4 GenuineIntel family 6 model 13 stepping 8
|
/external/v8/src/base/ |
D | cpu.h | 37 int stepping() const { return stepping_; } in stepping() function
|
/external/llvm/docs/ |
D | AMDGPUUsage.rst | 106 .hsa_code_object_isa [major, minor, stepping, vendor, arch] 109 *major*, *minor*, and *stepping* are all integers that describe the instruction
|
D | GetElementPtr.rst | 29 Quick answer: The index stepping through the first operand.
|
/external/llvm/test/DebugInfo/Mips/ |
D | fn-call-line.ll | 18 ; which would cause confusing stepping behaviour for the end user.
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|
/external/lldb/tools/debugserver/source/ |
D | ChangeLog | 199 Merged Yusuf's changes to make software single stepping work. 221 single stepping through Thumb IT blocks. 225 properly handles Thumb IT software single stepping. 249 single stepping. 289 will log and exit when we are verifying software single stepping (a 296 software single stepping. 593 (DNBArchMachARM::EnableHardwareSingleStep): Handle hardware single stepping 597 if single stepping wasn't able to complete in a single run. 599 if stepping is not complete. 857 * FunctionProfiler.cpp: New class that allows single stepping through [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
D | NEWS | 12 Administrative note: In the coming weeks, I'll be stepping down as
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
D | NEWS | 12 Administrative note: In the coming weeks, I'll be stepping down as
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 125 // "GenuineIntel level 6 model 13 stepping 8". If the information is not
|
/external/lldb/docs/ |
D | lldb-for-gdb-users.txt | 259 convenience, however, all the stepping commands have easy aliases. 262 The other program stepping commands are pretty much the same as in gdb.
|
D | lldb-gdb-remote.txt | 798 // stepping past a breakpoint 827 // operations like stepping over a source line, actually are implemented 840 // stepping, in this case the debugger doesn't really know why we
|
/external/ltrace/ |
D | NEWS | 311 *** [ppc] Allow stepping over lwarx instruction
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 58 around when stepping through optimized programs. Secondly, optimization
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
D | raster.txt | 540 called `stepping'.
|
/external/regex-re2/benchlog/ |
D | benchlog.mini | 65 machdep.cpu.stepping: 2
|