Searched defs:re (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A Dscrape_gtest_log.py17 import re namespace
24 re.findall(r'{([^}]*.?)}', blob)) + ']'
H A Dget_files.py17 import re namespace
92 file_list_reader = csv.reader((re.sub(' +', ' ', line) \
/hardware/bsp/intel/peripheral/libmraa/tests/
H A Dcheck_clean.py4 import re, fnmatch, os namespace
H A Dcheck_samplenames.py4 import re, fnmatch, os, sys namespace
H A Dgpio_checks.py29 import os, re, sys namespace
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Ddiff.py14 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+))?")
H A Dcpplint.py49 import re namespace
410 _ALT_TOKEN_REPLACEMENT_PATTERN = re.compile(
429 _MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)'
437 _RE_SUPPRESSION = re.compile(r'\bNOLINT\b(\([^)]*\))?')
663 # This will always be the fallback because we're not sure
1013 _RE_PATTERN_CLEANSE_LINE_ESCAPES = re.compile(
1016 _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES = re.compile(r'"[^"]*"')
1018 _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES = re.compile(r"'.'")
1023 # The current rule is: We only clear spaces from both sides when we're at the
1027 _RE_PATTERN_CLEANSE_LINE_C_COMMENTS = re
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_tapify.py11 import sys,string,os,re,math,numpy namespace
/hardware/bsp/intel/peripheral/libmraa/src/
H A Ddoxy2swig.py33 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/
H A Ddoxy2swig.py33 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2054 // FullMatch(str, re) returns true iff regular expression re matches
2056 // PartialMatch(str, re) returns true iff regular expression re
2061 static bool FullMatch(const ::std::string& str, const RE& re) { argument
2062 return FullMatch(str.c_str(), re);
2064 static bool PartialMatch(const ::std::string& str, const RE& re) { argument
2065 return PartialMatch(str.c_str(), re);
2070 static bool FullMatch(const ::string& str, const RE& re) { argument
2071 return FullMatch(str.c_str(), re);
2073 PartialMatch(const ::string& str, const RE& re) argument
[all...]

Completed in 167 milliseconds