/external/antlr/antlr-3.4/runtime/Python/tests/ |
t040bug80.py | 13 def recover(self, input, re):
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
html_module.py | 6 import re namespace 125 if re.search(_POLYMER_RE_1, js) is not None: 127 if re.search(_POLYMER_RE_2, js) is not None: 133 if re.search(_POLYMER_RE_1, js) is not None: 134 return re.sub(_POLYMER_RE_1, 136 js, 0, re.DOTALL) 137 if re.search(_POLYMER_RE_2, js) is not None: 138 return re.sub(_POLYMER_RE_2, 140 js, 0, re.DOTALL)
|
/external/libopus/celt/tests/ |
test_unit_dft.c | 67 double re = cos(phase); local 74 re /= nfft; 78 ansr += in[k].r * re - in[k].i * im; 79 ansi += in[k].r * im + in[k].i * re;
|
/external/lldb/test/ |
bench.py | 18 import re namespace
|
/external/lldb/test/help/ |
TestHelp.py | 42 import re namespace 43 m = re.match("<string>(.*)</string>", version_line) 78 import re namespace 79 match = re.match('[0-9]+', version_str)
|
/external/pcre/dist/ |
pcre_scanner_unittest.cc | 69 const char *re = "(\\w+) = (\\d+);"; local 78 s.Consume(re, &var, &number); 87 s.Consume(re, &var, &number); 95 s.Consume(re, &var, &number);
|
/external/sepolicy/tools/ |
post_process_mac_perms | 29 import re namespace 53 results = re.findall(PEM_CERT_RE, pem_string, re.DOTALL) 76 policy_certs = re.findall(cert_pattern, f.read())
|
/external/v8/tools/push-to-trunk/ |
auto_push.py | 32 import re namespace 39 PUSH_MESSAGE_RE = re.compile(r".* \(based on bleeding_edge revision r(\d+)\)$") 68 if re.search(r"nopush|no push", self["tree_message"], flags=re.I):
|
releases.py | 18 import re namespace 29 PUSH_MESSAGE_RE = re.compile(r".* \(based on bleeding_edge revision r(\d+)\)$") 33 MERGE_MESSAGE_RE = re.compile(r"^.*[M|m]erged (.+)(\)| into).*$", re.M) 37 ROLLBACK_MESSAGE_RE = re.compile(r"^.*[R|r]ollback of (.+)(\)| in).*$", re.M) 40 REVIEW_LINK_RE = re.compile(r"^Review URL: (.+)$", re.M) 44 DEPS_RE = re.compile(r"""^\s*(?:["']v8_revision["']: ["']""" 47 """([^"']+)["'].*$""", re.M [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 103 import re, tempfile, errno namespace 106 expr = r'[^\(\)\s]*lib%s\.[^\(\)\s]*' % re.escape(name) 125 res = re.search(expr, trace) 142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data) 163 res = re.search(r'\sSONAME\s+([^\s]+)', data) 184 ename = re.escape(name) 191 res = re.findall(expr, data) 244 expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type) 250 res = re.search(expr, data)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
utils.py | 24 import re namespace 51 specialsre = re.compile(r'[][\\()<>@,:;".]') 52 escapesre = re.compile(r'[][\\()"]') 80 s = re.sub(r'(?<!\r)\n', CRLF, s) 82 s = re.sub(r'\r(?!\n)', CRLF, s) 117 ecre = re.compile(r''' 125 ''', re.VERBOSE | re.IGNORECASE) 267 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 13 import re namespace 54 _cache[pat] = re.compile(res) 78 _cache[pat] = re.compile(res) 115 res = res + re.escape(c)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 103 import re, tempfile, errno namespace 106 expr = r'[^\(\)\s]*lib%s\.[^\(\)\s]*' % re.escape(name) 125 res = re.search(expr, trace) 142 res = re.search(r'\[.*\]\sSONAME\s+([^\s]+)', data) 163 res = re.search(r'\sSONAME\s+([^\s]+)', data) 184 ename = re.escape(name) 191 res = re.findall(expr, data) 244 expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type) 250 res = re.search(expr, data)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
utils.py | 24 import re namespace 51 specialsre = re.compile(r'[][\\()<>@,:;".]') 52 escapesre = re.compile(r'[][\\()"]') 80 s = re.sub(r'(?<!\r)\n', CRLF, s) 82 s = re.sub(r'\r(?!\n)', CRLF, s) 117 ecre = re.compile(r''' 125 ''', re.VERBOSE | re.IGNORECASE) 267 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 13 import re namespace 54 _cache[pat] = re.compile(res) 78 _cache[pat] = re.compile(res) 115 res = res + re.escape(c)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
commonquery.py | 20 import re namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/ |
commonquery.py | 20 import re namespace
|
/frameworks/base/services/print/java/com/android/server/print/ |
RemotePrintService.java | 209 } catch (RemoteException re) { 210 Slog.e(LOG_TAG, "Error canceling a pring job.", re); 237 } catch (RemoteException re) { 238 Slog.e(LOG_TAG, "Error announcing queued pring job.", re); 264 } catch (RemoteException re) { 265 Slog.e(LOG_TAG, "Error creating printer discovery session.", re); 297 } catch (RemoteException re) { 298 Slog.e(LOG_TAG, "Error destroying printer dicovery session.", re); 334 } catch (RemoteException re) { 335 Slog.e(LOG_TAG, "Error starting printer dicovery.", re); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.java | 132 catch (RecognitionException re) { 133 reportError(re); 134 recover(input,re); 135 retval.tree = (Object)adaptor.errorNode(input, retval.start, input.LT(-1), re); 286 catch (RecognitionException re) { 287 reportError(re); 288 recover(input,re); 289 retval.tree = (Object)adaptor.errorNode(input, retval.start, input.LT(-1), re); 377 catch (RecognitionException re) { 378 reportError(re); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCParser.java | 132 catch (RecognitionException re) { 133 reportError(re); 134 recover(input,re); 135 retval.tree = (Object)adaptor.errorNode(input, retval.start, input.LT(-1), re); 286 catch (RecognitionException re) { 287 reportError(re); 288 recover(input,re); 289 retval.tree = (Object)adaptor.errorNode(input, retval.start, input.LT(-1), re); 377 catch (RecognitionException re) { 378 reportError(re); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 1 import re namespace 14 _synchre = re.compile(r""" 33 """, re.VERBOSE | re.MULTILINE).search 37 _junkre = re.compile(r""" 41 """, re.VERBOSE).match 44 # so that we're robust in the face of incomplete program text. 46 _match_stringre = re.compile(r""" 62 """, re.VERBOSE | re.DOTALL).matc [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 1 import re namespace 14 _synchre = re.compile(r""" 33 """, re.VERBOSE | re.MULTILINE).search 37 _junkre = re.compile(r""" 41 """, re.VERBOSE).match 44 # so that we're robust in the face of incomplete program text. 46 _match_stringre = re.compile(r""" 62 """, re.VERBOSE | re.DOTALL).matc [all...] |
/external/libopus/celt/ |
mdct.c | 130 /* Temp pointers to make it really clear to the compiler what we're doing */ 173 kiss_fft_scalar re, im, yr, yi; local 174 re = yp[0]; 176 yr = -S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]); 177 yi = -S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]); 189 /* Temp pointers to make it really clear to the compiler what we're doing */ 194 /* Temp pointers to make it really clear to the compiler what we're doing */ 233 /* Temp pointers to make it really clear to the compiler what we're doing */ 264 kiss_fft_scalar re, im, yr, yi; local 266 re = yp0[0] [all...] |
/cts/apps/CameraITS/tools/ |
validate_scene.py | 20 import re namespace 38 scene_name = re.split("/|\.", out_path)[-2]
|
/device/generic/goldfish/qemud/ |
Android.mk | 3 # We're moving the emulator-specific platform libs to
|