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

12

  /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)
  /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)
zipfile.py 427 Usage:
    [all...]
  /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)
zipfile.py 427 Usage:
    [all...]
  /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/chromium_org/courgette/
run_stress_test 17 USAGE: $(basename ${0}) [-s] dir1 dir2 [outdir]
  /external/valgrind/main/auxprogs/
nightly-build-summary 58 my $usage=<<EOF;
59 USAGE
449 ) || die $usage;
454 die $usage if ($from < 14800);
460 die $usage;
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 73 private static final String USAGE =
74 "usage: adb shell content [subcommand] [options]\n"
76 + "usage: adb shell content insert --uri <URI> [--user <USER_ID>]"
89 + "usage: adb shell content update --uri <URI> [--user <USER_ID>] [--where <WHERE>]\n"
97 + "usage: adb shell content delete --uri <URI> [--user <USER_ID>] --bind <BINDING>"
104 + "usage: adb shell content query --uri <URI> [--user <USER_ID>]"
115 + "usage: adb shell content call --uri <URI> --method <METHOD> [--arg <ARG>]\n"
121 + "usage: adb shell content read --uri <URI> [--user <USER_ID>]\n"
178 System.out.println(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]...
850 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...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 1041 USAGE: $Prog [options] <build command> [build options]
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 1041 USAGE: $Prog [options] <build command> [build options]
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 891 milliseconds

12