Home
last modified time | relevance | path

Searched refs:usage (Results 176 - 200 of 2224) sorted by relevance

12345678910>>...89

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
H A DIndexGenerator.java30 usage("too few arguments"); in main()
40 usage("first argument '" + inDir + "' must be a directory"); in main()
47 usage("second argument must be existing directory"); in main()
87 usage(e.getMessage()); in main()
91 private static void usage(String msg) { in usage() method in IndexGenerator
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dpsa_information.py136 def tweak_key_pair_dependency(dep: str, usage: str):
139 symbols according to the required usage.
143 if usage == "BASIC":
149 elif usage == "GENERATE":
156 def fix_key_pair_dependencies(dep_list: List[str], usage: str):
159 for new_deps in tweak_key_pair_dependency(dep, usage)]
/third_party/lame/misc/
H A Dmugeco.sh11 usage() { function
16 usage: $progname [ <flags> ] -g <num> <file>
48 die() { # usage: die [ <exitcode> [ <errormessage> ] ]
62 tfile() { # usage: tfile <variable_name>
77 [ "$help" ] && { usage; die; }
88 *) usage; die 9 "invalid command line syntax!" ;;
92 [ "$help" ] && { usage; die; }
93 [ $# -eq 0 ] && { usage; die 9 no arguments; } #change or remove if desired
/third_party/ltp/testcases/kernel/controllers/cpuacct/
H A Dcpuacct.sh13 # 2) Check that sum ltp_test/subgroup*/cpuacct.usage = ltp_test/cpuacct.usage
19 TST_USAGE=usage
28 usage() function
31 usage: $0 nsubgroup nprocess
156 tmp=`cat $testpath/subgroup_$i/cpuacct.usage`
163 ## check that cpuacct.usage != 0 for every subgroup
165 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
167 tst_res TPASS "cpuacct.usage is not equal to 0 for every subgroup"
170 ## check that ltp_subgroup/cpuacct.usage
[all...]
/third_party/node/benchmark/
H A D_cli.js18 function CLI(usage, settings) {
20 this.abort(usage); // Abort will exit the process
23 this.usage = usage;
76 this.abort(usage);
/third_party/libfuse/example/
H A Dcuse_client.c14 * Example usage (assuming that /dev/foobar is a CUSE device provided
51 const char *usage = variable
101 goto usage; in main()
117 goto usage; in main()
150 usage: in main()
151 fprintf(stderr, "%s", usage); in main()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c70 unsigned usage, const struct pipe_box *box, in i915_buffer_transfer_map()
82 transfer->usage = usage; in i915_buffer_transfer_map()
99 unsigned usage, unsigned offset, unsigned size, in i915_buffer_subdata()
144 buf->b.usage = PIPE_USAGE_IMMUTABLE; in i915_user_buffer_create()
68 i915_buffer_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) i915_buffer_transfer_map() argument
98 i915_buffer_subdata(struct pipe_context *rm_ctx, struct pipe_resource *resource, unsigned usage, unsigned offset, unsigned size, const void *data) i915_buffer_subdata() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.c51 enum pipe_resource_usage usage, unsigned flags, in u_suballocator_init()
59 allocator->usage = usage; in u_suballocator_init()
93 templ.usage = allocator->usage; in u_suballocator_alloc()
48 u_suballocator_init(struct u_suballocator *allocator, struct pipe_context *pipe, unsigned size, unsigned bind, enum pipe_resource_usage usage, unsigned flags, boolean zero_buffer_memory) u_suballocator_init() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBuffer.cpp28 , usage(pCreateInfo->usage) in Buffer()
73 if(usage & (VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT | VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT)) in getMemoryRequirements()
77 else if(usage & VK_BUFFER_USAGE_STORAGE_BUFFER_BIT) in getMemoryRequirements()
81 else if(usage & VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT) in getMemoryRequirements()
/third_party/selinux/secilc/
H A Dsecil2conf.c44 static __attribute__((__noreturn__)) void usage(const char *prog) in usage() function
59 printf(" -h, --help display usage information\n"); in usage()
104 usage(argv[0]); in main()
118 usage(argv[0]); in main()
123 usage(argv[0]); in main()
128 usage(argv[0]); in main()
/third_party/ffmpeg/tools/
H A Dseek_print.c33 static void usage(int ret) in usage() function
55 usage(0); in main()
57 usage(1); in main()
63 usage(1); in main()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dmain.c51 static void usage(void) __dead2;
54 usage(void) in usage() function
58 "usage: fsck_msdosfs -p [-f] filesystem ...", in usage()
85 * is intentionally left out of the usage message. in main()
106 usage(); in main()
114 usage(); in main()
/third_party/icu/tools/scripts/
H A Dicu-file-utf8-check.py16 # usage:
20 # -h | --help Print a usage line and exit.
55 def usage(): function
56 print("usage: " + sys.argv[0] + " [-h | --help]")
93 usage()
97 usage()
101 usage()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilPosix.cpp92 struct rusage usage; in GetPeakRSSMb() local
93 if (getrusage(RUSAGE_SELF, &usage)) in GetPeakRSSMb()
97 return usage.ru_maxrss >> 10; in GetPeakRSSMb()
100 return usage.ru_maxrss >> 20; in GetPeakRSSMb()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
H A Dcpuset_list_compute.c24 static void usage(char *prog_name, int status) in usage() function
41 usage(argv[0], 0); in checkopt()
48 usage(argv[0], 1); in checkopt()
58 usage(argv[0], 1); in checkopt()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Doutput_ipsec_conf58 # Function: usage
61 # Print the usage of this script, then exit
64 usage(){ function
98 usage
119 usage
146 usage
/third_party/ltp/testscripts/
H A Dnetwork.sh23 usage() function
77 h) usage; exit 0;;
78 *) echo "Error: invalid option..."; usage; exit 1;;
84 usage
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.h30 MaybeError ValidateSyncScopeResourceUsage(const SyncScopeResourceUsage& usage);
76 MaybeError ValidateCanUseAs(const TextureBase* texture, wgpu::TextureUsage usage);
78 MaybeError ValidateInternalCanUseAs(const TextureBase* texture, wgpu::TextureUsage usage);
80 MaybeError ValidateCanUseAs(const BufferBase* buffer, wgpu::BufferUsage usage);
H A DTexture.cpp94 wgpu::TextureUsage usage, in ValidateSampleCount()
126 DAWN_INVALID_IF(usage & wgpu::TextureUsage::StorageBinding, in ValidateSampleCount()
230 wgpu::TextureUsage usage, in ValidateTextureUsage()
232 DAWN_TRY(dawn_native::ValidateTextureUsage(usage)); in ValidateTextureUsage()
238 format->isCompressed && !IsSubset(usage, kValidCompressedUsages), in ValidateTextureUsage()
239 "The texture usage (%s) is incompatible with the compressed texture format (%s).", in ValidateTextureUsage()
240 usage, format->format); in ValidateTextureUsage()
243 !format->isRenderable && (usage & wgpu::TextureUsage::RenderAttachment), in ValidateTextureUsage()
244 "The texture usage (%s) includes %s, which is incompatible with the non-renderable " in ValidateTextureUsage()
246 usage, wgp in ValidateTextureUsage()
93 ValidateSampleCount(const TextureDescriptor* descriptor, wgpu::TextureUsage usage, const Format* format) ValidateSampleCount() argument
229 ValidateTextureUsage(const TextureDescriptor* descriptor, wgpu::TextureUsage usage, const Format* format) ValidateTextureUsage() argument
283 wgpu::TextureUsage usage = descriptor->usage; ValidateTextureDescriptor() local
[all...]
/third_party/selinux/libselinux/utils/
H A Dgetsebool.c9 static __attribute__ ((__noreturn__)) void usage(const char *progname) in usage() function
11 fprintf(stderr, "usage: %s -a or %s boolean...\n", progname, progname); in usage()
24 usage(argv[0]); in main()
45 usage(argv[0]); in main()
56 usage(argv[0]); in main()
H A Dselabel_lookup.c9 static __attribute__ ((__noreturn__)) void usage(const char *progname) in usage() function
12 "usage: %s -b backend [-v] [-r] -k key [-t type] [-f file]\n\n" in usage()
45 usage(argv[0]); in main()
65 usage(argv[0]); in main()
84 usage(argv[0]); in main()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c354 if (mt->base.base.usage != PIPE_USAGE_STAGING) in nvc0_mt_transfer_can_map_directly()
360 nvc0_mt_sync(struct nvc0_context *nvc0, struct nv50_miptree *mt, unsigned usage) in nvc0_mt_sync() argument
363 uint32_t access = (usage & PIPE_MAP_WRITE) ? in nvc0_mt_sync()
367 if (usage & PIPE_MAP_WRITE) in nvc0_mt_sync()
376 unsigned usage, in nvc0_miptree_transfer_map()
389 ret = !nvc0_mt_sync(nvc0, mt, usage); in nvc0_miptree_transfer_map()
393 (usage & PIPE_MAP_DIRECTLY)) in nvc0_miptree_transfer_map()
396 usage |= PIPE_MAP_DIRECTLY; in nvc0_miptree_transfer_map()
398 if (usage & PIPE_MAP_DIRECTLY) in nvc0_miptree_transfer_map()
408 tx->base.usage in nvc0_miptree_transfer_map()
373 nvc0_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nvc0_miptree_transfer_map() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp58 , usage (0) in DataStoreSpec()
65 , usage (usage_) in DataStoreSpec()
71 deUint32 usage; member
180 BasicBufferDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify) in BasicBufferDataCase() argument
183 , m_usage (usage) in BasicBufferDataCase()
245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec->usage)); in iterate()
248 glBufferData(spec->target, spec->size, refBuf.getPtr(), spec->usage); in iterate()
273 BasicBufferSubDataCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, int subDataOffs, int subDataSize, VerifyType verify) in BasicBufferSubDataCase() argument
276 , m_usage (usage) in BasicBufferSubDataCase()
327 SubDataToUndefinedCase (Context& context, const char* name, const char* desc, deUint32 target, deUint32 usage, in argument
594 const deUint32 usage = usageHints[usageNdx]; init() local
695 const deUint32 usage = usageHints[usageNdx]; init() local
[all...]
/third_party/mbedtls/programs/pkey/
H A Dgen_key.c99 "\n usage: gen_key param=<>...\n" \
267 usage: in main()
290 goto usage; in main()
300 goto usage; in main()
308 goto usage; in main()
314 goto usage; in main()
320 goto usage; in main()
330 goto usage; in main()
333 goto usage; in main()
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c88 static void usage(void) in usage() function
149 usage(); in read_options()
163 usage(); in read_options()
168 usage(); in read_options()
173 usage(); in read_options()
185 usage(); in read_options()
216 usage(); in read_options()
225 usage(); in read_options()

Completed in 10 milliseconds

12345678910>>...89