/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/ |
dfa.st | 3 <decisionRanks; separator="\n"> 4 <states; separator="\n"> 5 <edges; separator="\n">
|
nfa.st | 3 <decisionRanks; separator="\n"> 4 <states; separator="\n"> 5 <edges; separator="\n">
|
decision-rank.st | 1 {rank=same; rankdir=TB; <states; separator="; ">}
|
/external/llvm/test/YAMLParser/ |
spec-05-11.data | 6 Generic line break (glyphed)… Line separator? Paragraph separator?
|
/external/chromium_org/ui/views/controls/ |
separator.cc | 5 #include "ui/views/controls/separator.h" 13 const char Separator::kViewClassName[] = "Separator"; 15 // The separator height in pixels. 18 // Default color of the separator. 21 Separator::Separator(Orientation orientation) : orientation_(orientation) { 25 Separator::~Separator() { 29 // Separator, View overrides [all...] |
separator.h | 14 // The Separator class is a view that shows a line used to visually separate 17 class VIEWS_EXPORT Separator : public View { 24 // The separator's class name. 27 explicit Separator(Orientation orientation); 28 virtual ~Separator(); 39 DISALLOW_COPY_AND_ASSIGN(Separator);
|
/external/compiler-rt/lib/arm/ |
aeabi_dcmp.S | 22 .syntax unified SEPARATOR \ 23 .align 2 SEPARATOR \ 25 push { r4, lr } SEPARATOR \ 26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \ 27 cmp r0, #0 SEPARATOR \ 28 b ## cond 1f SEPARATOR \ 29 mov r0, #0 SEPARATOR \ 30 pop { r4, pc } SEPARATOR \ 31 1: SEPARATOR \ 32 mov r0, #1 SEPARATOR \ [all...] |
aeabi_fcmp.S | 22 .syntax unified SEPARATOR \ 23 .align 2 SEPARATOR \ 25 push { r4, lr } SEPARATOR \ 26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \ 27 cmp r0, #0 SEPARATOR \ 28 b ## cond 1f SEPARATOR \ 29 mov r0, #0 SEPARATOR \ 30 pop { r4, pc } SEPARATOR \ 31 1: SEPARATOR \ 32 mov r0, #1 SEPARATOR \ [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/ |
viewport-119.html | 2 <title>Check that horizontal tab is a separator space</title>
|
viewport-120.html | 2 <title>Check that line feed is a separator space</title>
|
viewport-121.html | 2 <title>Check that vertical tab is not a separator space</title>
|
viewport-122.html | 2 <title>Check that form feed is not a separator space</title>
|
viewport-123.html | 2 <title>Check that carriage return is a separator space</title>
|
viewport-124.html | 2 <title>Check that the space entity is a separator</title>
|
viewport-125.html | 2 <title>Check that EM SPACE is not a separator space</title>
|
viewport-61.html | 2 <title>Check that space is a valid separator.</title>
|
viewport-62.html | 2 <title>Check that comma is a valid separator.</title>
|
viewport-84.html | 2 <title>Comma separator terminates empty value.</title>
|
viewport-118.html | 2 <title>Width recognized in "width=device-width=" because '=' is a separator</title>
|
viewport-63.html | 2 <title>Check that comma is a valid separator (space before).</title>
|
viewport-64.html | 2 <title>Check that comma is a valid separator (space after).</title>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/ |
depend.stg | 10 <if(in)><grammarFileName>: <in; separator=", "><endif> 11 <out:{f | <f> : <grammarFileName>}; separator="\n">
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
table_of_contents_items.html | 3 <li {{?i.separator}}class="separator"{{/}}>
|
/cts/tools/signature-tools/templates/ |
ClassReferenceLink.st | 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/$it.name$.html}, name={<tt>$it.name$</tt>})$
|
PackageAddedLink.st | 1 $Link(url={http://code.google.com/android/reference/$it.packageFragments; separator="/"$/package-summary.html}, name={<tt>$it.name$</tt>})$
|