/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
hidusage.h | 30 typedef USHORT USAGE, *PUSAGE; 32 #define HID_USAGE_GENERIC_POINTER ((USAGE) 0x01) 33 #define HID_USAGE_GENERIC_MOUSE ((USAGE) 0x02) 34 #define HID_USAGE_GENERIC_JOYSTICK ((USAGE) 0x04) 35 #define HID_USAGE_GENERIC_GAMEPAD ((USAGE) 0x05) 36 #define HID_USAGE_GENERIC_KEYBOARD ((USAGE) 0x06) 37 #define HID_USAGE_GENERIC_KEYPAD ((USAGE) 0x07) 38 #define HID_USAGE_GENERIC_SYSTEM_CTL ((USAGE) 0x80) 39 #define HID_USAGE_GENERIC_X ((USAGE) 0x30) 40 #define HID_USAGE_GENERIC_Y ((USAGE) 0x31 [all...] |
hidpi.h | 83 USAGE Usage; 84 USAGE UsagePage; 123 USAGE UsagePage; 128 USAGE LinkUsage; 129 USAGE LinkUsagePage; 137 USAGE UsageMin, UsageMax; 143 USAGE Usage, Reserved1; 152 USAGE Usage [all...] |
/external/blktrace/ |
btrace | 11 USAGE="Usage: btrace [-s] [-t] [-w N] [-n N] [-b N] [-a <trace>...] [-r <dbg mnt>] <dev>..." 26 \?) echo $USAGE 1>&2 34 echo $USAGE 1>&2
|
/external/libedit/src/ |
makelist | 38 USAGE="Usage: $0 -n|-h|-e|-fc|-fh|-bc|-bh|-m <filenames>" 42 echo $USAGE 1>&2 254 echo $USAGE 1>&2
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
__main__.py | 10 TestProgram.USAGE = USAGE_AS_MAIN
|
main.py | 17 Usage: %(progName)s [options] [tests] 32 Alternative Usage: %(progName)s discover [options] 46 Usage: %(progName)s [options] [test] [...] 67 USAGE = USAGE_FROM_MODULE 100 usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '', 103 usage['failfast'] = FAILFAST 105 usage['catchbreak'] = CATCHBREAK 107 usage['buffer'] = BUFFEROUTPUT 108 print self.USAGE % usage [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
__main__.py | 10 TestProgram.USAGE = USAGE_AS_MAIN
|
main.py | 17 Usage: %(progName)s [options] [tests] 32 Alternative Usage: %(progName)s discover [options] 46 Usage: %(progName)s [options] [test] [...] 67 USAGE = USAGE_FROM_MODULE 100 usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '', 103 usage['failfast'] = FAILFAST 105 usage['catchbreak'] = CATCHBREAK 107 usage['buffer'] = BUFFEROUTPUT 108 print self.USAGE % usage [all...] |
/external/emma/core/java12/ |
emma.java | 27 // TODO: proper usage, arg validation, etc 31 System.out.println (USAGE); 52 private static final String USAGE = 53 "emma usage: emma <command> [command options]," + EOL + 61 " {use '<command> -h' to see usage help for a given command}" + EOL +
|
/cts/common/host-side/native-scanner/src/com/android/compatibility/common/scanner/ |
NativeScanner.java | 33 private static final String USAGE = "Usage: compatibility-native-scanner -t TEST_SUITE" 73 System.err.println(USAGE);
|
/external/lldb/test/pexpect-2.4/examples/ |
passmass.py | 9 USAGE = '''passmass host1 host2 host3 . . .''' 64 print USAGE
|
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/ |
AppWidget.java | 34 private static final String USAGE = 35 "usage: adb shell appwidget [subcommand] [options]\n" 37 + "usage: adb shell appwidget grantbind --package <PACKAGE> " 45 + "usage: adb shell appwidget revokebind --package <PACKAGE> " 79 System.out.println(USAGE);
|
/cts/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/ |
ManifestGenerator.java | 28 private static final String USAGE = "Usage: " 122 System.err.println(USAGE);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 29 USAGE = """\ 30 usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 38 return USAGE % {'script': script}
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 29 USAGE = """\ 30 usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 38 return USAGE % {'script': script}
|
/external/valgrind/auxprogs/ |
compare-build-logs | 20 my $usage=<<EOF; 21 USAGE 42 ) || die $usage; 47 die $usage;
|
/build/tools/atree/ |
atree.cpp | 23 const char* USAGE = 25 "Usage: atree OPTIONS\n" 59 int usage() function 61 fwrite(USAGE, strlen(USAGE), 1, stderr); 135 return usage(); 146 return usage(); 155 return usage(); 164 return usage(); 169 return usage(); [all...] |
/external/lldb/test/unittest2/ |
main.py | 20 Usage: %(progName)s [options] [tests] 36 Alternative Usage: %(progName)s discover [options] 50 Usage: %(progName)s [options] [test] [...] 70 USAGE = USAGE_FROM_MODULE 103 usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '', 106 usage['failfast'] = FAILFAST 108 usage['catchbreak'] = CATCHBREAK 110 usage['buffer'] = BUFFEROUTPUT 111 print self.USAGE % usage [all...] |
/packages/apps/Messaging/tools/messagegen/ |
fillsms | 31 USAGE='fillsms [-f] [-x] <device_phone_number> <# of threads> <# of sms per thread> <# of mms per thread> <image list file> <sql file> 83 echo "$USAGE" 88 echo "$USAGE"
|
/external/wpa_supplicant_8/hs20/server/ca/ |
setup.sh | 26 USAGE=$( cat <<EOF 27 Usage:\n 55 h) echo -e $USAGE; exit 0;; 66 *) echo "Unknown flag: $flag"; echo -e $USAGE; exit 1;;
|
/external/skia/tools/ |
find_bad_images_in_skps.py | 34 USAGE = """ 35 Usage: 160 sys.stderr.write(USAGE.format(command=__file__))
|
/external/valgrind/tests/ |
check_headers_and_includes | 79 my $usage=<<EOF; 80 USAGE 95 GetOptions( "debug" => \$debug ) || die $usage; 100 die $usage;
|
/external/linux-tools-perf/src/tools/perf/tests/ |
attr.py | 289 USAGE = '''%s [OPTIONS] 297 parser = optparse.OptionParser(usage=USAGE)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 554 USAGE = """\ 555 Usage: mimetypes.py [options] type 566 def usage(code, msg=''): function 567 print USAGE 575 usage(1, msg) 581 usage(0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 554 USAGE = """\ 555 Usage: mimetypes.py [options] type 566 def usage(code, msg=''): function 567 print USAGE 575 usage(1, msg) 581 usage(0)
|