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

12345678

/external/clang/test/CodeGen/
H A D2006-09-18-fwrite-cast-crash.c7 static void Usage(signed char *ltmp_611_6) { function
/external/openssh/
H A Dfixpaths4 # Usage: fixpaths -Dsomething=somethingelse ...
18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
/external/valgrind/main/auxprogs/
H A Dposixtestsuite-1.5.1-diff-results7 Usage: $0 result_file_1 result_file_2
/external/webkit/Source/JavaScriptCore/wtf/
H A DOSAllocator.h37 enum Usage { enum in class:WTF::OSAllocator
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)
H A DOSAllocatorWin.cpp41 void* OSAllocator::reserveUncommitted(size_t bytes, Usage, bool writable, bool executable)
49 void* OSAllocator::reserveAndCommit(size_t bytes, Usage, bool writable, bool executable)
H A DPageAllocationAligned.h44 static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false);
H A DOSAllocatorPosix.cpp36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable)
46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable)
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DSkeletonPoints.java42 import com.jme3.scene.VertexBuffer.Usage;
57 pb.setupData(Usage.Stream, 3, Format.Float, fpb);
H A DSkeletonWire.java42 import com.jme3.scene.VertexBuffer.Usage;
79 pb.setupData(Usage.Stream, 3, Format.Float, fpb);
84 ib.setupData(Usage.Static, 2, Format.UnsignedShort, sib);
H A DWireBox.java40 import com.jme3.scene.VertexBuffer.Usage;
81 pvb.setupData(Usage.Dynamic, 3, Format.Float, pb);
/external/linux-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/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/clang/
H A Dgen_diff.sh6 echo Usage: $0 "[PATH_TO_YOUR_LLVM_DIRECTORY]"
/external/icu4c/tools/gendraft/
H A DMakefile22 @echo Usage: 'make install-headers' to update headers.
/external/webkit/Tools/Scripts/
H A Dbuild-api-tests39 Usage: $programName [options] [options to pass to build system] label
H A Dbuild-jsc43 Usage: $programName [options] [options to pass to build system] label
H A Dbuild-webkittestrunner39 Usage: $programName [options] [options to pass to build system] label
H A Dwebkit-build-directory44 Usage: $programName [options] label
/external/grub/util/
H A Dgrub-set-default27 # Usage: usage
31 Usage: grub-set-default [OPTION] entry
H A Dgrub-set-default.in27 # Usage: usage
31 Usage: grub-set-default [OPTION] entry
/external/icu4c/
H A Dconfigure.mk7 # Usage: MAKE -f configure.mk configure
/external/libusb-compat/
H A Dlibusb-config.in12 Usage: libusb-config [OPTIONS] [LIBRARIES]
/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
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticlePointMesh.java39 import com.jme3.scene.VertexBuffer.Usage;
66 pvb.setupData(Usage.Stream, 3, Format.Float, pb);
79 cvb.setupData(Usage.Stream, 4, Format.UnsignedByte, cb);
92 svb.setupData(Usage.Stream, 1, Format.Float, sb);
104 tvb.setupData(Usage.Stream, 4, Format.Float, tb);
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl87 Usage: help [SUBCOMMAND...] label
98 Usage: port <subcommand> [options] [args] label
110 Usage: add PATH... label

Completed in 417 milliseconds

12345678