Home
last modified time | relevance | path

Searched refs:header_found (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
Dadd_new_check.py167 header_found = False
180 header_found = True
184 elif header_found:
230 header_found = False
247 header_found = True
255 if header_found and add_note_here:
Drename_check.py139 header_found = False
148 header_found = True
152 elif header_found:
182 header_found = False
199 header_found = True
207 if header_found and add_note_here:
/external/libxaac/decoder/
Dixheaacd_headerdecode.c952 WORD32 header_found = 0; in ixheaacd_aac_headerdecode() local
990 header_found = 1; in ixheaacd_aac_headerdecode()
1038 header_found = 1; in ixheaacd_aac_headerdecode()
1066 header_found = 1; in ixheaacd_aac_headerdecode()
1071 } while ((header_found == 0 && ((bytes_taken + 1) < (header_len - 68))) && in ixheaacd_aac_headerdecode()
1074 if (header_found == 0 && disable_sync == 1) { in ixheaacd_aac_headerdecode()
1112 if (header_found == 0) { in ixheaacd_aac_headerdecode()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3710 header_found = False
3731 header_found = True
3738 if filename.endswith('.cc') and not header_found:
/external/libvpx/libvpx/tools/
Dcpplint.py4427 header_found = False
4448 header_found = True
4455 if filename.endswith('.cc') and not header_found:
/external/libaom/libaom/tools/
Dcpplint.py4427 header_found = False
4448 header_found = True
4455 if filename.endswith('.cc') and not header_found:
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py5557 header_found = False
5578 header_found = True
5585 if filename.endswith('.cc') and not header_found:
/external/google-styleguide/cpplint/
Dcpplint.py5560 header_found = False
5581 header_found = True
5588 if filename.endswith('.cc') and not header_found: