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

123456

/external/clang/test/Tooling/
H A Dms-asm-no-target.cpp8 void Break() { function
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-385002.js7 %Break(); // Schedule an interrupt that does not go away.
H A Dregress-147497.js33 if (event == Debug.DebugEvent.Break) {
H A Dregress-269.js33 if (event == Debug.DebugEvent.Break) {
H A Dregress-crbug-405922.js11 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-259300.js35 if (event == Debug.DebugEvent.Break) {
H A Dregress-119609.js37 if (event == Debug.DebugEvent.Break) {
H A Dregress-131994.js39 if (event != Debug.DebugEvent.Break) return;
43 assertTrue(breakpoint.sourceLineText().indexOf("// Break") > -1);
62 debugger; // Break.
H A Dregress-325676.js41 if (event != Debug.DebugEvent.Break) return;
H A Dregress-crbug-107996.js39 if (event == Debug.DebugEvent.Break) {
/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/test/mjsunit/es6/regress/
H A Dregress-3280.js12 if (event == Debug.DebugEvent.Break) {
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-event-listener.js35 if (event == Debug.DebugEvent.Break ||
70 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Break);
H A Ddebug-break-native.js11 if (event != Debug.DebugEvent.Break) return;
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-script-breakpoints-closure.js36 if (event == Debug.DebugEvent.Break) {
H A Ddebug-script-breakpoints-nested.js36 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) {
/external/chromium_org/v8/test/mjsunit/harmony/
H A Ddebug-evaluate-blockscopes.js55 if (event == Debug.DebugEvent.Break) {
/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();

Completed in 2779 milliseconds

123456