HomeSort by relevance Sort by last modified time
    Searched defs:usage (Results 201 - 225 of 2042) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/
build.sh 91 usage() function
94 Usage:
124 h) usage; exit 0;;
131 *) echo "Wrong build type '$OPTARG'" >&2; usage; exit 1;;
133 ?) usage; exit 1;;
runltp 106 usage() function
110 usage: ${0##*/} [ -a EMAIL_TO ] [ -c NUM_PROCS ] [ -C FAILCMDFILE ] [ -T TCONFCMDFILE ]
326 h) usage;;
450 \?) usage;;
    [all...]
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-0.c 26 * USAGE:
47 void usage(void) function
60 usage();
  /external/ltp/testcases/realtime/
run.sh 26 # Usage: $0 test_argument
33 usage() function
36 usage: $(basename "$0") [-p profile] -t test-argument [-l num_of_loops]
107 usage
184 usage
228 usage
231 usage
  /external/ltp/testcases/realtime/tools/
ftqviz.py 123 def usage(): function
124 print "usage: "+argv[0]+" -t times-file -c counts-file [-s SAMPLING_HZ] [-w WINDOW_LEN] [-h]"
132 usage()
143 usage()
153 usage()
  /external/ltp/testscripts/
test_realtime.sh 26 # Usage: $0 test_argument
42 function usage() function
45 Usage: test_realtime.sh -t test-argument [-l loop num_of_iterations] [-t test-argument1 [-l loop ...]] ...
90 usage
106 usage
169 usage
217 usage
220 usage
  /external/mesa3d/src/gallium/tests/graw/
disasm.c 49 usage(const char *arg0) function
51 fprintf(stderr, "usage: %s [ options ] <tgsi_dump.bin> ...\n", arg0);
81 usage(argv[0]);
  /external/python/cpython2/Demo/pysvr/
pysvr.py 7 Usage: pysvr.py [port]
25 usage(msg)
32 usage(msg)
37 def usage(msg=None): function
  /external/python/cpython2/Demo/sockets/
throughput.py 5 # Usage:
25 usage()
31 usage()
34 def usage(): function
36 print 'Usage: (on host_A) throughput -s [port]'
64 usage()
udpecho.py 5 # Usage: udpecho -s [port] (to start a server)
16 usage()
22 usage()
24 def usage(): function
26 print 'Usage: udpecho -s [port] (server)'
45 usage()
  /external/python/cpython2/PCbuild/
get_externals.bat 15 goto usage
78 :usage label
80 echo.usage: %~n0 [[ -c ^| --clean ] ^| --clean-only ]
  /external/python/cpython2/Tools/i18n/
msgfmt.py 11 Usage: msgfmt.py [OPTIONS] filename.po
42 def usage(code, msg=''):
208 usage(1, msg)
214 usage(0)
41 def usage(code, msg=''): function
  /external/python/cpython2/Tools/scripts/
db2pickle.py 47 def usage(): function
56 usage()
60 usage()
fixnotice.py 10 Usage: fixnotices.py [options] [filenames]
39 See the file "Misc/COPYRIGHT" for information on usage and
52 def usage(code, msg=''): function
66 usage(1, msg)
70 usage(0)
pickle2db.py 52 def usage(): function
61 usage()
65 usage()
  /external/python/cpython3/PCbuild/
get_externals.bat 15 goto usage
75 :usage label
77 echo.usage: %~n0 [[ -c ^| --clean ] ^| --clean-only ]
  /external/python/cpython3/Tools/i18n/
msgfmt.py 10 Usage: msgfmt.py [OPTIONS] filename.po
42 def usage(code, msg=''):
218 usage(1, msg)
224 usage(0)
41 def usage(code, msg=''): function
  /external/python/cpython3/Tools/scripts/
db2pickle.py 47 def usage(): function
56 usage()
60 usage()
fixnotice.py 10 Usage: fixnotices.py [options] [filenames]
39 See the file "Misc/COPYRIGHT" for information on usage and
52 def usage(code, msg=''): function
66 usage(1, msg)
70 usage(0)
pickle2db.py 52 def usage(): function
61 usage()
65 usage()
  /external/selinux/libselinux/utils/
selinux_check_access.c 7 static __attribute__ ((__noreturn__)) void usage(const char *progname) function
9 fprintf(stderr, "usage: %s [-a auditdata] scon tcon class perm\n"
34 usage(argv[0]);
39 usage(argv[0]);
  /external/skia/debugger/
debuggermain.cpp 13 static void usage(const char * argv0) { function
44 usage(commandName.c_str());
49 usage(commandName.c_str());
  /external/skqp/debugger/
debuggermain.cpp 13 static void usage(const char * argv0) { function
44 usage(commandName.c_str());
49 usage(commandName.c_str());
  /external/swiftshader/third_party/LLVM/utils/release/
test-release.sh 38 function usage() { function
39 echo "usage: `basename $0` -release X.Y -rc NUM [OPTIONS]"
98 usage
103 usage
  /external/syslinux/com32/modules/
debug.c 20 static void usage(void) function
22 fprintf(stderr, "Usage: %s [-e|-d] <func1> [<func2>, ...]\n", progname);
33 usage();
42 usage();

Completed in 530 milliseconds

1 2 3 4 5 6 7 891011>>