Searched refs:Match (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 504 def Match(pattern, s): function 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(r'^( *)\}', clean_lines.elided[linenum]) 1761 and not Match(r'};*\s*(//|/\*).*\bnamespace\b', line)): 1778 if not Match((r'};*\s*(//|/\*).*\bnamespace\s+' + re.escape(self.name) + 1786 if not Match(r'};*\s*(//|/\*).*\bnamespace[\*/\.\\\s]*$', line): [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.hpp | 51 bool Match(IMkvReader*, long long&, unsigned long, long long&); 52 bool Match(IMkvReader*, long long&, unsigned long, unsigned char*&, size_t&);
|
D | mkvparser.cpp | 363 bool mkvparser::Match( in Match() function in mkvparser 408 bool mkvparser::Match( in Match() function in mkvparser 4511 if (Match(pReader, pos, 0x7E1, value)) { in ParseEncryptionEntry() 4514 } else if (Match(pReader, pos, 0x7E2, buf, buf_len)) { in ParseEncryptionEntry() 4518 } else if (Match(pReader, pos, 0x7E3, buf, buf_len)) { in ParseEncryptionEntry() 4522 } else if (Match(pReader, pos, 0x7E4, buf, buf_len)) { in ParseEncryptionEntry() 4526 } else if (Match(pReader, pos, 0x7E5, value)) { in ParseEncryptionEntry() 4529 } else if (Match(pReader, pos, 0x7E6, value)) { in ParseEncryptionEntry() 4613 if (Match(pReader, pos, 0x1031, value)) { in ParseContentEncodingEntry() 4616 } else if (Match(pReader, pos, 0x1032, value)) { in ParseContentEncodingEntry() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 51 bool Match(IMkvReader*, long long&, unsigned long, long long&); 52 bool Match(IMkvReader*, long long&, unsigned long, unsigned char*&, size_t&);
|
D | mkvparser.cpp | 368 bool mkvparser::Match( in Match() function in mkvparser 415 bool mkvparser::Match( in Match() function in mkvparser
|