HomeSort by relevance Sort by last modified time
    Searched defs:breakpoint (Results 1 - 25 of 35) sorted by null

1 2

  /external/ltp/testcases/network/rpc/basic_tests/rpc01/
rpc_server.c 15 void breakpoint(void);
94 breakpoint();
115 void breakpoint(void) function
118 printf("breakpoint\n");
  /art/test/995-breakpoints-throw/src/art/
Test995.java 24 public static final Breakpoint.Manager MANAGER = new Breakpoint.Manager();
33 public static void breakpoint() { method in class:Test995
55 System.out.println("\tBreakpoint: " + e + " @ line=" + Breakpoint.locationToLine(e, loc));
80 Breakpoint.stopBreakpointWatch(Thread.currentThread());
81 Breakpoint.startBreakpointWatch(
87 Method breakpoint_method = Test995.class.getDeclaredMethod("breakpoint");
90 MANAGER.setBreakpoint(breakpoint_method, Breakpoint.getStartLocation(breakpoint_method));
92 breakpoint_catch_method, Breakpoint.getStartLocation(breakpoint_catch_method));
94 breakpoint_catch_late_method, Breakpoint.getStartLocation(breakpoint_catch_late_method))
    [all...]
  /external/autotest/site_utils/
dump_to_cloudsql.py 180 def breakpoint(self, line): member in class:MySQLState
233 if state.breakpoint(line):
  /external/r8/src/test/java/com/android/tools/r8/debug/
InterfaceMethodTest.java 23 commands.add(breakpoint(debuggeeClass, "testDefaultMethod")); method
43 commands.add(run() /* resume after 2nd breakpoint */);
55 commands.add(breakpoint(debuggeeClass, "testDefaultMethod")); method
57 commands.add(run() /* resume after 1st breakpoint */);
79 commands.add(breakpoint(debuggeeClass, "testStaticMethod")); method
SyntheticMethodTest.java 38 commands.add(breakpoint("InnerAccessors$Inner", "callPrivateMethodInOuterClass"));
55 commands.add(breakpoint(debuggeeClass, "testGenericBridge")); method
DebugTestBase.java 82 // Dalvik does not support command ReferenceType.Methods which is used to set breakpoint.
203 protected final JUnit3Wrapper.Command breakpoint(String className, String methodName) { method in class:DebugTestBase
204 return breakpoint(className, methodName, null);
207 protected final JUnit3Wrapper.Command breakpoint(String className, String methodName, method in class:DebugTestBase
855 // breakpoint.
868 // Install the breakpoint.
872 checkReplyPacket(replyPacket, "Breakpoint");
874 // Nothing to do on breakpoint
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
CountModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
61 * This testcase is for BREAKPOINT event with Count modifier.
62 * <BR>It runs CountModifierDebuggee and sets BREAKPOINT to its
65 * BREAKPOINT event occurs once after having called the method (count - 1)
74 // Breakpoint at start of test method.
76 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local
79 breakpoint);
ThreadOnlyModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
55 * This testcase is for BREAKPOINT event with ThreadOnly modifier.
56 * <BR>It runs ThreadOnlyModifierDebuggee and sets BREAKPOINT to its
59 * BREAKPOINT event occurs only in the
68 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local
71 breakpoint);
InstanceOnlyModifierTest.java 21 import org.apache.harmony.jpda.tests.framework.Breakpoint;
57 * This testcase is for BREAKPOINT event with InstanceOnly modifier.
58 * <BR>It runs InstanceOnlyModifierDebuggee and sets BREAKPOINT to its
61 * BREAKPOINT event occurs only when 'this' object is the object in field
72 Breakpoint breakpoint = new Breakpoint(TEST_CLASS_SIGNATURE, local
75 breakpoint);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionCaughtTest.java 28 import org.apache.harmony.jpda.tests.framework.Breakpoint;
290 // we install a breakpoint.
291 // Note: we use a Count modifier to avoid suspending on the breakpoint. This
293 Breakpoint breakpoint = new Breakpoint(getDebuggeeClassSignature(), local
296 breakpoint, JDWPConstants.SuspendPolicy.ALL, 10);
  /external/r8/src/test/debugTestResources/
Locals.java 99 // 1st breakpoint to capture the IDs of each array.
100 breakpoint(); method
102 // Breakpoint at line below. In DEX, the array-length instruction expects a 4bit register
160 // Utility method to set a breakpoint and inspect the stack.
161 private static void breakpoint() { method in class:Locals
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 403 QIcon breakpoint; local
404 breakpoint.addFile(QString::fromUtf8(":/breakpoint.png"),
407 fActionBreakpoint.setIcon(breakpoint);
427 fActionCreateBreakpoint.setText("Set Breakpoint");
  /prebuilts/go/darwin-x86/src/runtime/
stubs.go 127 func breakpoint() func
  /prebuilts/go/linux-x86/src/runtime/
stubs.go 127 func breakpoint() func
  /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
123 System.out.println("\t\t\tBreakpoint: " + e + " @ line=" + Breakpoint.locationToLine(e, loc))
    [all...]
  /external/libxml2/
xmlmemory.c 139 * Breakpoint to use in conjunction with xmlMemStopAtBlock. When the block
140 * number reaches the specified value this function is called. One need to add a breakpoint
946 char *breakpoint; local
961 breakpoint = getenv("XML_MEM_BREAKPOINT");
962 if (breakpoint != NULL) {
963 sscanf(breakpoint, "%ud", &xmlMemStopAtBlock);
967 breakpoint = getenv("XML_MEM_TRACE");
968 if (breakpoint != NULL) {
969 sscanf(breakpoint, "%p", &xmlMemTraceBlockAt);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 545 #define breakpoint() asm("int $3") macro
549 #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
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc 15 #include "src/inspector/script-breakpoint.h"
47 // Breakpoint properties.
95 String16 generateBreakpointId(const ScriptBreakpoint& breakpoint,
98 builder.append(breakpoint.script_id);
100 builder.appendNumber(breakpoint.line_number);
102 builder.appendNumber(breakpoint.column_number);
294 return Response::Error("Breakpoint at specified location already exists.");
300 ScriptBreakpoint breakpoint(String16(), lineNumber, columnNumber, condition);
304 breakpoint.script_id = script.first;
306 resolveBreakpoint(breakpointId, breakpoint, UserBreakpointSource)
1063 ScriptBreakpoint breakpoint; local
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 296 static void breakpoint (Bool insert, CORE_ADDR addr) function
302 /* insert a breakpoint at addr or upgrade its kind */
304 add_gs_address (addr, GS_break, "m_gdbserver breakpoint insert");
313 /* delete a breakpoint at addr or downgrade its kind */
319 remove_gs_address (g, "m_gdbserver breakpoint remove");
357 breakpoint (insert, addr);
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h 533 #define breakpoint() asm("int $3") macro
537 #define breakpoint() raise(SIGTRAP) macro
  /prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h 533 #define breakpoint() asm("int $3") macro
537 #define breakpoint() raise(SIGTRAP) macro
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 

Completed in 542 milliseconds

1 2