Searched refs:Usage (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A Dglcpp-test8 Usage: glcpp [options...]
/external/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test8 Usage: glcpp [options...]
/external/clang/test/CodeGen/
H A D2006-09-18-fwrite-cast-crash.c7 static void Usage(signed char *ltmp_611_6) { function
/external/chromium_org/third_party/ots/test/
H A Dot-sanitise.cc30 int Usage(const char *argv0) { function in namespace:__anon14758
31 std::fprintf(stderr, "Usage: %s ttf_file > dest_ttf_file\n", argv0);
38 if (argc != 2) return Usage(argv[0]);
39 if (::isatty(1)) return Usage(argv[0]);
H A Dperf.cc20 int Usage(const char *argv0) { function in namespace:__anon14759
21 std::fprintf(stderr, "Usage: %s <ttf file>\n", argv0);
30 if (argc != 2) return Usage(argv[0]);
/external/valgrind/main/auxprogs/
H A Dposixtestsuite-1.5.1-diff-results7 Usage: $0 result_file_1 result_file_2
/external/chromium_org/tools/usb_gadget/
H A Dhid_echo_gadget.py26 hid_descriptors.Usage(0),
33 hid_descriptors.Usage(0),
37 hid_descriptors.Usage(0),
41 hid_descriptors.Usage(0),
H A Dmouse_gadget.py29 hid_descriptors.Usage(0x02), # Mouse
32 hid_descriptors.Usage(0x01), # Pointer
49 hid_descriptors.Usage(0x30), # X
50 hid_descriptors.Usage(0x31), # Y
/external/fio/os/windows/
H A Ddobuild.cmd14 echo Usage: dobuild x86
15 echo Usage: dobuild x64
/external/qemu/distrib/ext4_utils/src/
H A Dmkuserimg.sh7 Usage:
/external/strace/
H A Dstrace-log-merge6 Usage: ${0##*/} STRACE_LOG
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak10 # Usage: escape = $(call nl-escape[,escape])
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
80 # Usage: embeddable-text = $(call escape-for-shell-sq,text)
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
96 # Usage: wordified-text = $(call shell-wordify,text)
133 # Usage: bool-value = $(call is-absolute,path)
139 # Usage
[all...]
/external/chromium_org/media/cast/test/utility/
H A Dnetload.py79 def Usage(): function
88 Usage()
98 Usage()
/external/qemu/
H A Doffset_layout.py16 def Usage(): function
18 Usage: %s --dx offset-x-display --dy offset-y-display --px offset-x-phone-buttons --py offset-y-phone-buttons --kx offset-x-keyboard --ky offset-y-keyboard < layout > layout2.
48 Usage()
50 Usage()
/external/chromium_org/mojo/tools/
H A Dmojosh.sh13 Usage: $(basename "$0") [-d DIRECTORY] [-|--] <mojo_shell arguments ...>
/external/chromium_org/remoting/host/
H A Dhost_main.cc69 "Usage: %s [options]\n"
83 void Usage(const base::FilePath& program_name) { function in namespace:remoting::__anon10423
196 Usage(command_line->GetProgram());
221 Usage(command_line->GetProgram());
233 Usage(command_line->GetProgram());
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_skia.h51 Usage usage) OVERRIDE;
/external/chromium_org/third_party/lcov/bin/
H A Dinstall.sh22 echo Usage: install.sh [--uninstall] source target [install options] >&2
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py14 def Usage(): function
15 print >> sys.stderr, "Usage: \n" + \
46 Usage()
137 Usage();
147 Usage()
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp97 enum Usage enum in struct:deqp::gls::DrawTestSpec
178 static std::string usageTypeToString (Usage usage);
188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
194 Usage usage;
/external/chromium_org/net/tools/crl_set_dump/
H A Dcrl_set_dump.cc21 static int Usage(const char* argv0) { function
22 fprintf(stderr, "Usage: %s <crl-set file> [<delta file>]"
33 return Usage(argv[0]);
/external/icu/icu4c/source/
H A Dconfigure.mk7 # Usage: MAKE -f configure.mk configure
/external/libusb-compat/
H A Dlibusb-config.in12 Usage: libusb-config [OPTIONS] [LIBRARIES]
/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp21 UInt64 Usage; member in struct:CTotalBenchRes
23 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; }
29 Usage /= NumIterations;
36 Usage = (r1.Usage + r2.Usage) / 2;
105 res.Usage += usage;
111 PrintResults(f, res.Usage, res.RPU, res.Rating);
192 fprintf(f, " Speed Usage R/U Rating");
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft24 ATTRIBUTE MS-BAP-Usage 13 integer Microsoft
54 # MS-BAP-Usage Values
56 VALUE MS-BAP-Usage Not-Allowed 0
57 VALUE MS-BAP-Usage Allowed 1
58 VALUE MS-BAP-Usage Required 2

Completed in 3901 milliseconds

1234567891011>>