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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/CodeGen/
2006-09-18-fwrite-cast-crash.c 7 static void Usage(signed char *ltmp_611_6) {
  /external/openssh/
fixpaths 4 # Usage: fixpaths -Dsomething=somethingelse ...
18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h 37 enum Usage {
48 static void* reserveUncommitted(size_t, Usage = UnknownUsage, bool writable = true, bool executable = false);
60 static void* reserveAndCommit(size_t, Usage = UnknownUsage, bool writable = true, bool executable = false);
66 static void* reserveAndCommit(size_t reserveSize, size_t commitSize, Usage = UnknownUsage, bool writable = true, bool executable = false);
70 inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable)
72 void* base = reserveUncommitted(reserveSize, usage, writable, executable);
OSAllocatorWin.cpp 41 void* OSAllocator::reserveUncommitted(size_t bytes, Usage, bool writable, bool executable)
49 void* OSAllocator::reserveAndCommit(size_t bytes, Usage, bool writable, bool executable)
PageAllocationAligned.h 44 static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false);
  /external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff-results 3 usage() function
7 Usage: $0 result_file_1 result_file_2
13 usage;
  /sdk/emulator/qtools/
parse_options.h 28 extern void Usage(const char *program);
bb_dump.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
23 Usage(argv[0]);
check_trace.cpp 16 void Usage(const char *program)
18 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
26 Usage(argv[0]);
dump_regions.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
23 Usage(argv[0]);
  /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...]
  /system/extras/ext4_utils/
mkuserimg.sh 5 function usage() { function
7 Usage:
21 usage
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonPoints.java 42 import com.jme3.scene.VertexBuffer.Usage;
57 pb.setupData(Usage.Stream, 3, Format.Float, fpb);
SkeletonWire.java 42 import com.jme3.scene.VertexBuffer.Usage;
79 pb.setupData(Usage.Stream, 3, Format.Float, fpb);
84 ib.setupData(Usage.Static, 2, Format.UnsignedShort, sib);
  /sdk/eclipse/scripts/
update_version.sh 10 Usage: $0 <old> <new>
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 91 * Indicates the intended usage of an encoded word.
93 public enum Usage {
130 return encodeEncodedWord(displayName, Usage.WORD_ENTITY);
186 * @param usage
194 public static String encodeIfNecessary(String text, Usage usage,
197 return encodeEncodedWord(text, usage, usedCharacters);
261 * @param usage
268 public static String encodeEncodedWord(String text, Usage usage) {
    [all...]
  /external/linux-tools-perf/config/
utilities.mak 10 # 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: absolute-executable-path-or-empty = $(call lookup,path
    [all...]
  /external/qemu/
offset_layout.py 16 def Usage():
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/clang/
gen_diff.sh 5 function usage() { function
6 echo Usage: $0 "[PATH_TO_YOUR_LLVM_DIRECTORY]"
21 usage
37 usage
  /external/webkit/Tools/Scripts/
build-api-tests 38 my $usage = <<EOF;
39 Usage: $programName [options] [options to pass to build system]
50 print STDERR $usage;
build-jsc 42 my $usage = <<EOF;
43 Usage: $programName [options] [options to pass to build system]
54 print STDERR $usage;
build-webkittestrunner 38 my $usage = <<EOF;
39 Usage: $programName [options] [options to pass to build system]
50 print STDERR $usage;
webkit-build-directory 43 my $usage = <<EOF;
44 Usage: $programName [options]
61 print STDERR $usage;
  /ndk/build/core/
definitions-host.mk 25 # Usage : $(call host-path,<path>)
39 # Usage : $(call host-rm,<files>)
54 # Usage : $(call host-rm,<files>)
69 # Usage : $(call host-mkdir,<path>
83 # Usage : $(call host-cp,<src-file>,<dst-file>)
97 # Usage : $(call host-install,<src-file>,<dst-file>)
112 # Usage : $(call host-c-includes,<paths>)
127 # Usage : $(call host-copy-if-differ,<src-file>,<dst-file>)
  /external/grub/util/
grub-set-default 27 # Usage: usage
28 # Print the usage.
29 usage () {
31 Usage: grub-set-default [OPTION] entry
48 usage
57 usage
63 usage
73 usage

Completed in 521 milliseconds

1 2 3 4 5 6 7 8 91011