| /third_party/node/test/common/ |
| H A D | http2.js | 85 constructor(id, payload, padlen = 0, final = false) { 88 if (final) flags |= FLAG_EOS; 103 constructor(id, payload, padlen = 0, final = false) { 106 if (final) flags |= FLAG_EOS;
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | marking-verifier.cc | 142 class VerificationVisitor final : public cppgc::Visitor { class 147 void Visit(const void*, TraceDescriptor desc) final { 152 const void*) final { 161 const void*) final {
|
| /third_party/python/Lib/encodings/ |
| H A D | utf_8_sig.py | 31 def encode(self, input, final=False): 54 def _buffer_decode(self, input, errors, final): 67 codecs.utf_8_decode(input[3:], errors, final) 69 return codecs.utf_8_decode(input, errors, final)
|
| /third_party/skia/src/image/ |
| H A D | SkImage_Gpu.h | 24 class SkImage_Gpu final : public SkImage_GpuBase { class 47 GrSurfaceOrigin* origin) const final; member in final 54 GrDirectContext*) const final; member in final 56 sk_sp<SkImage> onReinterpretColorSpace(sk_sp<SkColorSpace>) const final; member in final
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLConstructor.h | 99 SkSpan<std::unique_ptr<Expression>> argumentSpan() final { 103 SkSpan<const std::unique_ptr<Expression>> argumentSpan() const final { 139 SkSpan<std::unique_ptr<Expression>> argumentSpan() final { 143 SkSpan<const std::unique_ptr<Expression>> argumentSpan() const final {
|
| /third_party/skia/modules/skresources/include/ |
| H A D | SkResources.h | 76 class MultiFrameImageAsset final : public ImageAsset { class 187 class FileResourceProvider final : public ResourceProvider { class 218 class SK_API CachingResourceProvider final : public ResourceProviderProxyBase { class 236 class DataURIResourceProviderProxy final : public ResourceProviderProxyBase { class
|
| /third_party/skia/bench/graphite/ |
| H A D | IntersectionTreeBench.cpp | 23 const char* onGetName() final { return fName.c_str(); } 29 void onDelayedSetup() final { 43 void onDraw(int loops, SkCanvas*) final { 116 bool isSuitableFor(Backend backend) final {
|
| /third_party/node/test/parallel/ |
| H A D | test-crypto-binary-default.js | 471 ciph += cipher.final('hex'); 475 txt += decipher.final('utf8'); 493 ciph += cipher.final('base64'); 497 txt += decipher.final('utf8'); 511 ciph += cipher.final('hex'); 515 txt += decipher.final('utf8'); 529 ciph = Buffer.concat([ciph, cipher.final('buffer')]); 533 txt += decipher.final('utf8'); 547 ciph = Buffer.concat([ciph, cipher.final('buffer')]); 551 txt += decipher.final('utf [all...] |
| /third_party/python/Modules/cjkcodecs/clinic/ |
| H A D | multibytecodec.c.h | 143 "encode($self, /, input, final=False)\n" 153 int final); 159 static const char * const _keywords[] = {"input", "final", NULL}; in _multibytecodec_MultibyteIncrementalEncoder_encode() 164 int final = 0; in _multibytecodec_MultibyteIncrementalEncoder_encode() local 174 final = _PyLong_AsInt(args[1]); in _multibytecodec_MultibyteIncrementalEncoder_encode() 175 if (final == -1 && PyErr_Occurred()) { in _multibytecodec_MultibyteIncrementalEncoder_encode() 179 return_value = _multibytecodec_MultibyteIncrementalEncoder_encode_impl(self, input, final); in _multibytecodec_MultibyteIncrementalEncoder_encode() 249 "decode($self, /, input, final=False)\n" 259 int final); 265 static const char * const _keywords[] = {"input", "final", NUL in _multibytecodec_MultibyteIncrementalDecoder_decode() 270 int final = 0; _multibytecodec_MultibyteIncrementalDecoder_decode() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_cache_utils.h | 132 class alignas(4) RenderPassDesc final 285 struct PackedAttachmentOpsDesc final 313 class AttachmentOpsArray final 350 struct PackedAttribDesc final 369 struct VertexInputAttributes final 377 struct RasterizationStateBits final 397 struct PackedRasterizationAndMultisampleStateInfo final 414 struct StencilOps final 425 struct PackedStencilOpState final 435 struct DepthStencilEnableFlags final [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingMiscTests.cpp | 441 IGridASFeedback* optASFeedbackPtr) const final 795 deUint32 getNPrimitives() const final 974 IGridASFeedback* /* optASFeedbackPtr */) const final 1021 deUint32 getNPrimitives() const final 1177 std::vector<std::string> getCHitShaderCollectionShaderNames() const final 1182 deUint32 getInstanceCustomIndex(const deUint32& nBL, const deUint32& nInstance) const final 1190 tcu::UVec3 getDispatchSize() const final 1195 deUint32 getResultBufferSize() const final 1200 std::vector<TopLevelAccelerationStructure*> getTLASPtrVecToBind() const final 1207 void resetTLAS() final [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingMiscTests.cpp | 440 IGridASFeedback* optASFeedbackPtr) const final 794 deUint32 getNPrimitives() const final 973 IGridASFeedback* /* optASFeedbackPtr */) const final 1020 deUint32 getNPrimitives() const final 1176 std::vector<std::string> getCHitShaderCollectionShaderNames() const final 1181 deUint32 getInstanceCustomIndex(const deUint32& nBL, const deUint32& nInstance) const final 1189 tcu::UVec3 getDispatchSize() const final 1194 deUint32 getResultBufferSize() const final 1199 std::vector<TopLevelAccelerationStructure*> getTLASPtrVecToBind() const final 1206 void resetTLAS() final [all...] |
| /base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/ |
| H A D | unittesttwo_fuzzer.cpp | 66 class MmsNetworkManagerFuzzer final : public Fuzzer { class 69 ~MmsNetworkManagerFuzzer() final {} 110 class MmsSendAndReceiveManagerFuzzer final : public Fuzzer { class 113 ~MmsSendAndReceiveManagerFuzzer() final {} 157 class GsmCbCodecFuzzer final : public Fuzzer { class 160 ~GsmCbCodecFuzzer() final {} 294 class SmsInterfaceManagerFuzzer final : public Fuzzer { class 297 ~SmsInterfaceManagerFuzzer() final {} 409 class SmsMiscManagerFuzzer final : public Fuzzer { class 412 ~SmsMiscManagerFuzzer() final {} 470 class SmsSendManagerFuzzer final : public Fuzzer { global() class 632 class SmsReceiveHandlerFuzzer final : public Fuzzer { global() class 683 class SmsSendIndexerFuzzer final : public Fuzzer { global() class [all...] |
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
| H A D | task_queue_factory.cpp | 51 class JavaThreadContext final { class 78 class TaskResult final : public IThreadPool::IResult { class 112 void Wait() final 118 bool IsDone() const final 127 void Destroy() final 137 class ThreadPool final : public IThreadPool { class 222 ~ThreadPool() final
|
| /third_party/node/src/crypto/ |
| H A D | crypto_keygen.h | 31 class KeyGenJob final : public CryptoJob<KeyGenTraits> { class 124 struct KeyPairGenTraits final { struct 199 struct SecretKeyGenConfig final : public MemoryRetainer { struct 208 struct SecretKeyGenTraits final { struct 231 struct KeyPairGenConfig final : public MemoryRetainer { struct 269 struct NidKeyPairParams final : public MemoryRetainer { struct 278 struct NidKeyPairGenTraits final { struct
|
| /third_party/skia/src/utils/ |
| H A D | SkJSON.h | 212 class NullValue final : public Value { class 219 class BoolValue final : public Value { class 231 class NumberValue final : public Value { class 279 class ArrayValue final : public VectorValue<Value, Value::Type::kArray> { class 284 class StringValue final : public Value { class 324 class ObjectValue final : public VectorValue<Member, Value::Type::kObject> { class 335 class DOM final : public SkNoncopyable { class
|
| /third_party/ffmpeg/libavformat/ |
| H A D | hdsenc.c | 157 static int write_manifest(AVFormatContext *s, int final) in write_manifest() argument 179 final ? "recorded" : "live"); in write_manifest() 181 if (final) in write_manifest() 216 static int write_abst(AVFormatContext *s, OutputStream *os, int final) in write_abst() argument 229 if (final) in write_abst() 247 avio_w8(out, final ? 0 : 0x20); // profile, live, update in write_abst() 264 avio_wb32(out, final ? (os->fragment_index - 1) : 0xffffffff); // FragmentsPerSegment in write_abst() 448 static int hds_flush(AVFormatContext *s, OutputStream *os, int final, in hds_flush() argument 470 if (!final) { in hds_flush() 476 if (c->window_size || (final in hds_flush() [all...] |
| /base/update/updateservice/services/firmware/callback/include/ |
| H A D | firmware_callback_utils.h | 25 class FirmwareCallbackUtils final : public BaseCallbackUtils, public DelayedSingleton<FirmwareCallbackUtils> { class 29 BusinessSubType GetBusinessSubType() final; member in OHOS::UpdateEngine::final
|
| /third_party/node/deps/v8/src/heap/cppgc-js/ |
| H A D | cpp-heap.cc | 56 class V8ToCppGCReferencesVisitor final class 67 void VisitTracedReference(const v8::TracedReference<v8::Value>& value) final { 161 class CppgcPlatformAdapter final : public cppgc::Platform { class 168 PageAllocator* GetPageAllocator() final { 172 double MonotonicallyIncreasingTime() final { 176 std::shared_ptr<TaskRunner> GetForegroundTaskRunner() final { 186 std::unique_ptr<JobTask> job_task) final { 217 cppgc::internal::ConcurrentMarkingState&) const final; member in v8::internal::__anon14623::UnifiedHeapConcurrentMarker 238 class UnifiedHeapMarker final : public cppgc::internal::MarkerBase { class 243 ~UnifiedHeapMarker() final member in v8::internal::final 819 class CollectCustomSpaceStatisticsAtLastGCTask final : public v8::Task { global() class [all...] |
| /foundation/CastEngine/castengine_wifi_display/services/interaction/ |
| H A D | interaction_manager.h | 40 int32_t OnEvent(SharingEvent &event) final; member in OHOS::Sharing::InteractionEventListener 43 class InteractionManager final : public Singleton<InteractionManager>, class 57 int32_t HandleEvent(SharingEvent &event) final; member in OHOS::Sharing::final
|
| /foundation/arkui/ace_engine/test/unittest/core/common/asset/ |
| H A D | mock_asset.h | 23 class MockAsset final : public Asset { class 31 class MockAssetProvider final : public AssetProvider { class 44 class MockAssetManager final : public AssetManager { class
|
| /foundation/arkui/ace_engine/test/unittest/core/common/rosen/ |
| H A D | mock_rosen.h | 22 class MockAsset final : public Asset { class 30 class MockAssetProvider final : public AssetProvider { class 43 class MockAssetManager final : public AssetManager { class
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/ |
| H A D | quick_fix_result_info.h | 36 struct DeployQuickFixResult final : public QuickFixResult {
struct 57 struct SwitchQuickFixResult final : public QuickFixResult {
struct 73 struct DeleteQuickFixResult final : public QuickFixResult {
struct
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
| H A D | js_dialog.h | 35 class JSDialog final : public MemoryHeap {
class 72 class DialogListener final: public UIView::OnClickListener {
class 87 class DismissListener final : public UIView::OnClickListener {
class
|
| /foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/ |
| H A D | audio_device_parser.h | 59 bool LoadConfiguration() final; member in OHOS::AudioStandard::AudioDeviceParser 60 bool Parse() final; member in OHOS::AudioStandard::AudioDeviceParser 61 void Destroy() final; member in OHOS::AudioStandard::AudioDeviceParser
|