| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.h | 29 class GCNMaxOccupancySchedStrategy final : public GenericScheduler { class 65 class GCNScheduleDAGMILive final : public ScheduleDAGMILive { class
|
| /third_party/python/Lib/encodings/ |
| H A D | charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
| /third_party/skia/gm/verifiers/ |
| H A D | gmverifier.h | 143 VerifierResult verifyWithGold(const SkIRect&, const SkBitmap&, const SkBitmap&) final { 156 VerifierResult verify(const SkIRect&, const SkBitmap&) final {
|
| /third_party/skia/modules/skottie/src/ |
| H A D | Transform.h | 27 class TransformAdapter2D final : public DiscardableAdapterBase<TransformAdapter2D, class 89 void onSync() final; member in skottie::internal::TransformAdapter3D
|
| /third_party/skia/include/gpu/ |
| H A D | GrContextThreadSafeProxy.h | 34 class SK_API GrContextThreadSafeProxy final : public SkNVRefCnt<GrContextThreadSafeProxy> { class 156 class SK_API GrContextThreadSafeProxy final : public SkNVRefCnt<GrContextThreadSafeProxy> {}; class
|
| /base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/ |
| H A D | user_auth_client_fuzzer.cpp | 32 class DummyGetPropCallback final : public GetPropCallback { class 42 class DummySetPropCallback final : public SetPropCallback { class 52 class DummyAuthenticationCallback final : public AuthenticationCallback { class 70 class DummyIdentificationCallback final : public IdentificationCallback { class 88 class DummyPrepareRemoteAuthCallback final : public PrepareRemoteAuthCallback { class 97 class DummyIUserAuthWidgetCallback final : public IUserAuthWidgetCallback { class
|
| /third_party/node/src/ |
| H A D | node_file.h | 175 class FSReqCallback final : public FSReqBase { class 213 class FSReqPromise final : public FSReqBase { class 245 class FSReqAfterScope final { class 271 class FileHandleReadWrap final : public ReqWrap<uv_fs_t> { class 293 class FileHandle final : public AsyncWrap, public StreamBase { class 372 class CloseReq final : public ReqWrap<uv_fs_t> { class in node::fs::final
|
| /third_party/libwebsockets/lib/roles/ws/ |
| H A D | client-parser-ws.c | 138 wsi->ws->final = !!((c >> 7) & 1); in lws_ws_client_rx_sm() 140 wsi->ws->final); in lws_ws_client_rx_sm() 148 if ((!(wsi->ws->opcode & 8)) && wsi->ws->final) { in lws_ws_client_rx_sm() 153 if ((wsi->ws->opcode & 8) && !wsi->ws->final) { in lws_ws_client_rx_sm() 157 if (!wsi->ws->final) in lws_ws_client_rx_sm() 585 wsi->ws->final && wsi->ws->utf8 in lws_ws_client_rx_sm() 623 * because lws_is_final() hides it was final until the in lws_ws_client_rx_sm()
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-typed-array.cc | 58 int64_t final = len; in BUILTIN() local 75 final = CapRelativeIndex(num, 0, len); in BUILTIN() 80 int64_t count = std::min<int64_t>(final - from, len - to); in BUILTIN() 106 if (final > new_len) { in BUILTIN() 107 final = new_len; in BUILTIN() 109 count = std::min<int64_t>(final - from, new_len - to); in BUILTIN()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | renderer11_utils.h | 145 struct BlendStateKey final struct 161 struct RasterizerStateKey final struct 253 class LazyShader final : public LazyResource<GetResourceTypeFromD3D11<D3D11ShaderType>()> class 277 class LazyInputLayout final : public LazyResource<ResourceType::InputLayout> class 295 class LazyBlendState final : public LazyResource<ResourceType::BlendState> class 338 class ScopedUnmapper final : angle::NonCopyable class
|
| /third_party/zlib/examples/ |
| H A D | gun.c | 50 file are maintained in the final uncompressed file, to the extent that the 215 unsigned final; /* last character written for previous code */ in lunpipe() local 251 final = prev = (unsigned)last; /* low 8 bits of code */ in lunpipe() 261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */ in lunpipe() 325 match[stack++] = (unsigned char)final; in lunpipe() 337 final = code; in lunpipe() 343 suffix[end] = (unsigned char)final; in lunpipe() 365 /* loop for next code with final and prev as the last match, rem and in lunpipe()
|
| /kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 294 /* Undo final XOR with 0xffffffff ...*/ in safexcel_handle_req_result() 987 .final = safexcel_ahash_final, 1212 .final = safexcel_ahash_final, 1270 .final = safexcel_ahash_final, 1327 .final = safexcel_ahash_final, 1398 .final = safexcel_ahash_final, 1470 .final = safexcel_ahash_final, 1528 .final = safexcel_ahash_final, 1585 .final = safexcel_ahash_final, 1656 .final [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | gpu_program_gles.cpp | 284 void SetValue(char* source, uint32_t final) 286 const auto tmp = final - 1; 331 uint8_t& final = map.map[BIND_MAP_4_4(t.iSet, t.iBind)]; 332 if (final == 0) { 333 final = ++map.maxBind; 335 PLUGIN_ASSERT(final < Gles::ResourceLimits::MAX_BIND_IN_SET); 337 SetValue(data + bindingI, final); 420 uint32_t final = map.finalMap[BIND_MAP_4_4(sid, iid)]; 421 if (final) { 422 tmp.id[index].push_back(final [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_utils.h | 114 class PackedAttachmentIndex final class 268 class ObjectAndSerial final : angle::NonCopyable class 349 class MemoryProperties final : angle::NonCopyable class 422 class StagingBuffer final : angle::NonCopyable class 506 class DeviceScoped final : angle::NonCopyable class 525 class ContextScoped final : angle::NonCopyable class 542 class RendererScoped final : angle::NonCopyable class 607 class BindingPointer final : angle::NonCopyable class 648 class Shared final : angle::NonCopyable class 761 class Recycler final class 790 struct SpecializationConstants final global() struct 810 class ClearValuesArray final global() class 886 class ResourceSerialFactory final : angle::NonCopyable global() class [all...] |
| H A D | ProgramExecutableVk.h | 26 class ShaderInfo final : angle::NonCopyable class 50 struct ProgramTransformOptions final struct 63 class ProgramInfo final : angle::NonCopyable class 91 struct DefaultUniformBlock final : private angle::NonCopyable struct
|
| /base/account/os_account/interfaces/kits/napi/domain_account/include/ |
| H A D | napi_domain_account_manager.h | 97 class NapiDomainAccountPlugin final: public AccountSA::DomainAccountPlugin {
class 131 class NapiHasDomainInfoCallback final : public AccountSA::DomainAccountCallback {
class 143 class NapiGetAccessTokenCallback final : public AccountSA::GetAccessTokenCallback {
class 155 class NapiGetAccountInfoCallback final : public AccountSA::DomainAccountCallback {
class
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
| H A D | property_util.h | 39 class CustomPropertyPodContainer final : public CORE_NS::IPropertyHandle, CORE_NS::IPropertyApi { class 113 class CustomPropertyPodHelper final { class 140 class CustomPropertyBindingContainer final : public CORE_NS::IPropertyHandle, CORE_NS::IPropertyApi { class 217 class CustomPropertyBindingHelper final { class
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | blake2b_generic.c | 250 .final = blake2b_final, 264 .final = blake2b_final, 278 .final = blake2b_final, 292 .final = blake2b_final,
|
| H A D | sha3_generic.c | 244 .final = crypto_sha3_final, 254 .final = crypto_sha3_final, 264 .final = crypto_sha3_final, 274 .final = crypto_sha3_final,
|
| /kernel/linux/linux-5.10/include/soc/fsl/ |
| H A D | dpaa2-fd.h | 425 * dpaa2_sg_is_final() - Check final bit in SG entry 436 * dpaa2_sg_set_final() - Set the final bit in SG entry 438 * @final: the final boolean to be set 440 static inline void dpaa2_sg_set_final(struct dpaa2_sg_entry *sg, bool final) in dpaa2_sg_set_final() argument 444 sg->format_offset |= cpu_to_le16(final << SG_FINAL_FLAG_SHIFT); in dpaa2_sg_set_final() 658 * dpaa2_fl_is_final() - Check final bit in FLE 669 * dpaa2_fl_set_final() - Set the final bit in FLE 671 * @final: the final boolea 673 dpaa2_fl_set_final(struct dpaa2_fl_entry *fle, bool final) dpaa2_fl_set_final() argument [all...] |
| /kernel/linux/linux-6.6/include/soc/fsl/ |
| H A D | dpaa2-fd.h | 426 * dpaa2_sg_is_final() - Check final bit in SG entry 437 * dpaa2_sg_set_final() - Set the final bit in SG entry 439 * @final: the final boolean to be set 441 static inline void dpaa2_sg_set_final(struct dpaa2_sg_entry *sg, bool final) in dpaa2_sg_set_final() argument 445 sg->format_offset |= cpu_to_le16(final << SG_FINAL_FLAG_SHIFT); in dpaa2_sg_set_final() 659 * dpaa2_fl_is_final() - Check final bit in FLE 670 * dpaa2_fl_set_final() - Set the final bit in FLE 672 * @final: the final boolea 674 dpaa2_fl_set_final(struct dpaa2_fl_entry *fle, bool final) dpaa2_fl_set_final() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | sha1_ssse3_glue.c | 100 .final = sha1_ssse3_final, 149 .final = sha1_avx_final, 231 .final = sha1_avx2_final, 281 .final = sha1_ni_final,
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | sha3_generic.c | 244 .final = crypto_sha3_final, 254 .final = crypto_sha3_final, 264 .final = crypto_sha3_final, 274 .final = crypto_sha3_final,
|
| /third_party/node/deps/v8/src/handles/ |
| H A D | handles.h | 91 class Handle final : public HandleBase { class 320 class V8_EXPORT_PRIVATE V8_NODISCARD CanonicalHandleScopeForOptimization final class 342 class V8_NODISCARD SealHandleScope final { class 358 struct HandleScopeData final { struct
|
| /third_party/skia/src/gpu/ops/ |
| H A D | PathStencilCoverOp.cpp | 50 const char* name() const final { return "tessellate_BoundingBoxShader"; } 52 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {} 53 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member in __anon18852::BoundingBoxShader 70 void onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) final { in makeProgramImpl()
|