OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkonly
(Results
1 - 5
of
5
) sorted by null
/external/perfetto/tools/
fix_include_guards
20
def fix_guards(fpath,
checkonly
):
49
if
checkonly
:
57
checkonly
= '--check-only' in sys.argv
65
num_files_changed += fix_guards(fpath,
checkonly
)
66
if
checkonly
:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
pyversioncheck.py
18
ok, newversion, fp =
checkonly
(package, url, version, verbose)
35
def
checkonly
(package, url, version, verbose=0):
function
/external/python/cpython2/Tools/versioncheck/
pyversioncheck.py
18
ok, newversion, fp =
checkonly
(package, url, version, verbose)
35
def
checkonly
(package, url, version, verbose=0):
function
/external/libpcap/
sockutils.h
160
/* '
checkonly
' flag, into the rpsock_bufferize() */
162
/* no '
checkonly
' flag, into the rpsock_bufferize() */
212
int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int
checkonly
, char *errbuf, int errbuflen);
sockutils.c
733
* In case the function is called with '
checkonly
' equal to 1, it does not copy
758
* \param
checkonly
: '1' if we do not want to copy data into the buffer and we
771
* In case of '
checkonly
== 1', data is not copied, but 'offset' is updated in any case.
776
* \warning In case of '
checkonly
', be carefully to call this function *before* copying
779
int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int
checkonly
, char *errbuf, int errbuflen)
788
if (!
checkonly
)
[
all
...]
Completed in 501 milliseconds