| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_file.cc | 205 NamespaceOpener ns(Namespace(file_, options_), format); in GenerateHeader() local 315 NamespaceOpener ns(Namespace(file_, options_), format); GeneratePBHeader() local 586 NamespaceOpener ns(Namespace(file_, options_), format); GenerateSourceForMessage() local 601 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); GenerateSourceForMessage() local 624 NamespaceOpener ns(Namespace(file_, options_), format); GenerateGlobalSource() local 655 NamespaceOpener ns(Namespace(file_, options_), format); GenerateSource() local 679 NamespaceOpener ns(Namespace(file_, options_), format); GenerateSource() local 717 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); GenerateSource() local 1135 Print(const Formatter& format, const Options& options) const Print() argument 1156 PrintTopLevelDecl(const Formatter& format, const Options& options) const PrintTopLevelDecl() argument 1511 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); GenerateProto2NamespaceEnumSpecializations() local [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | esound.h | 141 esd_format_t format; /* magic int with the format info */ member 157 esd_format_t format; /* magic int with the format info */ member 172 esd_format_t format; /* magic int with the format info */ member
|
| H A D | dbus-util.c | 449 void pa_dbus_send_error(DBusConnection *c, DBusMessage *in_reply_to, const char *name, const char *format, ...) { in pa_dbus_send_error() argument
|
| /third_party/python/Lib/ |
| H A D | calendar.py | 638 def format(cols, colwidth=_colwidth, spacing=_spacing): global() function [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | text_format_unittest.cc | 1905 const char* format = "child: { $0 }"; in TEST_F() local 1924 const char* format = "unknown_child: { $0 }"; in TEST_F() local [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | protostream_objectsource.cc | 1144 const char* format = in FormatNanos() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| H A D | time_zone_format.cc | 333 std::string format(const std::string& format, const time_point<seconds>& tp, in format() argument 692 parse(const std::string& format, const std::string& input, const time_zone& tz, time_point<seconds>* sec, detail::femtoseconds* fs, std::string* err) parse() argument [all...] |
| /third_party/skia/bench/ |
| H A D | nanobench.cpp | 466 GrBackendFormat format = ctx->defaultBackendFormat(colorType, GrRenderable::kYes); in create_config() local 1440 const char* format = "%4d/%-4dMB\t%d\t%s\t%s\t%s\t%s\t%.0f%%\t%s\t%s\t%s\n"; local
|
| /third_party/spirv-tools/source/opt/ |
| H A D | trim_capabilities_pass.cpp | 315 const uint32_t format = type->GetSingleWordInOperand(kOpTypeImageFormatIndex); in Handler_OpImageRead_StorageImageReadWithoutFormat() local 336 const uint32_t format = type->GetSingleWordInOperand(kOpTypeImageFormatIndex); in Handler_OpImageSparseRead_StorageImageReadWithoutFormat() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboTestUtil.cpp | 866 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() argument 891 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument 931 const char* getFormatName (deUint32 format) in getFormatName() argument 996 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format) in getFragmentOutputType() argument 1017 getFramebufferReadFormat(const tcu::TextureFormat& format) getFramebufferReadFormat() argument 1054 getFormatThreshold(const tcu::TextureFormat& format) getFormatThreshold() argument 1066 const tcu::TextureFormat format = glu::mapGLInternalFormat(glFormat); getFormatThreshold() local [all...] |
| H A D | es3fFramebufferBlitTests.cpp | 117 const deUint32 format = GL_RGBA; in render() local 384 deUint32 format = ndx ? m_dstFormat : m_srcFormat; in render() local 569 const deUint32 format = GL_RGBA; in render() local 635 BlitDefaultFramebufferCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 filter) BlitDefaultFramebufferCase() argument 738 DefaultFramebufferBlitCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 filter, BlitDirection dir, BlitArea area) DefaultFramebufferBlitCase() argument [all...] |
| H A D | es3fPolygonOffsetTests.cpp | 1228 const DepthBufferFormat& format = depthFormats[ndx]; in init() local [all...] |
| H A D | es3fTextureFormatTests.cpp | 112 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFormatCase() argument 278 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in TextureCubeFormatCase() argument 478 Texture2DArrayFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int numLayers) Texture2DArrayFormatCase() argument 635 Texture3DFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int depth) Texture3DFormatCase() argument 796 Compressed2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) Compressed2DFormatCase() argument 937 CompressedCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) CompressedCubeFormatCase() argument 1326 deUint32 format; init() member 1342 deUint32 format = texFormats[formatNdx].format; init() local 1504 tcu::CompressedTexFormat format; init() member [all...] |
| H A D | es3fTextureWrapTests.cpp | 132 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument 509 CompressedTexFormat format; in init() member 566 const CompressedTexFormat format = (CompressedTexFormat)formatI; in init() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fAdvancedBlendTests.cpp | 280 const deUint32 format = useSRGB ? GL_SRGB8_ALPHA8 : GL_RGBA8; in init() local
|
| H A D | es31fCopyImageTests.cpp | 183 string formatToName (deUint32 format) in formatToName() argument 195 bool isFloatFormat (deUint32 format) in isFloatFormat() argument 203 bool isUintFormat (deUint32 format) in isUintFormat() argument 211 isIntFormat(deUint32 format) isIntFormat() argument 219 isFixedPointFormat(deUint32 format) isFixedPointFormat() argument 360 ImageInfo(deUint32 format, deUint32 target, const IVec3& size) ImageInfo() argument [all...] |
| H A D | es31fFboTestUtil.cpp | 420 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value) in clearColorBuffer() argument 445 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument 485 const char* getFormatName (deUint32 format) in getFormatName() argument 553 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format) in getFragmentOutputType() argument 574 getFramebufferReadFormat(const tcu::TextureFormat& format) getFramebufferReadFormat() argument 616 getFormatThreshold(const tcu::TextureFormat& format) getFormatThreshold() argument 628 const tcu::TextureFormat format = glu::mapGLInternalFormat(glFormat); getFormatThreshold() local [all...] |
| H A D | es31fShaderHelperInvocationTests.cpp | 220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples) in FboHelper() argument
|
| H A D | es31fStencilTexturingTests.cpp | 490 static void checkDepthStencilFormatSupport (Context& context, deUint32 format) in checkDepthStencilFormatSupport() argument 520 UploadTex2DCase (Context& context, const char* name, deUint32 format) in UploadTex2DCase() argument 575 UploadTex2DArrayCase (Context& context, const char* name, deUint32 format) in UploadTex2DArrayCase() argument 661 UploadTexCubeCase(Context& context, const char* name, deUint32 format) UploadTexCubeCase() argument 750 RenderTex2DCase(Context& context, const char* name, deUint32 format) RenderTex2DCase() argument 807 ClearTex2DCase(Context& context, const char* name, deUint32 format) ClearTex2DCase() argument 881 CompareModeCase(Context& context, const char* name, deUint32 format) CompareModeCase() argument 940 BaseLevelCase(Context& context, const char* name, deUint32 format) BaseLevelCase() argument [all...] |
| H A D | es31fTextureFilteringTests.cpp | 497 deUint32 format; in init() member 530 const deUint32 format = filterableFormatsByType[fmtNdx].format; in init() local 561 const deUint32 format = GL_RGBA8; in init() local 595 const deUint32 format = GL_RGBA8; in init() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLongStressCase.hpp | 138 deUint32 format; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
| H A D | vktModifiersTests.cpp | 91 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() argument 182 std::vector<deUint64> getExportImportCompatibleModifiers (Context& context, VkFormat format) in getExportImportCompatibleModifiers() argument 97 getDrmFormatModifiers(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkFormat format) getDrmFormatModifiers() argument 123 verifyHandleTypeForFormatModifier(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const VkFormat format, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags handleType, const deUint64 drmFormatModifier) verifyHandleTypeForFormatModifier() argument 221 checkExportImportExtensions(Context& context, VkFormat format) checkExportImportExtensions() argument 319 listModifiersCase(Context& context, VkFormat format) listModifiersCase() argument 360 createImageNoModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageUsageFlags imageUsages, const VkFormat format, const UVec2& size) createImageNoModifiers() argument 510 createImageListModifiersCase(Context& context, const VkFormat format) createImageListModifiersCase() argument 565 createImageModifierExplicitCase(Context& context, const VkFormat format) createImageModifierExplicitCase() argument 671 exportImportMemoryExplicitModifiersCase(Context& context, const VkFormat format, deUint64 modifier) exportImportMemoryExplicitModifiersCase() argument 942 exportImportMemoryExplicitModifiersCase(Context& context, const VkFormat format) exportImportMemoryExplicitModifiersCase() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineImageTests.cpp | 220 const tcu::TextureFormat format = (isCompressedFormat(m_imageFormat)) ? tcu::getUncompressedFormat(mapVkCompressedFormat(m_imageFormat)) in initPrograms() local 298 std::string ImageTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType() argument 345 getGlslTextureType(const tcu::TextureFormat& format, VkImageViewType type) getGlslTextureType() argument 415 getGlslSampler(const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) getGlslSampler() argument 430 getFormatCaseName(const VkFormat format) getFormatCaseName() argument 813 const VkFormat format = formats[formatNdx]; createImageFormatTests() local [all...] |
| H A D | vktPipelineLogicOpTests.cpp | 72 VkFormat format; // Framebuffer format. member 53 isSupportedColorAttachmentFormat(const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) isSupportedColorAttachmentFormat() argument 482 getSimpleFormatName(VkFormat format) getSimpleFormatName() argument 552 const auto& format = formatList[formatIdx]; createLogicOpTests() local [all...] |
| H A D | vktPipelineMaxVaryingsTests.cpp | 794 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
|