/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_state_cache.h | 485 class RenderPipelineCache final : angle::NonCopyable class 536 class ProvokingVertexComputePipelineCache final : angle::NonCopyable class 581 class StateCache final : angle::NonCopyable class
|
/third_party/skia/src/gpu/ops/ |
H A D | PathInnerTriangulateOp.cpp | 50 const char* name() const final { return "tessellate_HullShader"; } 52 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {} 53 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member in __anon18851::HullShader 289 // inner polygon directly to the final render target. By the time these programs in prePreparePrograms() 367 // by curves. We issue a final cover pass over the curves by drawing their convex hulls. in prePreparePrograms()
|
/third_party/skia/tests/ |
H A D | LazyProxyTest.cpp | 32 class LazyProxyTest final : public GrOnFlushCallbackObject { class 55 class Op final : public GrDrawOp { class in final 188 SkIRect getConservativeBounds() const final {
|
/third_party/skia/src/pathops/ |
H A D | SkOpSpan.cpp | 443 SkASSERT(!final()); in release() 467 SkASSERT(!final()); in setOppSum() 477 SkASSERT(!final()); in setWindSum()
|
H A D | SkPathOpsDebug.cpp | 764 if (base->final()) { in debugCheckAngleCoin() 824 } while (!span->final() && (span = span->upCast()->next())); in DebugClearVisited() 938 } while ((spanBase = spanBase->final() ? nullptr : spanBase->upCast()->next())); in debugMissingCoincidence() 985 while ((oppNext = oppNext->final() ? nullptr : oppNext->upCast()->next())) { in debugMoveMultiples() 1034 } while ((test = test->final() ? nullptr : test->upCast()->next())); in debugMoveMultiples() 1052 if (test->final()) { in debugMoveNearby() 1065 } while (!spanBase->final()); in debugMoveNearby() 1076 if (test->final()) { in debugMoveNearby() 1088 } while (!spanBase->final()); in debugMoveNearby() 1444 SkOpSpanBase* next = end->final() in debugExpand() [all...] |
/third_party/skia/tools/viewer/ |
H A D | SkottieSlide.cpp | 29 class Track final : public skresources::ExternalTrackAsset { class 56 class AudioProviderProxy final : public skresources::ResourceProviderProxyBase { class 119 class Logger final : public skottie::Logger { in load() class
|
H A D | SlideDir.cpp | 56 class SlideAdapter final : public sksg::RenderNode { class 65 class ForwardingAnimator final : public SlideDir::Animator { in makeForwardingAnimator() class 124 class SlideDir::FocusController final : public Animator { class
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | pgen.py | 209 print(" State", i, state is finish and "(final)" or "") 224 print(" State", i, state.isfinal and "(final)" or "") 349 def __init__(self, nfaset, final): 352 assert isinstance(final, NFAState) 354 self.isfinal = final in nfaset
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_config_key.py | 46 # A test that needs a particular final key value should set it. 64 self.assertIn('Missing the final', self.dialog.showerror.message) 84 for mods, final, seq in (([], 'F12', '<Key-F12>'), 87 with self.subTest(m=mods, f=final, s=seq): 88 self.dialog.list_keys_final.get.result = final
|
/third_party/python/Lib/test/ |
H A D | test_multibytecodec.py | 387 self.assertEqual(encoder.encode('', final=True), self.reset) 388 self.assertEqual(encoder.encode('', final=True), b'') 397 self.assertEqual(encoder.encode('', final=True), b'')
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | any.h | 383 std::unique_ptr<ObjInterface> Clone() const final { 387 const void* ObjTypeId() const noexcept final { return IdForType<T>(); } 390 const std::type_info& Type() const noexcept final { return typeid(T); }
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie_bindings.cpp | 35 class WebTrack final : public skresources::ExternalTrackAsset { class 125 class JSLogger final : public skottie::Logger { class 149 class ManagedAnimation final : public SkRefCnt { class
|
/applications/standard/calendardata/calendarmanager/native/include/ |
H A D | native_calendar.h | 24 class Calendar final { class
|
/kernel/linux/linux-5.10/crypto/ |
H A D | crct10dif_generic.c | 92 .final = chksum_final,
|
H A D | xxhash_generic.c | 75 .final = xxhash64_final,
|
H A D | sha1_generic.c | 67 .final = sha1_final,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | 53 .final = crypto_nhpoly1305_final,
|
H A D | sm3-ce-glue.c | 68 .final = sm3_ce_final,
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1_neon_glue.c | 74 .final = sha1_neon_final,
|
H A D | sha1_glue.c | 57 .final = sha1_final,
|
H A D | sha1-ce-glue.c | 68 .final = sha1_ce_final,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | blake2s-shash.c | 42 .final = crypto_blake2s_final_x86, \
|
H A D | nhpoly1305-avx2-glue.c | 53 .final = crypto_nhpoly1305_final,
|
H A D | nhpoly1305-sse2-glue.c | 53 .final = crypto_nhpoly1305_final,
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | sha1_s390.c | 72 .final = s390_sha_final,
|