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

/external/clang/test/Tooling/
H A Dms-asm-no-target.cpp8 void Break() { function
/external/chromium_org/third_party/webrtc/base/
H A Dcommon.cc35 void Break() { function in namespace:rtc
/external/chromium_org/third_party/skia/src/core/
H A DSkAntiRun.h61 SkAlphaRuns::Break(runs, alpha, x, 1);
79 SkAlphaRuns::Break(runs, alpha, x, middleCount);
96 SkAlphaRuns::Break(runs, alpha, x, 1);
110 * Break the runs in the buffer at offsets x and x+count, properly
113 * Break(..., 2, 5) would produce AAAABBBB rle as A2A2B3B1.
117 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) { function in class:SkAlphaRuns
/external/chromium_org/ui/gfx/
H A Dbreak_list.h30 typedef std::pair<size_t, T> Break; typedef in class:gfx::BreakList
31 typedef typename std::vector<Break>::const_iterator const_iterator;
37 const std::vector<Break>& breaks() const { return breaks_; }
50 typename std::vector<Break>::iterator GetBreak(size_t position);
51 typename std::vector<Break>::const_iterator GetBreak(size_t position) const;
59 bool EqualsForTesting(const std::vector<Break>& breaks) const;
67 std::vector<Break> breaks_;
72 BreakList<T>::BreakList() : breaks_(1, Break(0, T())), max_(0) {
76 BreakList<T>::BreakList(T value) : breaks_(1, Break(0, value)), max_(0) {
82 breaks_.push_back(Break(
[all...]
/external/chromium_org/v8/include/
H A Dv8-debug.h17 Break = 1, enumerator in enum:v8::DebugEvent
173 // Break execution of JavaScript in the given isolate (this method
/external/chromium_org/v8/src/compiler/
H A Dcontrol-builders.cc49 void LoopBuilder::Break() { function in class:v8::internal::compiler::LoopBuilder
72 Break();
111 void SwitchBuilder::Break() { function in class:v8::internal::compiler::SwitchBuilder
132 void BlockBuilder::Break() { function in class:v8::internal::compiler::BlockBuilder
H A Dcontrol-builders.h28 virtual void Break() { UNREACHABLE(); } function in class:v8::internal::compiler::ControlBuilder
79 virtual void Break();
111 virtual void Break();
135 virtual void Break();
/external/skia/src/core/
H A DSkAntiRun.h61 SkAlphaRuns::Break(runs, alpha, x, 1);
79 SkAlphaRuns::Break(runs, alpha, x, middleCount);
96 SkAlphaRuns::Break(runs, alpha, x, 1);
110 * Break the runs in the buffer at offsets x and x+count, properly
113 * Break(..., 2, 5) would produce AAAABBBB rle as A2A2B3B1.
117 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) { function in class:SkAlphaRuns
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp60 Constant *Break; member in class:__anon26120::SIAnnotateControlFlow
133 Break = M.getOrInsertFunction(
244 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
H A DSILowerControlFlow.cpp80 void Break(MachineInstr &MI);
216 void SILowerControlFlowPass::Break(MachineInstr &MI) { function in class:SILowerControlFlowPass
478 Break(MI);
/external/clang/unittests/Format/
H A DFormatTest.cpp3407 // Break after multi-line parameters.
3595 // Break on an outer level if there was a break on an inner level.
4146 FormatStyle Break = getLLVMStyle(); local
4147 Break.AlwaysBreakBeforeMultilineStrings = true;
4154 Break);
4161 Break);
4168 Break);
4172 Break);
4178 Break);
4183 Break);
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h104 static ProcessMessage Break(lldb::tid_t tid) { function in class:ProcessMessage
/external/chromium_org/third_party/jinja2/
H A Dnodes.py883 class Break(Stmt): class in inherits:Stmt
884 """Break a loop."""
/external/stressapptest/src/
H A Dsat.h71 void Break() { user_break_ = true; } function in class:Sat
/external/chromium_org/v8/src/
H A Dd8.js63 Debug.DebugEvent = { Break: 1,
893 // Break the args into target spec and condition if appropriate.
1420 result = 'Break on ' + body.type + ' exceptions: ';
H A Ddebug.cc866 void Debug::Break(Arguments args, JavaScriptFrame* frame) { function in class:v8::internal::Debug
982 isolate->debug()->Break(args, it.frame());
1492 // propagated on the next Debug::Break.
2594 ProcessDebugEvent(v8::Break,
2727 // a JavaScript function. Don't call event listener for v8::Break
2729 if ((event != v8::Break || !auto_continue) && !event_listener_.is_null()) {
2733 if (event == v8::Break) {
2797 case v8::Break:
H A Ddebug-debugger.js17 Debug.DebugEvent = { Break: 1,
195 // Break point not active - not triggered.
225 // Break point triggered.
501 %Break();
629 // Break points in API functions are not supported.
639 // Break in builtin JavaScript code is not supported.
1004 return Debug.DebugEvent.Break;
H A Dhydrogen.cc1125 void HGraphBuilder::LoopBuilder::Break() { function in class:v8::internal::HGraphBuilder::LoopBuilder
1789 probe_loop.Break();
8853 loop.Break();
8877 loop.Break();
8917 loop.Break();
8940 loop.Break();
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h829 BreakContinue(JumpDest Break, JumpDest Continue) argument
830 : BreakBlock(Break), ContinueBlock(Continue) {}

Completed in 290 milliseconds