/kernel/linux/linux-6.6/tools/testing/selftests/drivers/usb/usbip/ |
H A D | usbip_test.sh | 7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } function 12 usage 21 usage 28 usage
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_cgrp2_attach.c | 84 static int usage(const char *argv0) in usage() function 149 return usage(argv[0]); in main() 154 return usage(argv[0]); in main() 161 return usage(argv[0]); in main()
|
/third_party/ffmpeg/tools/ |
H A D | pktdumper.c | 41 static int usage(int ret) in usage() function 73 return usage(1); in main() 83 return usage(1); in main() 87 return usage(1); in main()
|
/third_party/alsa-lib/test/ |
H A D | chmap.c | 13 static void usage(void) in usage() function 15 printf("usage: chmap [options] query\n" in usage() 183 usage(); in main() 189 usage(); in main() 213 usage(); in main()
|
/third_party/icu/tools/scripts/ |
H A D | icurun | 13 # In its simplest usage, simply type: 54 # * should support pkg-config, which is preferred over icu-config, although icu-config makes this usage 57 # * need to test the $PATH and $ICU_CONFIG usage models 64 usage() function 72 usage 78 usage 195 usage
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | SourceSet.java | 62 usage(); in main() 69 usage(); in main() 73 usage(); in main() 113 static void usage() { in usage() method in SourceSet
|
/third_party/mbedtls/programs/pkey/ |
H A D | dh_genprime.c | 44 "\n usage: dh_genprime param=<>...\n" \ 75 usage: in main() 83 goto usage; in main() 90 goto usage; in main() 93 goto usage; in main()
|
/third_party/ltp/testcases/kernel/fs/fs_readonly/ |
H A D | test_robind.sh | 54 usage() function 57 usage: $0 -c command [ext3,ext2,jfs,xfs,reiserfs,ramfs] 186 usage;; 188 usage;;
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_vdecl.c | 91 unsigned usage, index; in emit_hw_vs_vdecl() local 98 svga_generate_vdecl_semantics( i, &usage, &index ); in emit_hw_vs_vdecl() 104 decls[i].identity.usage = usage; in emit_hw_vs_vdecl()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.h | 185 unsigned usage, 193 unsigned level, unsigned usage, 206 unsigned usage); 213 unsigned usage,
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | hardware_buffer.h | 164 * Buffer usage flags, specifying how the buffer will be accessed. 300 * is a multiple of 6 and the usage flag 306 uint64_t usage; ///< Combination of AHardwareBuffer_UsageFlags. member 339 * usage flags specified in its description. If a buffer is used in ways 340 * not compatible with its usage flags, the results are undefined and 394 * The \a usage parameter may only specify AHARDWAREBUFFER_USAGE_CPU_*. 397 * usage flags specified at buffer creation: if a read flag is passed, 424 * \return 0 on success. -EINVAL if \a buffer is NULL, the usage flags 429 int AHardwareBuffer_lock(AHardwareBuffer* buffer, uint64_t usage, 454 * \return 0 on success. -EINVAL if \a buffer is NULL, the usage flag [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_supported_fs.c | 21 usage(); \ 37 static void usage(void) in usage() function 98 usage(); in main() 102 usage(); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | locate-test | 8 usage() function 59 usage 64 usage >&2 82 usage >&2
|
/third_party/ltp/testcases/realtime/tools/ |
H A D | ftqviz.py | 123 def usage(): function 124 print("usage: "+argv[0]+" -t times-file -c counts-file [-s SAMPLING_HZ] [-w WINDOW_LEN] [-h]") 132 usage() 143 usage() 153 usage()
|
/third_party/skia/third_party/externals/angle2/src/ |
H A D | commit_id.py | 13 usage = """\ 49 sys.exit(usage) 69 sys.exit(usage) 88 sys.exit(usage)
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | image_descriptor.cc | 80 VkImageUsageFlags usage = in CreateResourceIfNeeded() local 83 usage |= VK_IMAGE_USAGE_STORAGE_BIT; in CreateResourceIfNeeded() 87 usage |= VK_IMAGE_USAGE_SAMPLED_BIT; in CreateResourceIfNeeded() 91 device_, *fmt, aspect, image_type, usage, amber_buffer->GetWidth(), in CreateResourceIfNeeded()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnBuffer.cpp | 35 bufferDesc.usage = GrGpuBufferTypeToDawnUsageBit(type); in GrDawnBuffer() 37 if (bufferDesc.usage & wgpu::BufferUsage::MapRead) { in GrDawnBuffer() 38 SkASSERT(!SkToBool(bufferDesc.usage & wgpu::BufferUsage::MapWrite)); in GrDawnBuffer() 40 } else if (bufferDesc.usage & wgpu::BufferUsage::MapWrite) { in GrDawnBuffer()
|
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.h | 47 ProgramUsage* usage); 61 std::shared_ptr<SymbolTable> symbols, ProgramUsage* usage, 88 const ProgramUsage& usage, 112 bool isSafeToInline(const FunctionDefinition* functionDef, const ProgramUsage& usage);
|
/third_party/skia/src/sksl/transform/ |
H A D | SkSLEliminateUnreachableCode.cpp | 20 void Transform::EliminateUnreachableCode(Program& program, ProgramUsage* usage) { in EliminateUnreachableCode() argument 23 UnreachableCodeEliminator(ProgramUsage* usage) in EliminateUnreachableCode() argument 24 : fUsage(usage) { in EliminateUnreachableCode() 137 UnreachableCodeEliminator visitor{usage}; in EliminateUnreachableCode()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-fc-list.c | 71 usage (char *program, int error) in usage() function 75 fprintf (file, "usage: %s [-vqVh] [-f FORMAT] [--verbose] [--format=FORMAT] [--quiet] [--version] [--help] text [pattern] {element ...} \n", in usage() 78 fprintf (file, "usage: %s [-vqVh] [-f FORMAT] text [pattern] {element ...} \n", in usage() 135 usage (argv[0], 0); in main() 137 usage (argv[0], 1); in main() 146 usage (argv[0], 1); in main()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | QueueWriteBufferValidationTests.cpp | 30 descriptor.usage = wgpu::BufferUsage::CopyDst; in CreateBuffer() 66 // Test error case for WriteBuffer with the wrong usage 70 descriptor.usage = wgpu::BufferUsage::Vertex; in TEST_F() 108 descriptor.usage = wgpu::BufferUsage::CopyDst; in TEST_F() 120 descriptor.usage = wgpu::BufferUsage::CopyDst | wgpu::BufferUsage::MapRead; in TEST_F()
|
/third_party/selinux/libselinux/utils/ |
H A D | selabel_digest.c | 11 static __attribute__ ((__noreturn__)) void usage(const char *progname) in usage() function 14 "usage: %s -b backend [-d] [-v] [-B] [-i] [-f file]\n\n" in usage() 80 usage(argv[0]); in main() 100 usage(argv[0]); in main() 116 usage(argv[0]); in main()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 77 unsigned usage, unsigned offset, 2106 struct threaded_resource *tres, unsigned usage, in tc_improve_map_buffer_flags() 2114 if (usage & tc_flags) in tc_improve_map_buffer_flags() 2115 return usage; in tc_improve_map_buffer_flags() 2118 if (usage & (PIPE_MAP_DISCARD_RANGE | in tc_improve_map_buffer_flags() 2120 !(usage & PIPE_MAP_PERSISTENT) && in tc_improve_map_buffer_flags() 2123 usage &= ~(PIPE_MAP_DISCARD_WHOLE_RESOURCE | in tc_improve_map_buffer_flags() 2126 return usage | tc_flags | PIPE_MAP_DISCARD_RANGE; in tc_improve_map_buffer_flags() 2137 if (usage & PIPE_MAP_DISCARD_WHOLE_RESOURCE) in tc_improve_map_buffer_flags() 2138 usage | in tc_improve_map_buffer_flags() 2105 tc_improve_map_buffer_flags(struct threaded_context *tc, struct threaded_resource *tres, unsigned usage, unsigned offset, unsigned size) tc_improve_map_buffer_flags() argument 2203 tc_buffer_map(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) tc_buffer_map() argument 2340 tc_texture_map(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) tc_texture_map() argument 2617 unsigned usage, offset, size; global() member 2634 tc_buffer_subdata(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned usage, unsigned offset, unsigned size, const void *data) tc_buffer_subdata() argument 2701 unsigned level, usage, stride, layer_stride; global() member 2719 tc_texture_subdata(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) tc_texture_subdata() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_resource.c | 83 if (ptrans->usage & PIPE_MAP_WRITE) { in vc4_resource_transfer_unmap() 101 unsigned level, unsigned usage, in vc4_resource_transfer_map() 115 if ((usage & PIPE_MAP_DISCARD_RANGE) && in vc4_resource_transfer_map() 116 !(usage & PIPE_MAP_UNSYNCHRONIZED) && in vc4_resource_transfer_map() 124 usage |= PIPE_MAP_DISCARD_WHOLE_RESOURCE; in vc4_resource_transfer_map() 127 if (usage & PIPE_MAP_DISCARD_WHOLE_RESOURCE) { in vc4_resource_transfer_map() 140 } else if (!(usage & PIPE_MAP_UNSYNCHRONIZED)) { in vc4_resource_transfer_map() 145 if (usage & PIPE_MAP_WRITE) in vc4_resource_transfer_map() 151 if (usage & PIPE_MAP_WRITE) { in vc4_resource_transfer_map() 166 ptrans->usage in vc4_resource_transfer_map() 99 vc4_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) vc4_resource_transfer_map() argument 222 vc4_texture_subdata(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) vc4_texture_subdata() argument 283 vc4_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, struct winsys_handle *whandle, unsigned usage) vc4_resource_get_handle() argument 330 vc4_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) vc4_resource_get_param() argument 614 vc4_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *whandle, unsigned usage) vc4_resource_from_handle() argument [all...] |
/third_party/python/Lib/ |
H A D | optparse.py | 10 Simple usage example: 255 def format_usage(self, usage): 380 def format_usage(self, usage): 381 return _("Usage: %s\n") % usage 399 def format_usage(self, usage): 400 return "%s %s\n" % (self.format_heading(_("Usage")), usage) 1115 usage : string 1116 a usage string for your program. Before it is displayed 1125 width and prints it when the user requests help (after usage, 1179 usage [all...] |