Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 9754) sorted by relevance

12345678910>>...391

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp695 bool IsYuvFormat(GLenum format) in IsYuvFormat()
713 uint32_t GetPlaneCount(GLenum format) in GetPlaneCount()
733 uint32_t GetYPlaneBpp(GLenum format) in GetYPlaneBpp()
753 uint32_t GetChromaPlaneBpp(GLenum format) in GetChromaPlaneBpp()
776 void GetSubSampleFactor(GLenum format, int *horizontalSubsampleFactor, int *verticalSubsampleFactor) in GetSubSampleFactor()
835 GLenum format, in AddRGBAXFormat()
880 GLenum format, in AddRGBAFormat()
900 GLenum format, in AddLUMAFormat()
937 GLenum format, in AddDepthStencilFormat()
1009 GLenum format, in AddPalettedFormat()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.string/format.string.std/
H A Dlwg3720_arg_id_width_precision_allowed_types.verify.cpp29 TEST_IGNORE_NODISCARD std::format("{:{}}", 42, true); in test_char_width() member in test_char_width::std
31 TEST_IGNORE_NODISCARD std::format("{:{}}", 42, '0'); in test_char_width() member in test_char_width::std
34 TEST_IGNORE_NODISCARD std::format("{:{}}", 42, __int128_t(0)); in test_char_width() member in test_char_width::std
36 TEST_IGNORE_NODISCARD std::format("{:{}}", 42, __uint128_t(0)); in test_char_width() member in test_char_width::std
39 TEST_IGNORE_NODISCARD std::format("{:{}}", 42, 42.0f); in test_char_width() member in test_char_width::std
41 TEST_IGNORE_NODISCARD std::format("{:{}}", 42, 42.0); in test_char_width() member in test_char_width::std
43 TEST_IGNORE_NODISCARD std::format("{:{}}", 42, 42.0l); in test_char_width() member in test_char_width::std
48 TEST_IGNORE_NODISCARD std::format("{:0.{}}", 42.0, true); in test_char_precision() member in test_char_precision::std
50 TEST_IGNORE_NODISCARD std::format("{:0.{}}", 42.0, '0'); in test_char_precision() member in test_char_precision::std
53 TEST_IGNORE_NODISCARD std::format("{:0.{}}", 42.0, __int128_t(0)); in test_char_precision() member in test_char_precision::std
[all …]
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java112 MediaFormat format = new MediaFormat(); in getSampleAudioFormat() local
122 MediaFormat format = new MediaFormat(); in getSampleVideoFormat() local
136 MediaFormat format = new MediaFormat(); in getMultipleAccessUnitsSampleAudioFormat() local
154 void testConfigureCodecForIncompleteFormat(MediaFormat format, String[] keys, in testConfigureCodecForIncompleteFormat()
187 MediaFormat format = getSampleAudioFormat(); in testConfigureCodecForBadFlags() local
208 void tryConfigureCodecInInvalidState(MediaFormat format, boolean isAsync, String msg) { in tryConfigureCodecInInvalidState()
472 MediaFormat format = getSampleAudioFormat(); in testConfigureAudioDecodeForIncompleteFormat() local
483 MediaFormat format = getSampleAudioFormat(); in testConfigureAudioEncodeForIncompleteFormat() local
494 MediaFormat format = getSampleVideoFormat(); in testConfigureVideoDecodeForIncompleteFormat() local
505 MediaFormat format = getSampleVideoFormat(); in testConfigureVideoEncodeForIncompleteFormat() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.functions/
H A Dformat.verify.cpp29 …TEST_IGNORE_NODISCARD std::format("{"); // expected-error-re{{call to consteval function '{{.*}}' … in f() member in f::std
32 …TEST_IGNORE_NODISCARD std::format("}"); // expected-error-re{{call to consteval function '{{.*}}' … in f() member in f::std
35 …TEST_IGNORE_NODISCARD std::format("{}"); // expected-error-re{{call to consteval function '{{.*}}'… in f() member in f::std
38 …TEST_IGNORE_NODISCARD std::format("{0}"); // expected-error-re{{call to consteval function '{{.*}}… in f() member in f::std
41 …TEST_IGNORE_NODISCARD std::format("{:-}", "Forty-two"); // expected-error-re{{call to consteval fu… in f() member in f::std
44 …TEST_IGNORE_NODISCARD std::format("{:#}", "Forty-two"); // expected-error-re{{call to consteval fu… in f() member in f::std
47 …TEST_IGNORE_NODISCARD std::format("{:L}", "Forty-two"); // expected-error-re{{call to consteval fu… in f() member in f::std
50 …TEST_IGNORE_NODISCARD std::format("{0:{0}}", "Forty-two"); // expected-error-re{{call to consteval… in f() member in f::std
53 …TEST_IGNORE_NODISCARD std::format("{:.42d}", "Forty-two"); // expected-error-re{{call to consteval… in f() member in f::std
56 …TEST_IGNORE_NODISCARD std::format("{:d}", "Forty-two"); // expected-error-re{{call to consteval fu… in f() member in f::std
[all …]
H A Dformat.locale.verify.cpp31 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{"); // expected-error-re{{call to consteval fun… in f() member in f::std
34 …TEST_IGNORE_NODISCARD std::format(std::locale(), "}"); // expected-error-re{{call to consteval fun… in f() member in f::std
37 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{}"); // expected-error-re{{call to consteval fu… in f() member in f::std
40 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{0}"); // expected-error-re{{call to consteval f… in f() member in f::std
43 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{:-}", "Forty-two"); // expected-error-re{{call … in f() member in f::std
46 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{:#}", "Forty-two"); // expected-error-re{{call … in f() member in f::std
49 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{:L}", "Forty-two"); // expected-error-re{{call … in f() member in f::std
52 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{0:{0}}", "Forty-two"); // expected-error-re{{ca… in f() member in f::std
55 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{:.42d}", "Forty-two"); // expected-error-re{{ca… in f() member in f::std
58 …TEST_IGNORE_NODISCARD std::format(std::locale(), "{:d}", "Forty-two"); // expected-error-re{{call … in f() member in f::std
[all …]
/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_format.h48 vk_format_description(VkFormat format) in vk_format_description()
54 vk_format_is_color(VkFormat format) in vk_format_is_color()
60 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil()
67 vk_format_has_depth(VkFormat format) in vk_format_has_depth()
74 vk_format_has_stencil(VkFormat format) in vk_format_has_stencil()
81 vk_format_depth_only(VkFormat format) in vk_format_depth_only()
97 vk_format_stencil_only(VkFormat format) in vk_format_stencil_only()
107 vk_format_is_int(VkFormat format) in vk_format_is_int()
113 vk_format_is_sint(VkFormat format) in vk_format_is_sint()
119 vk_format_is_uint(VkFormat format) in vk_format_is_uint()
[all …]
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_format_utils.cpp282 VK_LAYER_EXPORT bool FormatIsCompressed_ETC2_EAC(VkFormat format) { in FormatIsCompressed_ETC2_EAC()
305 VK_LAYER_EXPORT bool FormatIsCompressed_ASTC_LDR(VkFormat format) { in FormatIsCompressed_ASTC_LDR()
346 VK_LAYER_EXPORT bool FormatIsCompressed_BC(VkFormat format) { in FormatIsCompressed_BC()
375 VK_LAYER_EXPORT bool FormatIsCompressed_PVRTC(VkFormat format) { in FormatIsCompressed_PVRTC()
396 VK_LAYER_EXPORT bool FormatIsSinglePlane_422(VkFormat format) { in FormatIsSinglePlane_422()
417 VK_LAYER_EXPORT bool FormatIsCompressed(VkFormat format) { in FormatIsCompressed()
422 VK_LAYER_EXPORT bool FormatIsPacked(VkFormat format) { in FormatIsPacked()
485 VK_LAYER_EXPORT bool FormatElementIsTexel(VkFormat format) { in FormatElementIsTexel()
494 VK_LAYER_EXPORT bool FormatIsDepthOrStencil(VkFormat format) { in FormatIsDepthOrStencil()
499 VK_LAYER_EXPORT bool FormatIsDepthAndStencil(VkFormat format) { in FormatIsDepthAndStencil()
[all …]
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.h146 enum pipe_format format; member
452 util_format_name(enum pipe_format format) in util_format_name()
465 util_format_short_name(enum pipe_format format) in util_format_short_name()
500 util_format_is_plain(enum pipe_format format) in util_format_is_plain()
512 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed()
537 util_format_is_s3tc(enum pipe_format format) in util_format_is_s3tc()
550 util_format_is_etc(enum pipe_format format) in util_format_is_etc()
563 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb()
590 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil()
604 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dmessage_field.cc106 Formatter format(printer, variables_); in GeneratePrivateMembers() local
116 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
165 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
316 Formatter format(printer, variables_); in GenerateInternalAccessorDeclarations() local
333 Formatter format(printer, variables_); in GenerateInternalAccessorDefinitions() local
382 Formatter format(printer, variables_); in GenerateClearingCode() local
400 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
419 Formatter format(printer, variables_); in GenerateMergingCode() local
434 Formatter format(printer, variables_); in GenerateSwappingCode() local
441 Formatter format(printer, variables_); in GenerateDestructorCode() local
[all …]
H A Dstring_field.cc110 Formatter format(printer, variables_); in GeneratePrivateMembers() local
123 Formatter format(printer, variables_); in GenerateStaticMembers() local
137 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
200 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
353 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions() local
363 Formatter format(printer, variables_); in GenerateClearingCode() local
375 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
413 Formatter format(printer, variables_); in GenerateMergingCode() local
419 Formatter format(printer, variables_); in GenerateSwappingCode() local
437 Formatter format(printer, variables_); in GenerateConstructorCode() local
[all …]
H A Dprimitive_field.cc135 Formatter format(printer, variables_); in GeneratePrivateMembers() local
141 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
154 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
177 Formatter format(printer, variables_); in GenerateClearingCode() local
182 Formatter format(printer, variables_); in GenerateMergingCode() local
187 Formatter format(printer, variables_); in GenerateSwappingCode() local
193 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
199 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
208 Formatter format(printer, variables_); in GenerateByteSize() local
231 Formatter format(printer, variables_); in GenerateConstexprAggregateInitializer() local
[all …]
H A Denum_field.cc77 Formatter format(printer, variables_); in GeneratePrivateMembers() local
83 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
96 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
123 Formatter format(printer, variables_); in GenerateClearingCode() local
128 Formatter format(printer, variables_); in GenerateMergingCode() local
133 Formatter format(printer, variables_); in GenerateSwappingCode() local
139 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
145 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
153 Formatter format(printer, variables_); in GenerateByteSize() local
161 Formatter format(printer, variables_); in GenerateConstexprAggregateInitializer() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dmessage_field.cc106 Formatter format(printer, variables_); in GeneratePrivateMembers() local
116 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
165 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
312 Formatter format(printer, variables_); in GenerateInternalAccessorDeclarations() local
329 Formatter format(printer, variables_); in GenerateInternalAccessorDefinitions() local
378 Formatter format(printer, variables_); in GenerateClearingCode() local
396 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
415 Formatter format(printer, variables_); in GenerateMergingCode() local
430 Formatter format(printer, variables_); in GenerateSwappingCode() local
437 Formatter format(printer, variables_); in GenerateDestructorCode() local
[all …]
H A Dstring_field.cc110 Formatter format(printer, variables_); in GeneratePrivateMembers() local
123 Formatter format(printer, variables_); in GenerateStaticMembers() local
137 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
200 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
349 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions() local
359 Formatter format(printer, variables_); in GenerateClearingCode() local
371 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
409 Formatter format(printer, variables_); in GenerateMergingCode() local
415 Formatter format(printer, variables_); in GenerateSwappingCode() local
433 Formatter format(printer, variables_); in GenerateConstructorCode() local
[all …]
H A Denum_field.cc77 Formatter format(printer, variables_); in GeneratePrivateMembers() local
83 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
96 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
123 Formatter format(printer, variables_); in GenerateClearingCode() local
128 Formatter format(printer, variables_); in GenerateMergingCode() local
133 Formatter format(printer, variables_); in GenerateSwappingCode() local
139 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
145 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
153 Formatter format(printer, variables_); in GenerateByteSize() local
161 Formatter format(printer, variables_); in GenerateConstexprAggregateInitializer() local
[all …]
H A Dprimitive_field.cc135 Formatter format(printer, variables_); in GeneratePrivateMembers() local
141 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
154 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
177 Formatter format(printer, variables_); in GenerateClearingCode() local
182 Formatter format(printer, variables_); in GenerateMergingCode() local
187 Formatter format(printer, variables_); in GenerateSwappingCode() local
193 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
199 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
208 Formatter format(printer, variables_); in GenerateByteSize() local
231 Formatter format(printer, variables_); in GenerateConstexprAggregateInitializer() local
[all …]
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dpattern_formatter_impl.h41 void format(details::log_msg& msg, const std::tm&) override in format() function
51 void format(details::log_msg& msg, const std::tm&) override in format() function
60 void format(details::log_msg& msg, const std::tm&) override in format() function
84 void format(details::log_msg& msg, const std::tm& tm_time) override in format() function
94 void format(details::log_msg& msg, const std::tm& tm_time) override in format() function
104 void format(details::log_msg& msg, const std::tm& tm_time) override in format() function
114 void format(details::log_msg& msg, const std::tm& tm_time) override in format() function
139 void format(details::log_msg& msg, const std::tm& tm_time) override in format() function
150 void format(details::log_msg& msg, const std::tm& tm_time) override in format() function
161 void format(details::log_msg& msg, const std::tm& tm_time) override in format() function
[all …]
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/interface/utils/
DImsMediaTrace.h45 #define IMLOGD_PACKET0(type, format) \ argument
48 #define IMLOGD_PACKET1(type, format, a) \ argument
51 #define IMLOGD_PACKET2(type, format, a, b) \ argument
54 #define IMLOGD_PACKET3(type, format, a, b, c) \ argument
57 #define IMLOGD_PACKET4(type, format, a, b, c, d) \ argument
60 #define IMLOGD_PACKET5(type, format, a, b, c, d, e) \ argument
63 #define IMLOGD_PACKET6(type, format, a, b, c, d, e, f) \ argument
66 #define IMLOGD_PACKET7(type, format, a, b, c, d, e, f, g) \ argument
69 #define IMLOGD_PACKET8(type, format, a, b, c, d, e, f, g, h) \ argument
73 #define IMLOGI0(format) \ argument
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dformats.c84 _mesa_get_format_info(mesa_format format) in _mesa_get_format_info()
102 _mesa_get_format_name(mesa_format format) in _mesa_get_format_name()
120 _mesa_get_format_bytes(mesa_format format) in _mesa_get_format_bytes()
141 _mesa_get_format_bits(mesa_format format, GLenum pname) in _mesa_get_format_bits()
196 _mesa_get_format_max_bits(mesa_format format) in _mesa_get_format_max_bits()
214 _mesa_get_format_layout(mesa_format format) in _mesa_get_format_layout()
232 _mesa_get_format_datatype(mesa_format format) in _mesa_get_format_datatype()
239 get_base_format_for_array_format(mesa_array_format format) in get_base_format_for_array_format()
320 _mesa_get_format_base_format(uint32_t format) in _mesa_get_format_base_format()
339 _mesa_get_format_block_size(mesa_format format, in _mesa_get_format_block_size()
[all …]
H A Dglformats.c369 _mesa_components_in_format(GLenum format) in _mesa_components_in_format()
424 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel()
528 _mesa_is_enum_format_unsized(GLenum format) in _mesa_is_enum_format_unsized()
584 _mesa_is_enum_format_unorm(GLenum format) in _mesa_is_enum_format_unorm()
655 _mesa_is_enum_format_snorm(GLenum format) in _mesa_is_enum_format_snorm()
693 _mesa_is_enum_format_unsigned_int(GLenum format) in _mesa_is_enum_format_unsigned_int()
733 _mesa_is_enum_format_signed_int(GLenum format) in _mesa_is_enum_format_signed_int()
890 _mesa_is_enum_format_integer(GLenum format) in _mesa_is_enum_format_integer()
935 _mesa_is_color_format(GLenum format) in _mesa_is_color_format()
1203 _mesa_is_depth_format(GLenum format) in _mesa_is_depth_format()
[all …]
/aosp_15_r20/external/libxkbcommon/doc/
H A Dkeymap-format-text-v1.md23 ### Keycode statements
53 ### Alias statements
63 ### LED name statements
99 ### Type definitions
109 #### `level_name` statements
121 #### `modifiers` statement
132 #### `map` entry statements
145 #### `preserve` statements
174 ### Interpret statements
255 #### `useModMapMods` statement
[all …]
/aosp_15_r20/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DNOPLogger.java77 final public void trace(String format, Object arg) { in trace()
83 public final void trace(String format, Object arg1, Object arg2) { in trace()
89 public final void trace(String format, Object... argArray) { in trace()
113 final public void debug(String format, Object arg) { in debug()
118 final public void debug(String format, Object arg1, Object arg2) { in debug()
123 final public void debug(String format, Object... argArray) { in debug()
147 final public void info(String format, Object arg1) { in info()
152 final public void info(String format, Object arg1, Object arg2) { in info()
157 final public void info(String format, Object... argArray) { in info()
180 final public void warn(String format, Object arg1) { in warn()
[all …]
/aosp_15_r20/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
H A DLoggerWrapper.java95 public void trace(String format, Object arg) { in trace()
109 public void trace(String format, Object arg1, Object arg2) { in trace()
123 public void trace(String format, Object... args) { in trace()
164 public void trace(Marker marker, String format, Object arg) { in trace()
177 public void trace(Marker marker, String format, Object arg1, Object arg2) { in trace()
190 public void trace(Marker marker, String format, Object... args) { in trace()
244 public void debug(String format, Object arg) { in debug()
258 public void debug(String format, Object arg1, Object arg2) { in debug()
272 public void debug(String format, Object... argArray) { in debug()
313 public void debug(Marker marker, String format, Object arg) { in debug()
[all …]
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/os/
H A Dmos_resource_defs.h197 #define IS_PAL_FORMAT(format) \ argument
209 #define IS_ALPHA4_FORMAT(format) \ argument
213 #define IS_ALPHA_FORMAT_RGB8(format) \ argument
217 #define IS_ALPHA_FORMAT_RGB10(format) \ argument
221 #define IS_ALPHA_FORMAT_RGB16(format) \ argument
227 #define IS_ALPHA_FORMAT_YUV(format) \ argument
232 #define IS_ALPHA_FORMAT(format) \ argument
238 #define IS_PL2_FORMAT(format) \ argument
247 #define IS_PL2_FORMAT_UnAligned(format) \ argument
262 #define IS_PL3_FORMAT(format) \ argument
[all …]
/aosp_15_r20/external/slf4j/slf4j-api/src/main/java/org/slf4j/
H A DLogger.java191 public void trace(String format, Object arg); in trace()
205 public void trace(String format, Object arg1, Object arg2); in trace()
221 public void trace(String format, Object... arguments); in trace()
278 public void trace(Marker marker, String format, Object arg); in trace()
291 public void trace(Marker marker, String format, Object arg1, Object arg2); in trace()
303 public void trace(Marker marker, String format, Object... argArray); in trace()
341 public void debug(String format, Object arg); in debug()
354 public void debug(String format, Object arg1, Object arg2); in debug()
370 public void debug(String format, Object... arguments); in debug()
407 public void debug(Marker marker, String format, Object arg); in debug()
[all …]

12345678910>>...391