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

1 2

  /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
  /external/chromium_org/third_party/opus/
convert_rtcd_assembler.py 13 USAGE = ('Usage:\n'
23 print USAGE
  /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
  /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
run_stress_test 17 USAGE: $(basename ${0}) [-s] dir1 dir2 [outdir]
  /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...]
  /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/chromium_org/tools/perf_expectations/
make_expectations.py 31 USAGE = ''
146 parser = optparse.OptionParser(usage=USAGE, version=__version__)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.py 289 USAGE = '''%s [OPTIONS]
297 parser = optparse.OptionParser(usage=USAGE)
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 86 help: Describe the usage of this program or its subcommands.
87 Usage: help [SUBCOMMAND...]
98 Usage: port <subcommand> [options] [args]
110 Usage: add PATH...
135 usage: status [PATH...] label
163 say "Type 'port help' for usage.";
168 say "Type 'port help' for usage.";
182 =head1 USAGE
  /external/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 58 , usage (0)
65 , usage (usage_)
71 deUint32 usage; member in struct:deqp::gles2::Functional::DataStoreSpec
180 BasicBufferDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify)
183 , m_usage (usage)
245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec->usage));
248 glBufferData(spec->target, spec->size, refBuf.getPtr(), spec->usage);
273 BasicBufferSubDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, int subDataOffs, int subDataSize, VerifyType verify)
276 , m_usage (usage)
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify
579 const deUint32 usage = usageHints[usageNdx]; local
602 const deUint32 usage = GL_STATIC_DRAW; local
695 const deUint32 usage = usageHints[usageNdx]; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 58 , usage (0)
65 , usage (usage_)
71 deUint32 usage; member in struct:deqp::gles3::Functional::DataStoreSpec
180 BasicBufferDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify)
183 , m_usage (usage)
245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec->usage));
248 glBufferData(spec->target, spec->size, refBuf.getPtr(), spec->usage);
273 BasicBufferSubDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, int subDataOffs, int subDataSize, VerifyType verify)
276 , m_usage (usage)
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify
594 const deUint32 usage = usageHints[usageNdx]; local
695 const deUint32 usage = usageHints[usageNdx]; local
    [all...]
  /external/chromium_org/v8/tools/
ll_prof.py 43 USAGE="""usage: %prog [OPTION]...
851 parser = optparse.OptionParser(USAGE)
    [all...]
grokdump.py 52 USAGE="""usage: %prog [OPTIONS] [DUMP-FILE]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/clang/tools/scan-build/
scan-build 1074 USAGE: $Prog [options] <build command> [build options]
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 699 milliseconds

1 2