HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 1751 - 1775 of 3066) sorted by null

<<71727374757677787980>>

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 532 } catch (RemoteException re) {
534 + service.mService, re);
652 } catch (RemoteException re) {
654 + " UiTestAutomationService!", re);
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/
doxy2swig.py 33 import re namespace
81 self.space_re = re.compile(r'\s+')
82 self.lead_spc = re.compile(r'^(%feature\S+\s+\S+\s*?)"\s+(\S)')
  /hardware/bsp/intel/peripheral/libupm/src/
doxy2swig.py 33 import re namespace
81 self.space_re = re.compile(r'\s+')
82 self.lead_spc = re.compile(r'^(%feature\S+\s+\S+\s*?)"\s+(\S)')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 16 from re import compile as re_compile
17 from re import IGNORECASE
18 from re import escape as re_escape
249 # as regex syntax. Cannot use re.escape since we have to deal with
264 """Return a compiled re object for the format string."""
374 # We're in AM so the hour is correct unless we're
380 # We're in PM so we need to add 12 to the hour unless
381 # we're looking at 12 noon.
csv.py 6 import re namespace
218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
264 dq_regexp = re.compile(r"((%(delim)s)|^)\W*%(quote)s[^%(delim)s\n]*%(quote)s[^%(delim)s\n]*%(quote)s\W*((%(delim)s)|$)" % \
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbtables.py 23 import os, re, sys namespace
198 conditions={'e': re.compile('wuzzy').search,
199 'a': re.compile('^[0-9]+$').match})
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
loader.py 4 import re namespace
19 VALID_MODULE_NAME = re.compile(r'[_a-z]\w*\.py$', re.IGNORECASE)
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 16 from re import compile as re_compile
17 from re import IGNORECASE
18 from re import escape as re_escape
249 # as regex syntax. Cannot use re.escape since we have to deal with
264 """Return a compiled re object for the format string."""
374 # We're in AM so the hour is correct unless we're
380 # We're in PM so we need to add 12 to the hour unless
381 # we're looking at 12 noon.
csv.py 6 import re namespace
218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
264 dq_regexp = re.compile(r"((%(delim)s)|^)\W*%(quote)s[^%(delim)s\n]*%(quote)s[^%(delim)s\n]*%(quote)s\W*((%(delim)s)|$)" % \
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbtables.py 23 import os, re, sys namespace
198 conditions={'e': re.compile('wuzzy').search,
199 'a': re.compile('^[0-9]+$').match})
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
loader.py 4 import re namespace
19 VALID_MODULE_NAME = re.compile(r'[_a-z]\w*\.py$', re.IGNORECASE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 16 from re import compile as re_compile
17 from re import IGNORECASE
18 from re import escape as re_escape
249 # as regex syntax. Cannot use re.escape since we have to deal with
264 """Return a compiled re object for the format string."""
374 # We're in AM so the hour is correct unless we're
380 # We're in PM so we need to add 12 to the hour unless
381 # we're looking at 12 noon.
csv.py 6 import re namespace
218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
264 dq_regexp = re.compile(r"((%(delim)s)|^)\W*%(quote)s[^%(delim)s\n]*%(quote)s[^%(delim)s\n]*%(quote)s\W*((%(delim)s)|$)" % \
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 23 import os, re, sys namespace
198 conditions={'e': re.compile('wuzzy').search,
199 'a': re.compile('^[0-9]+$').match})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 4 import re namespace
19 VALID_MODULE_NAME = re.compile(r'[_a-z]\w*\.py$', re.IGNORECASE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 16 from re import compile as re_compile
17 from re import IGNORECASE
18 from re import escape as re_escape
249 # as regex syntax. Cannot use re.escape since we have to deal with
264 """Return a compiled re object for the format string."""
374 # We're in AM so the hour is correct unless we're
380 # We're in PM so we need to add 12 to the hour unless
381 # we're looking at 12 noon.
csv.py 6 import re namespace
218 regexp = re.compile(restr, re.DOTALL | re.MULTILINE)
264 dq_regexp = re.compile(r"((%(delim)s)|^)\W*%(quote)s[^%(delim)s\n]*%(quote)s[^%(delim)s\n]*%(quote)s\W*((%(delim)s)|$)" % \
265 {'delim':delim, 'quote':quotechar}, re.MULTILINE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 23 import os, re, sys namespace
198 conditions={'e': re.compile('wuzzy').search,
199 'a': re.compile('^[0-9]+$').match})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 4 import re namespace
19 VALID_MODULE_NAME = re.compile(r'[_a-z]\w*\.py$', re.IGNORECASE)
  /system/extras/pagecache/
pagecache.py 7 import re namespace
232 m = re.match('.* (mm_filemap_add_to_page_cache|mm_filemap_delete_from_page_cache): dev (\d+):(\d+) ino ([0-9a-z]+) page=([0-9a-z]+) pfn=\d+ ofs=(\d+).*', line)
250 result = re.match('([0-9]+)d? ([0-9]+) ([0-9]+) (.*)', line)
  /system/extras/tests/net_test/
net_test.py 20 import re namespace
363 elif re.match("icmp|udp|raw", protocol):
369 regexp = re.compile(r" *(\d+): " # bucket
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 126 /* The temporary file used if we're not using popen, so we can delete it
1975 const rc_res_entry *re; local
    [all...]
  /build/tools/releasetools/
sign_target_files_apks 79 import re namespace
228 # an APK we're not supposed to sign.
252 # don't copy these files if we're regenerating them below
301 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
386 m = re.match(r"^(.*)\.x509\.pem$", k)
sign_target_files_apks.py 79 import re namespace
228 # an APK we're not supposed to sign.
252 # don't copy these files if we're regenerating them below
301 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
386 m = re.match(r"^(.*)\.x509\.pem$", k)
  /cts/apps/CameraITS/pymodules/its/
objects.py 18 import re namespace

Completed in 1242 milliseconds

<<71727374757677787980>>