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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.param/
p15.cpp 6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}}
8 X<X<X<X<int>> // expected-error{{a space is required between consecutive right angle brackets (use '> >')}}
9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}}
  /external/markdown/MarkdownTest/Tests_2007/
Links, inline style.text 11 [URL wrapped in angle brackets](</url/>).
13 [URL w/ angle brackets + title](</url/> "Here's the title").
Links, reference style.text 11 With [embedded [brackets]] [b].
51 [Something in brackets like [this][] should work]
Links, inline style.html 11 <p><a href="/url/">URL wrapped in angle brackets</a>.</p>
13 <p><a href="/url/" title="Here's the title">URL w/ angle brackets + title</a>.</p>
Links, reference style.html 7 <p>With <a href="/url/">embedded [brackets]</a>.</p>
38 <p>[Something in brackets like <a href="foo">this</a> should work]</p>
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.grammar/
p6.cpp 10 y[[] { return 2; }()] = 2; // expected-error {{consecutive left square brackets}}
  /external/llvm/test/MC/ARM/
bracket-darwin.s 4 // CHECK: error: brackets expression not supported on this target
  /external/llvm/test/MC/ELF/
bracket.s 4 // CHECK: error: expected ']' in brackets expression
  /external/markdown/MarkdownTest/Tests_2004/
Links, reference style.text 11 With [embedded [brackets]] [b].
Links, reference style.html 7 <p>With <a href="/url/">embedded [brackets]</a>.</p>
Links, reference style.text-out 12 <p>With <a href="/url/">embedded [brackets]</a>.</p>
Links, reference style.text-res 12 <p>With <a href="/url/">embedded [brackets]</a>.</p>
  /external/markdown/tests/markdown-test/
links-reference.txt 11 With [embedded [brackets]] [b].
links-reference.html 4 <p>With <a href="/url/">embedded [brackets]</a>.</p>
  /external/chromium/net/base/
host_port_pair.h 59 // IPv6 literal, it will add brackets around |host_|.
62 // Returns |host_|, adding IPv6 brackets if needed.
67 // brackets around the address.
host_port_pair.cc 35 // Check to see if the host is an IPv6 address. If so, added brackets.
  /external/clang/test/Parser/
cxx0x-attributes.cpp 71 (void)s.arr[ [] { return 0; }() ]; // expected-error {{C++11 only allows consecutive left square brackets when introducing an attribute}}
72 int n = __builtin_offsetof(S, arr[ [] { return 0; }() ]); // expected-error {{C++11 only allows consecutive left square brackets when introducing an attribute}}
  /external/clang/test/SemaCXX/
new-delete-0x.cpp 24 auto u = new (int(*)[[]{return 1;}()][2]); // expected-error {{C++11 only allows consecutive left square brackets when introducing an attribute}} expected-error {{variably modified type}}
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 69 * <li>An IPv6 address string with or without brackets, like
76 // Verify that no port was specified, and strip optional brackets from
171 * an IPv6 address without brackets, brackets are added so that the
HostAndPort.java 50 * <li>[2001:db8::1] - {@link #getHostText()} omits brackets
51 * <li>[2001:db8::1]:80 - {@link #getHostText()} omits brackets
56 * concerned with brackets, colons, and port numbers. Full validation of the
73 /** True if the parsed host has colons, but no surrounding brackets. */
210 * <p>URI formatting requires that IPv6 literals be surrounded by brackets,
213 * that don't contain these brackets.
246 /** Rebuild the host:port string, including brackets if necessary. */
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.am 27 badenc inplace-hold brackets \
45 brackets.good brackets.inp brackets.sed \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
incpath.h 25 extern void get_include_chains (cpp_dir **quotes, cpp_dir **brackets);

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>