Home
last modified time | relevance | path

Searched full:usage (Results 1 – 25 of 5414) sorted by relevance

12345678910>>...217

/third_party/mingw-w64/mingw-w64-headers/include/
Dhidusage.h31 #define HID_USAGE_PAGE_UNDEFINED ((USAGE) 0x00)
32 #define HID_USAGE_PAGE_GENERIC ((USAGE) 0x01)
33 #define HID_USAGE_PAGE_SIMULATION ((USAGE) 0x02)
34 #define HID_USAGE_PAGE_VR ((USAGE) 0x03)
35 #define HID_USAGE_PAGE_SPORT ((USAGE) 0x04)
36 #define HID_USAGE_PAGE_GAME ((USAGE) 0x05)
37 #define HID_USAGE_PAGE_KEYBOARD ((USAGE) 0x07)
38 #define HID_USAGE_PAGE_LED ((USAGE) 0x08)
39 #define HID_USAGE_PAGE_BUTTON ((USAGE) 0x09)
40 #define HID_USAGE_PAGE_ORDINAL ((USAGE) 0x0a)
[all …]
Dhidpi.h52 USAGE Usage; member
53 USAGE UsagePage;
57 USAGE UsagePage;
62 USAGE LinkUsage;
63 USAGE LinkUsagePage;
71 USAGE UsageMin, UsageMax;
77 USAGE Usage, Reserved1; member
86 USAGE UsagePage;
91 USAGE LinkUsage;
92 USAGE LinkUsagePage;
[all …]
/third_party/FreeBSD/sys/dev/usb/input/
Dusb_rdesc.h38 0x09, 0x01, /* USAGE (Digitizer) */\
42 0x09, 0x01, /* USAGE (Digitizer) */\
46 0x09, 0x33, /* USAGE (Touch) */\
50 0x09, 0x44, /* USAGE (Barrel Switch) */\
54 0x09, 0x00, /* USAGE (Undefined) */\
58 0x09, 0x3c, /* USAGE (Invert) */\
62 0x09, 0x38, /* USAGE (Transducer Index) */\
66 0x09, 0x32, /* USAGE (In Range) */\
71 0x09, 0x30, /* USAGE (X) */\
77 0x09, 0x31, /* USAGE (Y) */\
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/runner/
Dflutter_command_test.dart20 MockitoUsage usage;
26 usage = MockitoUsage();
28 when(usage.isFirstRun).thenReturn(false);
63 verify(usage.sendCommand(captureAny, parameters: captureAnyNamed('parameters')));
64 verify(usage.sendEvent(captureAny, 'success'));
68 Usage: () => usage,
82 verify(usage.sendCommand(captureAny, parameters: captureAnyNamed('parameters')));
83 verify(usage.sendEvent(captureAny, 'warning'));
87 Usage: () => usage,
103 verify(usage.sendCommand(captureAny, parameters: captureAnyNamed('parameters')));
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.cpp26 VkBufferUsageFlags VulkanBufferUsage(dawn::BufferUsageBit usage) { in VulkanBufferUsage() argument
29 if (usage & dawn::BufferUsageBit::CopySrc) { in VulkanBufferUsage()
32 if (usage & dawn::BufferUsageBit::CopyDst) { in VulkanBufferUsage()
35 if (usage & dawn::BufferUsageBit::Index) { in VulkanBufferUsage()
38 if (usage & dawn::BufferUsageBit::Vertex) { in VulkanBufferUsage()
41 if (usage & dawn::BufferUsageBit::Uniform) { in VulkanBufferUsage()
44 if (usage & dawn::BufferUsageBit::Storage) { in VulkanBufferUsage()
47 if (usage & dawn::BufferUsageBit::Indirect) { in VulkanBufferUsage()
54 VkPipelineStageFlags VulkanPipelineStage(dawn::BufferUsageBit usage) { in VulkanPipelineStage() argument
57 if (usage & (dawn::BufferUsageBit::MapRead | dawn::BufferUsageBit::MapWrite)) { in VulkanPipelineStage()
[all …]
DTextureVk.cpp53 // Computes which vulkan access type could be required for the given Dawn usage.
54 VkAccessFlags VulkanAccessFlags(dawn::TextureUsageBit usage, const Format& format) { in VulkanAccessFlags() argument
57 if (usage & dawn::TextureUsageBit::CopySrc) { in VulkanAccessFlags()
60 if (usage & dawn::TextureUsageBit::CopyDst) { in VulkanAccessFlags()
63 if (usage & dawn::TextureUsageBit::Sampled) { in VulkanAccessFlags()
66 if (usage & dawn::TextureUsageBit::Storage) { in VulkanAccessFlags()
69 if (usage & dawn::TextureUsageBit::OutputAttachment) { in VulkanAccessFlags()
78 if (usage & dawn::TextureUsageBit::Present) { in VulkanAccessFlags()
90 // Chooses which Vulkan image layout should be used for the given Dawn usage
91 VkImageLayout VulkanImageLayout(dawn::TextureUsageBit usage, const Format& format) { in VulkanImageLayout() argument
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Danalytics_test.dart68 Usage: () => Usage(
90 Usage: () => Usage(
96 testUsingContext('Usage records one feature in experiment setting', () async {
99 final Usage usage = Usage();
100 usage.sendCommand('test');
113 testUsingContext('Usage records multiple features in experiment setting', () async {
120 final Usage usage = Usage();
121 usage.sendCommand('test');
138 Usage mockUsage;
171 Usage: () => mockUsage,
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh6 # Usage
13 # 2) Check that sum ltp_test/subgroup*/cpuacct.usage = ltp_test/cpuacct.usage
19 TST_USAGE=usage
29 usage() function
32 usage: $0 nsubgroup nprocess
105 tmp=`cat $testpath/subgroup_$i/cpuacct.usage`
112 ## check that cpuacct.usage != 0 for every subgroup
114 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
116 tst_res TPASS "cpuacct.usage is not equal to 0 for every subgroup"
119 ## check that ltp_subgroup/cpuacct.usage == sum ltp_subgroup/subgroup*/cpuacct.usage
[all …]
/third_party/toybox/generated/
Dhelp.h35 #define HELP_toybox "usage: toybox [--long | --help | --version | [command] [arguments...]]\n\nWith…
37 #define HELP_setenforce "usage: setenforce [enforcing|permissive|1|0]\n\nSets whether SELinux is en…
39 #define HELP_sendevent "usage: sendevent DEVICE TYPE CODE VALUE\n\nSends a Linux input event."
41 #define HELP_runcon "usage: runcon CONTEXT COMMAND [ARGS...]\n\nRun a command in a specified securi…
43 #define HELP_restorecon "usage: restorecon [-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default…
45 #define HELP_log "usage: log [-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the …
47 #define HELP_load_policy "usage: load_policy FILE\n\nLoad the specified SELinux policy file."
49 #define HELP_getenforce "usage: getenforce\n\nShows whether SELinux is disabled, enforcing, or perm…
51 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command…
53 #define HELP_skeleton "usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]\n\nT…
[all …]
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_texture_usage.txt38 usage of a texture before the backing storage for it is allocated.
40 and type of memory used for the allocation. If the usage is not
46 This extension adds a texture usage flag that is specified via
87 Add a new section 3.7.x (Texture Usage) before section 3.7.12 and
90 "3.7.x Texture Usage
92 Texture usage can be specified via the TEXTURE_USAGE_ANGLE value
94 the texture usage must be specified before the texture contents are
97 The usage values can impact the layout and type of memory used for the
98 texture data. Specifying incorrect usage values may result in reduced
103 NONE - the default. No particular usage has been specified and it is
[all …]
/third_party/node/test/common/
Dreport.js211 const usage = report.resourceUsage;
215 checkForUnknownFields(usage, resourceUsageFields);
216 assert.strictEqual(typeof usage.userCpuSeconds, 'number');
217 assert.strictEqual(typeof usage.kernelCpuSeconds, 'number');
218 assert.strictEqual(typeof usage.cpuConsumptionPercent, 'number');
219 assert(Number.isSafeInteger(usage.maxRss));
220 assert(typeof usage.pageFaults === 'object' && usage.pageFaults !== null);
221 checkForUnknownFields(usage.pageFaults, ['IORequired', 'IONotRequired']);
222 assert(Number.isSafeInteger(usage.pageFaults.IORequired));
223 assert(Number.isSafeInteger(usage.pageFaults.IONotRequired));
[all …]
/third_party/musl/compat/time32/
Dwait4_time32.c26 pid_t __wait4_time32(pid_t pid, int *status, int options, struct compat_rusage *usage) in __wait4_time32() argument
29 int r = wait4(pid, status, options, usage ? &ru : 0); in __wait4_time32()
30 if (!r && usage) { in __wait4_time32()
31 usage->ru_utime.tv_sec = ru.ru_utime.tv_sec; in __wait4_time32()
32 usage->ru_utime.tv_usec = ru.ru_utime.tv_usec; in __wait4_time32()
33 usage->ru_stime.tv_sec = ru.ru_stime.tv_sec; in __wait4_time32()
34 usage->ru_stime.tv_usec = ru.ru_stime.tv_usec; in __wait4_time32()
35 memcpy(&usage->ru_maxrss, &ru.ru_maxrss, in __wait4_time32()
Dwait3_time32.c26 pid_t __wait3_time32(int *status, int options, struct compat_rusage *usage) in __wait3_time32() argument
29 int r = wait3(status, options, usage ? &ru : 0); in __wait3_time32()
30 if (!r && usage) { in __wait3_time32()
31 usage->ru_utime.tv_sec = ru.ru_utime.tv_sec; in __wait3_time32()
32 usage->ru_utime.tv_usec = ru.ru_utime.tv_usec; in __wait3_time32()
33 usage->ru_stime.tv_sec = ru.ru_stime.tv_sec; in __wait3_time32()
34 usage->ru_stime.tv_usec = ru.ru_stime.tv_usec; in __wait3_time32()
35 memcpy(&usage->ru_maxrss, &ru.ru_maxrss, in __wait3_time32()
Dgetrusage_time32.c25 int __getrusage_time32(int who, struct compat_rusage *usage) in __getrusage_time32() argument
30 usage->ru_utime.tv_sec = ru.ru_utime.tv_sec; in __getrusage_time32()
31 usage->ru_utime.tv_usec = ru.ru_utime.tv_usec; in __getrusage_time32()
32 usage->ru_stime.tv_sec = ru.ru_stime.tv_sec; in __getrusage_time32()
33 usage->ru_stime.tv_usec = ru.ru_stime.tv_usec; in __getrusage_time32()
34 memcpy(&usage->ru_maxrss, &ru.ru_maxrss, in __getrusage_time32()
/third_party/boost/libs/test/doc/
Dusage_variants.qbk8 [section:usage_variants Usage variants]
10 The __UTF__ supports three different usage variants:
20 [h3:single_header Header-only usage variant]
35 gives additional details on how to customize this usage variant. In particular,
40 [h3:static_lib Static library usage variant]
43 [link boost_test.adv_scenarios.build_utf build it] themselves, following usage can be most versatile
44 and simple approach. This usage variant entails two steps.
61 The flip side of this usage variant is that each test module following this usage variant is going
67 [h3:shared_lib Shared library usage variant]
71 This usage variant entails two steps.
[all …]
/third_party/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage04.c7 * getrusage() returns cpu resource usage with accuracy of 10ms
11 * critical to accuracy of cpu usage. The upstream fix removed
84 struct rusage usage; in main() local
106 SAFE_GETRUSAGE(cleanup, RUSAGE_THREAD, &usage); in main()
108 usage.ru_utime.tv_usec, usage.ru_stime.tv_usec); in main()
109 ulast = usage.ru_utime.tv_usec; in main()
110 slast = usage.ru_stime.tv_usec; in main()
113 SAFE_GETRUSAGE(cleanup, RUSAGE_THREAD, &usage); in main()
114 udelta = usage.ru_utime.tv_usec - ulast; in main()
115 sdelta = usage.ru_stime.tv_usec - slast; in main()
[all …]
/third_party/e2fsprogs/tests/progs/
Dtest_rel.c146 const char *usage = "Usage: %s name max_blocks\n"; in do_brel_ma_create() local
151 printf(usage, argv[0]); in do_brel_ma_create()
175 const char *usage = "usage: %s old_block new_block [owner] [offset]"; in do_brel_put() local
184 printf(usage, argv[0]); in do_brel_put()
216 const char *usage = "%s block"; in do_brel_get() local
224 printf(usage, argv[0]); in do_brel_get()
306 const char *usage = "%s old_block new_block"; in do_brel_move() local
313 printf(usage, argv[0]); in do_brel_move()
331 const char *usage = "%s block"; in do_brel_delete() local
338 printf(usage, argv[0]); in do_brel_delete()
[all …]
Dtest_icount.c99 printf("Usage: free_icount\n"); in do_free_icount()
112 const char *usage = "usage: %s inode\n"; in do_fetch() local
118 printf(usage, argv[0]); in do_fetch()
136 const char *usage = "usage: %s inode\n"; in do_increment() local
142 printf(usage, argv[0]); in do_increment()
161 const char *usage = "usage: %s inode\n"; in do_decrement() local
167 printf(usage, argv[0]); in do_decrement()
186 const char *usage = "usage: %s inode count\n"; in do_store() local
192 printf(usage, argv[0]); in do_store()
221 printf("Usage: dump\n"); in do_dump()
[all …]
/third_party/boost/tools/build/src/build/
Dalias.jam36 : default-build * : usage-requirements * )
39 $(requirements) : $(default-build) : $(usage-requirements) ;
47 rule compute-usage-requirements ( subvariant )
49 local base = [ basic-target.compute-usage-requirements $(subvariant) ] ;
50 return [ $(base).add [ $(subvariant).sources-usage-requirements ] ] ;
59 usage-requirements * )
62 sources requirements default-build usage-requirements ;
72 : [ targets.main-target-usage-requirements $(usage-requirements) :
/third_party/boost/tools/build/src/contrib/
Dmodular.jam38 usage-requirements * )
43 .external.($(name)).usage-requirements = $(usage-requirements) ;
173 # Create a "library" target that has basic usage info if needed.
185 : # Usage Requirements
235 usage-requirements * )
239 …target-rule $(name) :: $(sources) :: $(requirements) :: $(default-build) :: $(usage-requirements) ;
248 $(usage-requirements) ] ;
252 usage-requirements * )
256 usage-requirements += <use>library ;
258 …-rules.lib $(names) :: $(sources) :: $(requirements) :: $(default-build) :: $(usage-requirements) ;
[all …]
/third_party/openssl/crypto/x509v3/
Dv3_pku.c18 PKEY_USAGE_PERIOD *usage, BIO *out,
37 PKEY_USAGE_PERIOD *usage, BIO *out,
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
44 if (usage->notAfter)
47 if (usage->notAfter) {
49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/third_party/boost/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/
Dusage.html4 <title>usage</title>
27 …_param_reference.usage"></a><a class="link" href="usage.html" title="usage"><code class="computero…
30 …If specified option <span class="emphasis"><em>usage</em></span> instructs the <span class="emphas…
31 Test Framework</em></span> to displays short usage message about the framework's
35 <a name="boost_test.utf_reference.rt_param_reference.usage.h0"></a>
36 …param_reference.usage.command_line_syntax"></a></span><a class="link" href="usage.html#boost_test.…
52 <a name="boost_test.utf_reference.rt_param_reference.usage.h1"></a>
53 …_param_reference.usage.acceptable_values"></a></span><a class="link" href="usage.html#boost_test.u…
/third_party/libjpeg/
Dcjpeg.c142 usage (void) in usage() function
145 fprintf(stderr, "usage: %s [switches] ", progname); in usage()
276 usage(); in parse_switches()
278 usage(); in parse_switches()
280 usage(); in parse_switches()
291 usage(); in parse_switches()
299 usage(); in parse_switches()
344 usage(); in parse_switches()
346 usage(); in parse_switches()
368 usage(); in parse_switches()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkimagememory.c123 gsize height, VkImageTiling tiling, VkImageUsageFlags usage) in _create_info_from_args() argument
137 info->usage = usage; in _create_info_from_args()
148 GstMemory * parent, GstVulkanDevice * device, VkImageUsageFlags usage, in _vk_image_mem_init() argument
167 mem->usage = usage; in _vk_image_mem_init()
181 VkImageTiling tiling, VkImageUsageFlags usage, in _vk_image_mem_new_alloc() argument
197 usage)) { in _vk_image_mem_new_alloc()
207 _vk_image_mem_init (mem, allocator, parent, device, usage, &params, in _vk_image_mem_new_alloc()
214 tiling, usage, 0, &mem->format_properties); in _vk_image_mem_new_alloc()
234 if (usage & (VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_STORAGE_BIT | in _vk_image_mem_new_alloc()
263 gsize height, VkImageTiling tiling, VkImageUsageFlags usage, in _vk_image_mem_new_wrapped() argument
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/table/
DREADME.md14 * [Usage](#table-usage)
15 * [Cell Content Alignment](#table-usage-cell-content-alignment)
16 * [Column Width](#table-usage-column-width)
17 * [Custom Border](#table-usage-custom-border)
18 * [Draw Horizontal Line](#table-usage-draw-horizontal-line)
19 * [Single Line Mode](#table-usage-single-line-mode)
20 * [Padding Cell Content](#table-usage-padding-cell-content)
21 * [Predefined Border Templates](#table-usage-predefined-border-templates)
22 * [Streaming](#table-usage-streaming)
23 * [Text Truncation](#table-usage-text-truncation)
[all …]

12345678910>>...217