Home
last modified time | relevance | path

Searched refs:final (Results 2426 - 2450 of 2888) sorted by relevance

1...<<919293949596979899100>>...116

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h150 class LambdaMaterializer final : public ValueMaterializer { class in llvm::orc::LegacyCompileOnDemandLayer
154 Value *materialize(Value *V) final { return M(V); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h213 class IEEEFloat final : public APFloatBase { class
600 class DoubleAPFloat final : public APFloatBase { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp580 class R600PassConfig final : public AMDGPUPassConfig { class
597 class GCNPassConfig final : public AMDGPUPassConfig { class
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc231 class OutOfLineLoadFloat32NaN final : public OutOfLineCode { class
236 void Generate() final {
245 class OutOfLineLoadFloat64NaN final : public OutOfLineCode { class
250 void Generate() final {
259 class OutOfLineTruncateDoubleToI final : public OutOfLineCode { class
273 void Generate() final {
305 class OutOfLineRecordWrite final : public OutOfLineCode { class in v8::internal::compiler::__anon14257::final
325 void Generate() final {
3757 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class
3762 void Generate() final { in AssembleArchTrap()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc37 class Loong64OperandConverter final : public InstructionOperandConverter { class
146 class OutOfLineRecordWrite final : public OutOfLineCode { class
163 void Generate() final {
211 class ool_name final : public OutOfLineCode { \
216 void Generate() final { __ tasm_ool_name(dst_, src1_, src2_); } \
1951 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class
1955 void Generate() final { in AssembleArchTrap()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp69 void OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) final
79 void OnServiceDied() final
94 void OnQuery(std::shared_ptr<std::vector<HiSysEventRecord>> sysEvents) final
101 void OnComplete(int32_t reason, int32_t total) final
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_core.c81 * This function manages the final part of the digest calculation, when less
610 * This function manages the final part of the digest calculation, when less
850 * hash_dma_final - The hash dma final function for SHA1/SHA256.
957 * hash_hw_final - The final hash calculation function
1308 /* Skip update for DMA, all data will be passed to DMA in final */ in ahash_update()
1318 * hash_final - The hash final function for SHA1/SHA2 (SHA256).
1347 * Freed in final. in hash_setkey()
1528 .final = ahash_final,
1551 .final = ahash_final,
1574 .final
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1317 * the final result is a valid single token. */
1659 * In all other cases, (such as "node is the final node of the list", or
2001 token_t *final;
2004 final = _token_create_str(parser, token->type, str);
2005 final->expanding = true;
2007 _token_list_append(parser, expansion, final);
2085 * left in the final list, unevaluated. This is the correct mode
/third_party/node/deps/minimatch/
H A Dindex.js677 let final = "";
679 final = (this.isStart() && !dot ? startNoDot : "") + starNoEmpty;
685 final = start + body + close;
688 final,
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h220 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::AbortReason::TurboAssembler
221 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::AbortReason::TurboAssembler
222 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::AbortReason::TurboAssembler
786 void LoadRoot(Register destination, RootIndex index) final; member in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h193 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::AbortReason::TurboAssembler
194 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::AbortReason::TurboAssembler
195 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::AbortReason::TurboAssembler
790 void LoadRoot(Register destination, RootIndex index) final; member in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc1136 class Win32MemoryMappedFile final : public OS::MemoryMappedFile { class
1144 ~Win32MemoryMappedFile() final; member in v8::base::final
1145 void* memory() const final { return memory_; }
1146 size_t size() const final { return size_; }
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h209 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::AbortReason::TurboAssembler
210 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::AbortReason::TurboAssembler
211 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::AbortReason::TurboAssembler
766 void LoadRoot(Register destination, RootIndex index) final; member in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h591 void LoadRoot(Register destination, RootIndex index) final {
689 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::TurboAssembler
690 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::TurboAssembler
691 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::TurboAssembler
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp37 struct MultiviewRenderTestParams final : public MultiviewImplementationParams struct
529 void SetUp() final { MultiviewFramebufferTestBase::FramebufferTestSetUp(); }
530 void TearDown() final { MultiviewFramebufferTestBase::FramebufferTestTearDown(); }
531 void overrideWorkaroundsD3D(FeaturesD3D *features) final
1979 // Test that useProgram applies the number of views in computing the final value of the attribute
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDevice.cpp1650 struct CreateComputePipelineAsyncWaitableCallbackTask final
1653 void Finish() final {
1677 struct CreateRenderPipelineAsyncWaitableCallbackTask final
1681 void Finish() final {
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1874 args.final = 0; /* used to signal callback dealt with it */ in lws_http_action()
1885 if (args.final) /* callback completely handled it well */ in lws_http_action()
2870 6 /* final _lws\r\n */; in lws_serve_http_file()
3175 poss -= 7; /* allow for final boundary */ in lws_serve_http_file_fragment()
3206 args.final = wsi->http.filepos + (unsigned int)n == in lws_serve_http_file_fragment()
3224 wsi->http.range.budget - amount == 0) {// final part in lws_serve_http_file_fragment()
3418 /* no space left for final chunk trailer */ in lws_chunked_html_process()
3419 if (args->final && args->len + 7 >= args->max_len) in lws_chunked_html_process()
3428 if (args->final) { in lws_chunked_html_process()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc31 class ArmOperandConverter final : public InstructionOperandConverter { class
175 class OutOfLineRecordWrite final : public OutOfLineCode { class
194 void Generate() final {
242 class OutOfLineFloatMin final : public OutOfLineCode { class
247 void Generate() final { __ FloatMinOutOfLine(result_, left_, right_); }
258 class OutOfLineFloatMax final : public OutOfLineCode { class
263 void Generate() final { __ FloatMaxOutOfLine(result_, left_, right_); }
3568 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchInstruction()
3573 void Generate() final { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc178 class OutOfLineLoadFloat32NaN final : public OutOfLineCode { class
183 void Generate() final {
192 class OutOfLineLoadFloat64NaN final : public OutOfLineCode { class
197 void Generate() final {
206 class OutOfLineTruncateDoubleToI final : public OutOfLineCode { class
222 void Generate() final {
261 class OutOfLineRecordWrite final : public OutOfLineCode { class in v8::internal::compiler::__anon14310::final
281 void Generate() final {
463 void Generate() final {
569 class OutOfLineTSANRelaxedLoad final class in v8::internal::compiler::__anon14310::final
697 class WasmProtectedInstructionTrap final : public WasmOutOfLineTrap { global() class in v8::internal::compiler::__anon14310::final
[all...]
/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp42 class AuthenticatorCallbackMockTest final : public AccountSA::AppAccountAuthenticatorCallbackStub { class
/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h74 class FieldNumber final { class
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account_common.h41 class NapiCreateDomainCallback final : public DomainAccountCallback { class
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_module_test.cpp48 class MockAuthenticatorCallback final : public AppAccountAuthenticatorCallbackStub { class
/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
H A Dohos_account_manager_test.cpp79 class AccountCommonEventSubscriber final : public EventFwk::CommonEventSubscriber { class
/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h56 class PowerMgrService final : public SystemAbility, public PowerMgrStub { class

Completed in 55 milliseconds

1...<<919293949596979899100>>...116