Searched defs:Match (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py428 # Match start of assembly blocks
504 def Match(pattern, s): function
506 # The regexp compilation caching is inlined in both Match and Search for
517 The compiled regex is kept in a cache shared by Match and Search.
618 not Match(r'^\s*$', clean_lines.elided[linenum - 1])):
833 if Match(r'T(EST|est)', self.current_function):
1081 leading_space = Match(r'^(\s*)\S', line)
1091 matched = Match(r'^(.*)\b(?:R|u8R|uR|UR|LR)"([^\s\\()]*)\((.*)$', line)
1698 initial_indent = Match(r'^( *)\S', clean_lines.raw_lines[linenum])
1727 indent = Match(
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp368 bool mkvparser::Match( function in class:mkvparser
415 bool mkvparser::Match( function in class:mkvparser
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp363 bool mkvparser::Match( function in class:mkvparser
408 bool mkvparser::Match( function in class:mkvparser
4511 if (Match(pReader, pos, 0x7E1, value)) {
4514 } else if (Match(pReader, pos, 0x7E2, buf, buf_len)) {
4518 } else if (Match(pReader, pos, 0x7E3, buf, buf_len)) {
4522 } else if (Match(pReader, pos, 0x7E4, buf, buf_len)) {
4526 } else if (Match(pReader, pos, 0x7E5, value)) {
4529 } else if (Match(pReader, pos, 0x7E6, value)) {
4613 if (Match(pReader, pos, 0x1031, value)) {
4616 } else if (Match(pReade
[all...]

Completed in 297 milliseconds