HomeSort by relevance Sort by last modified time
    Searched defs:usage (Results 426 - 450 of 2042) sorted by null

<<11121314151617181920>>

  /external/smali/smali/src/main/java/org/jf/smali/
AssembleCommand.java 53 description = "Show usage information for this command.")
91 usage(); method
  /external/smali/util/src/main/java/org/jf/util/jcommander/
Command.java 51 public void usage() { method in class:Command
  /external/swiftshader/src/D3D8/
Direct3DIndexBuffer8.hpp 32 Direct3DIndexBuffer8(Direct3DDevice8 *device, unsigned int length, unsigned long usage, D3DFORMAT format, D3DPOOL pool);
63 const long usage; member in class:D3D8::Direct3DIndexBuffer8
Direct3DSurface8.hpp 32 Direct3DSurface8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long usage);
71 const unsigned long usage; member in class:D3D8::Direct3DSurface8
Direct3DVertexBuffer8.hpp 32 Direct3DVertexBuffer8(Direct3DDevice8 *device, unsigned int length, unsigned long usage, long FVF, D3DPOOL pool);
63 const long usage; member in class:D3D8::Direct3DVertexBuffer8
Direct3DVolume8.hpp 33 Direct3DVolume8(Direct3DDevice8 *device, Direct3DVolumeTexture8 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, bool locakble, unsigned long usage);
68 const unsigned long usage; member in class:D3D8::Direct3DVolume8
  /external/swiftshader/src/D3D9/
Direct3DBaseTexture9.hpp 32 Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool, unsigned long levels, unsigned long usage);
68 const unsigned long usage; member in class:D3D9::Direct3DBaseTexture9
Direct3DSurface9.hpp 31 Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage);
78 const unsigned long usage; member in class:D3D9::Direct3DSurface9
Direct3DVolume9.hpp 33 Direct3DVolume9(Direct3DDevice9 *device, Direct3DVolumeTexture9 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, unsigned long usage);
69 const unsigned long usage; member in class:D3D9::Direct3DVolume9
  /external/syslinux/com32/chain/
options.c 93 static void usage(void) function
96 static const char *const usage[] = { local
97 "Usage:",
161 for (i = 0; i < sizeof(usage)/sizeof(usage[0]); i++) {
166 puts(usage[i]);
401 usage();
  /external/syslinux/utils/
gethostip.c 41 void usage(int exit_code) function
43 fprintf(stderr, "Usage: %s [-dxnf] hostname/ip...\n", program);
74 usage(0);
77 usage(EX_USAGE);
83 usage(EX_USAGE);
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_supported_ops.cc 81 string usage = Flags::Usage(argv[0], flag_list); local
83 QCHECK(parsed_flags_ok) << "\n" << usage;
86 << usage; local
89 port::InitMain(usage.c_str(), &argc, &argv);
92 << usage;
  /external/tensorflow/tensorflow/compiler/xla/tools/
dumped_computation_to_graphviz.cc 16 // Usage: dumped_computation_to_graphviz some_binary_snapshot_proto*
71 xla::string usage = tensorflow::Flags::Usage(argv[0], flag_list); local
74 LOG(ERROR) << "\n" << usage;
dumped_computation_to_tf_graphdef.cc 16 // Usage: dumped_computation_to_tf_graph some_binary_snapshot_proto*
71 xla::string usage = tensorflow::Flags::Usage(argv[0], flag_list); local
74 LOG(ERROR) << "\n" << usage;
hlo_proto_to_json.cc 16 // Usage:
80 const string usage = tensorflow::Flags::Usage(argv[0], flag_list); local
82 tensorflow::port::InitMain(usage.c_str(), &argc, &argv);
83 QCHECK(parse_ok && argc == 1) << "\n" << usage;
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
random_tree_gen_main.cc 45 string usage = Flags::Usage(argv[0], flag_list); local
48 tensorflow::port::InitMain(usage.c_str(), &argc, &argv);
50 LOG(ERROR) << "\n" << usage;
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_gen_main.cc 70 tensorflow::string usage = tensorflow::java::kUsageHeader; local
71 usage += tensorflow::Flags::Usage(argv[0], flag_list);
73 tensorflow::port::InitMain(usage.c_str(), &argc, &argv);
74 QCHECK(parsed_flags_ok && !lib_name.empty() && !output_dir.empty()) << usage;
  /external/tensorflow/tensorflow/tools/api/tests/
convert_from_multiline.cc 55 const std::string usage = local
56 "Usage: convert_from_multiline input_dir output_dir";
58 std::cerr << usage << std::endl;
  /external/tensorflow/tensorflow/tools/mlpbtxt/
frommlpbtxt.cc 37 const string usage = Flags::Usage(argv[0], flag_list); local
40 printf("%s", usage.c_str());
tomlpbtxt.cc 40 const string usage = Flags::Usage(argv[0], flag_list); local
43 printf("%s", usage.c_str());
51 printf("--fields must be non-empty.\n%s", usage.c_str());
  /external/v8/tools/
v8-info.sh 45 usage() { function
47 usage: $0 OPTIONS
55 Example usage: $0 -i 3.19.10$
59 Example usage: $0 -v 14981
63 Example usage: $0 -m 3.18
67 Example usage: $0 -p 3.19.12.1
71 Example usage: $0 -u 3.19.10:3.19.11
143 h) usage
157 usage
  /external/valgrind/auxprogs/
getoff.c 77 void usage (char* progname) function
80 "Usage: %s [--help] [-h] [-v] [-o <outputfile>]\n"
100 usage(argv[0]);
  /external/valgrind/solaris/
build_solaris_package 30 usage() { function
31 echo "Usage:"
154 usage
162 usage
168 usage
  /external/vboot_reference/utility/
dev_debug_vboot 6 # Usage: dev_debug_vboot [ --cleanup | DIRECTORY ]
33 usage() { function
39 Usage: $prog [options] [DIRECTORY]
222 usage
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_speed_test.cc 54 std::string usage = "Tool for measuring the speed of NetEq.\n" local
55 "Usage: " + program_name + " [options]\n\n"
60 google::SetUsageMessage(usage);
64 // Print usage information.

Completed in 1890 milliseconds

<<11121314151617181920>>