Home
last modified time | relevance | path

Searched refs:Breaks (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp333 Multiple->Breaks++; // We are breaking out of this Multiple, so need a in Calculate()
574 Multiple->Breaks++; // switch captures breaks in Calculate()
850 Multiple->Breaks--; in Calculate()
874 Multiple->Breaks--; in Calculate()
882 Multiple->Breaks--; in Calculate()
890 Multiple->Breaks ? nullptr : LastLoop, in Calculate()
916 if (Fused && Fused->Breaks) in Calculate()
950 if (Fused && Fused->Breaks) in Calculate()
959 if (Multiple->Breaks) in Calculate()
963 if (Multiple->Breaks) in Calculate()
DRelooper.h163 int Breaks; // If we have branches on us, we need a loop (or a switch). This member
168 MultipleShape() : LabeledShape(SK_Multiple), Breaks(0), UseSwitch(false) {} in MultipleShape()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c47 struct updatemask_state * Breaks; member
95 loop->Breaks, loop->BreakCount, loop->BreaksReserved, 1); in push_break()
97 memcpy(&loop->Breaks[loop->BreakCount++], &s->R, sizeof(s->R)); in push_break()
277 or_updatemasks(&s.R, &s.R, &loop->Breaks[i]); in rc_dataflow_deadcode()
/external/icu/icu4c/source/data/lang/
Den.txt28 lw{"Line Breaks In Words Setting"}
936 breakall{"Allow Line Breaks In All Words"}
937 keepall{"Prevent Line Breaks In All Words"}
938 normal{"Normal Line Breaks For Words"}
1025 none{"Sentence Breaks Without Abbreviation Handling"}
1026 standard{"Suppress Sentence Breaks After Standard Abbreviations"}
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text18 * [Paragraphs and Line Breaks](#p)
184 <h3 id="p">Paragraphs and Line Breaks</h3>
194 Type's "Convert Line Breaks" option) which translate every line break
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt18 * [Paragraphs and Line Breaks](#p)
184 <h3 id="p">Paragraphs and Line Breaks</h3>
194 Type's "Convert Line Breaks" option) which translate every line break
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt18 * [Paragraphs and Line Breaks](#p)
184 <h3 id="p">Paragraphs and Line Breaks</h3>
194 Type's "Convert Line Breaks" option) which translate every line break
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text18 * [Paragraphs and Line Breaks](#p)
184 <h3 id="p">Paragraphs and Line Breaks</h3>
194 Type's "Convert Line Breaks" option) which translate every line break
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt147 ## Paragraphs and Line Breaks
157 Type's "Convert Line Breaks" option) which translate every line break
/external/icu/icu4c/source/test/testdata/
Drbbitst.txt329 # Sentence Breaks: no break at the boundary between CJK and other letters
346 # Breaks around '(' following a sentence TERM. (Rule 9)
Dnumberformattestspecification.txt546 // Breaks ICU4J See ticket 11671
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
Drbbitst.txt312 # Sentence Breaks: no break at the boundary between CJK and other letters
329 # Breaks around '(' following a sentence TERM. (Rule 9)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt312 # Sentence Breaks: no break at the boundary between CJK and other letters
329 # Breaks around '(' following a sentence TERM. (Rule 9)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt546 // Breaks ICU4J See ticket 11671
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt546 // Breaks ICU4J See ticket 11671
/external/llvm/docs/
DCodingStandards.rst709 // Breaks mangling in MSVC.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css2382 /* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
/external/antlr/antlr-3.4/tool/
DCHANGES.txt184 Added boolean couldBacktrack to enterDecision in dbg interface. Breaks AW