Searched refs:usage (Results 1426 - 1450 of 2138) sorted by relevance
1...<<51525354555657585960>>...86
/third_party/node/tools/icu/ |
H A D | icutrim.py | 38 parser = optparse.OptionParser(usage="usage: mkdir tmp ; %prog -D ~/Downloads/icudt53l.dat -T tmp -F trim_en.json -O icudt53l.dat" )
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | help.js | 144 // Legacy. Ignores custom usage string, and nested commands. 231 * Get the command usage to be displayed at the top of the built-in help. 247 return parentCmdNames + cmdName + ' ' + cmd.usage();
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 42 static usage = [
|
H A D | token.js | 13 static usage = ['list', 'revoke <id|token>', 'create [--read-only] [--cidr=list]']
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | install.js | 415 module.exports.usage = 'Install node development files for the specified node version.'
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_image.c | 155 if (pCreateInfo->usage & VK_IMAGE_USAGE_STORAGE_BIT) in panvk_image_select_mod()
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 284 usage: Cmd.describeUsage,
|
/third_party/icu/icu4c/source/test/perf/utfperf/ |
H A D | utfperf.cpp | 353 test.usage(); in main()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_wsi.c | 211 /* match image usage */ in vn_wsi_create_image_from_swapchain() 213 local_create_info.usage |= VK_IMAGE_USAGE_TRANSFER_SRC_BIT; in vn_wsi_create_image_from_swapchain()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_mlaa.c | 247 res.usage = PIPE_USAGE_DEFAULT; in pp_jimenezmlaa_init_run()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | cmdline.py | 185 usage=USAGE,
|
/third_party/python/Lib/lib2to3/ |
H A D | main.py | 144 parser = optparse.OptionParser(usage="2to3 [options] file|dir ...") 206 print("Use --help to show usage.", file=sys.stderr)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.hpp | 146 VkBufferUsageFlags usage,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseBinding.cpp | 141 bufferCreateInfo.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT | in iterate() 142 VK_BUFFER_USAGE_TRANSFER_DST_BIT; // VkBufferUsageFlags usage; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktBitstreamBufferImpl.cpp | 82 createBufferInfo.usage = VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR; in Initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.hpp | 146 VkBufferUsageFlags usage,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ExternalBufferTest.cpp | 48 aHardwareBufferDescription.usage = in createAndroidHardwareBuffer()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | pkcs12.h | 38 /* MS key usage constants */ 141 int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontInfoMain.java | 34 commander.usage(); in main()
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | SampleUtils.cpp | 203 descriptor.usage = wgpu::TextureUsage::RenderAttachment; in CreateDefaultDepthStencilView()
|
H A D | CubeReflection.cpp | 166 cameraBufDesc.usage = wgpu::BufferUsage::CopyDst | wgpu::BufferUsage::Uniform; in init()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilLoadOpTests.cpp | 73 descriptor.usage = wgpu::TextureUsage::RenderAttachment | wgpu::TextureUsage::CopySrc |
|
/third_party/skia/tools/flags/ |
H A D | CommandLineFlags.h | 25 * Then, in main, call CommandLineFlags::SetUsage() to describe usage and call 109 static void SetUsage(const char* usage);
|
/third_party/protobuf/objectivec/DevTools/ |
H A D | full_mac_build.sh | 15 usage: ${NAME} [OPTIONS]
|
/third_party/vk-gl-cts/scripts/ |
H A D | testset.py | 235 parser = OptionParser(usage = "usage: %prog [options] [caselist] [result csv file]")
|
Completed in 14 milliseconds
1...<<51525354555657585960>>...86