HomeSort by relevance Sort by last modified time
    Searched refs:REGEX (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/content/common/
sandbox_mac.h 36 REGEX, // Escape for use in (regex ...) expression.
120 // escaped e.g. used as part of a regex string or a literal.
140 // Escape |str_utf8| for use in a regex literal in a sandbox
  /external/libedit/src/
sys.h 130 #define REGEX /* Use POSIX.2 regular expression functions */
search.c 49 #if defined(REGEX)
50 #include <regex.h>
116 #if defined (REGEX)
130 #if defined(REGEX)
  /libcore/benchmarks/src/benchmarks/regression/
SchemePrefixBenchmark.java 22 import java.util.regex.Matcher;
23 import java.util.regex.Pattern;
57 REGEX() {
  /external/chromium_org/third_party/skia/tools/
submit_try 35 # Alias which can be used to specify a regex to choose builders.
36 REGEX = 'regex'
38 ALL_ALIASES = [ALL_BUILDERS, COMPILE_BUILDERS, REGEX, CQ_BUILDERS]
178 %s: You will be prompted to enter a regex to select builders with.
199 elif bot == REGEX:
201 regex = raw_input("Enter your trybot regex: ")
202 p = re.compile(regex)
204 print '\n\nTrybots that match your regex:\n%s\n\n' % '\n'.join
    [all...]
  /external/skia/tools/
submit_try 35 # Alias which can be used to specify a regex to choose builders.
36 REGEX = 'regex'
38 ALL_ALIASES = [ALL_BUILDERS, COMPILE_BUILDERS, REGEX, CQ_BUILDERS]
178 %s: You will be prompted to enter a regex to select builders with.
199 elif bot == REGEX:
201 regex = raw_input("Enter your trybot regex: ")
202 p = re.compile(regex)
204 print '\n\nTrybots that match your regex:\n%s\n\n' % '\n'.join
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 44 REGEX = '/regex/'
javascripttokenizer.py 88 # token like (inline) flags or end comments. Complicated regex to match
110 # We ensure the regex is followed by one of the above tokens to avoid
111 # incorrectly parsing something like x / y / z as x REGEX(/ y /) z
115 REGEX = re.compile(r"""
222 # of which could be intertwined. 'string with /regex/',
223 # /regex with 'string'/, /* comment with /regex/ and string */ (and so
237 Matcher(REGEX, Type.REGEX),
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokens.py 44 REGEX = '/regex/'
javascripttokenizer.py 88 # token like (inline) flags or end comments. Complicated regex to match
110 # We ensure the regex is followed by one of the above tokens to avoid
111 # incorrectly parsing something like x / y / z as x REGEX(/ y /) z
115 REGEX = re.compile(r"""
237 # of which could be intertwined. 'string with /regex/',
238 # /regex with 'string'/, /* comment with /regex/ and string */ (and
253 Matcher(cls.REGEX, Type.REGEX),
  /external/lldb/examples/python/
types.py 58 regex = re.compile(value)
59 parser.values.skip_type_regexes.append (regex)
88 parser.add_option('-s', '--skip-type-regex', action="callback", callback=regex_option_callback, type='string', metavar='REGEX', dest='skip_type_regexes', help='Regular expressions that, if they match the current member typename, will cause the type to no be recursively displayed.', default=[])
89 parser.add_option('--std', action="callback", callback=regex_option_callback, metavar='REGEX', dest='skip_type_regexes', help="Don't' recurse into types in the std namespace.", default=[])
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 618 # PREFIX and SUFFIX must not contain globbing or regex special
    [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]
  /hardware/intel/img/libdrm/
ltmain.sh     [all...]

Completed in 866 milliseconds