HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 1176 - 1200 of 5854) sorted by null

<<41424344454647484950>>

  /external/pdfium/third_party/libopenjpeg20/
CMakeLists.txt 93 # warning regex to catch them.
  /external/python/cpython2/Lib/
_strptime.py 195 # The " \d" part of the regex is to make %c from ANSI C work
226 """Convert a list to a regex string for matching a directive.
240 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
241 regex = '(?P<%s>%s' % (directive, regex)
242 return '%s)' % regex
245 """Return regex pattern for the format string.
248 regex syntax are escaped.
253 # as regex syntax. Cannot use re.escape since we have to deal with
  /external/python/cpython2/Lib/json/tests/
test_decode.py 20 # the whitespace regex, so this test is designed to try and
  /external/python/cpython2/Modules/
sre.h 54 PatternObject* pattern; /* link to the regex (pattern) object */
  /external/python/cpython3/Lib/
_strptime.py 197 # The " \d" part of the regex is to make %c from ANSI C work
232 """Convert a list to a regex string for matching a directive.
246 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
247 regex = '(?P<%s>%s' % (directive, regex)
248 return '%s)' % regex
251 """Return regex pattern for the format string.
254 regex syntax are escaped.
259 # as regex syntax. Cannot use re.escape since we have to deal with
  /external/python/cpython3/Lib/ctypes/
util.py 264 regex = r'\s+(lib%s\.[^\s]+)\s+\(%s'
265 regex = os.fsencode(regex % (re.escape(name), abi_type))
272 res = re.search(regex, p.stdout.read())
  /external/python/cpython3/PCbuild/
sqlite3.vcxproj 59 <_SqliteVersion>$([System.Text.RegularExpressions.Regex]::Match(`$(sqlite3Dir)`, `((\d+)\.(\d+)\.(\d+)\.(\d+))\\?$`).Groups)</_SqliteVersion>
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StyleData.java 8 import java.util.regex.Pattern;
  /external/skia/gn/
codesign_ios.py 19 # identstr search string (regex fragment) for code signing identity
  /external/skqp/gn/
codesign_ios.py 19 # identstr search string (regex fragment) for code signing identity
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
JCLRuleSet.java 29 import java.util.regex.Pattern;
JULRuleSet.java 29 import java.util.regex.Pattern;
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
TrivialMatcher.java 29 import java.util.regex.Pattern;
  /external/snakeyaml/src/test/java/examples/
CustomBeanResolverTest.java 19 import java.util.regex.Pattern;
CustomImplicitResolverTest.java 20 import java.util.regex.Pattern;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/reader/
ReaderStringTest.java 18 import java.util.regex.Matcher;
  /external/strace/tests/
sprintrc.c 42 * (for extended POSIX regex-based pattern matching) formats are
  /external/strace/tests-m32/
sprintrc.c 42 * (for extended POSIX regex-based pattern matching) formats are
  /external/strace/tests-mx32/
sprintrc.c 42 * (for extended POSIX regex-based pattern matching) formats are
  /external/swiftshader/third_party/LLVM/cmake/modules/
LLVMProcessSources.cmake 14 string( REGEX REPLACE "(^| )${old}($| )" " ${n} " ${var} "${${var}}" )
  /external/swiftshader/third_party/LLVM/lib/Support/
regfree.c 2 * This code is derived from OpenBSD's libc/regex, original license follows:
regutils.h 2 * This code is derived from OpenBSD's libc/regex, original license follows:
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regfree.c 2 * This code is derived from OpenBSD's libc/regex, original license follows:
regutils.h 2 * This code is derived from OpenBSD's libc/regex, original license follows:
  /external/swiftshader/third_party/subzero/pydir/
szbuild.py 23 Creates a regex string from an array of patterns and an array
25 regex, or a range of entries in the symbol name array, e.g. '2:9'.
53 returned if neither the include nor the exclude regex matches.
71 '(regex or line range)')
75 '(regex or line range)')
469 print 'include={regex}'.format(regex=re_include_str)
470 print 'exclude={regex}'.format(regex=re_exclude_str)

Completed in 1341 milliseconds

<<41424344454647484950>>