/external/mesa3d/src/glsl/glcpp/tests/ |
glcpp-test | 5 usage () function 8 Usage: glcpp [options...] 21 usage 28 usage
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/ |
Usage.h | 27 class Usage : public CFormattedSubsystemObject 30 Usage(const std::string &mappingValue, 46 audio_usage_t mId; /**< usage identifier to link with audio.h. */
|
Usage.cpp | 17 #include "Usage.h" 24 Usage::Usage(const string &mappingValue, 43 bool Usage::sendToHW(string & /*error*/)
|
/art/compiler/driver/ |
compiler_options.cc | 105 void CompilerOptions::ParseHugeMethodMax(const StringPiece& option, UsageFn Usage) { 106 ParseUintOption(option, "--huge-method-max", &huge_method_threshold_, Usage); 109 void CompilerOptions::ParseLargeMethodMax(const StringPiece& option, UsageFn Usage) { 110 ParseUintOption(option, "--large-method-max", &large_method_threshold_, Usage); 113 void CompilerOptions::ParseSmallMethodMax(const StringPiece& option, UsageFn Usage) { 114 ParseUintOption(option, "--small-method-max", &small_method_threshold_, Usage); 117 void CompilerOptions::ParseTinyMethodMax(const StringPiece& option, UsageFn Usage) { 118 ParseUintOption(option, "--tiny-method-max", &tiny_method_threshold_, Usage); 121 void CompilerOptions::ParseNumDexMethods(const StringPiece& option, UsageFn Usage) { 122 ParseUintOption(option, "--num-dex-methods", &num_dex_methods_threshold_, Usage); [all...] |
/external/clang/test/CodeGen/ |
2006-09-18-fwrite-cast-crash.c | 7 static void Usage(signed char *ltmp_611_6) {
|
/external/tpm2/ |
TPMCmds.c | 29 // Usage() 34 Usage( 39 fprintf_s(stderr, "Usage:\n"); 64 Usage(argv[0]); 70 Usage(argv[0]); 75 Usage(argv[0]);
|
/external/vboot_reference/cgpt/ |
cmd_create.c | 13 static void Usage(void) 60 Usage(); 77 Usage(); 82 Usage();
|
cmd_legacy.c | 13 static void Usage(void) 51 Usage(); 68 Usage(); 73 Usage();
|
cmd_boot.c | 13 static void Usage(void) 68 Usage(); 85 Usage();
|
cmd_repair.c | 13 static void Usage(void) 51 Usage(); 68 Usage();
|
cmd_prioritize.c | 16 static void Usage(void) 86 Usage(); 103 Usage(); 109 Usage();
|
cmd_show.c | 15 static void Usage(void) 95 Usage(); 112 Usage(); 118 Usage();
|
cgpt.c | 42 void Usage(void) { 52 printf("\nFor more detailed usage, use %s COMMAND -h\n\n", progname); 68 Usage(); 94 Usage();
|
/system/extras/f2fs_utils/ |
mkf2fsuserimg.sh | 5 function usage() { function 7 Usage: 15 usage
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
VertexAttribute.java | 19 import com.badlogic.gdx.graphics.VertexAttributes.Usage;
22 /** A single vertex attribute defined by its {@link Usage}, its number of components and its shader alias. The Usage is needed for
29 /** the attribute {@link Usage} **/
30 public final int usage;
field in class:VertexAttribute 47 * @param usage the usage, used for the fixed function pipeline. Generic attributes are not supported in the fixed function
51 public VertexAttribute (int usage, int numComponents, String alias) {
52 this(usage, numComponents, alias, 0);
57 * @param usage the usage, used for the fixed function pipeline. Generic attributes are not supported in the fixed (…) [all...] |
/external/vboot_reference/scripts/keygeneration/ |
make_pair.sh | 13 Usage: $0 <algoid> <out_keypair>
|
make_keyblock.sh | 14 Usage: $0 <in_public_key> <in_signing_key> <flags> <out_keyblock>
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
MeshBuilderTest.java | 12 import com.badlogic.gdx.graphics.VertexAttributes.Usage; 57 meshBuilder.begin(Usage.Position | Usage.Normal | Usage.ColorPacked | Usage.TextureCoordinates, GL20.GL_TRIANGLES); 67 MeshPartBuilder mpb = modelBuilder.part("box", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinates 68 | Usage.ColorPacked, material); 73 mpb = modelBuilder.part("sphere", GL20.GL_TRIANGLES, Usage.Position | Usage.Normal | Usage.TextureCoordinate [all...] |
/external/valgrind/auxprogs/ |
posixtestsuite-1.5.1-diff-results | 3 usage() function 7 Usage: $0 result_file_1 result_file_2 13 usage;
|
/external/vboot_reference/scripts/image_signing/ |
swap_rootfs.sh | 10 # Print usage string 11 usage() { function 13 Usage: $PROG dst_image src_image 19 usage
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
composite.go | 18 "Usage", 24 "Usage": true, 34 "Usage", 46 "Usage", 55 "Usage",
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
composite.go | 18 "Usage", 24 "Usage": true, 34 "Usage", 46 "Usage", 55 "Usage",
|
/external/skia/src/gpu/gl/ |
GrGLBufferImpl.h | 22 enum Usage { 35 Usage fUsage;
|
/external/vboot_reference/tests/futility/ |
test_main.sh | 17 grep Usage "$TMP" 58 ${FUTILITY} muggle | grep Usage: 59 ./buggle futility | grep Usage: 60 ./boo | grep Usage:
|
/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...] |