/external/lldb/test/python_api/watchpoint/ |
TestWatchpointIgnoreCount.py | 6 import re namespace
|
/external/lldb/test/python_api/watchpoint/watchlocation/ |
TestSetWatchlocation.py | 6 import re namespace
|
/external/llvm/test/MC/Mips/mips32r6/ |
invalid-mips2.s | 37 # div has been re-encoded. See valid.s 38 # divu has been re-encoded. See valid.s
|
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips2.s | 40 # div has been re-encoded. See valid.s 41 # divu has been re-encoded. See valid.s
|
/external/protobuf/gtest/test/ |
gtest_filter_unittest.py | 46 import re namespace 103 PARAM_TEST_REGEX = re.compile(r'/ParamTest') 106 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)') 109 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
DecodeHandler.java | 77 } catch (ReaderException re) {
|
/frameworks/base/core/java/android/app/usage/ |
UsageStatsManager.java | 267 } catch (RemoteException re) {
|
/frameworks/base/docs/html/ndk/reference/ |
dynsections.js | 59 var re = new RegExp('^row_'+id+'\\d+_$', "i"); //only one sub 60 return this.id.match(re);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
NotificationController.java | 347 } catch (RemoteException re) { 348 Log.i(LOG_TAG, "Error requesting print job cancellation", re); 384 } catch (RemoteException re) { 385 Log.i(LOG_TAG, "Error requesting print job restart", re);
|
/frameworks/opt/photoviewer/ |
Android.mk | 21 # if you're certain that you need it; see go/extradex-design for more context. 42 # You should only use this library if you're certain that you need it; see
|
/frameworks/support/ |
apicheck.mk | 69 # Check that the API we're building hasn't broken the last-released SDK version 86 # Check that the API we're building hasn't changed from the not-yet-released
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_tapify.py | 11 import sys,string,os,re,math,numpy namespace
|
/ndk/docs/Getting_Started/html/ |
dynsections.js | 59 var re = new RegExp('^row_'+id+'\\d+_$', "i"); //only one sub 60 return this.id.match(re);
|
/ndk/docs/Programmers_Guide/html/ |
dynsections.js | 59 var re = new RegExp('^row_'+id+'\\d+_$', "i"); //only one sub 60 return this.id.match(re);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_filter_unittest.py | 46 import re namespace 103 PARAM_TEST_REGEX = re.compile(r'/ParamTest') 106 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)') 109 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Delaunay.h | 64 void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Delaunay.h | 64 void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 109 import re namespace 443 # a re to match a gzip Accept-Encoding 444 aepattern = re.compile(r""" 447 """, re.VERBOSE | re.IGNORECASE)
|
fractions.py | 11 import re namespace 29 _RATIONAL_FORMAT = re.compile(r""" 41 """, re.VERBOSE | re.IGNORECASE) 67 # We're immutable, so use __new__ not __init__
|
nntplib.py | 32 import re namespace 320 line_pat = re.compile("^(?P<group>[^ \t]+)[ \t]+(.*)$") 460 pat = re.compile('^([0-9]+) ?(.*)\n?') 502 line_pat = re.compile("^([^ \t]+)[ \t]+(.*)$")
|
tokenize.py | 29 import string, re namespace 102 re.compile, (Token, PseudoToken, Single3, Double3)) 103 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 9 import sys, os, string, re namespace 95 rel_re = re.compile (r'[\d.]+') 215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s) 248 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace) 249 _squote_re = re.compile(r"'(?:[^'\\]|\\.)*'") 250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"') 380 generated in indirect mode; unless you know what you're doing, leave 390 # in debug mode and optimize is 0. If we're not in debug mode (-O
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 3 import re namespace 14 ESCAPE = re.compile(r'[\x00-\x1f\\"\b\f\n\r\t]') 15 ESCAPE_ASCII = re.compile(r'([\\"]|[^\ -~])') 16 HAS_UTF8 = re.compile(r'[\x80-\xff]')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 13 import re namespace 117 re.escape(os.path.join(pth_dir, pth_fn))) 132 re.escape(os.path.join(pth_dir, pth_fn))) 146 re.escape(os.path.join(pth_dir, pth_fn)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 109 import re namespace 443 # a re to match a gzip Accept-Encoding 444 aepattern = re.compile(r""" 447 """, re.VERBOSE | re.IGNORECASE)
|