Home
last modified time | relevance | path

Searched refs:format (Results 2576 - 2600 of 9425) sorted by relevance

1...<<101102103104105106107108109110>>...377

/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc1 // Protocol Buffers - Google's data interchange format
1054 const Formatter& format) { in GenerateUtf8CheckCode()
1058 format("DO_("); in GenerateUtf8CheckCode()
1060 format("::$proto_ns$::internal::WireFormatLite::$1$(\n", strict_function); in GenerateUtf8CheckCode()
1061 format.Indent(); in GenerateUtf8CheckCode()
1062 format(parameters); in GenerateUtf8CheckCode()
1064 format("::$proto_ns$::internal::WireFormatLite::PARSE,\n"); in GenerateUtf8CheckCode()
1066 format("::$proto_ns$::internal::WireFormatLite::SERIALIZE,\n"); in GenerateUtf8CheckCode()
1068 format("\"$1$\")", field->full_name()); in GenerateUtf8CheckCode()
1070 format(")"); in GenerateUtf8CheckCode()
1049 GenerateUtf8CheckCode(const FieldDescriptor* field, const Options& options, bool for_parse, const char* parameters, const char* strict_function, const char* verify_function, const Formatter& format) GenerateUtf8CheckCode() argument
1094 GenerateUtf8CheckCodeForString(const FieldDescriptor* field, const Options& options, bool for_parse, const char* parameters, const Formatter& format) GenerateUtf8CheckCodeForString() argument
1103 GenerateUtf8CheckCodeForCord(const FieldDescriptor* field, const Options& options, bool for_parse, const char* parameters, const Formatter& format) GenerateUtf8CheckCodeForCord() argument
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext_angle.h13 // clang-format off
247 typedef void (GL_APIENTRYP PFNGLREADPIXELSROBUSTANGLEPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels);
248 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DROBUSTANGLEPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels);
251 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DROBUSTANGLEPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels);
252 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DROBUSTANGLEPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels);
253 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DROBUSTANGLEPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels);
255 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DROBUSTANGLEPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei bufSize, const void *data);
257 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DROBUSTANGLEPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei bufSize, const void *data);
281 typedef void (GL_APIENTRYP PFNGLREADNPIXELSROBUSTANGLEPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data);
312 GL_APICALL void GL_APIENTRY glReadPixelsRobustANGLE (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp1228 const DepthBufferFormat& format = depthFormats[ndx]; in init() local
1231 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name)); in init()
1234 addChild(new UsageDisplacementTestCase(m_context, (std::string(format.name) + "_displacement_with_units").c_str(), "test polygon offset", format.internalFormat, format.name)); in init()
1237 addChild(new UsagePositiveNegativeTestCase(m_context, (std::string(format.name) + "_render_with_units").c_str(), "test polygon offset", format.internalFormat, format in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp1224 const DepthBufferFormat& format = depthFormats[ndx]; in init() local
1227 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name)); in init()
1230 addChild(new UsageDisplacementTestCase(m_context, (std::string(format.name) + "_displacement_with_units").c_str(), "test polygon offset", format.internalFormat, format.name)); in init()
1233 addChild(new UsagePositiveNegativeTestCase(m_context, (std::string(format.name) + "_render_with_units").c_str(), "test polygon offset", format.internalFormat, format in init()
[all...]
/test/xts/dcts/common/
H A Dshm_utils.h39 #define LOG(format, ...) \
47 fprintf(stdout, "[shm-utils] %s " format "\n", strTime, ##__VA_ARGS__); \
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyFormat.java42 * Override Format.format().
44 * @see java.text.Format#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)
47 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos) { in format() method in CurrencyFormat
51 return super.format(obj, toAppendTo, pos); in format()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCurrencyFormat.java43 * Override Format.format().
45 * @see java.text.Format#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)
48 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos) { in format() method in CurrencyFormat
52 return super.format(obj, toAppendTo, pos); in format()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_asformat.h53 UnicodeString& format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos,
60 UnicodeString& format(const Formattable& obj, UnicodeString& appendTo, FieldPositionIterator* posIter,
70 * Gets the LocalizedNumberFormatter that this wrapper class uses to format numbers.
/third_party/libdrm/nouveau/nvif/
H A Dcl9097.h28 __u8 format; member
38 __u8 format; member
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.h32 int dri_format; /* image format */
40 uint32_t dri_format; /* plane format */
50 dri2_get_mapping_by_format(int format);
53 dri2_get_pipe_format_for_dri_format(int format);
/third_party/mesa3d/src/gallium/include/frontend/
H A Dsw_winsys.h72 enum pipe_format format );
88 enum pipe_format format,
/third_party/node/test/parallel/
H A Dtest-crypto-keygen-async-dsa.js21 format: 'der'
29 format: 'pem'
20 format: 'der' global() property
/third_party/mesa3d/src/intel/isl/
H A Disl_gfx4.c79 if (isl_format_get_layout(info->format)->bpb >= 128) in isl_gfx4_filter_tiling()
105 * | format | halign | valign | in isl_gfx4_choose_image_alignment_el()
112 if (isl_format_is_compressed(info->format)) { in isl_gfx4_choose_image_alignment_el()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_asformat.h53 UnicodeString& format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos,
60 UnicodeString& format(const Formattable& obj, UnicodeString& appendTo, FieldPositionIterator* posIter,
70 * Gets the LocalizedNumberFormatter that this wrapper class uses to format numbers.
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_util.h33 #include "util/format/u_format.h"
65 enum pipe_format format,
70 enum pipe_format format, bool dithered);
/third_party/libexif/libexif/
H A Dexif-entry.h39 #include <libexif/exif-format.h>
48 ExifFormat format; member
60 * than exif_format_get_size(format)*components */
118 /*! Initialize an empty #ExifEntry with default data in the correct format
129 /*! Fix the type or format of the given EXIF entry to bring it into spec.
131 * format according to the EXIF specification, then it is converted to make it
148 * This is meant for display to the user. The format of each tag is subject
/third_party/libexif/libexif/huawei/
H A Dmnote-huawei-entry.h19 #include <libexif/exif-format.h>
28 ExifFormat format; member
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.h34 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...);
63 const char* GetVFormatted(const char* format, va_list args);
/third_party/python/Include/
H A Dbytesobject.h38 Py_GCC_ATTRIBUTE((format(printf, 1, 0)));
40 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) { in format() function in GuidAdapter
45 A.format(OS, ""); in operator <<()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.h37 // Permutes over all combinations of color format, depth stencil format and sample count and
54 static ANGLE_INLINE EGLenum GetConfigCaveat(GLenum format) in GetConfigCaveat() argument
60 switch (format) in GetConfigCaveat()
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.h19 wgpu::TextureFormat format, GrRenderable, int sampleCnt,
34 wgpu::TextureFormat format() const { return fInfo.fFormat; } in format() function in GrDawnTexture
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_asformat.h53 UnicodeString& format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos,
60 UnicodeString& format(const Formattable& obj, UnicodeString& appendTo, FieldPositionIterator* posIter,
70 * Gets the LocalizedNumberFormatter that this wrapper class uses to format numbers.
/third_party/skia/src/sksl/
H A DSkSLOutputStream.h42 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3);
44 void appendVAList(const char format[], va_list args);
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DNativeSwapChainImplVk.h35 DawnSwapChainError Configure(WGPUTextureFormat format,
46 wgpu::TextureFormat format; member

Completed in 16 milliseconds

1...<<101102103104105106107108109110>>...377