/third_party/pulseaudio/src/modules/ |
H A D | module-solaris.c | 81 "format=<sample format> " 134 "format", 280 switch (ss->format) { in auto_format() 298 pa_log("AUDIO_SETINFO: Unsupported sample format."); in auto_format() 306 switch (ss->format) { in auto_format() 324 pa_log("AUDIO_SETINFO: Unsupported sample format."); in auto_format() 331 pa_log("AUDIO_SETINFO: Failed to set sample format."); in auto_format()
|
H A D | module-virtual-surround-sink.c | 58 "format=<sample format> " 101 "format", 794 pa_log("Both hrir_left and hrir_right must have the same sample format"); in pa__init() 803 ss_input.format = PA_SAMPLE_FLOAT32NE; in pa__init() 810 pa_log("Invalid sample format specification or channel map"); in pa__init() 814 ss.format = PA_SAMPLE_FLOAT32NE; in pa__init()
|
/third_party/python/Lib/asyncio/ |
H A D | unix_events.py | 519 return '<{}>'.format(' '.join(info)) 664 return '<{}>'.format(' '.join(info))
|
/third_party/python/Lib/ |
H A D | ipaddress.py | 449 ip_int: An integer, the netmask in expanded bitwise format 636 return format(str(self), fmt) 668 return format(int(self), f'{alternate}0{padlen}{grouping}{fmt_base}')
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.hpp | 77 // Get lowercase version of the format name with no VK_FORMAT_ prefix. 78 std::string getFormatSimpleName (vk::VkFormat format); 83 // Checks the given vertex buffer format is valid for acceleration structures. 85 void checkAccelerationStructureVertexBufferFormat (const vk::InstanceInterface &vki, vk::VkPhysicalDevice physicalDevice, vk::VkFormat format); 248 void addNativeVertex (const V& vertex); // Adds new vertex in native format.
|
H A D | vkWsiUtil.cpp | 887 const VkFormat format) in createAttachmentView() 896 format, in createAttachmentView() 884 createAttachmentView(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const VkFormat format) createAttachmentView() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemStorageBufferTests.cpp | 211 vk::VkFormat format, in StorageBufferTestCase() 219 , m_validator (validationData, format) in StorageBufferTestCase() 205 StorageBufferTestCase(tcu::TestContext& testctx, const SSBOTestType testType, const glu::ShaderType shaderType, const char* name, const tcu::UVec4 testInput, ValidationDataStorage<T> validationData, vk::VkFormat format, bool pipelineProtectedAccess, vk::VkPipelineCreateFlags pipelineFlags, const std::string& extraShader = �) StorageBufferTestCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 221 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument 229 format, // VkFormat format; in makeImageCreateInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustness1VertexAccessTests.cpp | 493 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) 501 format, // VkFormat format; 546 colorFormat, // VkFormat format; 562 colorFormat, // VkFormat format
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 95 const VkFormat format, in makeImageCreateInfo() 106 format, // VkFormat format; in makeImageCreateInfo() 203 vertexFormat, // VkFormat format; in setVertexInputSingleAttribute() 1050 throw tcu::NotSupportedError("Storage image format not supported"); in requireStorageImageSupport() 93 makeImageCreateInfo(const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples, const VkImageTiling tiling) makeImageCreateInfo() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 208 static deBool openWriteFtm (int type, const char* format, va_list args) { DE_UNREF(type); DE_UNREF(format); DE_UNREF(args); return true; } in openWriteFtm() argument 284 // Expected file format: in TestCaseExecutor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 367 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) 378 << format("%.2f%%",
|
H A D | MachineOperand.cpp | 670 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI() 671 OS << format("0x%02x", uint8_t(CFI.getValues()[e])) << ", "; in printCFI() 1139 // FIXME: This is not necessarily the correct MIR serialization format for in print()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.hpp | 135 void get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data); 137 void update(glw::GLuint width, glw::GLuint height, glw::GLenum format, glw::GLenum type, glw::GLvoid* data);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.h | 211 VkImageAspectFlags GetDepthStencilAspectFlags(const angle::Format &format); 212 VkImageAspectFlags GetFormatAspectFlags(const angle::Format &format); 217 // clang-format off 224 // clang-format on
|
/third_party/skia/src/core/ |
H A D | SkScalerContext.cpp | 184 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format) { in internalMakeGlyph() argument 186 glyph.fMaskFormat = format; in internalMakeGlyph() 552 // in case we need to call generateImage on a mask-format that is different in getImage()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 1233 if(!nativeBuffer || GLPixelFormatFromAndroid(nativeBuffer->format) == GL_NONE) in CreateImage() 1235 ERR("%s badness unsupported HAL format=%x", __FUNCTION__, nativeBuffer ? nativeBuffer->format : 0); in CreateImage()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.hpp | 58 PlsFormat format; member 745 const char *format_to_glsl(spv::ImageFormat format);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 297 {static_cast<uint32_t>(image->format())}}, in GetTypeInstruction() 554 image_ty->format(), image_ty->access_qualifier()); in RebuildType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | type_manager.cpp | 297 {static_cast<uint32_t>(image->format())}}, in GetTypeInstruction() 554 image_ty->format(), image_ty->access_qualifier()); in RebuildType()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrule.cpp | 500 // rules like "<<%" to format, say, percents... 759 rulePatternFormat->format((int32_t)(number/util64_pow(radix, exponent)), status)); 813 toInsertInto.insert(pos, rulePatternFormat->format((int32_t)(pluralVal), status)); 831 * it in the rule set's list should be used to format the number) 853 // of 100, and the value we're trying to format _is_ an even
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_abc.py | 48 "{0} is not a subclass of {1}".format(subclass, self.__test)) 54 "{0} is not a superclass of {1}".format(superclass, self.__test))
|
/third_party/python/Lib/test/ |
H A D | test_pprint.py | 1228 def format(self, object, context, maxlevels, level): member in DottedPrettyPrinter 1235 return pprint.PrettyPrinter.format(
|
H A D | test_imaplib.py | 354 'unrecognized authentication type {}'.format(args[0])) 814 'type {}'.format(args[0]))
|
H A D | test_hashlib.py | 86 url = URL.format(hash_name) 90 raise unittest.SkipTest("Could not retrieve {}".format(url))
|