Home
last modified time | relevance | path

Searched refs:final (Results 151 - 175 of 2310) sorted by relevance

12345678910>>...93

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-growing.cc30 class HeapGrowing::HeapGrowingImpl final class
41 void AllocatedObjectSizeIncreased(size_t) final; member in cppgc::internal::final
43 void AllocatedObjectSizeDecreased(size_t) final {}
44 void ResetAllocatedObjectSize(size_t) final; member in cppgc::internal::final
/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing.h25 class V8_EXPORT_PRIVATE DefaultEmbedderRootsHandler final class
28 bool IsRoot(const v8::TracedReference<v8::Value>& handle) final; member in v8::internal::final
30 void ResetRoot(const v8::TracedReference<v8::Value>& handle) final; member in v8::internal::final
38 class V8_EXPORT_PRIVATE LocalEmbedderHeapTracer final { class
/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp46 class QrSegment final { class
53 public: class Mode final { class in qrcodegen::final
232 * segment headers and final padding, excluding error correction codewords),
236 class QrCode final { class
423 // the same mask value a second time will undo the mask. A final well-formed
532 class BitBuffer final : public std::vector<bool> { class
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.cpp24 class NoopCommandSerializer final : public CommandSerializer { class
33 size_t GetMaximumAllocationSize() const final {
36 void* GetCmdSpace(size_t size) final {
39 bool Flush() final {
/third_party/python/Lib/encodings/
H A Dutf_16.py23 def encode(self, input, final=False):
58 def _buffer_decode(self, input, errors, final):
61 codecs.utf_16_ex_decode(input, errors, 0, final)
69 return self.decoder(input, self.errors, final)
H A Dutf_32.py18 def encode(self, input, final=False):
53 def _buffer_decode(self, input, errors, final):
56 codecs.utf_32_ex_decode(input, errors, 0, final)
64 return self.decoder(input, self.errors, final)
/third_party/typescript/tests/baselines/reference/
H A DpropertyNamesOfReservedWords.js24 final;
93 final;
163 final;
232 final,
317 E[E["final"] = 21] = "final";
/third_party/skia/modules/skottie/src/layers/
H A DPrecompLayer.cpp26 class TimeRemapper final : public AnimatablePropertyContainer { class
46 class CompTimeMapper final : public Animator { class
106 class SGAdapter final : public sksg::RenderNode { in attachExternalPrecompLayer() class
140 class AnimatorAdapter final : public Animator { in attachExternalPrecompLayer() class
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.h1079 class WriteBarrierDescriptor final class
1102 class TSANStoreDescriptor final class
1115 class TSANLoadDescriptor final class
1129 class TypeConversionDescriptor final class
1141 class TypeConversionNoContextDescriptor final class
1151 class TypeConversion_BaselineDescriptor final class
1159 class SingleParameterOnStackDescriptor final class
1169 class AsyncFunctionStackParameterDescriptor final class
1180 class GetIteratorStackParameterDescriptor final class
1192 class GetPropertyDescriptor final class
1555 class StringAtAsStringDescriptor final global() class
1567 class StringSubstringDescriptor final global() class
1776 class ResumeGeneratorDescriptor final global() class
1787 class ResumeGeneratorBaselineDescriptor final global() class
1799 class SuspendGeneratorBaselineDescriptor final global() class
1812 class RunMicrotasksEntryDescriptor final global() class
1823 class RunMicrotasksDescriptor final global() class
1833 class WasmFloat32ToNumberDescriptor final global() class
1847 class WasmFloat64ToNumberDescriptor final global() class
1861 class WasmSuspendDescriptor final global() class
1871 class V8_EXPORT_PRIVATE I64ToBigIntDescriptor final global() class
1880 class V8_EXPORT_PRIVATE I32PairToBigIntDescriptor final global() class
1889 class V8_EXPORT_PRIVATE BigIntToI64Descriptor final global() class
1898 class V8_EXPORT_PRIVATE BigIntToI32PairDescriptor final global() class
1908 class WasmI32AtomicWait32Descriptor final global() class
1921 class WasmI64AtomicWait32Descriptor final global() class
1940 class CloneObjectWithVectorDescriptor final global() class
1952 class CloneObjectBaselineDescriptor final global() class
[all...]
/third_party/node/lib/internal/crypto/
H A Dcipher.js166 this.push(this[kHandle].final());
197 Cipher.prototype.final = function final(outputEncoding) {
199 const ret = this[kHandle].final();
256 constructor.prototype.final = Cipher.prototype.final;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.h52 class UniformLinker final : angle::NonCopyable class
139 class UniformBlockLinker final : public InterfaceBlockLinker class
161 class ShaderStorageBlockLinker final : public InterfaceBlockLinker class
183 class AtomicCounterBufferLinker final : angle::NonCopyable class
240 struct LinkingVariables final : private angle::NonCopyable struct
263 class ProgramLinkedResourcesLinker final : angle::NonCopyable class
H A DWorkerThread.cpp39 class SingleThreadedWaitableEvent final : public WaitableEvent class
56 class SingleThreadedWorkerPool final : public WorkerThreadPool class
80 class AsyncWaitableEvent final : public WaitableEvent class
131 class AsyncWorkerPool final : public WorkerThreadPool class
217 class DelegateWaitableEvent final : public WaitableEvent class
256 class DelegateWorkerPool final : public WorkerThreadPool class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h121 struct Metadata final { struct
188 struct Metadata final { struct
259 struct Metadata final { struct
331 struct Metadata final { struct
387 struct Metadata final { struct
421 struct Metadata final { struct in llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/third_party/skia/gm/
H A Dtessellation.cpp63 const char* name() const final { return "TessellationTestTriShader"; }
64 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {}
166 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final {
180 const char* name() const final { return "TessellationTestRectShader"; }
182 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {}
282 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final {
/third_party/node/deps/v8/src/tracing/
H A Dtracing-category-observer.h25 void OnTraceEnabled() final; member in v8::tracing::TracingCategoryObserver
26 void OnTraceDisabled() final; member in v8::tracing::TracingCategoryObserver
/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.cc243 bool can_be_cloned() const final {
254 bool ReadBlock(size_t position) final {
273 bool can_access_heap() const final {
296 bool can_access_heap() const final {
300 bool can_be_cloned() const final {
310 bool ReadBlock(size_t position) final {
333 class RelocatingCharacterStream final class
345 ~RelocatingCharacterStream() final {
384 bool ReadBlock(size_t position) final; member in v8::internal::BufferedUtf16CharacterStream
454 class Windows1252CharacterStream final class
517 class Utf8ExternalStreamingStream final : public BufferedUtf16CharacterStream { global() class
524 ~Utf8ExternalStreamingStream() final = default; global() member in v8::internal::final
536 size_t FillBuffer(size_t position) final; global() member in v8::internal::final
[all...]
/third_party/ffmpeg/libavcodec/
H A Dintrax8.c173 int *const run, int *const level, int *const final) in x8_get_ac_rlf()
184 *final = // prevent 'may be used uninitialized' in x8_get_ac_rlf()
196 *final = in x8_get_ac_rlf()
224 *final = i > (58 - 46); in x8_get_ac_rlf()
233 *final = !(i & 1); in x8_get_ac_rlf()
240 *final = get_bits1(w->gb); in x8_get_ac_rlf()
253 int *const level, int *const final) in x8_get_dc_rlf()
266 /* (i >= 17) { i -= 17; final =1; } */ in x8_get_dc_rlf()
268 *final = c; in x8_get_dc_rlf()
536 int final, ru in x8_decode_intra_mb() local
172 x8_get_ac_rlf(IntraX8Context *const w, const int mode, int *const run, int *const level, int *const final) x8_get_ac_rlf() argument
252 x8_get_dc_rlf(IntraX8Context *const w, const int mode, int *const level, int *const final) x8_get_dc_rlf() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dsmoothstreamingenc.c183 static void output_chunk_list(OutputStream *os, AVIOContext *out, int final, int skip, int window_size) in output_chunk_list() argument
190 if (final) in output_chunk_list()
196 if (!final || removed) in output_chunk_list()
203 static int write_manifest(AVFormatContext *s, int final) in write_manifest() argument
233 if (!final) { in write_manifest()
242 if (!final) in write_manifest()
256 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size); in write_manifest()
272 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size); in write_manifest()
496 static int ism_flush(AVFormatContext *s, int final) in ism_flush() argument
554 if (c->window_size || (final in ism_flush()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-hash.c368 const u8 *buf, size_t length, int final) in stm32_hash_xmit_cpu()
376 if (final) { in stm32_hash_xmit_cpu()
389 dev_dbg(hdev->dev, "%s: length: %zd, final: %x len32 %i\n", in stm32_hash_xmit_cpu()
390 __func__, length, final, len32); in stm32_hash_xmit_cpu()
410 if (final) { in stm32_hash_xmit_cpu()
473 int bufcnt, err = 0, final; in stm32_hash_update_cpu() local
478 final = state->flags & HASH_FLAGS_FINAL; in stm32_hash_update_cpu()
492 if (final) { in stm32_hash_update_cpu()
1270 .base.final = stm32_hash_final,
1299 .base.final
367 stm32_hash_xmit_cpu(struct stm32_hash_dev *hdev, const u8 *buf, size_t length, int final) stm32_hash_xmit_cpu() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto-sha.c48 if (req->result && rctx->final) in ccp_sha_complete()
58 unsigned int final) in ccp_do_sha_update()
73 if (!final && (len <= block_size)) { in ccp_do_sha_update()
84 rctx->final = final; in ccp_do_sha_update()
85 rctx->hash_rem = final ? 0 : len & (block_size - 1); in ccp_do_sha_update()
87 if (!final && !rctx->hash_rem) { in ccp_do_sha_update()
88 /* CCP can't do zero length final, so keep some data around */ in ccp_do_sha_update()
166 rctx->cmd.u.sha.final = rctx->final; in ccp_do_sha_update()
57 ccp_do_sha_update(struct ahash_request *req, unsigned int nbytes, unsigned int final) ccp_do_sha_update() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-sha.c49 if (req->result && rctx->final) in ccp_sha_complete()
59 unsigned int final) in ccp_do_sha_update()
74 if (!final && (len <= block_size)) { in ccp_do_sha_update()
85 rctx->final = final; in ccp_do_sha_update()
86 rctx->hash_rem = final ? 0 : len & (block_size - 1); in ccp_do_sha_update()
88 if (!final && !rctx->hash_rem) { in ccp_do_sha_update()
89 /* CCP can't do zero length final, so keep some data around */ in ccp_do_sha_update()
167 rctx->cmd.u.sha.final = rctx->final; in ccp_do_sha_update()
58 ccp_do_sha_update(struct ahash_request *req, unsigned int nbytes, unsigned int final) ccp_do_sha_update() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode.h42 class V8_EXPORT_PRIVATE Node final { class
109 class UseEdges final { class in v8::internal::compiler::final
127 class V8_EXPORT_PRIVATE Uses final { class in v8::internal::compiler::final
376 class Node::InputEdges final { class
398 class V8_EXPORT_PRIVATE Node::Inputs final { class
422 class Edge final { class
487 class Node::InputEdges::iterator final { class
546 class Node::Inputs::const_iterator final { class
601 class Node::UseEdges::iterator final { class
642 class Node::Uses::const_iterator final { class
[all...]
H A Dload-elimination.h30 class V8_EXPORT_PRIVATE LoadElimination final class
35 ~LoadElimination() final = default; member in v8::internal::compiler::final
41 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
48 class AbstractElements final : public ZoneObject { class in v8::internal::compiler::final
129 class AbstractField final : public ZoneObject { class in v8::internal::compiler::final
177 class AbstractMaps final : public ZoneObject { class in v8::internal::compiler::final
231 class AbstractState final : public ZoneObject { class in v8::internal::compiler::final
286 class AbstractStateForEffectNodes final : public ZoneObject { class in v8::internal::compiler::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDDG.h347 DDGNode &createRootNode() final override {
353 DDGNode &createFineGrainedNode(Instruction &I) final override {
359 DDGNode &createPiBlock(const NodeListType &L) final override {
365 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final override {
371 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final override {
377 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final override {
385 const NodeListType &getNodesInPiBlock(const DDGNode &N) final override {
391 bool shouldCreatePiBlocks() const final override;
/third_party/toybox/lib/
H A Ddeflate.c208 int final, type; in inflate() local
210 final = bitbuf_get(bb, 1); in inflate()
313 if (final) break; in inflate()
327 int len, final = 0; in deflate() local
331 while (!final) { in deflate()
335 if (len != 32768) final++; in deflate()
340 bitbuf_put(bb, final, 1); in deflate()
354 if (!(32767 & ++dd->pos) && !final) break; in deflate()

Completed in 21 milliseconds

12345678910>>...93