HomeSort by relevance Sort by last modified time
    Searched refs:breakpoint (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleMatcherTest.java 290 public void handle(int lineNumber, boolean breakpoint, String commentBase, List<String> arguments) {
306 if (breakpoint) {
307 breakpoint = false; // put debugger breakpoint here to break at @debug in test file
  /external/tensorflow/tensorflow/core/kernels/data/
concatenate_dataset_op_test.cc 318 for (int breakpoint : breakpoints) {
326 while (cur_iteration < breakpoint) {
339 if (breakpoint >= dataset_->Cardinality()) {
zip_dataset_op_test.cc 317 for (int breakpoint : test_case.breakpoints) {
325 while (cur_iteration < breakpoint) {
338 if (breakpoint >= dataset_->Cardinality()) {
sparse_tensor_slice_dataset_op_test.cc 476 for (int breakpoint : breakpoints) {
477 while (cur_iteration < breakpoint) {
483 if (breakpoint == 0) {
485 } else if (breakpoint <= num_slices) {
map_dataset_op_test.cc 452 breakpoint(input_breakpoint),
460 int breakpoint; member in struct:tensorflow::data::__anon45309::RoundtripTestParams
502 for (int i = 0; i < test_params.breakpoint; i++) {
range_dataset_op_test.cc 347 breakpoint(input_breakpoint) {}
352 int breakpoint; member in struct:tensorflow::data::__anon45324::RoundtripTestParams
385 for (int i = 0; i < params.breakpoint; i++) {
repeat_dataset_op_test.cc 515 for (int breakpoint : breakpoints) {
523 while (cur_iteration < breakpoint) {
540 if (breakpoint >= repeat_dataset->Cardinality()) {
tensor_dataset_op_test.cc 489 for (int breakpoint : breakpoints) {
497 while (cur_iteration <= breakpoint) {
520 if (breakpoint >= test_case.expected_cardinality) {
tensor_slice_dataset_op_test.cc 568 for (int breakpoint : breakpoints) {
569 while (cur_iteration < breakpoint) {
575 if (breakpoint == 0) {
577 } else if (breakpoint <= num_slices) {
take_dataset_op_test.cc 523 for (int breakpoint : breakpoints) {
531 while (cur_iteration <= breakpoint) {
544 if (breakpoint >= test_case.expected_outputs.size()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 64 breakpoint='PyObject_Print',
68 Run 'python -c SOURCE' under gdb with a breakpoint.
70 Support injecting commands after the breakpoint is reached
76 # We use "set breakpoint pending yes" to avoid blocking with a:
78 # Make breakpoint pending on future shared library load? (y or [n])
90 commands = ['set breakpoint pending yes',
91 'break %s' % breakpoint,
121 # Ignore some noise on stderr due to the pending breakpoint:
122 err = err.replace('Function "%s" not defined.\n' % breakpoint, '')
141 # run "python -c'print DATA'" under gdb with a breakpoint on
    [all...]
  /external/python/cpython2/Lib/test/
test_gdb.py 123 breakpoint='PyObject_Print',
127 Run 'python -c SOURCE' under gdb with a breakpoint.
129 Support injecting commands after the breakpoint is reached
135 # We use "set breakpoint pending yes" to avoid blocking with a:
137 # Make breakpoint pending on future shared library load? (y or [n])
149 commands = ['set breakpoint pending yes',
150 'break %s' % breakpoint,
206 'Function "%s" not defined.' % breakpoint,
238 # run "python -c'print DATA'" under gdb with a breakpoint on
242 # For a nested structure, the first time we hit the breakpoint wil
    [all...]
  /external/python/cpython3/Lib/test/
test_gdb.py 136 breakpoint=BREAKPOINT_FN,
140 Run 'python -c SOURCE' under gdb with a breakpoint.
142 Support injecting commands after the breakpoint is reached
148 # We use "set breakpoint pending yes" to avoid blocking with a:
150 # Make breakpoint pending on future shared library load? (y or [n])
162 commands = ['set breakpoint pending yes',
163 'break %s' % breakpoint,
225 'Function "%s" not defined.' % breakpoint,
257 # run "python -c'id(DATA)'" under gdb with a breakpoint on
263 # For a nested structure, the first time we hit the breakpoint wil
    [all...]
test_builtin.py     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/SasV1Dxe/
SasV1Dxe.c 277 struct hisi_sas_breakpoint *breakpoint; member in struct:hisi_hba
575 WRITE_REG32(base, BROKEN_MSG_ADDR_LO, lower_32_bits((UINT64)(hba->breakpoint)));
576 WRITE_REG32(base, BROKEN_MSG_ADDR_HI, upper_32_bits((UINT64)(hba->breakpoint)));
653 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->breakpoint);
654 ASSERT (hba->breakpoint != NULL);
655 ZeroMem (hba->breakpoint, s);
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
session_debug_grpc_test.py 560 # Enable breakpoint at delta_[1,2]:0:DebugIdentity in runs 0 and 2.
562 "delta_1", 0, "DebugIdentity", breakpoint=True)
564 "delta_2", 0, "DebugIdentity", breakpoint=True)
566 # Disable the breakpoint in runs 1 and 3.
576 # debug tensor delta:0:DebugIdentity. The breakpoint should have been
591 # to disable the breakpoint at delta:0:DebugIdentity.
615 # Enable breakpoint at delta_[1,2]:0:DebugIdentity in runs 0 and 2.
617 "delta_1", 0, "DebugIdentity", breakpoint=True)
619 "delta_2", 0, "DebugIdentity", breakpoint=True)
621 # Disable the breakpoint in runs 1 and 3
    [all...]
grpc_debug_server.py 205 logging.info("Adding breakpoint %s:%d:%s", state_change.node_name,
216 logging.info("Removing watchpoint or breakpoint: %s:%d:%s",
391 def request_watch(self, node_name, output_slot, debug_op, breakpoint=False):
392 """Request enabling a debug tensor watchpoint or breakpoint.
408 breakpoint: (`bool`) Iff `True`, the debug op will block and wait until it
416 if breakpoint
421 """Request disabling a debug tensor watchpoint or breakpoint.
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
gdbstub.c 61 * Two, a breakpoint needs to be generated to begin communication. This
62 * is most easily accomplished by a call to breakpoint(). Breakpoint()
63 * simulates a breakpoint by executing a trap #1.
184 extern void breakpoint(void);
190 breakpoint();
671 case 'Z': /* insert HW breakpoint*/
699 case 'z': /* remove HW breakpoint */
  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
  /external/llvm/utils/
codegen-diff 100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
codegen-diff 100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
  /external/u-boot/common/
kgdb.c 41 * Two, a breakpoint needs to be generated to begin communication. This
42 * is most easily accomplished by a call to breakpoint(). Breakpoint()
43 * simulates a breakpoint by executing a trap #1.
484 * breakpoint, and the icache probably has no way of knowing that a data ref to
566 breakpoint(void) function
569 printf("breakpoint() called b4 kgdb init\n");
589 " - executes a breakpoint so that kgdb mode is\n"
  /art/test/993-breakpoints/src/art/
Test993.java 37 public static final Breakpoint.Manager MANAGER = new Breakpoint.Manager();
39 // A function we can use as a start breakpoint.
40 public static void breakpoint() { method in class:Test993
59 // A class that has a default method we breakpoint on.
67 // A class that overrides a default method that we can breakpoint on and calls super.
79 // A class that overrides a default method that we can breakpoint on.
87 // A class that overrides a default method that we can breakpoint on and calls super.
103 // A class that overrides a default method that we can breakpoint on and calls super to a class
125 line = Integer.valueOf(Breakpoint.locationToLine(e, loc)).toString()
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 693 #define breakpoint() asm("int $3") macro
697 #define breakpoint() raise(SIGTRAP) macro
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 537 #define breakpoint() asm("int $3") macro
541 #define breakpoint() raise(SIGTRAP) macro

Completed in 2838 milliseconds

12 3 4