Home
last modified time | relevance | path

Searched refs:BreakType (Results 1 – 17 of 17) sorted by relevance

/external/chromium/base/i18n/
Dbreak_iterator.h58 enum BreakType { enum
69 BreakIterator(const string16* str, BreakType break_type);
111 BreakType break_type_;
Dbreak_iterator.cc16 BreakIterator::BreakIterator(const string16* str, BreakType break_type) in BreakIterator()
/external/chromium_org/base/i18n/
Dbreak_iterator.h60 enum BreakType { enum
72 BreakIterator(const string16& str, BreakType break_type);
120 BreakType break_type_;
Dbreak_iterator.cc17 BreakIterator::BreakIterator(const string16& str, BreakType break_type) in BreakIterator()
/external/chromium_org/ui/gfx/
Dtext_constants.h12 enum BreakType { enum
Drender_text.h253 void MoveCursor(BreakType break_type,
441 BreakType break_type,
Drender_text.cc447 void RenderText::MoveCursor(BreakType break_type, in MoveCursor()
849 BreakType break_type, in GetAdjacentSelectionModel()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_views_model.h123 void MoveCursor(gfx::BreakType break_type,
Dtextfield_views_model.cc398 void TextfieldViewsModel::MoveCursor(gfx::BreakType break_type, in MoveCursor()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h295 enum tgsi_break_type BreakType; member
Dtgsi_exec.c3038 if (mach->BreakType == TGSI_EXEC_BREAK_INSIDE_LOOP) { in exec_break()
3044 assert(mach->BreakType == TGSI_EXEC_BREAK_INSIDE_SWITCH); in exec_break()
3064 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_switch()
3065 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_SWITCH; in exec_switch()
3114 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_endswitch()
3755 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
3794 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()
3956 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
3957 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_LOOP; in exec_instruction()
3980 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_instruction()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h295 enum tgsi_break_type BreakType; member
Dtgsi_exec.c3038 if (mach->BreakType == TGSI_EXEC_BREAK_INSIDE_LOOP) { in exec_break()
3044 assert(mach->BreakType == TGSI_EXEC_BREAK_INSIDE_SWITCH); in exec_break()
3064 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_switch()
3065 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_SWITCH; in exec_switch()
3114 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_endswitch()
3755 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
3794 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()
3956 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()
3957 mach->BreakType = TGSI_EXEC_BREAK_INSIDE_LOOP; in exec_instruction()
3980 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_instruction()
[all …]
/external/v8/src/
Dhydrogen.h750 enum BreakType { BREAK, CONTINUE }; enum
796 HBasicBlock* Get(BreakableStatement* stmt, BreakType type, int* drop_extra);
Dhydrogen.cc2776 BreakType type, in Get()
/external/chromium_org/v8/src/
Dhydrogen.h1930 enum BreakType { BREAK, CONTINUE }; enum
1931 HBasicBlock* Get(BreakableStatement* stmt, BreakType type, int* drop_extra);
Dhydrogen.cc3987 BreakType type, in Get()