Home
last modified time | relevance | path

Searched refs:Break (Results 1 – 25 of 220) sorted by relevance

123456789

/external/chromium_org/ui/gfx/
Dbreak_list.h30 typedef std::pair<size_t, T> Break; typedef
31 typedef typename std::vector<Break>::const_iterator const_iterator;
37 const std::vector<Break>& breaks() const { return breaks_; } in 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) { in BreakList()
76 BreakList<T>::BreakList(T value) : breaks_(1, Break(0, value)), max_(0) { in BreakList()
82 breaks_.push_back(Break(0, value)); in SetValue()
[all …]
/external/chromium_org/v8/src/compiler/
Dcontrol-builders.h28 virtual void Break() { UNREACHABLE(); } in Break() function
79 virtual void Break();
111 virtual void Break();
135 virtual void Break();
Dcontrol-builders.cc49 void LoopBuilder::Break() { in Break() function in v8::internal::compiler::LoopBuilder
72 Break(); in BreakUnless()
111 void SwitchBuilder::Break() { in Break() function in v8::internal::compiler::SwitchBuilder
132 void BlockBuilder::Break() { in Break() function in v8::internal::compiler::BlockBuilder
/external/skia/src/core/
DSkAntiRun.h61 SkAlphaRuns::Break(runs, alpha, x, 1); in add()
79 SkAlphaRuns::Break(runs, alpha, x, middleCount); in add()
96 SkAlphaRuns::Break(runs, alpha, x, 1); in add()
117 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) {
/external/chromium_org/third_party/skia/src/core/
DSkAntiRun.h61 SkAlphaRuns::Break(runs, alpha, x, 1); in add()
79 SkAlphaRuns::Break(runs, alpha, x, middleCount); in add()
96 SkAlphaRuns::Break(runs, alpha, x, 1); in add()
117 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) {
/external/chromium_org/v8/test/mjsunit/
Ddebug-event-listener.js35 if (event == Debug.DebugEvent.Break ||
70 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Break);
Ddebug-evaluate-recursive.js72 if (event == Debug.DebugEvent.Break)
110 if (event == Debug.DebugEvent.Break)
Ddebug-stepin-builtin-callback.js38 if (event == Debug.DebugEvent.Break) {
125 if (event == Debug.DebugEvent.Break) {
Ddebug-setbreakpoint.js71 if (event == Debug.DebugEvent.Break) {
186 if (event == Debug.DebugEvent.Break)
/external/lldb/test/lang/objc/blocks/
Divars-in-blocks.m25 return ret; // Break here inside the class method block.
35 return blocky_ivar * inval; // Break here inside the block.
/external/lldb/test/lang/objc/foundation/
Dmain.m43 if (self.descriptionPauses) // Break here for description test
63 return 0; // Break here for selector: tests
85 return 0; // Break here for NSString tests
115 obj = [array1 objectAtIndex: 0]; // Break here for NSArray tests
/external/chromium_org/v8/test/mjsunit/es6/
Ddebug-stepin-collections-foreach.js13 if (event == Debug.DebugEvent.Break) {
75 if (event == Debug.DebugEvent.Break) {
/external/clang/test/Tooling/
Dms-asm-no-target.cpp8 void Break() { in Break() function
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-crbug-385002.js7 %Break(); // Schedule an interrupt that does not go away.
Dregress-269.js33 if (event == Debug.DebugEvent.Break) {
Dregress-147497.js33 if (event == Debug.DebugEvent.Break) {
Dregress-crbug-405922.js11 if (event == Debug.DebugEvent.Break) {
Dregress-102153.js38 if (event == Debug.DebugEvent.Break) {
Dregress-crbug-259300.js35 if (event == Debug.DebugEvent.Break) {
Dregress-1586.js50 if (event == Debug.DebugEvent.Break) {
Dregress-131994.js39 if (event != Debug.DebugEvent.Break) return;
/external/chromium_org/v8/test/mjsunit/es6/regress/
Dregress-3280.js12 if (event == Debug.DebugEvent.Break) {
/external/chromium_org/third_party/webrtc/base/
Dcommon.h81 void Break();
115 Break(); in Assert()
Dcommon.cc35 void Break() { in Break() function
/external/chromium_org/v8/test/mjsunit/harmony/
Ddebug-evaluate-blockscopes.js55 if (event == Debug.DebugEvent.Break) {

123456789