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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/ui/gfx/
break_list.h 20 // Each break stores the start position and value of its associated range.
21 // A solitary break at position 0 applies to the entire space [0, max_).
23 // The first break always has position 0, to ensure all positions have a value.
24 // The value of the terminal break applies to the range [break.first, max_).
25 // The value of other breaks apply to the range [break.first, (break+1).first).
29 // The break type and const iterator, typedef'ed for convenience.
30 typedef std::pair<size_t, T> Break;
31 typedef typename std::vector<Break>::const_iterator const_iterator
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
common.cc 51 void Break() {
common.h 77 // Break causes the debugger to stop executing, or the program to abort
78 void Break();
88 Break();
  /external/chromium_org/third_party/libjingle/source/talk/base/
common.cc 52 void Break() {
56 // On POSIX systems, SIGTRAP signals debuggers to break without killing the
common.h 117 void Break();
123 Break();
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 39 // The line break algorithm. See http://www.unicode.org/reports/tr14/tr14-13.html
65 // The following line break classes are not treated by the table:
204 break;
207 break;
216 break;
223 break;
335 break;
343 break;
349 break;
353 break;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAlphaRuns.cpp 27 void SkAlphaRuns::Break(int16_t runs[], uint8_t alpha[], int x, int count) {
44 break;
63 break;
67 break;
87 SkAlphaRuns::Break(runs, alpha, x, 1);
105 SkAlphaRuns::Break(runs, alpha, x, middleCount);
122 SkAlphaRuns::Break(runs, alpha, x, 1);
SkAntiRun.h 55 * Break the runs in the buffer at offsets x and x+count, properly
58 * Break(..., 2, 5) would produce AAAABBBB rle as A2A2B3B1.
62 static void Break(int16_t runs[], uint8_t alpha[], int x, int count);
79 break;
  /external/skia/src/core/
SkAlphaRuns.cpp 27 void SkAlphaRuns::Break(int16_t runs[], uint8_t alpha[], int x, int count) {
44 break;
63 break;
67 break;
87 SkAlphaRuns::Break(runs, alpha, x, 1);
105 SkAlphaRuns::Break(runs, alpha, x, middleCount);
122 SkAlphaRuns::Break(runs, alpha, x, 1);
SkAntiRun.h 55 * Break the runs in the buffer at offsets x and x+count, properly
58 * Break(..., 2, 5) would produce AAAABBBB rle as A2A2B3B1.
62 static void Break(int16_t runs[], uint8_t alpha[], int x, int count);
79 break;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-102153.js 30 // Test that the break point is set before initializing the loop variable
31 // so that we break before any iteration has been run.
38 if (event == Debug.DebugEvent.Break) {
46 for (var i = 0; i < 3; i++) { // Break here.
47 if (i == 0) break;
53 assertTrue(Debug.showBreakPoints(test).indexOf("// Break here.") >= 0);
regress-131994.js 38 if (event != Debug.DebugEvent.Break) return;
41 // Assert correct break point.
42 assertTrue(breakpoint.sourceLineText().indexOf("// Break") > -1);
61 debugger; // Break.
regress-debug-deopt-while-recompile.js 33 if (event != Debug.DebugEvent.Break) return;
47 var baz = bar; // Break point should be here.
53 var baz = bar; // Break point should be here.
71 // Set break point.
75 // Trigger break point.
79 // Assert that break point is set at expected location.
  /external/v8/test/mjsunit/regress/
regress-102153.js 30 // Test that the break point is set before initializing the loop variable
31 // so that we break before any iteration has been run.
38 if (event == Debug.DebugEvent.Break) {
46 for (var i = 0; i < 3; i++) { // Break here.
47 if (i == 0) break;
53 assertTrue(Debug.showBreakPoints(test).indexOf("// Break here.") >= 0);
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-with.js 38 if (event == Debug.DebugEvent.Break)
42 // Break point in first with block.
46 // Break point in second with block.
50 // Break point in eval with block.
debug-constructor.js 35 if (event == Debug.DebugEvent.Break)
63 // Break point stops on "new c()" and steps into c.
70 // Break point stops on "x = 1" and steps to "new c()" and then into c.
debug-break-inline.js 43 // and otherwise counts break points hit and checks that the expected
46 if (event == Debug.DebugEvent.Break) {
80 var b = 1; // Break point is set here.
debug-evaluate-const.js 35 // var0: init after break point, changed by debug eval.
36 // const0: init before break point, changed by debug eval.
37 // const1: init after break point, materialized but untouched by debug eval.
38 // const2: init after break point, materialized and changed by debug eval.
39 // const3: context allocated const, init before break point, changed by eval.
51 debugger; // Break point.
75 if (event != Debug.DebugEvent.Break) return;
debug-event-listener.js 35 if (event == Debug.DebugEvent.Break ||
62 // Test debug event for break point.
70 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Break);
  /external/v8/test/mjsunit/
debug-evaluate-with.js 38 if (event == Debug.DebugEvent.Break)
42 // Break point in first with block.
46 // Break point in second with block.
50 // Break point in eval with block.
debug-constructor.js 35 if (event == Debug.DebugEvent.Break)
63 // Break point stops on "new c()" and steps into c.
70 // Break point stops on "x = 1" and steps to "new c()" and then into c.
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 36 static const char *const BreakIntrinsic = "llvm.SI.break";
37 static const char *const IfBreakIntrinsic = "llvm.SI.if.break";
38 static const char *const ElseBreakIntrinsic = "llvm.SI.else.break";
58 Constant *Break;
132 Break = M.getOrInsertFunction(
243 Value *Ret = CallInst::Create(Break, Arg, "", Insert);
  /frameworks/base/tools/aidl/
AST.h 310 struct Break : public Statement
312 Break();
313 virtual ~Break();
  /external/chromium_org/v8/include/
v8-debug.h 40 Break = 1,
224 // Schedule a debugger break to happen when JavaScript code is run
229 // Remove scheduled debugger break in given isolate if it has not
234 // Break execution of JavaScript in the given isolate (this method
265 * a V8 break. This can happen automatically by using the option
266 * --debugger-auto-break.
  /external/v8/include/
v8-debug.h 74 Break = 1,
257 // Schedule a debugger break to happen when JavaScript code is run
262 // Remove scheduled debugger break in given isolate if it has not
267 // Break execution of JavaScript in the given isolate (this method
297 * a V8 break. This can happen automatically by using the option
298 * --debugger-auto-break.

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 9