Home
last modified time | relevance | path

Searched defs:format (Results 3101 - 3125 of 5182) sorted by relevance

1...<<121122123124125126127128129130>>...208

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gdef-table.hh285 HBUINT16 format; /* Format identifier */ global() member
460 HBUINT16 format; /* Format identifier--format = 1 */ global() member
499 HBUINT16 format; /* Format identifier */ global() member
[all...]
/third_party/python/Lib/test/
H A Dtest_pprint.py1228 def format(self, object, context, maxlevels, level): member in DottedPrettyPrinter
/third_party/python/Modules/_ctypes/
H A Dctypes.h233 char *format; member
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector_test.cc2389 ast::ImageFormat format; in TEST_P() local
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc354 PrintfTrampolineRRRR( const char* format, uint32_t a, uint32_t b, uint32_t c, uint32_t d) PrintfTrampolineRRRR() argument
360 PrintfTrampolineRRRD( const char* format, uint32_t a, uint32_t b, uint32_t c, double d) PrintfTrampolineRRRD() argument
366 PrintfTrampolineRRDR( const char* format, uint32_t a, uint32_t b, double c, uint32_t d) PrintfTrampolineRRDR() argument
372 PrintfTrampolineRRDD( const char* format, uint32_t a, uint32_t b, double c, double d) PrintfTrampolineRRDD() argument
378 PrintfTrampolineRDRR( const char* format, uint32_t a, double b, uint32_t c, uint32_t d) PrintfTrampolineRDRR() argument
384 PrintfTrampolineRDRD( const char* format, uint32_t a, double b, uint32_t c, double d) PrintfTrampolineRDRD() argument
390 PrintfTrampolineRDDR( const char* format, uint32_t a, double b, double c, uint32_t d) PrintfTrampolineRDDR() argument
396 PrintfTrampolineRDDD( const char* format, uint32_t a, double b, double c, double d) PrintfTrampolineRDDD() argument
402 PrintfTrampolineDRRR( const char* format, double a, uint32_t b, uint32_t c, uint32_t d) PrintfTrampolineDRRR() argument
408 PrintfTrampolineDRRD( const char* format, double a, uint32_t b, uint32_t c, double d) PrintfTrampolineDRRD() argument
414 PrintfTrampolineDRDR( const char* format, double a, uint32_t b, double c, uint32_t d) PrintfTrampolineDRDR() argument
420 PrintfTrampolineDRDD( const char* format, double a, uint32_t b, double c, double d) PrintfTrampolineDRDD() argument
426 PrintfTrampolineDDRR( const char* format, double a, double b, uint32_t c, uint32_t d) PrintfTrampolineDDRR() argument
432 PrintfTrampolineDDRD( const char* format, double a, double b, uint32_t c, double d) PrintfTrampolineDDRD() argument
438 PrintfTrampolineDDDR( const char* format, double a, double b, double c, uint32_t d) PrintfTrampolineDDDR() argument
444 PrintfTrampolineDDDD( const char* format, double a, double b, double c, double d) PrintfTrampolineDDDD() argument
450 Printf(const char* format, CPURegister reg1, CPURegister reg2, CPURegister reg3, CPURegister reg4) Printf() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument
190 void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags createFlags, VkImageTiling tiling) in checkImageSupport() argument
220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument
297 fillRandom(de::Random* randomGen, MultiPlaneImageData* imageData, const vk::VkFormat format, const bool noNan) fillRandom() argument
348 allocateAndBindImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkFormat format, VkImageCreateFlags createFlags, vk::MemoryRequirement requirement) allocateAndBindImageMemory() argument
[all...]
H A DvktYCbCrViewTests.cpp323 VkFormat format; member
409 void checkImageFeatureSupport (Context& context, VkFormat format, VkFormatFeatureFlags req) in checkImageFeatureSupport() argument
102 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument
130 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlagBits imageAspect, const VkSamplerYcbcrConversionInfo* samplerConversionInfo) createImageView() argument
452 const VkFormat format = params.format; testPlaneView() local
[all...]
/third_party/python/Python/
H A Dpystrtod.c714 _PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d, int precision) _PyOS_ascii_formatd() argument
801 char format[32]; PyOS_double_to_string() local
[all...]
/third_party/python/Objects/
H A Dcall.c551 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() argument
569 PyEval_CallFunction(PyObject *callable, const char *format, argument
495 _PyObject_CallFunctionVa(PyThreadState *tstate, PyObject *callable, const char *format, va_list va, int is_size_t) _PyObject_CallFunctionVa() argument
584 _PyObject_CallFunction_SizeT(PyObject *callable, const char *format, ...) _PyObject_CallFunction_SizeT() argument
598 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) callmethod() argument
612 PyObject_CallMethod(PyObject *obj, const char *name, const char *format, ...) PyObject_CallMethod() argument
639 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) PyEval_CallMethod() argument
662 _PyObject_CallMethod(PyObject *obj, PyObject *name, const char *format, ...) _PyObject_CallMethod() argument
686 _PyObject_CallMethodId(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId() argument
709 _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, const char *format, ...) _PyObject_CallMethodFormat() argument
721 _PyObject_CallMethod_SizeT(PyObject *obj, const char *name, const char *format, ...) _PyObject_CallMethod_SizeT() argument
745 _PyObject_CallMethodId_SizeT(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId_SizeT() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc205 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 Desound.h141 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 Ddbus-util.c449 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 Dcalendar.py638 def format(cols, colwidth=_colwidth, spacing=_spacing): global() function
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1905 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 Dprotostream_objectsource.cc1144 const char* format = in FormatNanos() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc333 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 Dnanobench.cpp466 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 Dtrim_capabilities_pass.cpp315 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 Des3fFboTestUtil.cpp866 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 Des3fFramebufferBlitTests.cpp117 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 Des3fPolygonOffsetTests.cpp1228 const DepthBufferFormat& format = depthFormats[ndx]; in init() local
[all...]
H A Des3fTextureFormatTests.cpp112 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 Des3fTextureWrapTests.cpp132 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 Des31fAdvancedBlendTests.cpp280 const deUint32 format = useSRGB ? GL_SRGB8_ALPHA8 : GL_RGBA8; in init() local
H A Des31fCopyImageTests.cpp183 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...]

Completed in 35 milliseconds

1...<<121122123124125126127128129130>>...208