Searched refs:Break (Results 1 - 25 of 86) sorted by relevance

1234

/external/v8/test/mjsunit/regress/
H A Dregress-269.js33 if (event == Debug.DebugEvent.Break) {
H A Dregress-102153.js38 if (event == Debug.DebugEvent.Break) {
46 for (var i = 0; i < 3; i++) { // Break here.
53 assertTrue(Debug.showBreakPoints(test).indexOf("// Break here.") >= 0);
H A Dregress-1586.js50 if (event == Debug.DebugEvent.Break) {
H A Dregress-crbug-107996.js38 if (event == Debug.DebugEvent.Break) {
/external/v8/test/mjsunit/
H A Ddebug-event-listener.js35 if (event == Debug.DebugEvent.Break ||
70 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Break);
H A Ddebug-constructor.js35 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.
H A Ddebug-mirror-cache.js49 if (event == Debug.DebugEvent.Break)
H A Ddebug-step-stub-callfunction.js35 if (event == Debug.DebugEvent.Break) {
H A Ddebug-stepin-constructor.js35 if (event == Debug.DebugEvent.Break) {
H A Ddebug-stepnext-do-while.js37 if (event == Debug.DebugEvent.Break) {
H A Ddebug-break-inline.js46 if (event == Debug.DebugEvent.Break) {
80 var b = 1; // Break point is set here.
H A Ddebug-evaluate-bool-constructor.js37 if (event == Debug.DebugEvent.Break) {
H A Ddebug-evaluate-with.js38 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.
H A Ddebug-ignore-breakpoints.js36 if (event == Debug.DebugEvent.Break) {
H A Ddebug-step-2.js42 if (event == Debug.DebugEvent.Break) {
H A Ddebug-step-3.js43 if (event == Debug.DebugEvent.Break) {
H A Ddebug-step.js39 if (event == Debug.DebugEvent.Break) {
H A Ddebug-stepin-builtin.js43 if (event == Debug.DebugEvent.Break) {
H A Ddebug-stepout-to-builtin.js43 if (event == Debug.DebugEvent.Break) {
H A Ddebug-suspend.js75 if (event == Debug.DebugEvent.Break) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dcommon.cc51 void Break() { function in namespace:talk_base
/external/v8/test/mjsunit/harmony/
H A Ddebug-evaluate-blockscopes.js56 if (event == Debug.DebugEvent.Break) {
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp673 enum BreakRule { NoBreak = 0, Break = 1, Middle = 2 }; enumerator in enum:BreakRule
677 { Break, Break, Break, Break, Break, Break, Break, Break }, // Other
678 { Break, Brea
[all...]
/external/skia/src/core/
H A DSkAlphaRuns.cpp27 void SkAlphaRuns::Break(int16_t runs[], uint8_t alpha[], int x, int count) { function in class:SkAlphaRuns
87 SkAlphaRuns::Break(runs, alpha, x, 1);
105 SkAlphaRuns::Break(runs, alpha, x, middleCount);
122 SkAlphaRuns::Break(runs, alpha, x, 1);
H A DSkAntiRun.h55 * 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);

Completed in 139 milliseconds

1234