/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrs.h | 55 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 D | number_asformat.cpp | 50 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 D | listformatter.h | 219 UnicodeString& format(const UnicodeString items[], int32_t n_items, 242 UnicodeString& format(
|
H A D | measfmt.h | 22 #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 D | sfnt.h | 65 le_uint16 format; member 112 le_uint32 format; member
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
H A D | main.cpp | 72 // 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 D | AudioStreamBuilder.h | 97 * 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 D | ProxyRefTest.cpp | 29 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 D | RenderPipeline.h | 40 size_t IndexFormatSize(wgpu::IndexFormat format); 47 wgpu::VertexFormat format; member
|
H A D | EncodingContext.h | 66 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 D | NativeSwapChainImplD3D12.cpp | 51 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 D | DrawIndirectTests.cpp | 48 descriptor.cAttributes[0].format = wgpu::VertexFormat::Float32x4; 49 descriptor.cTargets[0].format = renderPass.colorFormat;
|
H A D | DrawTests.cpp | 47 descriptor.cAttributes[0].format = wgpu::VertexFormat::Float32x4; 48 descriptor.cTargets[0].format = renderPass.colorFormat;
|
/third_party/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 121 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 D | font_header_table.h | 89 virtual void SetIndexToLocFormat(int32_t format); 91 virtual void SetGlyphDataFormat(int32_t format);
|
/third_party/python/Lib/distutils/command/ |
H A D | build_scripts.py | 118 "from utf-8".format(shebang)) 128 .format(shebang, encoding))
|
/third_party/skia/tools/skpbench/ |
H A D | _hardware_android.py | 134 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 D | umachine.h | 225 # error int64_t is required for decimal format and rule-based number format.
|
/third_party/typescript/tests/baselines/reference/ |
H A D | tsxStatelessFunctionComponentOverload5.js | 18 "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 D | vulkan_android.h | 65 VkFormat format; member 96 VkFormat format; member
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_case_sensitivity.py | 34 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 D | main.rs | 184 // 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 D | roll_abseil.py | 59 '*clang-format', 69 params.append('--exclude={}'.format(e)) 90 Bug: None""".format(hash_diff)
|
/third_party/skia/gm/ |
H A D | encode_platform.cpp | 35 SkEncodedImageFormat format; member 130 auto fmt = rec.format; int q = rec.quality;
|
/third_party/rust/crates/rust-openssl/systest/ |
H A D | build.rs | 102 format!("struct {}", s) in main() 104 format!("struct {}", s) in main()
|