HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 1 - 25 of 3171) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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();
40 DISALLOW_COPY_AND_ASSIGN(Separator);
  /external/compiler-rt/lib/builtins/arm/
aeabi_dcmp.S 22 .syntax unified SEPARATOR \
23 .p2align 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 .p2align 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>
  /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/
relatedpages_item.html 3 <li{{?r.separator}} class="separator"{{/}}>
  /external/compiler-rt/lib/builtins/
assembly.h 20 #define SEPARATOR @
22 #define SEPARATOR ;
44 .def name SEPARATOR \
45 .scl 2 SEPARATOR \
46 .type 32 SEPARATOR \
102 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
108 FILE_LEVEL_DIRECTIVE SEPARATOR \
109 .globl SYMBOL_NAME(name) SEPARATOR \
110 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
115 FILE_LEVEL_DIRECTIVE SEPARATOR \
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
JsonWriter.h 20 Separator();
34 Separator();
43 Separator();
47 Separator();
51 Separator();
55 Separator();
60 void 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>})$

Completed in 298 milliseconds

1 2 3 4 5 6 7 8 91011>>