Home
last modified time | relevance | path

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

1234567891011

/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/harfbuzz/src/
Dharfbuzz-shaper.cpp673 enum BreakRule { NoBreak = 0, Break = 1, Middle = 2 }; enumerator
677 { Break, Break, Break, Break, Break, Break, Break, Break }, // Other
678 { Break, Break, Break, Break, Break, Break, Break, Break }, // Format
679 { Break, Break, NoBreak, Break, Break, Break, Break, NoBreak }, // Katakana
680 { Break, Break, Break, NoBreak, Middle, Break, NoBreak, NoBreak }, // ALetter
681 { Break, Break, Break, Break, Break, Break, Break, Break }, // MidLetter
682 { Break, Break, Break, Break, Break, Break, Break, Break }, // MidNum
683 { Break, Break, Break, NoBreak, Break, Middle, NoBreak, NoBreak }, // Numeric
684 { Break, Break, NoBreak, NoBreak, Break, Break, NoBreak, NoBreak }, // ExtendNumLet
707 rule = Break; in HB_GetWordBoundaries()
[all …]
/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/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/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-setbreakpoint.js71 if (event == Debug.DebugEvent.Break) {
186 if (event == Debug.DebugEvent.Break)
/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/chromium/third_party/libjingle/source/talk/base/
Dcommon.h78 void Break();
88 Break(); in Assert()
Dcommon.cc51 void Break() { in Break() function
/external/chromium_org/third_party/libjingle/source/talk/base/
Dcommon.h117 void Break();
123 Break(); in Assert()
Dcommon.cc52 void Break() { in Break() function
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-269.js33 if (event == Debug.DebugEvent.Break) {
Dregress-147497.js33 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) {
/external/v8/test/mjsunit/regress/
Dregress-269.js33 if (event == Debug.DebugEvent.Break) {
Dregress-102153.js38 if (event == Debug.DebugEvent.Break) {
Dregress-1586.js50 if (event == Debug.DebugEvent.Break) {
/external/v8/test/mjsunit/harmony/
Ddebug-evaluate-blockscopes.js56 if (event == Debug.DebugEvent.Break) {
/external/chromium_org/v8/test/mjsunit/harmony/
Ddebug-evaluate-blockscopes.js56 if (event == Debug.DebugEvent.Break) {

1234567891011