/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcbasic.c | 184 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 D | cidgload.c | 371 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 D | t1gload.c | 410 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 D | warnings.py | 16 """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 D | test_imp.py | 466 'qux.{}.pyc'.format(self.tag)) 476 'qux.{}.pyc'.format(self.tag))
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink.h | 28 #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.py | 544 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 D | DAGDeltaAlgorithm.cpp | 261 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 D | parser_impl_texture_sampler_types_test.cc | 197 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 D | Window_unix.cpp | 353 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 D | Dwarf.h | 51 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 D | WireArgumentTests.cpp | 112 colorTargetState.format = WGPUTextureFormat_RGBA8Unorm; 124 depthStencilState.format = WGPUTextureFormat_Depth24PlusStencil8;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_date_time.cpp | 923 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 D | AbstractMessageTest.java | 1 // 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 D | IsValidUtf8TestUtil.java | 1 // 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 D | GPBUtil.php | 3 // 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 D | type_checkers.py | 1 # 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 D | test_parser.py | 537 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 D | test_policy.py | 72 "changed").format(policy)) 84 "{} is not fully tested".format(attr))
|
/third_party/python/Lib/unittest/ |
H A D | loader.py | 112 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 D | macros.rs | 640 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 D | cctz_benchmark.cc | 1011 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 D | SkTypes.h | 392 # 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 D | Makefile | 79 -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute \ 87 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) \
|
H A D | matchpathcon.c | 15 __attribute__ ((format(printf, 1, 2))) 27 __attribute__ ((format(printf, 1, 2)))
|