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

<<51525354555657585960>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py 39 import re namespace
186 match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)', date_time_str)
188 re.match,
  /frameworks/base/core/java/android/accounts/
AccountManager.java 489 } catch (RemoteException re) {
490 throw re.rethrowFromSystemServer();
507 } catch (RemoteException re) {
508 throw re.rethrowFromSystemServer();
    [all...]
  /frameworks/base/services/core/java/com/android/server/search/
Searchables.java 133 } catch (RemoteException re) {
134 Log.e(LOG_TAG, "Error getting activity info " + re);
414 } catch (RemoteException re) {
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 39 import re namespace
176 match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)', date_time_str)
178 re.match,
  /ndk/tests/
run-all.py 38 import re namespace
98 serial, _ = re.split(r'\s+', line, maxsplit=1)
181 match = re.match(r'^android-(\d+)$', version_string)
310 # if we're running on a newer device.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 25 import binascii, errno, random, re, socket, subprocess, sys, time namespace
84 Continuation = re.compile(r'\+( (?P<data>.*))?')
85 Flags = re.compile(r'.*FLAGS \((?P<flags>[^\)]*)\)')
86 InternalDate = re.compile(r'.*INTERNALDATE "'
91 Literal = re.compile(r'.*{(?P<size>\d+)}$')
92 MapCRLF = re.compile(r'\r\n|\r|\n')
93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]')
94 Untagged_response = re.compile(r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?')
95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
136 the command re-tried
    [all...]
markupbase.py 9 import re namespace
11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match
12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match
13 _commentclose = re.compile(r'--\s*>')
14 _markedsectionclose = re.compile(r']\s*]\s*>')
19 _msmarkedsectionclose = re.compile(r']\s*>')
21 del re
poplib.py 16 import re, socket namespace
269 timestamp = re.compile(r'\+OK.*(<[^>]+>)')
364 renewline = re.compile(r'.*?\n')
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
validate.py 114 import re namespace
119 header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$')
120 bad_header_value_re = re.compile(r'[\000-\037]')
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 25 import binascii, errno, random, re, socket, subprocess, sys, time namespace
84 Continuation = re.compile(r'\+( (?P<data>.*))?')
85 Flags = re.compile(r'.*FLAGS \((?P<flags>[^\)]*)\)')
86 InternalDate = re.compile(r'.*INTERNALDATE "'
91 Literal = re.compile(r'.*{(?P<size>\d+)}$')
92 MapCRLF = re.compile(r'\r\n|\r|\n')
93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]')
94 Untagged_response = re.compile(r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?')
95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
136 the command re-tried
    [all...]
markupbase.py 9 import re namespace
11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match
12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match
13 _commentclose = re.compile(r'--\s*>')
14 _markedsectionclose = re.compile(r']\s*]\s*>')
19 _msmarkedsectionclose = re.compile(r']\s*>')
21 del re
poplib.py 16 import re, socket namespace
269 timestamp = re.compile(r'\+OK.*(<[^>]+>)')
364 renewline = re.compile(r'.*?\n')
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
validate.py 114 import re namespace
119 header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$')
120 bad_header_value_re = re.compile(r'[\000-\037]')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 3 import re namespace
48 sep = re.escape(os.sep)
138 regex = re.compile('a')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 25 import binascii, errno, random, re, socket, subprocess, sys, time namespace
84 Continuation = re.compile(r'\+( (?P<data>.*))?')
85 Flags = re.compile(r'.*FLAGS \((?P<flags>[^\)]*)\)')
86 InternalDate = re.compile(r'.*INTERNALDATE "'
91 Literal = re.compile(r'.*{(?P<size>\d+)}$')
92 MapCRLF = re.compile(r'\r\n|\r|\n')
93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]')
94 Untagged_response = re.compile(r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?')
95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
136 the command re-tried
    [all...]
markupbase.py 9 import re namespace
11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match
12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match
13 _commentclose = re.compile(r'--\s*>')
14 _markedsectionclose = re.compile(r']\s*]\s*>')
19 _msmarkedsectionclose = re.compile(r']\s*>')
21 del re
poplib.py 16 import re, socket namespace
269 timestamp = re.compile(r'\+OK.*(<[^>]+>)')
364 renewline = re.compile(r'.*?\n')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 114 import re namespace
119 header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$')
120 bad_header_value_re = re.compile(r'[\000-\037]')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 3 import re namespace
48 sep = re.escape(os.sep)
138 regex = re.compile('a')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 25 import binascii, errno, random, re, socket, subprocess, sys, time namespace
84 Continuation = re.compile(r'\+( (?P<data>.*))?')
85 Flags = re.compile(r'.*FLAGS \((?P<flags>[^\)]*)\)')
86 InternalDate = re.compile(r'.*INTERNALDATE "'
91 Literal = re.compile(r'.*{(?P<size>\d+)}$')
92 MapCRLF = re.compile(r'\r\n|\r|\n')
93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]')
94 Untagged_response = re.compile(r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?')
95 Untagged_status = re.compile(r'\* (?P<data>\d+) (?P<type>[A-Z-]+)( (?P<data2>.*))?')
136 the command re-tried
    [all...]
markupbase.py 9 import re namespace
11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match
12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match
13 _commentclose = re.compile(r'--\s*>')
14 _markedsectionclose = re.compile(r']\s*]\s*>')
19 _msmarkedsectionclose = re.compile(r']\s*>')
21 del re
poplib.py 16 import re, socket namespace
269 timestamp = re.compile(r'\+OK.*(<[^>]+>)')
364 renewline = re.compile(r'.*?\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 114 import re namespace
119 header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$')
120 bad_header_value_re = re.compile(r'[\000-\037]')
  /bionic/libc/kernel/tools/
update_all.py 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess namespace
  /cts/hostsidetests/theme/
android_device.py 19 import re namespace

Completed in 681 milliseconds

<<51525354555657585960>>