Home
last modified time | relevance | path

Searched refs:format (Results 3376 - 3400 of 8022) sorted by relevance

1...<<131132133134135136137138139140>>...321

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.h55 void format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const;
56 void format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErrorCode& status) const;
H A Dnumber_asformat.cpp50 UnicodeString& LocalizedNumberFormatterAsFormat::format(const Formattable& obj, UnicodeString& appendTo, in format() function in LocalizedNumberFormatterAsFormat
74 UnicodeString& LocalizedNumberFormatterAsFormat::format(const Formattable& obj, UnicodeString& appendTo, in format() function in LocalizedNumberFormatterAsFormat
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dlistformatter.h219 UnicodeString& format(const UnicodeString items[], int32_t n_items,
242 UnicodeString& format(
H A Dmeasfmt.h22 #include "unicode/format.h"
60 * Completely omit measure units when possible. For example, format
104 using Format::format;
163 virtual UnicodeString &format(
186 * array. The NumberFormat of this object is used only to format the amount
227 * locale and format width.
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dsfnt.h65 le_uint16 format; member
112 le_uint32 format; member
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dmain.cpp72 // format it. in cppapi()
73 str.remove(); // format() will APPEND to this string in cppapi()
74 fmt->format(result, str, status); in cppapi()
75 check(status, "NumberFormat::format"); in cppapi()
77 printf("NumberFormat::format("); // Display the result in cppapi()
219 // pick up number/currency format patterns
255 printf(" - format currency \"%s\": ", sampleCurrencies[j]); in showCurrencyFormatting()
271 nf->format(12345678.93, output); in showCurrencyFormatting()
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStreamBuilder.h97 * Request a sample data format, for example Format::Float.
102 AudioStreamBuilder *setFormat(AudioFormat format) { in setFormat() argument
103 mFormat = format; in setFormat()
422 * @return true if channels, format and sample rate match
/third_party/skia/tests/
H A DProxyRefTest.cpp29 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in make_deferred() local
31 return proxyProvider->createProxy(format, {kWidthHeight, kWidthHeight}, GrRenderable::kYes, 1, in make_deferred()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.h40 size_t IndexFormatSize(wgpu::IndexFormat format);
47 wgpu::VertexFormat format; member
H A DEncodingContext.h66 absl::UntypedFormatSpec format(formatStr); in ConsumedError()
67 if (absl::FormatUntyped(&out, format, {absl::FormatArg(args)...})) { in ConsumedError()
71 "[Failed to format error message: \"%s\"].", formatStr)); in ConsumedError()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DNativeSwapChainImplD3D12.cpp51 DawnSwapChainError NativeSwapChainImpl::Configure(WGPUTextureFormat format, in Configure() argument
57 ASSERT(format == static_cast<WGPUTextureFormat>(GetPreferredFormat())); in Configure()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDrawIndirectTests.cpp48 descriptor.cAttributes[0].format = wgpu::VertexFormat::Float32x4;
49 descriptor.cTargets[0].format = renderPass.colorFormat;
H A DDrawTests.cpp47 descriptor.cAttributes[0].format = wgpu::VertexFormat::Float32x4;
48 descriptor.cTargets[0].format = renderPass.colorFormat;
/third_party/openssl/crypto/bio/
H A Dossl_core_bio.c121 int ossl_core_bio_vprintf(OSSL_CORE_BIO *cb, const char *format, va_list args) in ossl_core_bio_vprintf() argument
123 return BIO_vprintf(cb->bio, format, args); in ossl_core_bio_vprintf()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.h89 virtual void SetIndexToLocFormat(int32_t format);
91 virtual void SetGlyphDataFormat(int32_t format);
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py118 "from utf-8".format(shebang))
128 .format(shebang, encoding))
/third_party/skia/tools/skpbench/
H A D_hardware_android.py134 echo {speed} > /sys/devices/system/cpu/cpu{id}/cpufreq/scaling_setspeed'''.format(id=i, speed=speed))
156 echo {speed} > /sys/class/kgsl/kgsl-3d0/devfreq/min_freq'''.format(speed=speed))
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dumachine.h225 # error int64_t is required for decimal format and rule-based number format.
/third_party/typescript/tests/baselines/reference/
H A DtsxStatelessFunctionComponentOverload5.js18 "data-format": string;
57 const b8 = <MainButton data-format />; // incorrect type for specified hyphanated name
92 var b8 = <MainButton data-format/>; // incorrect type for specified hyphanated name
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_android.h65 VkFormat format; member
96 VkFormat format; member
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_case_sensitivity.py34 sensitive_pkg = 'sensitive.{0}'.format(self.name)
35 insensitive_pkg = 'insensitive.{0}'.format(self.name.lower())
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs184 // Tests have the following format: in run_test()
196 assert_eq!(hex32, format!("{:0>8x}", float32.to_bits())); in run_test()
197 assert_eq!(hex64, format!("{:0>16x}", float64.to_bits())); in run_test()
/third_party/skia/third_party/externals/abseil-cpp/
H A Droll_abseil.py59 '*clang-format',
69 params.append('--exclude={}'.format(e))
90 Bug: None""".format(hash_diff)
/third_party/skia/gm/
H A Dencode_platform.cpp35 SkEncodedImageFormat format; member
130 auto fmt = rec.format; int q = rec.quality;
/third_party/rust/crates/rust-openssl/systest/
H A Dbuild.rs102 format!("struct {}", s) in main()
104 format!("struct {}", s) in main()

Completed in 33 milliseconds

1...<<131132133134135136137138139140>>...321