Home
last modified time | relevance | path

Searched refs:format (Results 9626 - 9650 of 14664) sorted by relevance

1...<<381382383384385386387388389390>>...587

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcbasic.c184 if ( face->glyph->format == FT_GLYPH_FORMAT_BITMAP || in FT_CALLBACK_DEF()
185 face->glyph->format == FT_GLYPH_FORMAT_OUTLINE ) in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c371 cidglyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
449 cidglyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c410 t1glyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
507 t1glyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
/third_party/python/Lib/
H A Dwarnings.py16 """Function to format a warning the standard way."""
118 """Function to format a warning the standard way."""
297 "not '{:s}'".format(type(category).__name__))
513 msg = message.format(name=name, remove=remove_formatted)
/third_party/python/Lib/test/
H A Dtest_imp.py466 'qux.{}.pyc'.format(self.tag))
476 'qux.{}.pyc'.format(self.tag))
/third_party/pulseaudio/src/pulsecore/
H A Dsink.h28 #include <pulse/format.h>
265 * false otherwise (for example when an unsupportable format is
527 void pa_sink_set_sample_format(pa_sink *s, pa_sample_format_t format);
/third_party/python/Lib/concurrent/futures/
H A D_base.py544 raise InvalidStateError('{}: {!r}'.format(self._state, self))
559 raise InvalidStateError('{}: {!r}'.format(self._state, self))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp261 llvm::errs() << format(" %-4d: [", *it); in DAGDeltaAlgorithmImpl()
275 llvm::errs() << format(" %-4d: [", *it); in DAGDeltaAlgorithmImpl()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_texture_sampler_types_test.cc197 EXPECT_EQ(t->As<ast::StorageTexture>()->format, ast::ImageFormat::kR8Unorm); in TEST_F()
213 EXPECT_EQ(t->As<ast::StorageTexture>()->format, ast::ImageFormat::kR16Float); in TEST_F()
225 EXPECT_EQ(p->error(), "1:20: invalid format for storage texture type"); in TEST_F()
243 EXPECT_EQ(p->error(), "1:20: invalid format for storage texture type"); in TEST_F()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp353 XChangeProperty(fDisplay, xsr->requestor, xsr->property, UTF8, /*format=*/8, in handleEvent()
478 int format; in getClipboardText() local
485 /*length=*/~0L, /*delete=*/False, AnyPropertyType, &type, &format, in getClipboardText()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DDwarf.h51 DW_LENGTH_DWARF64 = 0xffffffff, // Indicator of 64-bit DWARF format.
70 /// Constants that define the DWARF format as 32 or 64 bit.
552 /// The size of a reference is determined by the DWARF 32/64-bit format.
566 /// Get the byte size of the unit length field depending on the DWARF format.
581 /// format (ULEB or SLEB numbers or blocks) then None will be returned.
662 /// dumping functions above, these format unknown enumerator values as
667 static void format(const Enum &E, raw_ostream &OS, StringRef Style) { in format() function
671 << llvm::format("%x", E); in format()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireArgumentTests.cpp112 colorTargetState.format = WGPUTextureFormat_RGBA8Unorm;
124 depthStencilState.format = WGPUTextureFormat_Depth24PlusStencil8;
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_date_time.cpp923 dng_date_time_format format) in dng_date_time_storage_info()
926 , fFormat (format) in dng_date_time_storage_info()
922 dng_date_time_storage_info(uint64 offset, dng_date_time_format format) dng_date_time_storage_info() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractMessageTest.java1 // Protocol Buffers - Google's data interchange format
529 String equalsError = String.format("%s should not be equal to %s", m1, m2); in checkNotEqual()
534 String.format("%s should have a different hash code from %s", m1, m2), in checkNotEqual()
H A DIsValidUtf8TestUtil.java1 // Protocol Buffers - Google's data interchange format
446 String.format( in outputFailure()
462 s.append(String.format("%02x", b[i] & 0xFF)); in toHexString()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php3 // Protocol Buffers - Google's data interchange format
453 $seconds = $date->format("U");
472 return $date->format("Y-m-d\TH:i:s".$nanoseconds."\Z");
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py1 # Protocol Buffers - Google's data interchange format
88 rounded = float('{0:.{1}g}'.format(original, precision))
91 rounded = float('{0:.{1}g}'.format(original, precision))
/third_party/python/Lib/lib2to3/tests/
H A Dtest_parser.py537 single = "{p}spamspamspam{s}".format(p=pre, s=pre[-1])
539 triple = "{p}{s}{s}eggs{s}{s}{s}".format(p=pre, s=pre[-1])
/third_party/python/Lib/test/test_email/
H A Dtest_policy.py72 "changed").format(policy))
84 "{} is not fully tested".format(attr))
/third_party/python/Lib/unittest/
H A Dloader.py112 raise TypeError('loadTestsFromModule() takes 1 positional argument but {} were given'.format(complaint))
119 raise TypeError("loadTestsFromModule() got an unexpected keyword argument '{}'".format(complaint))
/third_party/rust/crates/clap/src/
H A Dmacros.rs640 let prefix = format!("[{:>w$}] \t", module_path!(), w = 28);
641 let body = format!($($arg)*);
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc1011 benchmark::DoNotOptimize(cctz::format(fmt, tp, tz)); in BM_Format_FormatTime()
1023 const std::string when = cctz::format(fmt, tp, tz); in BM_Format_ParseTime()
/third_party/skia/include/core/
H A DSkTypes.h392 # define SK_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B))))
463 extern SK_API void SkDebugf(const char format[], ...) SK_PRINTF_LIKE(1, 2);
/third_party/selinux/libselinux/src/
H A DMakefile79 -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute \
87 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) \
H A Dmatchpathcon.c15 __attribute__ ((format(printf, 1, 2)))
27 __attribute__ ((format(printf, 1, 2)))

Completed in 27 milliseconds

1...<<381382383384385386387388389390>>...587