Home
last modified time | relevance | path

Searched refs:Finished (Results 1 – 25 of 75) sorted by relevance

123

/third_party/grpc/src/objective-c/examples/Sample/Sample/
DViewController.m51 NSLog(@"Finished successfully with response:\n%@", response);
53 NSLog(@"Finished with error: %@", error);
76 NSLog(@"Finished with error: %@", errorOrNil);
78 NSLog(@"Finished successfully.");
/third_party/grpc/examples/cpp/route_guide/
Dhelper.cc76 bool Finished() { return current_ >= db_.size(); } in Finished() function in routeguide::Parser
79 if (failed_ || Finished() || !Match("{")) { in TryParseOne()
152 while (!parser.Finished()) { in ParseDb()
/third_party/grpc/src/objective-c/tests/UnitTests/
DGRPCClientTests.m143 XCTAssertNotNil(errorOrNil, @"Finished without error!");
144 XCTAssertEqual(errorOrNil.code, 12, @"Finished with unexpected error: %@", errorOrNil);
169 XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil);
203 XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil);
231 XCTAssertNotNil(errorOrNil, @"Finished without error!");
232 XCTAssertEqual(errorOrNil.code, 16, @"Finished with unexpected error: %@", errorOrNil);
274 XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil);
330 XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil);
360 XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil);
381 // Set state to Finished by force
[all …]
DAPIv2Tests.m187 @"Finished with unexpected error: %@", error);
266 XCTFail(@"Finished with unexpected error: %@", error);
381 XCTAssertNil(error, @"Finished with unexpected error: %@",
452 @"Finished with no error; expecting error");
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc38 GRPC_ERROR_UNREF(parsing_frame->Finished( in ~grpc_chttp2_data_parser()
197 GRPC_ERROR_UNREF(p->parsing_frame->Finished(GRPC_ERROR_NONE, true)); in grpc_deframe_unprocessed_incoming_frames()
228 (error = p->parsing_frame->Finished(GRPC_ERROR_NONE, true))) { in grpc_deframe_unprocessed_incoming_frames()
261 (error = p->parsing_frame->Finished(GRPC_ERROR_NONE, true))) { in grpc_deframe_unprocessed_incoming_frames()
Dinternal.h248 grpc_error* Finished(grpc_error* error, bool reset_on_error);
/third_party/openssl/test/ssl-tests/
D23-srp.conf.in58 # Server fails first with bad client Finished.
103 # Server fails first with bad client Finished.
/third_party/openh264/autotest/unitTest/ios/
Drun_AutoTest_ios.sh150 echo Finished unittest with armv7 on ios devices
159 echo Finished unittest with arm64 on ios devices
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DRunningState.cs31 internal const int Finished = 10; field in Org.Brotli.Dec.RunningState
DDecode.cs507 state.nextRunningState = Org.Brotli.Dec.RunningState.Finished; in ReadMetablockInfo()
674 while (state.runningState != Org.Brotli.Dec.RunningState.Finished) in Decompress()
981 if (state.runningState == Org.Brotli.Dec.RunningState.Finished) in Decompress()
/third_party/grpc/src/objective-c/tests/InteropTests/
DInteropTests.m482 XCTAssertNil(error, @"Finished with unexpected error: %@", error);
586 XCTAssertNil(error, @"Finished with unexpected error: %@", error);
813 XCTAssertNil(error, @"Finished with unexpected error: %@", error);
850 XCTAssertNil(error, @"Finished with unexpected error: %@", error);
902 XCTAssertNil(callError, @"Finished with unexpected error: %@", callError);
927 error, @"Finished with unexpected error: %@", error);
958 XCTAssertNil(error, @"Finished with unexpected error: %@", error);
997 XCTAssertNil(error, @"Finished with unexpected error: %@", error);
1066 @"Finished with unexpected error: %@",
1125 @"Finished with unexpected error: %@",
[all …]
/third_party/openh264/autotest/unitTest/android/
Drun_AutoTest_android.sh107 echo Finished unit test on android
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp628 Finished enumerator
870 mEncodingState = EncodingState::Finished; in Finish()
875 mEncodingState = EncodingState::Finished; in Finish()
884 if (mEncodingState != EncodingState::Finished) { in HandleError()
901 if (mEncodingState == EncodingState::Finished) { in PassEnded()
/third_party/openh264/autotest/performanceTest/android/
Drun_AutoTest_android.sh175 echo Finished $ENCDEC performance test on android
/third_party/python/Tools/msi/
Dget_externals.bat70 echo Finished.
/third_party/openh264/autotest/performanceTest/ios/
Drun_AutoTest_ios.sh188 echo Finished $ENCDEC performance test on ios devices
/third_party/grpc/src/objective-c/RxLibrary/
DGRXImmediateWriter.m120 // Per GRXWriter's contract, setting the state to Finished manually
/third_party/flatbuffers/include/flatbuffers/
Dflatbuffers.h1251 Finished();
1259 Finished();
1273 Finished();
1280 Finished();
1294 Finished();
1304 Finished();
1309 void Finished() const {
Dflexbuffers.h919 Finished(); in GetBuffer()
1339 void Finished() const { in Finished() function
/third_party/flutter/flutter/dev/devicelab/bin/
Drun.dart74 section('Finished task "$taskName"');
/third_party/python/PCbuild/
Dget_externals.bat96 echo Finished.
/third_party/flutter/flutter/examples/flutter_gallery/test/
Dlive_smoketest.dart85 print('Finished successfully!');
/third_party/python/Doc/tools/
Dsusp-ignored.csv89 howto/logging,,:Finished,INFO:root:Finished
95 howto/logging,,:root,INFO:root:Finished
/third_party/grpc/examples/objective-c/route_guide/
DViewControllers.m250 NSLog(@"Finished trip with %i points", response.pointCount);
/third_party/mbedtls/docs/
Duse-psa-crypto.md140 - the `verify_data` part of the Finished message;

123