/prebuilts/gdb/darwin-x86/lib/python2.7/ |
textwrap.py | 10 import string, re namespace 95 wordsep_re = re.compile( 104 wordsep_simple_re = re.compile(r'(\s+)') 108 sentence_end_re = re.compile(r'[%s]' # lowercase letter 138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U) 139 self.wordsep_simple_re_uni = re.compile( 140 self.wordsep_simple_re.pattern, re.U) 225 # If we're allowed to break long words, then do so: put as much 237 # If we're not allowed to break long words, and there's alread [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/ |
framework.py | 8 import re namespace 12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 4 import re namespace 10 return re.sub(r"(..)", r"\1-", h)[:-1]
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
keyword.py | 54 import sys, re namespace 63 strprog = re.compile('"([^"]+)"')
|
textwrap.py | 10 import string, re namespace 95 wordsep_re = re.compile( 104 wordsep_simple_re = re.compile(r'(\s+)') 108 sentence_end_re = re.compile(r'[%s]' # lowercase letter 138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U) 139 self.wordsep_simple_re_uni = re.compile( 140 self.wordsep_simple_re.pattern, re.U) 225 # If we're allowed to break long words, then do so: put as much 237 # If we're not allowed to break long words, and there's alread [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
literals.py | 6 import re namespace 48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octcomplex.swg | 61 double re = c.real(); 63 if ((-FLT_MAX <= re && re <= FLT_MAX) && (-FLT_MAX <= im && im <= FLT_MAX)) { 65 *val = Constructor(%numeric_cast(re, float),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
framework.py | 8 import re namespace 12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 4 import re namespace 10 return re.sub(r"(..)", r"\1-", h)[:-1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
keyword.py | 54 import sys, re namespace 63 strprog = re.compile('"([^"]+)"')
|
textwrap.py | 10 import string, re namespace 95 wordsep_re = re.compile( 104 wordsep_simple_re = re.compile(r'(\s+)') 108 sentence_end_re = re.compile(r'[%s]' # lowercase letter 138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U) 139 self.wordsep_simple_re_uni = re.compile( 140 self.wordsep_simple_re.pattern, re.U) 225 # If we're allowed to break long words, then do so: put as much 237 # If we're not allowed to break long words, and there's alread [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
literals.py | 6 import re namespace 48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
framework.py | 8 import re namespace 12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_array_in_pointer.py | 4 import re namespace 10 return re.sub(r"(..)", r"\1-", h)[:-1]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
keyword.py | 54 import sys, re namespace 63 strprog = re.compile('"([^"]+)"')
|
textwrap.py | 10 import string, re namespace 95 wordsep_re = re.compile( 104 wordsep_simple_re = re.compile(r'(\s+)') 108 sentence_end_re = re.compile(r'[%s]' # lowercase letter 138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U) 139 self.wordsep_simple_re_uni = re.compile( 140 self.wordsep_simple_re.pattern, re.U) 225 # If we're allowed to break long words, then do so: put as much 237 # If we're not allowed to break long words, and there's alread [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
literals.py | 6 import re namespace 48 return re.sub(r"\\(\'|\"|\\|[abfnrtv]|x.{0,2}|[0-7]{1,3})", escape, s)
|
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
BtCarHfpTest.py | 38 self.re = self.android_devices[2] 42 self.re.droid.telephonyGetLine1Number()) 43 self.log.info("ag tel: {} re tel: {}".format( 123 2. Wait for the HF, AG to be dialing and RE to see the call ringing. 147 2. Wait for the HF, AG to be in dialing and RE to see the call ringing. 170 2. Wait for the HF, AG to show dialing and RE to see the call ringing. 193 2. Wait for the HF, AG to show dialing and RE to see the call ringing. 215 1. Make a call from RE role. 216 2. Wait for the HF, AG to show ringing and RE to see the call dialing. 217 3. Hangup the call on RE role [all...] |
/external/autotest/client/tests/iozone/ |
iozone.py | 1 import os, re namespace 16 Read, write, re-read, re-write, read backwards, read strided, fread, fwrite, 99 child_regexp = re.compile('Children see throughput for[\s]+' 101 parent_regexp = re.compile('Parent sees throughput for[\s]+' 104 KBsec_regexp = re.compile('\=[\s]+([\d\.]*) KB/sec') 105 KBval_regexp = re.compile('\=[\s]+([\d\.]*) KB')
|
/external/autotest/client/tests/kvm/tests/ |
trans_hugepage.py | 1 import logging, time, commands, os, string, re namespace 23 for h in re.split("\n+", info): 25 output = re.split('\s+', h)[1] 97 if len(re.findall("No space", output)) > count * 0.05: 108 for i in re.split('\n+', output):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
posix_platform_backend.py | 8 import re namespace 21 if re.match(r'\s*\(.+\) NOPASSWD: %s(\s\S+)*$' % re.escape(path), line): 76 ps_line_re = re.compile( 94 application_re = re.compile(
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
ipv6.py | 18 import re namespace 23 _leading_zero = re.compile(r'0+([0-9a-f]+)') 42 # strip leading zeros. we do this with an re instead of 92 _v4_ending = re.compile(r'(.*):(\d+)\.(\d+)\.(\d+)\.(\d+)$') 93 _colon_colon_start = re.compile(r'::.*') 94 _colon_colon_end = re.compile(r'.*::$')
|
/external/fonttools/Lib/fontTools/misc/ |
sstruct.py | 53 import re namespace 112 _elementRE = re.compile( 123 _extraRE = re.compile("\s*([x@=<>!])\s*(#.*)?$") 126 _emptyRE = re.compile("\s*(#.*)?$") 139 lines = re.split("[\n;]", fmt)
|
/external/libopus/celt/tests/ |
test_unit_mdct.c | 65 double re = cos(phase); local 67 re /= nfft/4; 69 ansr += in[k] * re; 95 double re = cos(phase); local 97 /*re *= 2;*/ 99 ansr += in[k] * re;
|
/external/tpm2/generator/ |
generator.py | 16 import re namespace 65 if re.search('part2', name, re.IGNORECASE): 69 if re.search('part3', name, re.IGNORECASE):
|