HomeSort by relevance Sort by last modified time
    Searched refs:USAGE (Results 1 - 25 of 45) sorted by null

1 2

  /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/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.h 102 HIDP_REPORT_TYPE ReportType, USAGE UsagePage, USHORT LinkCollection,
103 USAGE Usage, PULONG UsageValue, PHIDP_PREPARSED_DATA PreparsedData,
106 HIDP_REPORT_TYPE ReportType, USAGE UsagePage, USHORT LinkCollection,
107 USAGE Usage, PLONG UsageValue, PHIDP_PREPARSED_DATA PreparsedData,
  /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);
  /external/chromium_org/courgette/
analyze_mem_test 32 USAGE: $(basename ${0}) dir
51 echo "computing usage percentiles for courgette. this may take a while..."
75 echo "computing usage percentiles for bsdiff. this may take a while..."
run_mem_test 7 # Collect memory usage on the patches from run_stress_test
15 USAGE: $(basename ${0}) dir
17 Collect memory usage on the patches from run_stress_test
analyze_stress_test 35 USAGE: $(basename ${0}) logfile
  /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}
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/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...]
  /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...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 840 typedef USHORT USAGE;
842 USAGE Usage;
843 USAGE UsagePage;
867 USAGE UsagePage;
872 USAGE LinkUsage;
873 USAGE LinkUsagePage;
889 USAGE UsageMin, UsageMax;
895 USAGE Usage, Reserved1
    [all...]
  /external/chromium_org/third_party/skia/tools/
find_bad_images_in_skps.py 34 USAGE = """
35 Usage:
160 sys.stderr.write(USAGE.format(command=__file__))
  /external/skia/tools/
find_bad_images_in_skps.py 34 USAGE = """
35 Usage:
160 sys.stderr.write(USAGE.format(command=__file__))
  /external/valgrind/main/tests/
check_headers_and_includes 75 my $usage=<<EOF;
76 USAGE
91 GetOptions( "debug" => \$debug ) || die $usage;
96 die $usage;

Completed in 495 milliseconds

1 2