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

<<51525354555657585960>>

  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/
ScanView.py 8 import re namespace
21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->')
27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->')
28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"')
33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\
49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'),
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'),
60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->')
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-view/
ScanView.py 8 import re namespace
21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->')
27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->')
28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"')
33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\
49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'),
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'),
60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 68 # detection RE
78 # 0.3.1 - fixed syscmd_ver() RE to support Windows NT
116 import sys,string,os,re namespace
135 _libc_search = re.compile(r'(__libc_init)'
244 _release_filename = re.compile(r'(\w+)[-_](release|version)')
245 _lsb_release_version = re.compile(r'(.+)'
249 _release_version = re.compile(r'([^0-9]+)'
469 _ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) '
    [all...]
smtplib.py 45 import re namespace
61 OLDSTYLE_AUTH = re.compile(r"auth=(.*)", re.I)
165 return re.sub(r'(?m)^\.', '..',
166 re.sub(r'(?:\r\n|\n|\r(?!\n))', CRLF, data))
438 m = re.match(r'(?P<feature>[A-Za-z0-9][A-Za-z0-9\-]*) ?', each)
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 68 # detection RE
78 # 0.3.1 - fixed syscmd_ver() RE to support Windows NT
116 import sys,string,os,re namespace
135 _libc_search = re.compile(r'(__libc_init)'
244 _release_filename = re.compile(r'(\w+)[-_](release|version)')
245 _lsb_release_version = re.compile(r'(.+)'
249 _release_version = re.compile(r'([^0-9]+)'
469 _ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) '
    [all...]
smtplib.py 45 import re namespace
61 OLDSTYLE_AUTH = re.compile(r"auth=(.*)", re.I)
165 return re.sub(r'(?m)^\.', '..',
166 re.sub(r'(?:\r\n|\n|\r(?!\n))', CRLF, data))
438 m = re.match(r'(?P<feature>[A-Za-z0-9][A-Za-z0-9\-]*) ?', each)
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
ScanView.py 8 import re namespace
21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->')
27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->')
28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"')
33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\
49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'),
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'),
60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->')
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
ScanView.py 8 import re namespace
21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html')
23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->')
27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->')
28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"')
33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\
49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'),
53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'),
57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'),
60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 68 # detection RE
78 # 0.3.1 - fixed syscmd_ver() RE to support Windows NT
116 import sys,string,os,re namespace
135 _libc_search = re.compile(r'(__libc_init)'
244 _release_filename = re.compile(r'(\w+)[-_](release|version)')
245 _lsb_release_version = re.compile(r'(.+)'
249 _release_version = re.compile(r'([^0-9]+)'
469 _ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) '
    [all...]
smtplib.py 45 import re namespace
61 OLDSTYLE_AUTH = re.compile(r"auth=(.*)", re.I)
165 return re.sub(r'(?m)^\.', '..',
166 re.sub(r'(?:\r\n|\n|\r(?!\n))', CRLF, data))
438 m = re.match(r'(?P<feature>[A-Za-z0-9][A-Za-z0-9\-]*) ?', each)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 68 # detection RE
78 # 0.3.1 - fixed syscmd_ver() RE to support Windows NT
116 import sys,string,os,re namespace
135 _libc_search = re.compile(r'(__libc_init)'
244 _release_filename = re.compile(r'(\w+)[-_](release|version)')
245 _lsb_release_version = re.compile(r'(.+)'
249 _release_version = re.compile(r'([^0-9]+)'
469 _ver_output = re.compile(r'(?:([\w ]+) ([\w.]+) '
    [all...]
  /external/opencv3/modules/java/generator/
gen_java.py 3 import sys, re, os.path namespace
579 major = re.search("^W*#\W*define\W+CV_VERSION_MAJOR\W+(\d+)\W*$", version_file, re.MULTILINE).group(1)
580 minor = re.search("^W*#\W*define\W+CV_VERSION_MINOR\W+(\d+)\W*$", version_file, re.MULTILINE).group(1)
581 revision = re.search("^W*#\W*define\W+CV_VERSION_REVISION\W+(\d+)\W*$", version_file, re.MULTILINE).group(1)
582 status = re.search("^W*#\W*define\W+CV_VERSION_STATUS\W+\"(.*?)\"\W*$", version_file, re.MULTILINE).group(1)
596 private static int getVersionRevision() { return %(re)s;
    [all...]
  /development/testrunner/
runtest.py 36 import re namespace
81 _RE_MAKE_INSTALL = re.compile(r'INSTALL-PATH:\s([^\s]+)\s(.*)$')
90 self._re_make_install_path = re.compile(pattern)
298 target_dir_list = [re.sub(r'Android[.]mk$', r'', i) for i in target_list]
334 filter_re = re.compile(self._options.filter_re) if self._options.filter_re else None
355 for install_path in re.split(r'\s+', install_paths):
  /external/autotest/client/bin/net/
net_utils.py 6 import commands, os, re, socket, sys, time, struct namespace
41 ip = re.search(r"inet ([0-9.]*)/",ip)
77 regex = re.compile('(\S+)')
151 match = re.search('\n\s*%s:\s*(%s)%s' %
152 (field, match, next_field), output, re.S)
340 match = re.search("inet addr:([\d\.]+)", output)
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 5 import grp, logging, os, pwd, re, stat, subprocess namespace
132 return re.search(regexp, stack) is not None
139 match = re.search(r'Crash reason:\s+(.*)', stack)
147 match = re.search(r'Crash address:\s+(.*)', stack)
213 match = re.search(r'pid=(\d+)', output)
316 version_match = re.search(r'CHROMEOS_RELEASE_VERSION=(.*)', lsb_release)
690 # Run the test once without re-initializing
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
formatter.py 12 import re namespace
471 whitespace_re = re.compile(r' +')
472 pre_re = re.compile(r'</?pre.*?>')
473 error_re = re.compile(r'<h3>ERROR: .*?</h3>')
497 src = re.sub(r'^[\n\r]{0,1}', '', src)
498 src = re.sub(r'[\n\r]{0,1}$', '', src)
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
dammit.py 12 import re namespace
45 xml_encoding_re = re.compile(
46 '^<\?.*encoding=[\'"](.*?)[\'"].*\?>'.encode(), re.I)
47 html_meta_re = re.compile(
48 '<\s*meta[^>]+charset\s*=\s*["\']?([^>]*?)[ /;\'">]'.encode(), re.I)
69 return lookup, reverse_lookup, re.compile(re_definition)
81 BARE_AMPERSAND_OR_BRACKET = re.compile("([<>]|"
85 AMPERSAND_OR_BRACKET = re.compile("([<>&])")
409 smart_quotes_compiled = re.compile(smart_quotes_re)
776 the document to Unicode, you're too late
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 173 // cast functions cannot be called, even if they're constexpr.
835 // expected-note-re@-1 {{{{^}}use of 'this' pointer}}
    [all...]
  /external/curl/packages/vms/
stage_curl_install.com 118 $ copy [--.src]curl.exe 'new_gnu'[usr.bin]gnv$curl.exe/prot=w:re
119 $ copy [--]curl-config. 'new_gnu'[usr.bin]curl-config./prot=w:re
120 $ copy sys$disk:[]gnv$libcurl.exe 'new_gnu'[usr.lib]gnv$libcurl.exe/prot=w:re
  /external/deqp/scripts/opengl/
gen_call_log_wrapper.py 24 import re namespace
357 return re.sub(r'\bGL', 'glw::GL', string)
369 if re.match(r'^const +GLchar *\*$', type):
371 elif re.match(r'(GLubyte|GLbyte|GLenum|GLushort|GLbitfield|\*)$', type):
375 elif re.match(r'^(const +)?.+ *\*$', type) and not re.match(r'^(const +)?void *\*$', type):
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 268 RuntimeException re = new RuntimeException("IO Error"); local
269 re.initCause(e);
270 throw re;
291 RuntimeException re = new RuntimeException("IO Error"); local
292 re.initCause(e);
293 throw re;
GatherAPIData.java 161 RuntimeException re = new RuntimeException(e.getMessage()); local
162 re.initCause(e);
163 throw re;
190 RuntimeException re = new RuntimeException("write error: " + e.getMessage()); local
191 re.initCause(e);
192 throw re;
  /external/v8/test/mjsunit/harmony/
regexp-sticky.js 30 var re = /foo.bar/; variable
32 assertTrue(!!"foo*bar".match(re));
33 assertTrue(!!"..foo*bar".match(re));
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 383 } catch (Exception re) {
384 Log.e(TAG,"",re);
395 } catch (Exception re) {
396 Log.e(TAG,"",re);
458 } catch (Exception re) {
459 Log.e(TAG,"",re);
    [all...]
  /ndk/build/core/
setup-app.mk 125 # This ensures that if the build fails, you're not going to mistakenly
126 # package an obsolete version of it. Or if you change the ABIs you're targetting,
127 # you're not going to leave a stale shared library for the old one.

Completed in 1181 milliseconds

<<51525354555657585960>>