Home
last modified time | relevance | path

Searched refs:Usage (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/external/linux-tools-perf/src/tools/perf/config/
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: absolute-executable-path-or-empty = $(call lookup,path)
[all …]
/external/vboot_reference/cgpt/
Dcmd_legacy.c13 static void Usage(void) in Usage() function
51 Usage(); in cmd_legacy()
68 Usage(); in cmd_legacy()
73 Usage(); in cmd_legacy()
Dcmd_create.c13 static void Usage(void) in Usage() function
60 Usage(); in cmd_create()
77 Usage(); in cmd_create()
82 Usage(); in cmd_create()
Dcmd_show.c15 static void Usage(void) in Usage() function
95 Usage(); in cmd_show()
112 Usage(); in cmd_show()
118 Usage(); in cmd_show()
Dcmd_prioritize.c16 static void Usage(void) in Usage() function
86 Usage(); in cmd_prioritize()
103 Usage(); in cmd_prioritize()
109 Usage(); in cmd_prioritize()
Dcmd_repair.c13 static void Usage(void) in Usage() function
51 Usage(); in cmd_repair()
68 Usage(); in cmd_repair()
Dcmd_boot.c13 static void Usage(void) in Usage() function
68 Usage(); in cmd_boot()
85 Usage(); in cmd_boot()
Dcgpt.c42 void Usage(void) { in Usage() function
68 Usage(); in main()
94 Usage(); in main()
Dcmd_find.c13 static void Usage(void) in Usage() function
140 Usage(); in cmd_find()
161 Usage(); in cmd_find()
Dcmd_add.c13 static void Usage(void) in Usage() function
155 Usage(); in cmd_add()
172 Usage(); in cmd_add()
/external/vboot_reference/tests/futility/
Dtest_main.sh17 grep Usage "$TMP"
58 ${FUTILITY} muggle | grep Usage:
59 ./buggle futility | grep Usage:
60 ./boo | grep Usage:
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp21 UInt64 Usage; member
23 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } in Init()
29 Usage /= NumIterations; in Normalize()
36 Usage = (r1.Usage + r2.Usage) / 2; in SetMid()
105 res.Usage += usage; in PrintResults()
111 PrintResults(f, res.Usage, res.RPU, res.Rating); in PrintTotals()
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticlePointMesh.java39 import com.jme3.scene.VertexBuffer.Usage;
66 pvb.setupData(Usage.Stream, 3, Format.Float, pb); in initParticleData()
79 cvb.setupData(Usage.Stream, 4, Format.UnsignedByte, cb); in initParticleData()
92 svb.setupData(Usage.Stream, 1, Format.Float, sb); in initParticleData()
104 tvb.setupData(Usage.Stream, 4, Format.Float, tb); in initParticleData()
/external/v8/tools/
Dgdbinit11 Usage: job tagged_ptr
20 Usage: jco pc
29 Usage: jst
/external/ppp/pppd/plugins/radius/etc/
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/libvncserver/x11vnc/misc/
Drx11vnc.pl36 $Usage = <<"END";
64 /^(-h|-help)$/ && ((print STDOUT $Usage), exit 0, last CASE);
71 /^-/ && ((print STDERR "Invalid arg: $_\n$Usage"), exit 1, last CASE);
/external/google-breakpad/src/tools/linux/symupload/
Dminidump_upload.cc90 Usage(int argc, const char *argv[]) { in Usage() function
129 Usage(argc, argv); in SetupOptions()
137 Usage(argc, argv); in SetupOptions()
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DMeshLoader.java45 import com.jme3.scene.VertexBuffer.Usage;
204 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedShort, sb); in startFaces()
208 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedInt, ib); in startFaces()
384 Usage usage = HARDWARE_SKINNING ? Usage.Static : Usage.CpuOnly; in startBoneAssigns()
396 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer()
402 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer()
408 vb.setupData(Usage.Static, 4, Format.Float, fb); in startVertexBuffer()
415 vb.setupData(Usage.Static, dimensions, Format.Float, fb); in startVertexBuffer()
421 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer()
439 vb.setupData(Usage.Static, dims, Format.Float, fb); in startVertexBuffer()
[all …]
/external/google-breakpad/src/tools/mac/symupload/
Dminidump_upload.m81 Usage(int argc, const char *argv[]) { function
83 fprintf(stderr, "Usage: %s -p <product> -v <version> <minidump> "
88 fprintf(stderr, "\t-h: Usage\n");
89 fprintf(stderr, "\t-?: Usage\n");
108 Usage(argc, argv);
116 Usage(argc, argv);
/external/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py15 def Usage(): function
89 Usage()
183 Usage();
189 Usage()
200 Usage()
/external/deqp/modules/glshared/
DglsDrawTest.hpp98 enum Usage enum
179 static std::string usageTypeToString (Usage usage);
189 …ributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int compone…
195 Usage usage;
/external/sepolicy/tools/
DREADME13 Usage:
23 Usage:
37 Usage:
48 Usage:
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
DSkeletonWire.java42 import com.jme3.scene.VertexBuffer.Usage;
79 pb.setupData(Usage.Stream, 3, Format.Float, fpb); in SkeletonWire()
84 ib.setupData(Usage.Static, 2, Format.UnsignedShort, sib); in SkeletonWire()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DVertexBuffer.java203 public static enum Usage { enum in VertexBuffer
311 protected Usage usage;
437 public Usage getUsage(){ in getUsage()
445 public void setUsage(Usage usage){ in setUsage()
516 public void setupData(Usage usage, int components, Format format, Buffer data){ in setupData()
960 oc.write(usage, "usage", Usage.Dynamic); in write()
994 usage = ic.readEnum("usage", Usage.class, Usage.Dynamic); in read()
/external/llvm/docs/TableGen/
DBackEnds.rst81 **Usage**: Used to include directly at the end of ``<Target>MCCodeEmitter.cpp``.
93 **Usage**: Both on ``<Target>BaseRegisterInfo`` and ``<Target>MCTargetDesc`` (headers
106 **Usage**: Both on ``<Target>BaseInstrInfo`` and ``<Target>MCTargetDesc`` (headers
117 **Usage**: Included directly into ``InstPrinter/<Target>InstPrinter.cpp``.
129 **Usage**: Used in back-ends' ``AsmParser/<Target>AsmParser.cpp`` for
141 **Usage**: Directly included in ``Disassembler/<Target>Disassembler.cpp``
151 **Usage**: Included directly into ``<Target>AsmPrinter.cpp``.
162 **Usage**: Used in ISelLowering and FastIsel as function pointers to
172 **Usage**: Included in ``<Target>ISelDAGToDAG.cpp`` inside the target's
186 **Usage**: Included directly on ``<Target>InstrInfo.cpp``.
[all …]

12345678910>>...24