HomeSort by relevance Sort by last modified time
    Searched full:bracket (Results 76 - 100 of 347) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/examples/
gen_example_doxy.php 45 $regexp = '/\[\[(.*?)\]\]/'; // Double square bracket delimiters
  /external/openssl/crypto/conf/
conf_err.c 102 {ERR_REASON(CONF_R_MISSING_CLOSE_SQUARE_BRACKET),"missing close square bracket"},
  /external/zlib/src/old/
visual-basic.txt 77 'bracket meaning: <parameter> [optional] {Range of possible values}
  /libcore/luni/src/test/java/libcore/java/lang/
CharacterTest.java 82 assertEquals("LEFT CURLY BRACKET", Character.getName('{'));
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c     [all...]
regex.h 100 /* If this bit is not set, then \ inside a bracket expression is literal.
115 /* If this bit is set, then ^ and $ are always anchors (outside bracket
389 _REG_EBRACK, /* Unmatched left bracket. */
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py 105 \[ # Opening bracket
108 \] # Closing bracket
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
xhtml-symbol.ent 218 <!ENTITY lang "&#9001;"> <!-- left-pointing angle bracket = bra,
222 <!ENTITY rang "&#9002;"> <!-- right-pointing angle bracket = ket,
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
xhtml-symbol.ent 218 <!ENTITY lang "&#9001;"> <!-- left-pointing angle bracket = bra,
222 <!ENTITY rang "&#9002;"> <!-- right-pointing angle bracket = ket,
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
xhtml-symbol.ent 218 <!ENTITY lang "&#9001;"> <!-- left-pointing angle bracket = bra,
222 <!ENTITY rang "&#9002;"> <!-- right-pointing angle bracket = ket,
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
xhtml-symbol.ent 218 <!ENTITY lang "&#9001;"> <!-- left-pointing angle bracket = bra,
222 <!ENTITY rang "&#9002;"> <!-- right-pointing angle bracket = ket,
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
xhtml-symbol.ent 218 <!ENTITY lang "&#9001;"> <!-- left-pointing angle bracket = bra,
222 <!ENTITY rang "&#9002;"> <!-- right-pointing angle bracket = ket,
  /external/clang/include/clang/Basic/
LangOptions.def 165 "maximum bracket nesting depth")
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 362 /// \brief A left bracket ('[').
364 /// \brief A right bracket (']').
370 /// \brief A left angle bracket ('<').
372 /// \brief A right angle bracket ('>').
    [all...]
  /external/kernel-headers/original/asm-mips/sn/sn0/
addrs.h 32 * files. Please bracket any language-dependent definitions
  /external/linux-tools-perf/util/
session.c 1148 char *bracket; local
1162 bracket = strchr(ref->name, ']');
1163 if (bracket)
1164 *bracket = '\0';
    [all...]
  /external/markdown/docs/
CHANGE_LOG 75 infinite loop in bracket regex for inline links.
  /external/chromium/googleurl/src/
url_parse.cc 102 // If the host starts with a left-bracket, assume the entire host is an
104 // This assumption will be overridden if we find a right-bracket.
111 // Find the last right-bracket, and the last colon.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 116 * An opening bracket at the beginning may not be closed, but subsequent ones should be. It's
117 * also possible that the leading bracket was dropped, so we shouldn't be surprised if we see a
118 * closing bracket first. We limit the sets of brackets in a phone number to four.
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLParser.h 535 // If the host starts with a left-bracket, assume the entire host is an
537 // This assumption will be overridden if we find a right-bracket.
545 // Find the last right-bracket, and the last colon.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 46 /* If this bit is not set, then \ inside a bracket expression is literal.
61 /* If this bit is set, then ^ and $ are always anchors (outside bracket
321 REG_EBRACK, /* Unmatched left bracket. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 546 ostr << "bracket-begin\n";
549 ostr << "bracket-end\n";
980 // If the dash is the last character in the bracket expression, it is not
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 46 /* If this bit is not set, then \ inside a bracket expression is literal.
61 /* If this bit is set, then ^ and $ are always anchors (outside bracket
321 REG_EBRACK, /* Unmatched left bracket. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 46 /* If this bit is not set, then \ inside a bracket expression is literal.
61 /* If this bit is set, then ^ and $ are always anchors (outside bracket
321 REG_EBRACK, /* Unmatched left bracket. */

Completed in 1785 milliseconds

1 2 34 5 6 7 8 91011>>