Home
last modified time | relevance | path

Searched refs:Complete (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultSerializationContextTest.cs37 context.Complete(buffer); in CompleteAllowedOnlyOnce()
38 Assert.Throws(typeof(InvalidOperationException), () => context.Complete(buffer)); in CompleteAllowedOnlyOnce()
39 Assert.Throws(typeof(InvalidOperationException), () => context.Complete()); in CompleteAllowedOnlyOnce()
50 context.Complete(); in CompleteAllowedOnlyOnce2()
51 … Assert.Throws(typeof(InvalidOperationException), () => context.Complete(GetTestBuffer(10))); in CompleteAllowedOnlyOnce2()
52 Assert.Throws(typeof(InvalidOperationException), () => context.Complete()); in CompleteAllowedOnlyOnce2()
68 context.Complete(origPayload); in ByteArrayPayload()
90 context.Complete(); in BufferWriter_OneSegment()
112 context.Complete(); in BufferWriter_OneSegment_GetMemory()
144 context.Complete(); in BufferWriter_MultipleSegments()
[all …]
DSliceBufferSafeHandleTest.cs34 sliceBuffer.Complete(); in Complete_EmptyBuffer()
48 sliceBuffer.Complete(); in Complete_TailSizeZero()
63 sliceBuffer.Complete(); in Complete_TruncateTailSpace()
76 sliceBuffer.Complete(); in SliceBufferIsReusable()
84 sliceBuffer.Complete(); in SliceBufferIsReusable()
126 sliceBuffer.Complete(); in SliceBuffer_BigPayload()
/third_party/flutter/engine/flutter/shell/common/
Dpipeline_unittests.cc26 continuation.Complete(std::make_unique<int>(test_val)); in TEST()
40 continuation.Complete(std::make_unique<int>(test_val)); in TEST()
45 continuation.Complete(std::make_unique<int>(test_val)); in TEST()
51 continuation.Complete(std::make_unique<int>(test_val)); in TEST()
63 continuation_1.Complete(std::make_unique<int>(test_val_1)); in TEST()
64 continuation_2.Complete(std::make_unique<int>(test_val_2)); in TEST()
80 continuation_1.Complete(std::make_unique<int>(test_val_1)); in TEST()
81 continuation_2.Complete(std::make_unique<int>(test_val_2)); in TEST()
100 continuation_1.Complete(std::make_unique<int>(test_val_1)); in TEST()
101 continuation_2.Complete(std::make_unique<int>(test_val_2)); in TEST()
[all …]
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultSerializationContext.cs39 public override void Complete(byte[] payload) in Complete() method in Grpc.Core.Internal.DefaultSerializationContext
47 sliceBuffer.Complete(); in Complete()
67 public override void Complete() in Complete() method in Grpc.Core.Internal.DefaultSerializationContext
70 sliceBuffer.Complete(); in Complete()
/third_party/python/Lib/ctypes/test/
Dtest_pep3118.py105 class Complete(Structure): class
107 PComplete = POINTER(Complete)
108 Complete._fields_ = [("a", c_long)]
203 (Complete, "T{<l:a:}".replace('l', s_long), (), Complete),
205 (POINTER(Complete), "&B", (), POINTER(Complete)),
/third_party/grpc/src/csharp/Grpc.Core.Api/
DSerializationContext.cs35 public virtual void Complete(byte[] payload) in Complete() method in Grpc.Core.SerializationContext
64 public virtual void Complete() in Complete() method in Grpc.Core.SerializationContext
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_platform_message_response.cc19 void EmbedderPlatformMessageResponse::Complete( in Complete() function in flutter::EmbedderPlatformMessageResponse
34 Complete(std::make_unique<fml::NonOwnedMapping>(nullptr, 0u)); in CompleteEmpty()
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/
DTestResponseStreamWriter.cs66 public void Complete() in Complete() method in Grpc.HealthCheck.Tests.TestResponseStreamWriter
68 _channel.Writer.Complete(); in Complete()
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMarshallerTest.cs62 context.Complete(bytes); in SimpleSerializerEmulation()
79 public override void Complete(byte[] payload) in Complete() method in Grpc.Core.Tests.MarshallerTest.FakeSerializationContext
/third_party/glib/gio/completion/
Dgio36 # Complete file location
109 # Complete subcommands
116 # Complete file locations
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_float_blend.txt29 Complete.
81 03/17/2015 1 Complete IP Status section and make minor language
/third_party/openGLES/extensions/EXT/
DEXT_float_blend.txt29 Complete.
81 03/17/2015 1 Complete IP Status section and make minor language
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/stocks/
Dlayout_bench.dart31 await tester.pump(const Duration(seconds: 1)); // Complete startup animation
34 await tester.pump(const Duration(seconds: 1)); // Complete drawer animation
Dbuild_bench.dart30 await tester.pump(const Duration(seconds: 1)); // Complete startup animation
33 await tester.pump(const Duration(seconds: 1)); // Complete drawer animation
/third_party/ninja/misc/
Dbash-completion22 # 1) Complete words when the cursor is in the middle of the word
23 # 2) Complete paths with files or directories, as appropriate
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads19 // Function Complete? Priority
68 // Function Complete? Priority
/third_party/ltp/testcases/open_posix_testsuite/
DChangeLog122 - Complete signals suite
123 - Complete <sched.h> process scheduling suite
131 - Complete semaphores suite (including bug fixes)
133 - Complete message queues suite
/third_party/grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs39 context.Complete(); in __Helper_SerializeMessage()
43 context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); in __Helper_SerializeMessage()
/third_party/flutter/engine/flutter/lib/ui/window/
Dplatform_message_response.h22 virtual void Complete(std::unique_ptr<fml::Mapping> data) = 0;
Dplatform_message_response_dart.h18 void Complete(std::unique_ptr<fml::Mapping> data) override;
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DReportQpsScenarioServiceGrpc.cs39 context.Complete(); in __Helper_SerializeMessage()
43 context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message)); in __Helper_SerializeMessage()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_multitexture.txt11 Complete. Approved by ARB on 9/15/1998
/third_party/openGLES/extensions/ARB/
DARB_multitexture.txt11 Complete. Approved by ARB on 9/15/1998
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
Dplatform_message_response_darwin.h23 void Complete(std::unique_ptr<fml::Mapping> data) override;
/third_party/mesa3d/src/mesa/main/
Dfbobject.c438 att->Complete = GL_TRUE; in remove_attachment()
556 att->Complete = GL_FALSE; in set_texture_attachment()
576 att->Complete = GL_FALSE; in set_renderbuffer_attachment()
902 att->Complete = GL_TRUE; in test_attachment_completeness()
912 att->Complete = GL_FALSE; in test_attachment_completeness()
919 att->Complete = GL_FALSE; in test_attachment_completeness()
932 att->Complete = GL_FALSE; in test_attachment_completeness()
939 att->Complete = GL_FALSE; in test_attachment_completeness()
947 att->Complete = GL_FALSE; in test_attachment_completeness()
954 att->Complete = GL_FALSE; in test_attachment_completeness()
[all …]

12345678910>>...50