HomeSort by relevance Sort by last modified time
    Searched refs:checkarg (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm.sh 85 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
90 checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '^--'
98 checkarg --configs "(list of config files)" "$#" "$2" '^[^/]*$' '^--'
103 checkarg --cpus "(number)" "$#" "$2" '^[0-9]*$' '^--'
108 checkarg --datestamp "(relative pathname)" "$#" "$2" '^[^/]*$' '^--'
113 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
118 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--'
123 checkarg --duration "(minutes)" $# "$2" '^[0-9]*$' '^error'
131 checkarg --jitter "(# threads [ sleep [ spin ] ])" $# "$2" '^-\{,1\}[0-9]\+\( \+[0-9]\+\)\{,2\} *$' '^error$'
136 checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A-Z0-9_]\+ (…)
    [all...]
functions.sh 31 # checkarg --argname argtype $# arg mustmatch cannotmatch
35 checkarg () { function
  /external/python/cpython2/Modules/
cgen.py 105 # Exception raised by checkarg() and generate()
115 def checkarg(type, arg): function
187 # information build by successive calls to checkarg()
501 x = checkarg(words[i], words[i+1])

Completed in 88 milliseconds