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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 5 usage () function
8 Usage: glcpp [options...]
21 usage
28 usage
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Usage.h 27 class Usage : public CFormattedSubsystemObject
30 Usage(const std::string &mappingValue,
46 audio_usage_t mId; /**< usage identifier to link with audio.h. */
Usage.cpp 17 #include "Usage.h"
24 Usage::Usage(const string &mappingValue,
43 bool Usage::sendToHW(string & /*error*/)
  /art/compiler/driver/
compiler_options.cc 105 void CompilerOptions::ParseHugeMethodMax(const StringPiece& option, UsageFn Usage) {
106 ParseUintOption(option, "--huge-method-max", &huge_method_threshold_, Usage);
109 void CompilerOptions::ParseLargeMethodMax(const StringPiece& option, UsageFn Usage) {
110 ParseUintOption(option, "--large-method-max", &large_method_threshold_, Usage);
113 void CompilerOptions::ParseSmallMethodMax(const StringPiece& option, UsageFn Usage) {
114 ParseUintOption(option, "--small-method-max", &small_method_threshold_, Usage);
117 void CompilerOptions::ParseTinyMethodMax(const StringPiece& option, UsageFn Usage) {
118 ParseUintOption(option, "--tiny-method-max", &tiny_method_threshold_, Usage);
121 void CompilerOptions::ParseNumDexMethods(const StringPiece& option, UsageFn Usage) {
122 ParseUintOption(option, "--num-dex-methods", &num_dex_methods_threshold_, Usage);
    [all...]
compiler_options.h 234 bool ParseCompilerOption(const StringPiece& option, UsageFn Usage);
249 void ParseDumpInitFailures(const StringPiece& option, UsageFn Usage);
250 void ParseDumpCfgPasses(const StringPiece& option, UsageFn Usage);
251 void ParseInlineMaxCodeUnits(const StringPiece& option, UsageFn Usage);
252 void ParseInlineDepthLimit(const StringPiece& option, UsageFn Usage);
253 void ParseNumDexMethods(const StringPiece& option, UsageFn Usage);
254 void ParseTinyMethodMax(const StringPiece& option, UsageFn Usage);
255 void ParseSmallMethodMax(const StringPiece& option, UsageFn Usage);
256 void ParseLargeMethodMax(const StringPiece& option, UsageFn Usage);
257 void ParseHugeMethodMax(const StringPiece& option, UsageFn Usage);
    [all...]
  /external/clang/test/CodeGen/
2006-09-18-fwrite-cast-crash.c 7 static void Usage(signed char *ltmp_611_6) {
  /external/tpm2/
TPMCmds.c 29 // Usage()
34 Usage(
39 fprintf_s(stderr, "Usage:\n");
64 Usage(argv[0]);
70 Usage(argv[0]);
75 Usage(argv[0]);
  /external/vboot_reference/cgpt/
cmd_create.c 13 static void Usage(void)
60 Usage();
77 Usage();
82 Usage();
cmd_legacy.c 13 static void Usage(void)
51 Usage();
68 Usage();
73 Usage();
cmd_boot.c 13 static void Usage(void)
68 Usage();
85 Usage();
cmd_repair.c 13 static void Usage(void)
51 Usage();
68 Usage();
cmd_prioritize.c 16 static void Usage(void)
86 Usage();
103 Usage();
109 Usage();
cmd_show.c 15 static void Usage(void)
95 Usage();
112 Usage();
118 Usage();
cgpt.c 42 void Usage(void) {
52 printf("\nFor more detailed usage, use %s COMMAND -h\n\n", progname);
68 Usage();
94 Usage();
  /system/extras/f2fs_utils/
mkf2fsuserimg.sh 5 function usage() { function
7 Usage:
15 usage
  /external/vboot_reference/scripts/keygeneration/
make_pair.sh 13 Usage: $0 <algoid> <out_keypair>
make_keyblock.sh 14 Usage: $0 <in_public_key> <in_signing_key> <flags> <out_keyblock>
  /external/valgrind/auxprogs/
posixtestsuite-1.5.1-diff-results 3 usage() function
7 Usage: $0 result_file_1 result_file_2
13 usage;
  /external/vboot_reference/scripts/image_signing/
swap_rootfs.sh 10 # Print usage string
11 usage() { function
13 Usage: $PROG dst_image src_image
19 usage
  /external/skia/src/gpu/gl/
GrGLBufferImpl.h 22 enum Usage {
35 Usage fUsage;
  /external/vboot_reference/tests/futility/
test_main.sh 17 grep Usage "$TMP"
58 ${FUTILITY} muggle | grep Usage:
59 ./buggle futility | grep Usage:
60 ./boo | grep Usage:
  /sdk/attribute_stats/src/
Analyzer.java 48 * Gathers statistics about attribute usage in layout files. This is how the "topAttrs"
68 private Map<String, Map<String, Usage>> mFrequencies =
69 new HashMap<String, Map<String, Usage>>(100);
71 private Map<String, Map<String, Usage>> mLayoutAttributeFrequencies =
72 new HashMap<String, Map<String, Usage>>(100);
89 System.err.println("Usage: " + Analyzer.class.getSimpleName()
110 // file +.mod as an extension). This isn't listed on the usage flag because
247 Map<String, Usage> attributeMap = mFrequencies.get(tag);
249 attributeMap = new HashMap<String, Usage>(70);
277 Usage usage = attributeMap.get(name) local
310 Usage usage = attributeMap.get(name); local
    [all...]
  /external/google-breakpad/src/tools/linux/symupload/
minidump_upload.cc 90 Usage(int argc, const char *argv[]) {
92 fprintf(stderr, "Usage: %s [options...] -p <product> -v <version> <minidump> "
102 fprintf(stderr, "-h:\t Usage\n");
103 fprintf(stderr, "-?:\t Usage\n");
129 Usage(argc, argv);
137 Usage(argc, argv);
  /external/autotest/client/deps/lansim/src/
run_unittests 23 # Display help/usage message.
24 usage() { function
26 Usage: ${0##*/} [OPTION]...
40 usage
  /external/fio/os/windows/
dobuild.cmd 14 echo Usage: dobuild x86
15 echo Usage: dobuild x64

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011>>