Home
last modified time | relevance | path

Searched refs:IsSuccess (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.cc187 if (!getObjectOutcome.IsSuccess()) { in Read()
263 if (!putObjectOutcome.IsSuccess()) { in Sync()
417 if (!listObjectsOutcome.IsSuccess()) { in GetChildren()
452 if (!headBucketOutcome.IsSuccess()) { in Stat()
468 if (headObjectOutcome.IsSuccess()) { in Stat()
487 if (listObjectsOutcome.IsSuccess()) { in Stat()
514 if (!deleteObjectOutcome.IsSuccess()) { in DeleteFile()
529 if (!headBucketOutcome.IsSuccess()) { in CreateDir()
560 if (listObjectsOutcome.IsSuccess()) { in DeleteDir()
613 if (!listObjectsOutcome.IsSuccess()) { in RenameFile()
[all …]
/external/nos/test/system-test-harness/src/
Dtransport_tests.cc222 MATCHER(IsSuccess, "") {
416 ASSERT_THAT(status, IsSuccess()); in TEST_F()
571 ASSERT_THAT(status, IsSuccess()); in TEST_F()
605 ASSERT_THAT(status, IsSuccess()); in TEST_F()
678 ASSERT_THAT(status, IsSuccess()); in TEST_F()
707 ASSERT_THAT(status, IsSuccess()); in TEST_F()
764 ASSERT_THAT(status, IsSuccess()); in TEST_F()
794 ASSERT_THAT(status, IsSuccess()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptToken.cpp53 bool IsSuccess = rcGetAsInteger(TokenValue, Result); in intValue() local
54 assert(IsSuccess); in intValue()
55 (void)IsSuccess; // Silence the compiler warning when -DNDEBUG flag is on. in intValue()
/external/tensorflow/tensorflow/contrib/kinesis/kernels/
Dkinesis_dataset_ops.cc231 if (!outcome.IsSuccess()) { in GetNextInternal()
288 if (!outcome.IsSuccess()) { in SetupStreamsLocked()
335 if (!iterator_outcome.IsSuccess()) { in SetupStreamsLocked()