/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
H A D | okp_importKey.https.any.js | 220 // Return a list of all valid usage combinations, given the possible ones 225 allNonemptySubsetsOf(possibleUsages).forEach(function(usage) { 227 if (!usage.includes(requiredUsages[i])) { 231 allUsages.push(usage);
|
H A D | symmetric_importKey.https.any.js | 199 // Return a list of all valid usage combinations, given the possible ones 204 allNonemptySubsetsOf(possibleUsages).forEach(function(usage) { 206 if (!usage.includes(requiredUsages[i])) { 210 allUsages.push(usage);
|
/third_party/mesa3d/src/intel/isl/tests/ |
H A D | isl_surf_get_image_offset_test.c | 143 .usage = ISL_SURF_USAGE_TEXTURE_BIT | in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0() 191 .usage = ISL_SURF_USAGE_TEXTURE_BIT | in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0() 252 .usage = ISL_SURF_USAGE_TEXTURE_BIT | in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
|
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 37 usage(const char *progname) { in usage() function 253 return usage(basename(argv[0])); in main() 257 return usage(basename(argv[0])); in main()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 60 * usage/help message 66 \t-h|x show this usage/help message\n\ 99 void usage(char *mesg) in usage() function 423 usage(NULL); in parse_command_line_args() 476 usage(NULL); in main()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | shmat1.c | 191 /* Function: usage */ 193 /* Description: Print the usage message. */ 198 static void usage(char *progname) in usage() function 202 "\t -h help, usage message.\n" in usage() 426 usage(argv[0]); in main() 437 usage(argv[0]); in main()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma04.c | 84 static void usage(void); 90 tst_parse_opts(argc, argv, options, usage); in main() 322 static void usage(void) in usage() function
|
/third_party/libdrm/tests/proptest/ |
H A D | proptest.c | 255 static void usage(const char *program) in usage() function 293 usage(argv[0]); in main() 317 usage(argv[0]); in main()
|
/third_party/ltp/testcases/realtime/perf/latency/ |
H A D | pthread_cond_many.c | 245 void usage(void) in usage() function 262 usage(); in parse_args() 303 usage(); in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | gmemtool.c | 112 usage(void) in usage() function 119 "\t-h, --help - this usage message\n" in usage() 144 usage(); in main() 159 usage(); in main()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_cache.c | 212 desc->usage, 0); in pb_cache_manager_create_buffer() 240 buf->base.usage = buf->buffer->usage; in pb_cache_manager_create_buffer() 282 * @param bypass_usage Bitmask. If (requested usage & bypass_usage) != 0,
|
/third_party/python/Tools/i18n/ |
H A D | msgfmt.py | 41 def usage(code, msg=''): function 223 usage(1, msg) 229 usage(0)
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdjpgcom.c | 404 usage(void) in usage() function 475 usage(); in main() 482 usage(); in main()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | MultisampledSamplingTests.cpp | 134 desc.usage = wgpu::TextureUsage::TextureBinding | wgpu::TextureUsage::RenderAttachment; in TEST_P() 144 desc.usage = wgpu::TextureUsage::TextureBinding | wgpu::TextureUsage::RenderAttachment; in TEST_P() 191 outputBufferDesc.usage = wgpu::BufferUsage::Storage | wgpu::BufferUsage::CopySrc; in TEST_P()
|
H A D | TextureSubresourceTests.cpp | 27 wgpu::TextureUsage usage) { in CreateTexture() 33 texDesc.usage = usage; in CreateTexture() 25 CreateTexture(uint32_t mipLevelCount, uint32_t arrayLayerCount, wgpu::TextureUsage usage) CreateTexture() argument
|
H A D | BindGroupTests.cpp | 148 bufferDesc.usage = wgpu::BufferUsage::CopyDst | wgpu::BufferUsage::Uniform; in TEST_P() 299 descriptor.usage = wgpu::TextureUsage::CopyDst | wgpu::TextureUsage::TextureBinding; in TEST_P() 469 bufferDesc.usage = wgpu::BufferUsage::CopyDst | wgpu::BufferUsage::Uniform; in TEST_P() 494 bufferDesc.usage = wgpu::BufferUsage::CopyDst | wgpu::BufferUsage::Uniform; in TEST_P() 525 bufferDesc.usage = wgpu::BufferUsage::CopyDst | wgpu::BufferUsage::Uniform; in TEST_P() 1000 bufferDescriptor.usage = wgpu::BufferUsage::Storage | wgpu::BufferUsage::CopyDst; in TEST_P() 1007 bufferDescriptor.usage = wgpu::BufferUsage::Uniform | wgpu::BufferUsage::CopyDst; in TEST_P() 1088 bufferDescriptor.usage = wgpu::BufferUsage::Uniform | wgpu::BufferUsage::CopyDst; in TEST_P() 1335 bufferDesc.usage = wgpu::BufferUsage::Uniform; in TEST_P() 1440 wgpu::TextureUsage usage) { in TEST_P() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
H A D | WGPUHelpers.cpp | 46 wgpu::BufferUsage usage, in CreateBufferFromData() 51 descriptor.usage = usage; in CreateBufferFromData() 45 CreateBufferFromData(DeviceBase* device, wgpu::BufferUsage usage, const void* data, uint64_t size) CreateBufferFromData() argument
|
/third_party/python/Doc/tools/ |
H A D | rstlint.py | 306 usage = '''\ 317 print(usage) 339 print(usage)
|
/third_party/skia/third_party/externals/tint/tools/ |
H A D | run_tests.py | 174 usage = 'usage: %prog [options] (file)' 175 parser = optparse.OptionParser(usage=usage)
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WGPUHelpers.h | 37 wgpu::BufferUsage usage); 41 wgpu::BufferUsage usage, in CreateBufferFromData() 43 return CreateBufferFromData(device, data.begin(), uint32_t(sizeof(T) * data.size()), usage); in CreateBufferFromData() 40 CreateBufferFromData(const wgpu::Device& device, wgpu::BufferUsage usage, std::initializer_list<T> data) CreateBufferFromData() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_api.cpp | 1445 NumberFormatter::with().usage("road").locale(Locale::getEnglish()).formatInt(1, status); in unitUsage() 1448 unloc_formatter = NumberFormatter::with().usage("road").unit(MeasureUnit::getMeter()); in unitUsage() 1470 u"measure-unit/length-meter usage/road", in unitUsage() 1471 u"unit/meter usage/road", in unitUsage() 1506 u"measure-unit/length-meter usage/road", in unitUsage() 1507 u"unit/meter usage/road", in unitUsage() 1543 u"measure-unit/length-meter usage/road", in unitUsage() 1544 u"unit/meter usage/road", in unitUsage() 1557 unloc_formatter = NumberFormatter::with().usage("person").unit(MeasureUnit::getKilogram()); in unitUsage() 1592 u"measure-unit/mass-kilogram usage/perso in unitUsage() 2960 const char *usage; unitLocaleTags() member 3013 auto usage = testCase.usage; unitLocaleTags() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_fluent.cpp | 278 Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage) const& { in usage() function in NumberFormatterSettings 280 copy.fMacros.usage.set(usage); in usage() 285 Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage)&& { in usage() argument 287 move.fMacros.usage.set(usage); in usage()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 169 def __init__(self, resource, usage, subresource, box): 171 self.usage = usage 681 def get_transfer(self, texture, sr, usage, box): 684 transfer = Transfer(texture, sr, usage, box) 690 def buffer_subdata(self, resource, usage, data, box=None, offset=None, size=None, level=None, stride=None, layer_stride=None): 706 def texture_subdata(self, resource, level, usage, box, data, stride, layer_stride): 709 def transfer_inline_write(self, resource, level, usage, box, stride, layer_stride, data):
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_fluent.cpp | 278 Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage) const& { in usage() function in NumberFormatterSettings 280 copy.fMacros.usage.set(usage); in usage() 285 Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage)&& { in usage() argument 287 move.fMacros.usage.set(usage); in usage()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_miptree.c | 54 unsigned usage) in nv30_miptree_get_handle() 281 unsigned level, unsigned usage, in nv30_miptree_transfer_map() 297 tx->base.usage = usage; in nv30_miptree_transfer_map() 332 if (usage & PIPE_MAP_READ) { in nv30_miptree_transfer_map() 357 if (usage & PIPE_MAP_READ) in nv30_miptree_transfer_map() 359 if (usage & PIPE_MAP_WRITE) in nv30_miptree_transfer_map() 382 if (ptx->usage & PIPE_MAP_WRITE) { in nv30_miptree_transfer_unmap() 50 nv30_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *pt, struct winsys_handle *handle, unsigned usage) nv30_miptree_get_handle() argument 280 nv30_miptree_transfer_map(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nv30_miptree_transfer_map() argument
|