/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/external/pcre/dist/ |
pcre_compile.c | 441 are passed to the outside world. Do not ever re-use any error number, because 8996 REAL_PCRE *re; local [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 331 } catch (RemoteException re) { 356 } catch (RemoteException re) { 384 } catch (RemoteException re) { 414 } catch (RemoteException re) { 437 } catch (RemoteException re) { 450 } catch (RemoteException re) { 490 } catch (RemoteException re) { 502 } catch (RemoteException re) { 637 } catch (RemoteException re) { 638 Log.e(TAG, "Couldn't save lock pattern " + re); [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
types.hpp | 86 _Tp re, im; //< the real and the imaginary parts member in class:cv::Complex 896 : re(0), im(0) {} 900 : re(_re), im(_im) {} 905 return Complex<T2>(saturate_cast<T2>(re), saturate_cast<T2>(im)); 911 return Complex<_Tp>(re, -im); 918 return a.re == b.re && a.im == b.im; 924 return a.re != b.re || a.im != b.im; 930 return Complex<_Tp>( a.re + b.re, a.im + b.im ) [all...] |
/art/tools/checker/file_format/checker/ |
struct.py | 18 import re namespace 159 return TestExpression(TestExpression.Variant.Pattern, None, re.escape(text)) 167 assert re.match(TestExpression.Regex.rName, name) 172 assert re.match(TestExpression.Regex.rName, name)
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/ |
Test_opc_throw.java | 38 } catch (RuntimeException re) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyPermissionEvent.java | 54 } catch (RemoteException re) {
|
/external/aac/libSBRdec/src/ |
env_calc.h | 152 void rescaleSubbandSamples( FIXP_DBL ** re,
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
Lexer.as | 90 catch (re:RecognitionException) { 91 reportError(re); 308 public function recover(re:RecognitionException):RecognitionException { 310 return re;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 168 catch ( RecognitionException re ) 170 ReportError( re ); 171 Recover( re ); // throw out current char and try again 409 public virtual void Recover( RecognitionException re ) 412 //re.printStackTrace();
|
/external/autotest/client/cros/cellular/wardmodem/ |
at_channel.py | 9 import re namespace 235 incoming = re.sub(';', '\rAT', incoming) 243 incoming = re.sub('\r|\n|;', '\r\r', incoming) 246 parts = re.split('\r', incoming)
|
/external/autotest/client/site_tests/cellular_Smoke/ |
cellular_Smoke.py | 11 import contextlib, logging, re, socket, string, time, urllib2 namespace
|
/external/autotest/client/site_tests/desktopui_CrashyReboot/ |
desktopui_CrashyReboot.py | 53 # browser process we're interested in is gone, we need to use
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
noise_summary.py | 12 import re namespace 43 return int(re.findall(r'\d+', data)[0]) 49 return float(re.findall(r'\d+', data)[0]) 55 return float(re.findall(r'[-+]?\d*\.\d+|\d+', data)[0]) 71 # Update the current iteration we're on.
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
sampler.py | 8 import re namespace 124 # Parse using RE and named group match (?P<xxx>yyy) for clarity. 140 m = re.match(re_pattern, line) 143 m_dict = m.groupdict() # named group of RE match (m_dict['task']...) 162 if re.match(re_pattern, detail) is None: 164 m_dict = re.match(re_pattern, detail).groupdict()
|
/external/autotest/client/site_tests/kernel_fs_Inplace/ |
kernel_fs_Inplace.py | 6 import os, shutil, re namespace
|
/external/autotest/client/site_tests/platform_AccurateTime/ |
platform_AccurateTime.py | 5 import logging, math, re namespace
|
/external/autotest/client/site_tests/platform_CryptohomeTestAuth/ |
platform_CryptohomeTestAuth.py | 7 import re namespace 62 # Re-mount existing test user vault, verifying that the mount succeeds.
|
/external/autotest/client/site_tests/platform_SuspendStress/ |
platform_SuspendStress.py | 32 logging.debug('and we\'re back... %ds elapsed.',
|
/external/autotest/client/tests/libhugetlbfs/ |
libhugetlbfs.py | 1 import re, os namespace
|
/external/autotest/client/tests/monotonic_time/ |
monotonic_time.py | 1 import os, re, logging namespace
|
/external/autotest/client/tools/ |
crash_handler.py | 8 import sys, os, commands, glob, shutil, syslog, re, time, random, string namespace 110 path_pattern = re.compile("Core was generated by `([^\0]+)'", re.IGNORECASE) 111 match = re.findall(path_pattern, output)
|
/external/autotest/server/cros/servo/ |
chrome_ec.py | 5 import ast, logging, re, time namespace 191 for m in re.finditer("(<[^>]+>)|([^<>]+)", string):
|
/external/autotest/server/ |
prebuild.py | 5 import logging, os, pickle, re, sys namespace
|