/external/clang/test/OpenMP/ |
for_simd_codegen.cpp | 446 IterDouble re; local 447 re.Ptr = Ptr + Delta; 448 return re; [all...] |
parallel_for_simd_codegen.cpp | 404 IterDouble re; local 405 re.Ptr = Ptr + Delta; 406 return re; [all...] |
simd_codegen.cpp | 313 IterDouble re; local 314 re.Ptr = Ptr + Delta; 315 return re;
|
/external/clang/www/ |
make_cxx_dr_status | 2 import sys, os, re namespace 34 status_re = re.compile(r'\bdr([0-9]+): (.*)') 41 for match in re.finditer(status_re, file(test_cpp, 'r').read()):
|
/external/deqp/scripts/egl/ |
call_log_wrapper.py | 69 return re.sub(r'\bEGL', 'eglw::EGL', string) 81 if re.match(r'^const +char *\*$', type): 83 elif re.match(r'(EGLenum|EGLConfig|EGLSurface|EGLClientBuffer|EGLNativeDisplayType|EGLNativeWindowType|EGLNativePixmapType|\*)$', type):
|
/external/google-breakpad/src/testing/gtest/scripts/ |
fuse_gtest_files.py | 62 import re namespace 71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"') 74 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest-port.cc | 138 // Implements RE. Currently only needed for death tests. 140 RE::~RE() { 152 // Returns true iff regular expression re matches the entire str. 153 bool RE::FullMatch(const char* str, const RE& re) { 154 if (!re.is_valid_) return false; 157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; 160 // Returns true iff regular expression re matches a substring of st [all...] |
/external/gtest/src/ |
gtest-port.cc | 161 // Implements RE. Currently only needed for death tests. 163 RE::~RE() { 175 // Returns true iff regular expression re matches the entire str. 176 bool RE::FullMatch(const char* str, const RE& re) { 177 if (!re.is_valid_) return false; 180 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; 183 // Returns true iff regular expression re matches a substring of st [all...] |
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 4 import sys, os, re, difflib, unicodedata, errno, cgi namespace 73 diff_regex = re.compile ('([a-za-z0-9_]*)([^a-za-z0-9_]?)') 416 s = re.sub (r"0[xX]", " ", s) 417 s = re.sub (r"[<+>{},;&#\\xXuUnNiI\n ]", " ", s) 446 s = re.sub (".* LETTER ", "", s) 447 s = re.sub (".* VOWEL SIGN (.*)", r"\1-MATRA", s) 448 s = re.sub (".* SIGN ", "", s) 449 s = re.sub (".* COMBINING ", "", s) 450 if re.match (".* VIRAMA", s): 458 s = re.sub (r"[<+>\\uU]", " ", s [all...] |
/external/icu/tools/ |
update-tzdata.py | 9 import re namespace 108 new_version = re.search('(tzdata.+)\\.tar\\.gz', data_filename).group(1) 159 m = re.compile('.*href="/time-zones/repository/releases/(tzdata20\d\d\c\.tar\.gz)".*').match(line) 163 # If you're several releases behind, we'll walk you through the upgrades
|
/external/libvpx/libvpx/tools/ |
diff.py | 14 import re namespace 77 """Walk a file-like object, yielding DiffHunks as they're parsed.""" 79 file_regex = re.compile(r"(\+\+\+|---) (\S+)") 80 range_regex = re.compile(r"@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))?")
|
/external/llvm/utils/release/ |
findRegressions-simple.py | 2 import re, string, sys, os, time, math namespace 13 d = re.sub(r',\d+:\d', '', d) 15 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
|
/external/ltrace/ |
filter.c | 112 re_match_or_error(regex_t *re, const char *name, const char *what) 114 int status = regexec(re, name, 0, NULL, 0); 121 regerror(status, re, buf, sizeof buf);
|
/external/markdown/markdown/extensions/ |
codehilite.py | 143 import re namespace 150 c = re.compile(r''' 154 ''', re.VERBOSE)
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
domainGenerator.py | 36 import re namespace 102 criteria_pattern = re.compile( 119 criterion_values = re.split("\s*", match.groupdict()['values'])
|
/external/protobuf/gtest/scripts/ |
fuse_gtest_files.py | 62 import re namespace 71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*<(gtest/.+)>') 74 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
|
/external/skia/tools/ |
test_gpuveto.py | 13 import re namespace 106 matches = re.findall('[\d]+\.[\d]+', output) 121 matches = re.findall('[\d]+\.[\d]+', output)
|
/external/v8/tools/ |
gdb-v8-support.py | 28 import re namespace 160 MAPPING_RE = re.compile(r"^\s*\[\d+\]\s+0x([0-9A-Fa-f]+)->0x([0-9A-Fa-f]+)") 161 LIVE_MAPPING_RE = re.compile(r"^\s+0x([0-9A-Fa-f]+)\s+0x([0-9A-Fa-f]+)")
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
fuse_gtest_files.py | 62 import re namespace 71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"') 74 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
|
/frameworks/compile/slang/tests/ |
test.py | 13 import re namespace 167 bc_dst = re.sub('tmp\/', cts_res_raw_path, bc_src, 1) 170 java_dst = re.sub('tmp\/', cts_src_path, java_src, 1)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
diff.py | 14 import re namespace 77 """Walk a file-like object, yielding DiffHunks as they're parsed.""" 79 file_regex = re.compile(r"(\+\+\+|---) (\S+)") 80 range_regex = re.compile(r"@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))?")
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-port.cc | 138 // Implements RE. Currently only needed for death tests. 140 RE::~RE() { 152 // Returns true iff regular expression re matches the entire str. 153 bool RE::FullMatch(const char* str, const RE& re) { 154 if (!re.is_valid_) return false; 157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; 160 // Returns true iff regular expression re matches a substring of st [all...] |
/pdk/build/ |
prepare_pdk_tree.py | 23 import re namespace 33 self.patterns = [re.compile('path=\"([^\"]*)\".*groups=\"([^\"]*)\"'), \ 34 re.compile('groups=\"([^\"]*)\".*path=\"([^\"]*)\"')]
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
OutputWindow.py | 3 import re namespace 82 l.append(re.compile(pat, re.IGNORECASE))
|
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/ |
xmethod.py | 20 import re namespace 205 cm = re.match(self._class_matcher, str(class_type.unqualified().tag)) 206 mm = re.match(self._method_matcher, method_name)
|