Home
last modified time | relevance | path

Searched refs:checkonly (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/tools/
Dfix_include_guards26 def fix_guards(fpath, checkonly): argument
59 if checkonly:
68 checkonly = '--check-only' in sys.argv
77 num_files_changed += fix_guards(fpath, checkonly)
78 if checkonly:
/external/python/cpython2/Tools/versioncheck/
Dpyversioncheck.py18 ok, newversion, fp = checkonly(package, url, version, verbose)
35 def checkonly(package, url, version, verbose=0): function
/external/libpcap/
Dsockutils.h144 …st char *buffer, int size, char *tempbuf, int *offset, int totsize, int checkonly, char *errbuf, i…
Dsockutils.c939 …st char *buffer, int size, char *tempbuf, int *offset, int totsize, int checkonly, char *errbuf, i… in sock_bufferize() argument
948 if (!checkonly) in sock_bufferize()