HomeSort by relevance Sort by last modified time
    Searched refs:breakpoints (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
BreakpointManager.js 78 // Erase provisional breakpoints prior to restoring them.
116 var breakpoints = this._breakpoints.keys();
117 for (var i = 0; i < breakpoints.length; ++i) {
118 var breakpoint = breakpoints[i];
179 var breakpoints = this._breakpointsForUISourceCode.get(uiSourceCode);
180 var lineBreakpoints = breakpoints ? breakpoints[lineNumber] : null;
191 var breakpoints = /** @type {Array.<WebInspector.BreakpointManager.Breakpoint>} */(this._breakpoints.keys());
192 for (var i = 0; i < breakpoints.length; ++i) {
193 var breakpoint = breakpoints[i]
    [all...]
breakpointsList.css 53 .breakpoints-list-deactivated {
99 .event-listener-breakpoints.properties-tree .children li {
104 .event-listener-breakpoints .checkbox-elem {
DOMBreakpointsSidebarPane.js 37 WebInspector.NativeBreakpointsSidebarPane.call(this, WebInspector.UIString("DOM Breakpoints"));
247 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Remove all DOM breakpoints" : "Remove All DOM Breakpoints"), this._removeAllBreakpoints.bind(this));
286 var breakpoints = [];
291 breakpoints.push(breakpoint);
295 breakpoints.push({ url: this._inspectedURL, path: element._node.path(), type: element._type, enabled: element._checkboxElement.checked });
297 WebInspector.settings.domBreakpoints.set(breakpoints);
314 var breakpoints = pathToBreakpoints[path];
315 for (var i = 0; i < breakpoints.length; ++i)
316 this._setBreakpoint(node, breakpoints[i].type, breakpoints[i].enabled)
    [all...]
BreakpointsSidebarPane.js 33 WebInspector.SidebarPane.call(this, WebInspector.UIString("Breakpoints"));
44 this.emptyElement.textContent = WebInspector.UIString("No Breakpoints");
66 WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Deactivate breakpoints" : "Deactivate Breakpoints") :
67 WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Activate breakpoints" : "Activate Breakpoints");
193 var breakpoints = this._items.values();
196 if (breakpoints.length > 1) {
197 var removeAllTitle = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Remove all breakpoints" : "Remove All Breakpoints");
    [all...]
JavaScriptSourceFrame.js 206 var breakpoints = {};
211 breakpoints[lineNumber] = breakpointDecoration;
216 // Remove all breakpoints.
219 // Restore all breakpoints from saved decorations.
220 for (var lineNumberString in breakpoints) {
224 var breakpointDecoration = breakpoints[lineNumberString];
231 var breakpoints = this._breakpointManager.breakpointsForUISourceCode(this._uiSourceCode);
232 for (var i = 0; i < breakpoints.length; ++i)
233 breakpoints[i].remove();
scriptsPanel.css 103 .scripts-toggle-breakpoints.toggled-on .glyph {
107 .scripts-toggle-breakpoints .glyph {
Settings.js 70 this.breakpoints = this.createSetting("breakpoints", []);
432 this._clearBreakpointsWhenTooMany(WebInspector.settings.breakpoints, 500000);
460 // If there are too many breakpoints in a storage, it is likely due to a recent bug that caused
461 // periodical breakpoints duplication leading to inspector slowness.
  /external/chromium_org/v8/test/mjsunit/
debug-clearbreakpointgroup.js 107 var breakpoints = Debug.scriptBreakPoints();
108 assertEquals(3, breakpoints.length);
109 var breakpointNumbers = breakpoints.map(
113 // Check that all breakpoints from group 1 were deleted and all the
119 // Clear all breakpoints to allow the test to run again (--stress-opt).
debug-listbreakpoints.js 92 assertEquals(response.body.breakpoints.length, num_breakpoints);
94 var breakpoints = response.body.breakpoints;
95 for (var i = 0; i < breakpoints.length; i++) {
96 var id = breakpoints[i].number;
100 assertEquals(breakpoints[i].line, breakpoint_linenos[j]);
153 // Set some more breakpoints, and clear them in various orders:
debug-enable-disable-breakpoints.js 81 // Enable both breakpoints.
92 // Deactivate all breakpoints.
102 // Activate all breakpoints.
debug-liveedit-breakpoints.js 97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
101 // Delete all breakpoints to make this test reentrant.
debug-breakpoints.js 56 // like follows when changein breakpoints.
78 // Second test set and clear breakpoints on lines 1, 2 and 3 (position = 0).
164 //Second test set and clear breakpoints on lines 1, 2 and 3 (column = 0).
  /external/v8/test/mjsunit/
debug-clearbreakpointgroup.js 107 var breakpoints = Debug.scriptBreakPoints();
108 assertEquals(3, breakpoints.length);
109 var breakpointNumbers = breakpoints.map(
113 // Check that all breakpoints from group 1 were deleted and all the
119 // Clear all breakpoints to allow the test to run again (--stress-opt).
debug-listbreakpoints.js 92 assertEquals(response.body.breakpoints.length, num_breakpoints);
94 var breakpoints = response.body.breakpoints;
95 for (var i = 0; i < breakpoints.length; i++) {
96 var id = breakpoints[i].number;
100 assertEquals(breakpoints[i].line, breakpoint_linenos[j]);
153 // Set some more breakpoints, and clear them in various orders:
debug-enable-disable-breakpoints.js 81 // Enable both breakpoints.
92 // Deactivate all breakpoints.
102 // Activate all breakpoints.
debug-breakpoints.js 56 // like follows when changein breakpoints.
78 // Second test set and clear breakpoints on lines 1, 2 and 3 (position = 0).
164 //Second test set and clear breakpoints on lines 1, 2 and 3 (column = 0).
debug-liveedit-breakpoints.js 97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
101 // Delete all breakpoints to make this test reentrant.
  /external/valgrind/main/gdbserver_tests/
mcwatchpoints.stdoutB.exp 30 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
mcbreak.stdoutB.exp 44 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
  /dalvik/vm/interp/
Interp.cpp 90 * Set of breakpoints.
99 Breakpoint* breakpoints; member in struct:BreakpointSet
123 free(pSet->breakpoints);
154 * Return the #of breakpoints.
173 Breakpoint* pBreak = &pSet->breakpoints[i];
195 *pOrig = pSet->breakpoints[idx].originalOpcode;
206 * and some debuggers put breakpoints at every address associated with
248 /* pSet->breakpoints will be NULL on first entry */
249 newVec = (Breakpoint*)realloc(pSet->breakpoints, newSize * sizeof(Breakpoint));
253 pSet->breakpoints = newVec
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DebuggerScript.js 292 var breakpoints = eventData.breakPointsHit();
294 if (!breakpoints)
297 for (var i = 0; i < breakpoints.length; i++) {
298 var breakpoint = breakpoints[i];
  /external/qemu/
cpu-defs.h 181 QTAILQ_HEAD(breakpoints_head, CPUBreakpoint) breakpoints; \
  /external/oprofile/events/x86-64/family11h/
events 109 event:0xdc counters:0,1,2,3 um:zero minimum:1 name:DR0_BREAKPOINTS : Number of breakpoints for DR0
110 event:0xdd counters:0,1,2,3 um:zero minimum:1 name:DR1_BREAKPOINTS : Number of breakpoints for DR1
111 event:0xde counters:0,1,2,3 um:zero minimum:1 name:DR2_BREAKPOINTS : Number of breakpoints for DR2
112 event:0xdf counters:0,1,2,3 um:zero minimum:1 name:DR3_BREAKPOINTS : Number of breakpoints for DR3
  /external/oprofile/events/x86-64/hammer/
events 104 event:0xdc counters:0,1,2,3 um:zero minimum:1 name:DR0_BREAKPOINTS : Number of breakpoints for DR0
105 event:0xdd counters:0,1,2,3 um:zero minimum:1 name:DR1_BREAKPOINTS : Number of breakpoints for DR1
106 event:0xde counters:0,1,2,3 um:zero minimum:1 name:DR2_BREAKPOINTS : Number of breakpoints for DR2
107 event:0xdf counters:0,1,2,3 um:zero minimum:1 name:DR3_BREAKPOINTS : Number of breakpoints for DR3
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 107 "Regular text edit window in IDLE, supports breakpoints"
110 self.breakpoints = []
117 'breakpoints.lst')
118 # whenever a file is changed, restore breakpoints
140 i = self.breakpoints.index(lineno)
142 self.breakpoints.append(lineno)
166 self.breakpoints.remove(lineno)
178 if self.breakpoints:
184 self.breakpoints = []
193 "Save breakpoints when file is saved
    [all...]

Completed in 476 milliseconds

1 2 3