/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
VeiledAddressMatcher.java | 106 mMatcher = Pattern.compile(pattern);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
framework.py | 12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
utils.py | 51 specialsre = re.compile(r'[][\\()<>@,:;".]') 52 escapesre = re.compile(r'[][\\()"]') 117 ecre = re.compile(r''' 267 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$')
|
feedparser.py | 29 NLCRE = re.compile('\r\n|\r|\n') 30 NLCRE_bol = re.compile('(\r\n|\r|\n)') 31 NLCRE_eol = re.compile('(\r\n|\r|\n)\Z') 32 NLCRE_crack = re.compile('(\r\n|\r|\n)') 35 headerRE = re.compile(r'^(From |[\041-\071\073-\176]{1,}:|[\t ])') 303 boundaryre = re.compile(
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
keyword.py | 63 strprog = re.compile('"([^"]+)"')
|
re.py | 85 compile Compile a pattern into a RegexObject. 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X", 188 def compile(pattern, flags=0): function 189 "Compile a regular expression pattern, returning a pattern object." 198 "Compile a template pattern, returning a pattern object" 222 _pattern_type = type(sre_compile.compile("", 0)) 227 # internal: compile pattern 240 p = sre_compile.compile(pattern, flags) 249 # internal: compile replacement patter [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
framework.py | 12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
utils.py | 51 specialsre = re.compile(r'[][\\()<>@,:;".]') 52 escapesre = re.compile(r'[][\\()"]') 117 ecre = re.compile(r''' 267 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
keyword.py | 63 strprog = re.compile('"([^"]+)"')
|
re.py | 85 compile Compile a pattern into a RegexObject. 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X", 188 def compile(pattern, flags=0): function 189 "Compile a regular expression pattern, returning a pattern object." 198 "Compile a template pattern, returning a pattern object" 222 _pattern_type = type(sre_compile.compile("", 0)) 227 # internal: compile pattern 240 p = sre_compile.compile(pattern, flags) 249 # internal: compile replacement patter [all...] |
/external/chromium_org/third_party/jinja2/ |
lexer.py | 32 whitespace_re = re.compile(r'\s+', re.U) 33 string_re = re.compile(r"('([^'\\]*(?:\\.[^'\\]*)*)'" 35 integer_re = re.compile(r'\d+') 40 compile('föö', '<unknown>', 'eval') 42 name_re = re.compile(r'\b[a-zA-Z_][a-zA-Z0-9_]*\b') 45 name_re = re.compile(r'[%s][%s]*' % (_stringdefs.xid_start, 48 float_re = re.compile(r'(?<!\.)\d+\.\d+') 49 newline_re = re.compile(r'(\r\n|\r|\n)') 134 operator_re = re.compile('(%s)' % '|'.join(re.escape(x) for x in 412 c = lambda x: re.compile(x, re.M | re.S [all...] |
/external/chromium_org/third_party/markdown/ |
blockprocessors.py | 177 self.INDENT_RE = re.compile(r'^(([ ]{%s})+)'% self.tab_length) 290 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)') 333 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)') 335 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.)|[*+-])[ ]+(.*)') 337 INDENT_RE = re.compile(r'^[ ]{4,7}((\d+\.)|[*+-])[ ]+.*') 418 INTEGER_RE = re.compile('(\d+)') 439 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)') 446 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)') 477 RE = re.compile(r'^.*?\n[=-]+[ ]*(\n|$)', re.MULTILINE) 501 SEARCH_RE = re.compile(RE, re.MULTILINE [all...] |
/external/chromium_org/ |
PRESUBMIT.py | 286 inclusion_pattern = input_api.re.compile(r'(%s)\s*\(' % base_function_pattern) 287 comment_pattern = input_api.re.compile(r'//.*(%s)' % base_function_pattern) 288 exclusion_pattern = input_api.re.compile( 320 pattern = input_api.re.compile(r'^#include\s*<iostream>', 458 pattern = input_api.re.compile(r'^#pragma\s+once', 478 pattern = input_api.re.compile(r'\?\s*(true|false)\s*:\s*(true|false)') 568 pattern = input_api.re.compile(r'^#include\s*"ui/aura/window_property.h"') 592 c_system_include_pattern = input_api.re.compile(r'\s*#include <.*\.h>') 593 cpp_system_include_pattern = input_api.re.compile(r'\s*#include <.*>') 594 custom_include_pattern = input_api.re.compile(r'\s*#include ".*' [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
M_E_T_A_.py | 102 def compile(self, ttFont): member in class:table_M_E_T_A_ 119 metaData = metaData + glyphRec.compile(self) 130 assert (glyphRec.offset == len(metaData)), "Glyph record offset did not compile correctly! for rec:" + str(glyphRec) 137 metaData = metaData + stringRec.compile(self) 154 assert (stringRec.offset == len(metaData)), "String offset did not compile correctly! for string:" + str(stringRec.string) 219 def compile(self, parentTable): member in class:GlyphRecord 295 def compile(self, parentTable): member in class:StringRecord
|
_k_e_r_n.py | 50 def compile(self, ttFont): member in class:table__k_e_r_n 62 data = data + subtable.compile(ttFont) 117 def compile(self, ttFont): member in class:KernTable_format_0 169 def compile(self, ttFont): member in class:KernTable_format_2 191 def compile(self, ttFont): member in class:KernTable_format_unkown
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 30 expr = compile(exprstr, "dbcheck-%s" % func.func_name, "eval") 155 # Test syntax restrictions - these are all compile-time errors: 159 compile(expr, "testexpr", "exec") 162 self.assertRaises(SyntaxError, compile, codestr, "test", "exec") 166 self.assertRaises(SyntaxError, compile, 180 code = compile(codestr, "test", "exec")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 30 expr = compile(exprstr, "dbcheck-%s" % func.func_name, "eval") 155 # Test syntax restrictions - these are all compile-time errors: 159 compile(expr, "testexpr", "exec") 162 self.assertRaises(SyntaxError, compile, codestr, "test", "exec") 166 self.assertRaises(SyntaxError, compile, 180 code = compile(codestr, "test", "exec")
|
/external/chromium_org/tools/valgrind/ |
suppressions.py | 123 self.regex = re.compile(regex, re.MULTILINE) 362 sup_regex = re.compile('suppressions.*\.txt$') 456 re.compile(r"^.*\!.*$"), # mod!func 457 re.compile(r"^.*!\.\.\.$"), # mod!ellipsis 458 re.compile(r"^\<.*\+0x.*\>$"), # <mod+0xoffs> 459 re.compile(r"^\<not in a module\>$"), 460 re.compile(r"^system call .*$"), 461 re.compile(r"^\*$"), # wildcard 462 re.compile(r"^\.\.\.$"), # ellipsis [all...] |
/libcore/luni/src/main/java/java/util/ |
Scanner.java | 67 private static final Pattern DEFAULT_DELIMITER = Pattern.compile("\\p{javaWhitespace}+"); 70 private static final Pattern BOOLEAN_PATTERN = Pattern.compile("true|false", Pattern.CASE_INSENSITIVE); 73 private static final Pattern LINE_TERMINATOR = Pattern.compile(NL); 76 private static final Pattern MULTI_LINE_TERMINATOR = Pattern.compile("(" + NL + ")+"); 79 private static final Pattern LINE_PATTERN = Pattern.compile(".*(" + NL + ")|.+$"); 82 private static final Pattern ANY_PATTERN = Pattern.compile("(?s).*"); 398 * {@code findInLine(Pattern.compile(pattern))}. 410 return findInLine(Pattern.compile(pattern)); 423 * <code>findWithinHorizon(Pattern.compile("\\p{Digit}{3}"), 2)</code> 425 * <code>findWithinHorizon(Pattern.compile("\\p{Digit}{3}"), 3)</code [all...] |
/prebuilts/misc/common/swig/include/2.0.11/allegrocl/ |
allegrocl.swg | 305 (eval-when (:compile-toplevel :load-toplevel :execute) 315 (eval-when (:compile-toplevel :load-toplevel :execute) 432 `(cl::eval-when (:compile-toplevel :load-toplevel :execute) 478 `(cl::eval-when (:compile-toplevel :load-toplevel :execute) 504 `(cl::eval-when (:compile-toplevel :load-toplevel :execute) 516 `(cl::eval-when (:compile-toplevel :load-toplevel :execute) 529 `(cl::eval-when (:compile-toplevel :load-toplevel :execute) 536 `(cl::eval-when (:compile-toplevel :load-toplevel :execute) 544 `(cl::eval-when (:compile-toplevel :load-toplevel :execute) 548 `(cl::eval-when (:compile-toplevel :load-toplevel :execute [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
compile_frontend.py | 93 invalid_type_regex = re.compile(r"@(?:" + type_checked_jsdoc_tags_or + r")\s*\{.*(?<![!?:.A-Za-z0-9])([A-Z][A-Za-z0-9.]+[A-Za-z0-9])[^/]*\}") 95 invalid_type_designator_regex = re.compile(r"@(?:" + type_checked_jsdoc_tags_or + r")\s*.*(?<![{: ])([?!])=?\}") 97 importscript_regex = re.compile(r"importScript\(\s*[\"']") 98 error_warning_regex = re.compile(r"(?:WARNING|ERROR)") 336 start_module_regex = re.compile(r"^@@ START_MODULE:(.+) @@$") 337 end_module_regex = re.compile(r"^@@ END_MODULE @@$") 377 print "Module %s compile failed: %s errors\n" % (module_name, module_error_count)
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
regex.h | 106 * created using the factory method <code>compile()</code>. 166 * object. These compile methods, rather than the constructors, are the usual 188 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex, 195 * object. These compile methods, rather than the constructors, are the usual 219 static RegexPattern * U_EXPORT2 compile( UText *regex, 225 * object using the specified match mode flags. These compile methods, 247 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex, 255 * object using the specified match mode flags. These compile methods, 279 static RegexPattern * U_EXPORT2 compile( UText *regex, 287 * object using the specified match mode flags. These compile methods [all...] |
/external/chromium_org/v8/test/mjsunit/ |
string-slices-regexp.js | 42 re.compile("y"); 44 re.compile("(x)"); 46 re.compile("(y)");
|
/external/icu/icu4c/source/i18n/unicode/ |
regex.h | 89 * created using the factory method <code>compile()</code>. 149 * object. These compile methods, rather than the constructors, are the usual 171 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex, 177 * object. These compile methods, rather than the constructors, are the usual 201 static RegexPattern * U_EXPORT2 compile( UText *regex, 207 * object using the specified match mode flags. These compile methods, 229 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex, 236 * object using the specified match mode flags. These compile methods, 260 static RegexPattern * U_EXPORT2 compile( UText *regex, 267 * object using the specified match mode flags. These compile methods [all...] |
/ndk/build/tools/ |
ndk-common.sh | 468 # check that we can compile a trivial C program with this compiler 478 compile 484 compile 488 compile 501 compile 540 # try to compile the current source file in $TMPC into an object 543 compile () function 571 # perform a simple compile / link / run of the source file in $TMPC 575 compile 577 echo "Failure to compile test program [all...] |