/third_party/ltp/testcases/kernel/mem/mtest07/ |
H A D | shm_test.c | 79 usage(prog); \ 97 /* Function: usage */ 99 /* Description: Print the usage message. */ 104 static void usage(char *progname) in usage() function 265 /* refer the usage function for the arguments that this program */ 292 usage(argv[0]); in main() 313 usage(argv[0]); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferAndImageAllocationUtil.cpp | 45 VkBufferUsageFlags usage, in createTestBuffer() 60 usage, // VkBufferUsageFlags usage; in createTestBuffer() 75 VkBufferUsageFlags usage, in createTestBuffer() 95 usage, // VkBufferUsageFlags usage; in createTestBuffer() 132 VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), // VkImageUsageFlags usage; in createTestImage() 176 VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT), // VkImageUsageFlags usage; in createTestImage() 41 createTestBuffer(const DeviceInterface& vk, VkDevice vkDevice, deUint32 queueFamilyIndex, VkDeviceSize size, VkBufferUsageFlags usage, Context& context, Allocator& allocator, Move<VkBuffer>& buffer, const MemoryRequirement& requirement, de::MovePtr<Allocation>& memory) const createTestBuffer() argument 71 createTestBuffer(const DeviceInterface& vk, VkDevice vkDevice, deUint32 queueFamilyIndex, VkDeviceSize size, VkBufferUsageFlags usage, Context& context, Allocator& allocator, Move<VkBuffer>& buffer, const MemoryRequirement& requirement, de::MovePtr<Allocation>& memory) const createTestBuffer() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceZirconHandle.cpp | 39 VkImageUsageFlags usage, in SupportsImportMemory() 57 formatInfo.usage = usage; in SupportsImportMemory() 84 VkImageUsageFlags usage) { in SupportsCreateImage() 36 SupportsImportMemory(VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) SupportsImportMemory() argument 82 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
|
H A D | MemoryServiceOpaqueFD.cpp | 39 VkImageUsageFlags usage, in SupportsImportMemory() 57 formatInfo.usage = usage; in SupportsImportMemory() 84 VkImageUsageFlags usage) { in SupportsCreateImage() 36 SupportsImportMemory(VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) SupportsImportMemory() argument 82 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | D3D12Backend.cpp | 58 mUsage(descriptor->usage), in ExternalImageDXGI() 81 // Ensure the texture usage is allowed in ProduceTexture() 82 if (!IsSubset(descriptor->usage, mUsage)) { in ProduceTexture() 83 dawn::ErrorLog() << "Texture usage is not valid for external image"; in ProduceTexture() 88 textureDescriptor.usage = static_cast<wgpu::TextureUsage>(descriptor->usage); in ProduceTexture()
|
/third_party/skia/tools/lottie-web-perf/ |
H A D | lottie-web-perf.js | 10 const commandLineUsage= require('command-line-usage'); 48 description: 'Print this usage guide.' 52 const usage = [ 68 console.log(commandLineUsage(usage)); 83 console.log(commandLineUsage(usage)); 89 console.log(commandLineUsage(usage));
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
H A D | UnitsTest.java | 615 String usage; in testUnitPreferencesWithCLDRTests() 629 String usage = fields[1]; in testUnitPreferencesWithCLDRTests() 643 this.insertData(category, usage, region, inputUnit, inputValue, outputs); in testUnitPreferencesWithCLDRTests() 647 String usage, in testUnitPreferencesWithCLDRTests() 653 this.usage = usage; in testUnitPreferencesWithCLDRTests() 671 return "TestCase: " + category + ", " + usage + ", " + region + "; Input: " + input + in testUnitPreferencesWithCLDRTests() 692 testCase.usage); in testUnitPreferencesWithCLDRTests() 713 UnitsRouter router = new UnitsRouter(testCase.inputUnit.first, testCase.locale, testCase.usage); in testUnitPreferencesWithCLDRTests() 752 final String usage; in testGetPreferencesFor() [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 564 unsigned usage) in llvmpipe_resource_from_handle() 621 unsigned usage) in llvmpipe_resource_get_handle() 674 unsigned usage, in llvmpipe_transfer_map_ms() 696 if (!(usage & PIPE_MAP_UNSYNCHRONIZED)) { in llvmpipe_transfer_map_ms() 697 boolean read_only = !(usage & PIPE_MAP_WRITE); in llvmpipe_transfer_map_ms() 698 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in llvmpipe_transfer_map_ms() 714 if ((usage & PIPE_MAP_WRITE) && in llvmpipe_transfer_map_ms() 735 pt->usage = usage; in llvmpipe_transfer_map_ms() 741 printf("tex_transfer_map(%d, %d %d x %d of %d x %d, usage in llvmpipe_transfer_map_ms() 561 llvmpipe_resource_from_handle(struct pipe_screen *_screen, const struct pipe_resource *template, struct winsys_handle *whandle, unsigned usage) llvmpipe_resource_from_handle() argument 617 llvmpipe_resource_get_handle(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_resource *pt, struct winsys_handle *whandle, unsigned usage) llvmpipe_resource_get_handle() argument 671 llvmpipe_transfer_map_ms( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, unsigned sample, const struct pipe_box *box, struct pipe_transfer **transfer ) llvmpipe_transfer_map_ms() argument 787 llvmpipe_transfer_map( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer ) llvmpipe_transfer_map() argument [all...] |
/kernel/linux/common_modules/tzdriver/core/ |
H A D | mem.h | 30 atomic_inc(&sharemem->usage); in get_sharemem_struct() 36 if (atomic_dec_and_test(&sharemem->usage)) in put_sharemem_struct()
|
/third_party/rust/crates/clap/src/output/ |
H A D | mod.rs | 4 mod usage; modules 19 pub(crate) use self::usage::Usage;
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | parameter_usage.cc | 30 const char* str(ParameterUsage usage) { in str() argument 31 switch (usage) { in str()
|
/third_party/protobuf/python/release/wheel/ |
H A D | build_wheel_manylinux.sh | 3 # Print usage and fail. 4 function usage() { function 16 usage
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-asus.c | 4 * Fixes small logical maximum to match usage maximum. 310 struct hid_usage *usage, __s32 value) in asus_event() 312 if ((usage->hid & HID_USAGE_PAGE) == 0xff310000 && in asus_event() 313 (usage->hid & HID_USAGE) != 0x00 && in asus_event() 314 (usage->hid & HID_USAGE) != 0xff && !usage->type) { in asus_event() 316 usage->hid & HID_USAGE); in asus_event() 745 #define asus_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, \ 749 struct hid_usage *usage, unsigned long **bit, in asus_input_mapping() 769 usage in asus_input_mapping() 309 asus_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) asus_event() argument 747 asus_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) asus_input_mapping() argument [all...] |
/third_party/mbedtls/library/ |
H A D | pk.c | 248 psa_key_usage_t usage) in mbedtls_pk_can_do_ext() 268 /* Filter out non allowed usage flags */ in mbedtls_pk_can_do_ext() 269 if (usage == 0 || in mbedtls_pk_can_do_ext() 270 (usage & ~(PSA_KEY_USAGE_SIGN_HASH | in mbedtls_pk_can_do_ext() 315 return (key_usage & usage) == usage; in mbedtls_pk_can_do_ext() 338 if ((key_usage & usage) != usage) { in mbedtls_pk_can_do_ext() 405 psa_key_usage_t usage, in mbedtls_pk_get_psa_attributes() 410 psa_key_usage_t more_usage = usage; in mbedtls_pk_get_psa_attributes() 247 mbedtls_pk_can_do_ext(const mbedtls_pk_context *ctx, psa_algorithm_t alg, psa_key_usage_t usage) mbedtls_pk_can_do_ext() argument 404 mbedtls_pk_get_psa_attributes(const mbedtls_pk_context *pk, psa_key_usage_t usage, psa_key_attributes_t *attributes) mbedtls_pk_get_psa_attributes() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | vsock_test.c | 355 static void usage(void) in usage() function 432 usage(); in main() 437 usage(); in main() 439 usage(); in main() 441 usage(); in main() 445 usage(); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 10 usage() { # errno [message] function 88 usage 0 96 usage "--console can not use with --verbose" 105 usage "--console can not use with --verbose" 135 usage 1 "$1 is not a testcase" 144 usage 1 "Invalid option ($1)"
|
/kernel/linux/linux-5.10/drivers/iio/orientation/ |
H A D | hid-sensor-rotation.c | 180 /* Parse report which is specific to an usage id*/ 207 hsdev->usage, in dev_rot_parse_report() 226 /* Function to initialize the processing for usage id */ 246 switch (hsdev->usage) { in hid_dev_rot_probe() 260 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage, in hid_dev_rot_probe() 277 hsdev->usage, rot_state); in hid_dev_rot_probe() 306 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_dev_rot_probe() 322 /* Function to deinitialize the processing for usage id */ 329 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_dev_rot_remove()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | cachefiles.h | 75 int usage), 77 TP_ARGS(obj, cookie, why, usage), 84 __field(int, usage ) 90 __entry->usage = usage; 95 __entry->cookie, __entry->obj, __entry->usage,
|
/kernel/linux/linux-6.6/drivers/iio/position/ |
H A D | hid-sensor-custom-intel-hinge.c | 130 hsdev->usage, in hinge_read_raw() 235 /* Parse report which is specific to an usage id */ 263 /* Function to initialize the processing for usage id */ 285 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage, in hid_hinge_probe() 302 hsdev->usage, st); in hid_hinge_probe() 323 ret = sensor_hub_register_callback(hsdev, hsdev->usage, &st->callbacks); in hid_hinge_probe() 338 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_hinge_probe() 344 /* Function to deinitialize the processing for usage id */ 352 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_hinge_remove()
|
/kernel/linux/linux-6.6/drivers/iio/orientation/ |
H A D | hid-sensor-rotation.c | 196 /* Parse report which is specific to an usage id*/ 223 hsdev->usage, in dev_rot_parse_report() 230 /* Function to initialize the processing for usage id */ 250 switch (hsdev->usage) { in hid_dev_rot_probe() 265 hsdev->usage, in hid_dev_rot_probe() 284 hsdev->usage, rot_state); in hid_dev_rot_probe() 313 ret = sensor_hub_register_callback(hsdev, hsdev->usage, in hid_dev_rot_probe() 329 /* Function to deinitialize the processing for usage id */ 336 sensor_hub_remove_callback(hsdev, hsdev->usage); in hid_dev_rot_remove()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 10 usage() { # errno [message] function 89 usage 0 101 usage "--console can not use with --verbose" 110 usage "--console can not use with --verbose" 141 usage 1 "$1 is not a testcase" 150 usage 1 "Invalid option ($1)"
|
/kernel/liteos_a/kernel/extended/hidumper/ |
H A D | los_hidumper.c | 67 #define CPU_USAGE_HEADER "************ cpu usage ***********" 68 #define MEM_USAGE_HEADER "************ mem usage ***********" 69 #define PAGE_USAGE_HEADER "************ physical page usage ***********" 159 processCpupAll[pid].usage / LOS_CPUP_PRECISION_MULT, in DoDumpCpuUsageUnsafe() 160 processCpupAll[pid].usage % LOS_CPUP_PRECISION_MULT, in DoDumpCpuUsageUnsafe() 161 processCpup10s[pid].usage / LOS_CPUP_PRECISION_MULT, in DoDumpCpuUsageUnsafe() 162 processCpup10s[pid].usage % LOS_CPUP_PRECISION_MULT, in DoDumpCpuUsageUnsafe() 163 processCpup1s[pid].usage / LOS_CPUP_PRECISION_MULT, in DoDumpCpuUsageUnsafe() 164 processCpup1s[pid].usage % LOS_CPUP_PRECISION_MULT); in DoDumpCpuUsageUnsafe()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberFormatterSettings.java | 141 * If the input usage is correctly set the output unit <b>will change</b> 142 * according to `usage`, `locale` and `unit` value. 499 * Specifies the usage for which numbers will be formatted ("person-height", 503 * When a `usage` is specified, the output unit will change depending on the 508 * NumberFormatter.with().usage("person").unit(MeasureUnit.METER).locale(new ULocale("en-US")) 517 * being formatted (e.g. "length" when the unit is "foot"). The usage 525 * If the usage has multiple parts (e.g. "land-agriculture-grain") and does 526 * not match a known usage preference, the last part will be dropped 528 * "land"). If a match is still not found, usage will fall back to 532 * Setting usage t 549 usage(String usage) usage() argument [all...] |
/third_party/mbedtls/programs/pkey/ |
H A D | key_app.c | 35 "\n usage: key_app param=<>...\n" \ 169 usage: in main() 182 goto usage; in main() 192 goto usage; in main() 201 goto usage; in main() 208 goto usage; in main() 341 goto usage; in main()
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 362 usage(void) in usage() function 384 usage(); in main() 390 usage(); in main() 399 usage(); in main() 405 usage(); in main() 421 usage(); in main()
|