Home
last modified time | relevance | path

Searched refs:is_filtered (Results 1 - 2 of 2) sorted by relevance

/third_party/json/tools/cpplint/
H A Dcpplint.py1672 is_filtered = False
1676 is_filtered = True
1679 is_filtered = False
1682 if is_filtered:
/third_party/sqlite/src/
H A Dshell.c1196 #ifndef is_filtered
1197 # define is_filtered(a) ((((a).attrib)&_A_HIDDEN) || (((a).attrib)&_A_SYSTEM)) macro
1295 if( is_filtered(data) ){ in opendir()
1305 if( is_filtered(data) ) goto next; in opendir()
1338 if( is_filtered(data) ) goto next; in readdir()
1382 if( is_filtered(data) ) goto next; in readdir_r()

Completed in 41 milliseconds