/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_fluent.cpp | 617 fCompiled->format(results, status); in formatImpl()
|
H A D | number_formatimpl.cpp | 58 int32_t NumberFormatterImpl::format(UFormattedNumberData *results, UErrorCode &status) const { in format() function in NumberFormatterImpl
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_name.h | 24 SK_OT_USHORT format; member 134 * (in format 1 name tables, see SkOTTableName::format). 539 }; //format1ext (if format == format_1)
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DynamicBufferOffsetTests.cpp | 149 pipelineDescriptor.cTargets[0].format = wgpu::TextureFormat::RGBA8Unorm; in CreateRenderPipeline()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfdrivr.c | 527 slot->format = FT_GLYPH_FORMAT_BITMAP; in FT_CALLBACK_DEF()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ft.cc | 479 if (unlikely (ft_face->glyph->format != FT_GLYPH_FORMAT_OUTLINE))
|
H A D | hb-uniscribe.cc | 361 name.format = 0; in _hb_rename_font()
|
/third_party/python/Lib/tkinter/test/ |
H A D | widget_tests.py | 60 errmsg = errmsg.format(value)
|
/third_party/python/Lib/ |
H A D | weakref.py | 52 .format(type(meth))) from None
|
H A D | locale.py | 29 "str", "atof", "atoi", "format", "format_string", "currency", 250 def format(percent, value, grouping=False, monetary=False, *additional): function 261 raise ValueError(("format() must be given exactly one %%char " 262 "format specifier, %s not valid") % repr(percent))
|
H A D | tracemalloc.py | 190 # format of a frame tuple; it is reversed, because _tracemalloc 236 def format(self, limit=None, most_recent_first=False): member in Traceback 280 # See Traceback constructor for the format of the traceback tuple. 422 # the exact format
|
/third_party/python/Lib/concurrent/futures/ |
H A D | process.py | 173 e.__cause__ = _RemoteTraceback('\n"""\n{}"""'.format(''.join(tb)))
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl.h | 331 return formatter.format(builder_.Diagnostics()); in error() 474 /// @returns returns the image format or kNone if none matched.
|
/third_party/toybox/kconfig/ |
H A D | confdata.c | 21 __attribute__ ((format (printf, 1, 2)));
|
/third_party/python/Lib/test/ |
H A D | test_sysconfig.py | 113 expected = _INSTALL_SCHEMES[scheme][name].format(**config_vars)
|
H A D | test_pdb.py | 1947 .format(expected, stdout))
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | containers.py | 1 # Protocol Buffers - Google's data interchange format 156 "arguments ({} given)".format(len(args)))
|
/third_party/pulseaudio/src/modules/ |
H A D | module-virtual-source.c | 52 "format=<sample format> " 90 "format", 515 ss.format = PA_SAMPLE_FLOAT32; in pa__init() 518 pa_log("Invalid sample format specification or channel map"); in pa__init()
|
H A D | module-virtual-sink.c | 504 ss.format = PA_SAMPLE_FLOAT32; in pa__init() 507 pa_log("Invalid sample format specification or channel map"); in pa__init()
|
/third_party/python/Lib/venv/ |
H A D | __init__.py | 533 'version in PyPI'.format(
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_common.c | 55 __attribute__ ((format(printf, 1, 0)))
|
/third_party/spirv-tools/source/opt/ |
H A D | types.h | 177 // clang-format off 228 // clang-format on 331 spv::ImageFormat format() const { return format_; } in format() function in spvtools::opt::analysis::Image
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 481 vk::VkFormat format,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiFullScreenExclusiveTests.cpp | 278 surfaceFormat.format, in getBasicSwapchainParameters()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
H A D | validator.js | 316 // target format "@sys.float.id_sys_length" or '@sys.float.id_sys_length' 325 // target format "@app.float.developer_defined_length" or '@app.float.developer_defined_length' 334 // target format "@id_sys_length" or '@id_sys_length' or @id_sys_length 469 // target format "@sys.color.id_color_background" or '@sys.color.id_color_background' 478 // target format "@app.color.developer_defined_color" or '@app.color.developer_defined_color' 487 // target format "@id_color_background" or '@id_color_background' or @id_color_background 901 // target format "@sys.float.id_sys_number" or '@sys.float.id_sys_number' 910 // target format "@app.float.developer_defined_number" or '@app.float.developer_defined_number' 919 // target format "@id_sys_number" or '@id_sys_number' or @id_sys_number 1408 return 'ERROR: The format o [all...] |