Home
last modified time | relevance | path

Searched refs:final (Results 101 - 125 of 2321) sorted by relevance

12345678910>>...93

/third_party/python/Lib/encodings/
H A Draw_unicode_escape.py21 def encode(self, input, final=False):
25 def _buffer_decode(self, input, errors, final):
26 return codecs.raw_unicode_escape_decode(input, errors, final)
H A Dunicode_escape.py21 def encode(self, input, final=False):
25 def _buffer_decode(self, input, errors, final):
26 return codecs.unicode_escape_decode(input, errors, final)
H A Dutf_8_sig.py31 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/gpu/
H A DGrDDLTask.h22 class GrDDLTask final : public GrRenderTask { class
63 bool close) const final; member in final
64 const char* name() const final { return "DDL"; }
/third_party/node/deps/v8/src/ast/
H A Dast.h310 class Block final : public BreakableStatement { class
393 class NestedVariableDeclaration final : public VariableDeclaration { class
414 class FunctionDeclaration final : public Declaration { class
444 class DoWhileStatement final : public IterationStatement { class
464 class WhileStatement final : public IterationStatement { class
484 class ForStatement final : public IterationStatement { class
547 class ForInStatement final : public ForEachStatement { class
556 class ForOfStatement final : public ForEachStatement { class
570 class ExpressionStatement final : public Statement { class
592 class ContinueStatement final class
607 class BreakStatement final : public JumpStatement { global() class
622 class ReturnStatement final : public JumpStatement { global() class
658 class WithStatement final : public Statement { global() class
681 class CaseClause final : public ZoneObject { global() class
702 class SwitchStatement final : public BreakableStatement { global() class
726 class IfStatement final : public Statement { global() class
769 class TryCatchStatement final : public TryStatement { global() class
853 class TryFinallyStatement final : public TryStatement { global() class
870 class DebuggerStatement final : public Statement { global() class
879 class EmptyStatement final : public Statement { global() class
891 class SloppyBlockFunctionStatement final : public Statement { global() class
922 class Literal final : public Expression { global() class
1062 class RegExpLiteral final : public MaterializedLiteral { global() class
1217 class ObjectLiteralProperty final : public LiteralProperty { global() class
1255 class ObjectLiteralBoilerplateBuilder final : public LiteralBoilerplateBuilder { global() class
1342 class ObjectLiteral final : public AggregateLiteral { global() class
1386 class ArrayLiteralBoilerplateBuilder final : public LiteralBoilerplateBuilder { global() class
1429 class ArrayLiteral final : public AggregateLiteral { global() class
1452 class ThisExpression final : public Expression { global() class
1459 class VariableProxy final : public Expression { global() class
1583 class OptionalChain final : public Expression { global() class
1612 class Property final : public Expression { global() class
1707 class Call final : public CallBase { global() class
1774 class CallNew final : public CallBase { global() class
1788 class CallRuntime final : public Expression { global() class
1826 class UnaryOperation final : public Expression { global() class
1847 class BinaryOperation final : public Expression { global() class
1873 class NaryOperation final : public Expression { global() class
1933 class CountOperation final : public Expression { global() class
1958 class CompareOperation final : public Expression { global() class
1987 class Spread final : public Expression { global() class
2006 class Conditional final : public Expression { global() class
2061 class CompoundAssignment final : public Assignment { global() class
2118 class Yield final : public Suspend { global() class
2126 class YieldStar final : public Suspend { global() class
2135 class Await final : public Suspend { global() class
2144 class Throw final : public Expression { global() class
2159 class FunctionLiteral final : public Expression { global() class
2368 class ClassLiteralProperty final : public LiteralProperty { global() class
2412 class ClassLiteralStaticElement final : public ZoneObject { global() class
2446 class InitializeClassMembersStatement final : public Statement { global() class
2462 class InitializeClassStaticElementsStatement final : public Statement { global() class
2480 class ClassLiteral final : public Expression { global() class
2563 class NativeFunctionLiteral final : public Expression { global() class
2584 class SuperPropertyReference final : public Expression { global() class
2599 class SuperCallReference final : public Expression { global() class
2624 class ImportCallExpression final : public Expression { global() class
2650 class EmptyParentheses final : public Expression { global() class
2662 class GetTemplateObject final : public Expression { global() class
2688 class TemplateLiteral final : public Expression { global() class
2810 class AstNodeFactory final { global() class
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.h67 class PauseConcurrentMarkingScope final { class in cppgc::internal::MarkerBase
188 class V8_EXPORT_PRIVATE Marker final : public MarkerBase { class
193 cppgc::Visitor& visitor() final { return marking_visitor_; }
194 ConservativeTracingVisitor& conservative_visitor() final {
197 heap::base::StackVisitor& stack_visitor() final {
H A Dmarking-verifier.cc142 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/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c230 struct pipe_scissor_state final; in si_emit_one_scissor() local
233 final.minx = final.miny = 0; in si_emit_one_scissor()
234 final.maxx = final.maxy = SI_MAX_SCISSOR; in si_emit_one_scissor()
236 si_clamp_scissor(ctx, &final, vp_scissor); in si_emit_one_scissor()
240 si_clip_scissor(&final, scissor); in si_emit_one_scissor()
247 if (ctx->gfx_level == GFX6 && (final.maxx == 0 || final.maxy == 0)) { in si_emit_one_scissor()
254 radeon_emit(S_028250_TL_X(final in si_emit_one_scissor()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h81 class DeoptimizeParameters final { class
104 class SelectParameters final { class
142 class ParameterInfo final { class
166 struct ObjectStateInfo final : std::pair<uint32_t, int> { struct
175 struct TypedObjectStateInfo final struct
187 class RelocatablePtrConstantInfo final { class
218 class SparseInputMask final { class
233 class InputIterator final { class in v8::internal::compiler::final
314 class TypedStateValueInfo final { class
389 class IfValueParameters final { class
427 class SLVerifierHintParameters final { global() class
456 class V8_EXPORT_PRIVATE CommonOperatorBuilder final global() class
655 class StartNode final : public CommonNodeWrapperBase { global() class
[all...]
H A Dsimplified-operator-reducer.h27 class V8_EXPORT_PRIVATE SimplifiedOperatorReducer final class
33 ~SimplifiedOperatorReducer() final; member in v8::internal::compiler::final
42 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-sham.c196 int final, int dma);
389 int final, int dma) in omap_sham_write_ctrl_omap2()
408 if (final) in omap_sham_write_ctrl_omap2()
458 int final, int dma) in omap_sham_write_ctrl_omap4()
492 if (final) { in omap_sham_write_ctrl_omap4()
524 int final) in omap_sham_xmit_cpu()
532 dev_dbg(dd->dev, "xmit_cpu: digcnt: %zd, length: %zd, final: %d\n", in omap_sham_xmit_cpu()
533 ctx->digcnt, length, final); in omap_sham_xmit_cpu()
535 dd->pdata->write_ctrl(dd, length, final, 0); in omap_sham_xmit_cpu()
542 if (final) in omap_sham_xmit_cpu()
388 omap_sham_write_ctrl_omap2(struct omap_sham_dev *dd, size_t length, int final, int dma) omap_sham_write_ctrl_omap2() argument
457 omap_sham_write_ctrl_omap4(struct omap_sham_dev *dd, size_t length, int final, int dma) omap_sham_write_ctrl_omap4() argument
523 omap_sham_xmit_cpu(struct omap_sham_dev *dd, size_t length, int final) omap_sham_xmit_cpu() argument
590 omap_sham_xmit_dma(struct omap_sham_dev *dd, size_t length, int final) omap_sham_xmit_dma() argument
746 omap_sham_align_sgs(struct scatterlist *sg, int nbytes, int bs, bool final, struct omap_sham_reqctx *rctx) omap_sham_align_sgs() argument
872 bool final = rctx->flags & BIT(FLAGS_FINUP); omap_sham_prepare_request() local
1033 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && omap_sham_update_req() local
1089 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && omap_sham_hash_one_req() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Domap-sham.c191 int final, int dma);
366 int final, int dma) in omap_sham_write_ctrl_omap2()
385 if (final) in omap_sham_write_ctrl_omap2()
435 int final, int dma) in omap_sham_write_ctrl_omap4()
469 if (final) { in omap_sham_write_ctrl_omap4()
501 int final) in omap_sham_xmit_cpu()
509 dev_dbg(dd->dev, "xmit_cpu: digcnt: %zd, length: %zd, final: %d\n", in omap_sham_xmit_cpu()
510 ctx->digcnt, length, final); in omap_sham_xmit_cpu()
512 dd->pdata->write_ctrl(dd, length, final, 0); in omap_sham_xmit_cpu()
519 if (final) in omap_sham_xmit_cpu()
365 omap_sham_write_ctrl_omap2(struct omap_sham_dev *dd, size_t length, int final, int dma) omap_sham_write_ctrl_omap2() argument
434 omap_sham_write_ctrl_omap4(struct omap_sham_dev *dd, size_t length, int final, int dma) omap_sham_write_ctrl_omap4() argument
500 omap_sham_xmit_cpu(struct omap_sham_dev *dd, size_t length, int final) omap_sham_xmit_cpu() argument
567 omap_sham_xmit_dma(struct omap_sham_dev *dd, size_t length, int final) omap_sham_xmit_dma() argument
723 omap_sham_align_sgs(struct scatterlist *sg, int nbytes, int bs, bool final, struct omap_sham_reqctx *rctx) omap_sham_align_sgs() argument
849 bool final = rctx->flags & BIT(FLAGS_FINUP); omap_sham_prepare_request() local
1010 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && omap_sham_update_req() local
1066 bool final = (ctx->flags & BIT(FLAGS_FINUP)) && omap_sham_hash_one_req() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h132 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 DvktRayTracingMiscTests.cpp441 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 DvktRayTracingMiscTests.cpp440 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...]
/third_party/node/test/parallel/
H A Dtest-crypto-binary-default.js471 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 Dmultibytecodec.c.h143 "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/src/image/
H A DSkImage_GpuYUVA.h24 class SkImage_GpuYUVA final : public SkImage_GpuBase { class
40 GrDirectContext*) const final; member in final
42 sk_sp<SkImage> onReinterpretColorSpace(sk_sp<SkColorSpace>) const final; member in final
H A DSkImage_Gpu.h24 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/node/src/crypto/
H A Dcrypto_keygen.h31 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 DSkJSON.h212 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 Dhdsenc.c157 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...]
/third_party/node/test/common/
H A Dhttp2.js85 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/skia/src/sksl/ir/
H A DSkSLConstructor.h99 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 DSkResources.h76 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

Completed in 32 milliseconds

12345678910>>...93