HomeSort by relevance Sort by last modified time
    Searched full:bracket (Results 576 - 600 of 1002) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/net/http/
sniff.go 195 // Next byte must be space or right angle bracket.
  /prebuilts/go/linux-x86/src/net/
ipsock.go 187 // If host has colons or a percent sign, have to bracket it.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/armeabi/
libc++_shared.so 
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/
libc++_shared.so 
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/mips/
libc++_shared.so 
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/libs/x86/
libc++_shared.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 54 necessary, for example after an opening bracket, so function calls
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 54 necessary, for example after an opening bracket, so function calls
  /system/extras/multinetwork/
httpurl.cpp 69 std::cerr << "Missing closing bracket." << std::endl;
  /system/media/audio_utils/
PowerLog.cpp 152 // to ensure we properly put in a starting signal bracket.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-auto-import/
auto-import.exp 58 # Square bracket expressions seem to confuse istarget.
  /external/clang/lib/Format/
FormatToken.h 191 /// \brief If this is a bracket ("<", "(", "[" or "{"), contains the kind of
192 /// the surrounding bracket.
261 /// \brief If this is a bracket, this points to the matching one.
  /external/curl/src/
tool_urlglob.c 150 case ']': /* illegal closing bracket */
151 return GLOBERROR("unexpected close bracket", *posp, CURLE_URL_MALFORMAT);
362 return GLOBERROR("unmatched close brace/bracket", pos,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 48 /* If this bit is not set, then \ inside a bracket expression is literal.
63 /* If this bit is set, then ^ and $ are always anchors (outside bracket
336 REG_EBRACK, /* Unmatched left bracket. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 550 ostr << "bracket-begin\n";
553 ostr << "bracket-end\n";
982 // If the dash is the last character in the bracket expression, it is not
regex_nfa.h 150 /// Matches a character range (bracket expression)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 48 /* If this bit is not set, then \ inside a bracket expression is literal.
63 /* If this bit is set, then ^ and $ are always anchors (outside bracket
339 REG_EBRACK, /* Unmatched left bracket. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 550 ostr << "bracket-begin\n";
553 ostr << "bracket-end\n";
982 // If the dash is the last character in the bracket expression, it is not
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_compiler.h 550 ostr << "bracket-begin\n";
553 ostr << "bracket-end\n";
982 // If the dash is the last character in the bracket expression, it is not
  /toolchain/binutils/binutils-2.25/include/
xregex2.h 56 /* If this bit is not set, then \ inside a bracket expression is literal.
71 /* If this bit is set, then ^ and $ are always anchors (outside bracket
309 REG_EBRACK, /* Unmatched left bracket. */
  /external/pcre/dist2/
HACKING 435 [Note for North Americans: "bracket" to some English speakers, including
440 bracket opcode is followed by a LINK_SIZE value which gives the offset to the
443 to the next one, or to the OP_KET opcode. For capturing brackets, the bracket
450 bracket opcode.
563 bracket from the start of the whole pattern. OP_RECURSE is also used for
  /external/clang/docs/
ClangFormatStyleOptions.rst 154 If ``true``, horizontally aligns arguments after an open bracket.
162 Align parameters on the open bracket, e.g.:
178 Always break after an open bracket, if the parameters don't fit
  /external/clang/include/clang/Format/
Format.h 52 /// \brief Align parameters on the open bracket, e.g.:
64 /// \brief Always break after an open bracket, if the parameters don't fit
73 /// \brief If ``true``, horizontally aligns arguments after an open bracket.
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 153 // Test that walking the bracket list works.
  /libcore/luni/src/test/java/libcore/java/lang/
CharacterTest.java 84 assertEquals("LEFT CURLY BRACKET", Character.getName('{'));

Completed in 2869 milliseconds

<<21222324252627282930>>