Searched defs:check_params (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/module/
H A Doprofile.h110 int (*check_params)(void); member in struct:op_int_operations
/external/qemu/util/
H A Dqemu-option.c125 int check_params(char *buf, int buf_size, function
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py4093 check_params = False
4095 check_params = True # top level
4098 check_params = True # within class or namespace
4103 check_params = True # just opened global/class/namespace block variable in class:CheckForNonConstReference.or
4115 check_params = False
4123 check_params = False variable in class:CheckForNonConstReference.or
4126 if check_params:
/external/libvpx/libvpx/tools/
H A Dcpplint.py4093 check_params = False
4095 check_params = True # top level
4098 check_params = True # within class or namespace
4103 check_params = True # just opened global/class/namespace block variable in class:CheckForNonConstReference.or
4115 check_params = False
4123 check_params = False variable in class:CheckForNonConstReference.or
4126 if check_params:

Completed in 725 milliseconds