Home
last modified time | relevance | path

Searched refs:is_filtered (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py836 is_filtered = False
840 is_filtered = True
843 is_filtered = False
846 if is_filtered:
/external/libvpx/libvpx/tools/
Dcpplint.py961 is_filtered = False
965 is_filtered = True
968 is_filtered = False
971 if is_filtered:
/external/libaom/libaom/tools/
Dcpplint.py961 is_filtered = False
965 is_filtered = True
968 is_filtered = False
971 if is_filtered:
/external/google-styleguide/cpplint/
Dcpplint.py1194 is_filtered = False
1198 is_filtered = True
1201 is_filtered = False
1204 if is_filtered:
/external/sqlite/dist/orig/
Dshell.c1111 #ifndef is_filtered
1112 # define is_filtered(a) ((((a).attrib)&_A_HIDDEN) || (((a).attrib)&_A_SYSTEM)) macro
1210 if( is_filtered(data) ){ in opendir()
1220 if( is_filtered(data) ) goto next; in opendir()
1253 if( is_filtered(data) ) goto next; in readdir()
1297 if( is_filtered(data) ) goto next; in readdir_r()
/external/sqlite/dist/
Dshell.c1117 #ifndef is_filtered
1118 # define is_filtered(a) ((((a).attrib)&_A_HIDDEN) || (((a).attrib)&_A_SYSTEM)) macro
1216 if( is_filtered(data) ){ in opendir()
1226 if( is_filtered(data) ) goto next; in opendir()
1259 if( is_filtered(data) ) goto next; in readdir()
1303 if( is_filtered(data) ) goto next; in readdir_r()