Searched defs:Break (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dcommon.cc51 void Break() { function in namespace:talk_base
/external/webkit/Source/JavaScriptCore/runtime/
H A DCompletion.h34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted, Terminated }; enumerator in enum:JSC::ComplType
/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);
/external/v8/include/
H A Dv8-debug.h74 Break = 1, enumerator in enum:v8::DebugEvent
267 // Break execution of JavaScript in the given isolate (this method
/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/clang/lib/CodeGen/
H A DCodeGenFunction.h1135 BreakContinue(JumpDest Break, JumpDest Continue) argument
1136 : BreakBlock(Break), ContinueBlock(Continue) {}
/external/v8/src/
H A Dd8.js86 Debug.DebugEvent = { Break: 1,
974 // Break the args into target spec and condition if appropriate.
2036 result = 'Break on ' + body.type + ' exceptions: ';
H A Ddebug.cc895 Object* Debug::Break(Arguments args) { function in class:v8::internal::Debug
1045 return isolate->debug()->Break(args);
1487 // propagated on the next Debug::Break.
2526 if (!Debugger::EventActive(v8::Break)) return;
2545 ProcessDebugEvent(v8::Break,
2699 // a JavaScript function. Don't call event listener for v8::Break
2701 if ((event != v8::Break || !auto_continue) && !event_listener_.is_null()) {
2705 if (event == v8::Break) {
2805 case v8::Break:
H A Ddebug-debugger.js40 Debug.DebugEvent = { Break: 1,
209 // Break point not active - not triggered.
239 // Break point triggered.
510 %Break();
636 // Break points in API functions are not supported.
646 // Break in builtin JavaScript code is not supported.
1006 return Debug.DebugEvent.Break;

Completed in 133 milliseconds