Searched refs:re (Results 1 - 18 of 18) 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/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm69 mov r9, #4 ; double the count. we're doing 4 at a time
169 mov r11, #4 ; double the count. we're doing 4 at a time
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86_abi_support.asm181 ; original inline assembler we're porting from.
325 ; value. Typically we follow this up with 'push rbp' - re-aligning the stack -
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2835 // and since we're not passing any params to FormatMessage, we don't
2843 0, // no source, we're asking system
3575 // after the exception is caught and either report or re-throw the
3591 // re-throw in this function -- instead of at the point of the original
3602 // framework catch it. Therefore we just re-throw it.
6583 "\"threadsafe\" (child process re-executes the test binary "
7359 // A concrete death test class that forks and re-executes the main
7533 // the process may hang. To avoid this, we ignore SIGPROF here and re-enable
7590 // The AssumeRole process for a fork-and-exec death test. It re-executes the
7593 // death test to be re
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm190 ; Because we're working with the actual output frames
/hardware/invensense/6515/libsensors_iio/
H A DAndroid.mk38 # hardcode to saying we're ANDROID_L so we can isolate this checkin to being
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm210 ; TODO Some functions can use some args directly from the stack. If they're the
211 ; last args then you can just not declare them, but if they're in the middle
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm242 ; TODO(cd): have special case to re-use constants when they are similar for
/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 2868 milliseconds