HomeSort by relevance Sort by last modified time
    Searched full:stepping (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-loc-1.s 4 LOC #100 % { dg-error "LOC expression stepping backwards" "" }
err-loc-10.s 4 LOC (#80 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
err-loc-2.s 4 LOC (#20 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
err-loc-9.s 4 LOC (#70 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
  /external/libunwind/tests/
mapper.c 65 printf ("Turning on single-stepping...\n");
66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */
68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */
69 printf ("Turned single-stepping off...\n");
  /external/v8/test/mjsunit/es6/
debug-stepin-generators.js 16 if (/stop stepping/.test(source)) return;
38 print(); // stop stepping
debug-stepin-microtasks.js 45 .then(Object) // Should skip stepping into native.
46 .then(Boolean) // Should skip stepping into native.
70 Object.observe(dummy, Object); // Should skip stepping into native.
71 Object.observe(dummy, Boolean); // Should skip stepping into native.
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.h 28 uint32_t Stepping,
49 uint32_t Stepping, StringRef VendorName,
85 uint32_t Stepping, StringRef VendorName,
AMDGPUTargetStreamer.cpp 48 uint32_t Stepping,
52 Twine(Major) << "," << Twine(Minor) << "," << Twine(Stepping) <<
278 uint32_t Stepping,
288 sizeof(Major) + sizeof(Minor) + sizeof(Stepping) +
301 OS.EmitIntValue(Stepping, 4);
  /external/webrtc/webrtc/base/
linux_unittest.cc 47 // Most other info, such as model, stepping, vendor, etc.
55 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "stepping", &out_stepping));
56 LOG(LS_INFO) << "stepping: " << out_stepping;
systeminfo_unittest.cc 104 // CPU family/model/stepping is only available on X86. The following tests
105 // that they are set when running on x86 CPUs. Valid Family/Model/Stepping
122 // Tests Intel CPU Stepping identification.
144 // Tests Intel CPU Stepping identification.
  /external/libchrome/base/
cpu.h 36 int stepping() const { return stepping_; } function in class:base::CPU
67 int signature_; // raw form of type, family, model, and stepping
  /external/v8/test/mjsunit/
debug-stepframe-clearing.js 7 // This test ensures that IC learning doesn't interfere with stepping into
49 // 0, 1: Keep stepping through frames.
57 // 3: back to frame stepping. Does the monomorphic slappy accessor
debug-constructor.js 67 Debug.clearStepping(); // Clear stepping as the listener leaves it on.
74 Debug.clearStepping(); // Clear stepping as the listener leaves it on.
debug-step-turbofan.js 10 // This would cause stepping to fail (V8 issue 3660).
debug-step-2.js 48 // Set the global variables state to prpare the stepping test.
82 // Clear the breakpoint and check that no stepping happens.
debug-step-3.js 49 // Set the global variables state to prpare the stepping test.
87 // Clear the breakpoint and check that no stepping happens.
debug-stepin-foreach.js 6 // Tests stepping into through Array.prototype.forEach callbacks.
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYStep.java 21 * a stepping model to be used by an XYPlot.
  /external/ltrace/sysdeps/linux-gnu/ppc/
insn.h 21 /* Instruction masks used during single-stepping of atomic
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time_unittest.py 65 return 'AMD64 Family 15 Model 23 Stepping 6, AuthenticAMD'
76 return 'Intel64 Family 15 Model 23 Stepping 6, GenuineIntel'
  /external/v8/test/mjsunit/regress/
regress-1639-2.js 55 // While in the debugger and stepping through a set of instructions
56 // executed in the evaluate command, the stepping must stop at the end
  /external/google-breakpad/src/processor/testdata/
minidump2.stackwalk.machine_readable.out 2 CPU|x86|GenuineIntel family 6 model 13 stepping 8|1
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 29 unsigned Stepping;
  /external/v8/test/mjsunit/es6/debug-promises/
stepin-handler.js 6 // Tests stepping into through Promises.

Completed in 1219 milliseconds

1 2 3 4 5 6 7 8 91011