Home
last modified time | relevance | path

Searched refs:succeeded (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/external/compiler-rt/test/asan/TestCases/Linux/
Drecvfrom.cc38 int succeeded = getsockname(sockfd, (struct sockaddr *)&serveraddr, &addrlen); in client_thread_udp() local
39 CHECK_ERROR(succeeded < 0, "in getsockname"); in client_thread_udp()
41 succeeded = sendto(sockfd, buf, kBufSize, 0, (struct sockaddr *)&serveraddr, in client_thread_udp()
45 CHECK_ERROR(succeeded < 0, "in sending message"); in client_thread_udp()
69 int succeeded = in main() local
71 CHECK_ERROR(succeeded, "creating thread"); in main()
78 succeeded = pthread_join(client_thread, NULL); in main()
79 CHECK_ERROR(succeeded, "joining thread"); in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Drecvfrom.cpp38 int succeeded = getsockname(sockfd, (struct sockaddr *)&serveraddr, &addrlen); in client_thread_udp() local
39 CHECK_ERROR(succeeded < 0, "in getsockname"); in client_thread_udp()
41 succeeded = sendto(sockfd, buf, kBufSize, 0, (struct sockaddr *)&serveraddr, in client_thread_udp()
45 CHECK_ERROR(succeeded < 0, "in sending message"); in client_thread_udp()
69 int succeeded = in main() local
71 CHECK_ERROR(succeeded, "creating thread"); in main()
78 succeeded = pthread_join(client_thread, NULL); in main()
79 CHECK_ERROR(succeeded, "joining thread"); in main()
/external/libbrillo/brillo/streams/
Dstream_test.cc119 bool succeeded = false; in TEST() local
122 [](size_t* read_size, bool* succeeded, size_t size) { in TEST() argument
124 *succeeded = true; in TEST()
125 }, &read_size, &succeeded); in TEST()
142 EXPECT_FALSE(succeeded); in TEST()
167 bool succeeded = false; in TEST() local
169 auto success_callback = base::Bind([](bool* succeeded, size_t /* size */) { in TEST() argument
170 *succeeded = true; in TEST()
171 }, &succeeded); in TEST()
188 EXPECT_FALSE(succeeded); in TEST()
[all …]
/external/dagger2/javatests/dagger/hilt/android/processor/internal/viewmodel/
DViewModelGeneratorTest.kt101 succeeded() in compiler()
179 succeeded() in verifyModule_savedStateOnlyArg()
264 succeeded() in verifyModule_mixedArgs()
350 succeeded() in verifyModule_mixedAndProviderArgs()
443 succeeded() in verifyModule_qualifiedArgs()
522 succeeded() in verifyInnerClass()
/external/python/cpython3/Tools/peg_generator/scripts/
Dfind_max_nesting.py46 succeeded = True
47 while succeeded:
49 if succeeded:
50 succeeded = check_nested_expr(nesting_depth)
/external/skia/src/gpu/
DGrTTopoSort.h42 bool succeeded = true; in GrTTopoSort_Visit() local
52 succeeded = false; in GrTTopoSort_Visit()
60 return succeeded; in GrTTopoSort_Visit()
92 bool succeeded = true; in GrTTopoSort() local
103 succeeded = false; in GrTTopoSort()
121 return succeeded; in GrTTopoSort()
/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc55 bool succeeded = true; in GenerateAll() local
58 succeeded = Generate(file, parameter, generator_context, error); in GenerateAll()
59 if (!succeeded && error && error->empty()) { in GenerateAll()
68 if (!succeeded) { in GenerateAll()
72 return succeeded; in GenerateAll()
/external/dagger2/javatests/dagger/internal/codegen/
DComponentProcessorTest.java263 assertThat(compilation).succeeded(); in simpleComponent()
388 assertThat(compilation).succeeded(); in componentWithScope()
445 assertThat(compilation).succeeded(); in simpleComponentWithNesting()
542 assertThat(compilation).succeeded(); in componentWithModule()
623 assertThat(compilation).succeeded(); in componentWithAbstractModule()
761 assertThat(compilation).succeeded(); in transitiveModuleDeps()
797 .succeeded(); in generatedTransitiveModule()
836 .succeeded(); in generatedModuleInSubcomponent()
924 assertThat(compilation).succeeded(); in subcomponentNotGeneratedIfNotUsedInGraph()
958 .succeeded(); in testDefaultPackage()
[all …]
DDelegateBindingExpressionTest.java395 assertThat(compilation).succeeded(); in castNeeded_rawTypes_Provider_get()
503 assertThat(compilation).succeeded(); in noCast_rawTypes_Provider_get_toInaccessibleType()
593 assertThat(compilation).succeeded(); in castedToRawType()
694 assertThat(compilation).succeeded(); in doubleBinds()
799 assertThat(compilation).succeeded(); in inlineFactoryOfInacessibleType()
891 assertThat(compilation).succeeded(); in providerWhenBindsScopeGreaterThanDependencyScope()
982 assertThat(compilation).succeeded(); in assertThatCompilationWithModule()
DSwitchingProviderTest.java243 assertThat(compilation).succeeded(); in unscopedBinds()
328 assertThat(compilation).succeeded(); in scopedBinds()
419 assertThat(compilation).succeeded(); in emptyMultibindings_avoidSwitchProviders()
464 assertThat(compilation).succeeded(); in memberInjectors()
535 assertThat(compilation).succeeded(); in optionals()
DFullBindingGraphValidationTest.java110 assertThat(compilation).succeeded(); in moduleWithErrors_validationTypeWarning()
165 assertThat(compilation).succeeded(); in includesModuleWithErrors_validationTypeWarning()
253 assertThat(compilation).succeeded(); in moduleIncludingModuleWithCombinedErrors_validationTypeWarning()
345 assertThat(compilation).succeeded(); in subcomponentWithErrors_validationTypeWarning()
403 assertThat(compilation).succeeded(); in moduleWithSubcomponentWithErrors_validationTypeWarning()
496 assertThat(compilation).succeeded(); in moduleWithSubcomponentWithCombinedErrors_validationTypeWarning()
532 assertThat(compilation).succeeded(); in bothAliasesSameValue()
/external/dagger2/javatests/dagger/producers/monitoring/internal/
DMonitorsTest.java129 producerMonitor.succeeded(o); in singleMonitor_normalProducerMonitorSuccess()
135 order.verify(mockProducerMonitor).succeeded(o); in singleMonitor_normalProducerMonitorSuccess()
170 .succeeded(nullable(Object.class)); in singleMonitor_throwingProducerMonitorSuccess()
181 producerMonitor.succeeded(o); in singleMonitor_throwingProducerMonitorSuccess()
187 order.verify(mockProducerMonitor).succeeded(o); in singleMonitor_throwingProducerMonitorSuccess()
274 producerMonitor.succeeded(o); in multipleMonitors_someNullProductionComponentMonitors()
280 order.verify(mockProducerMonitorA).succeeded(o); in multipleMonitors_someNullProductionComponentMonitors()
310 producerMonitor.succeeded(o); in multipleMonitors_someThrowingProductionComponentMonitorFactories()
316 order.verify(mockProducerMonitorA).succeeded(o); in multipleMonitors_someThrowingProductionComponentMonitorFactories()
337 producerMonitor.succeeded(o); in multipleMonitors_normalProductionComponentMonitorSuccess()
[all …]
/external/unicode/
DExpectedOutput.txt7 ******** Test01 succeeded without error. ********
12 ******** Test02 succeeded without error. ********
17 ******** Test03 succeeded without error. ********
20 ******** Test04 succeeded without error. ********
/external/google-breakpad/src/processor/testdata/
Dlinux_test_app.cc56 bool succeeded) { in callback() argument
57 if (succeeded) { in callback()
64 return succeeded; in callback()
Dtest_app.cc44 bool succeeded) { in callback() argument
45 if (succeeded) { in callback()
52 return succeeded; in callback()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dfold_test.cpp86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
89 EXPECT_TRUE(succeeded); in TEST_P()
766 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
769 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
770 if (succeeded && inst != nullptr) { in TEST_P()
857 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
860 EXPECT_TRUE(succeeded); in TEST_P()
861 if (succeeded && inst != nullptr) { in TEST_P()
910 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
913 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
89 EXPECT_TRUE(succeeded); in TEST_P()
731 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
734 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
735 if (succeeded && inst != nullptr) { in TEST_P()
813 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
816 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
817 if (succeeded && inst != nullptr) { in TEST_P()
864 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
867 EXPECT_TRUE(succeeded); in TEST_P()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
89 EXPECT_TRUE(succeeded); in TEST_P()
731 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
734 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
735 if (succeeded && inst != nullptr) { in TEST_P()
813 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
816 EXPECT_EQ(succeeded, inst == nullptr || inst->opcode() != original_opcode); in TEST_P()
817 if (succeeded && inst != nullptr) { in TEST_P()
864 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P() local
867 EXPECT_TRUE(succeeded); in TEST_P()
[all …]
/external/llvm-project/llvm/test/CodeGen/PowerPC/
D2016-01-07-BranchWeightCrash.ll12 br i1 undef, label %"assert succeeded", label %"assert failed", !prof !1
17 "assert succeeded": ; preds = %entry
26 "assert failed10": ; preds = %"assert succeeded"
29 "assert succeeded11": ; preds = %"assert succeeded"
/external/llvm/test/CodeGen/PowerPC/
D2016-01-07-BranchWeightCrash.ll12 br i1 undef, label %"assert succeeded", label %"assert failed", !prof !1
17 "assert succeeded": ; preds = %entry
26 "assert failed10": ; preds = %"assert succeeded"
29 "assert succeeded11": ; preds = %"assert succeeded"
/external/pdfium/core/fxcodec/jbig2/
Djbig2module.cpp59 bool succeeded = pJbig2Context->m_pContext->GetFirstPage( in StartDecode() local
61 return Decode(pJbig2Context, succeeded); in StartDecode()
66 bool succeeded = pJbig2Context->m_pContext->Continue(pPause); in ContinueDecode() local
67 return Decode(pJbig2Context, succeeded); in ContinueDecode()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
D16-1.c43 int pid, succeeded = 0; in main() local
131 succeeded = *(int *)pa; in main()
135 if (succeeded == 0) { in main()
140 if (succeeded > 1) { in main()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp205 if (succeeded(parser.parseOptionalRParen())) { in parseFunctionType()
206 if (succeeded(parser.parseGreater())) in parseFunctionType()
215 if (succeeded(parser.parseOptionalEllipsis())) { in parseFunctionType()
225 } while (succeeded(parser.parseOptionalComma())); in parseFunctionType()
243 if (succeeded(parser.parseOptionalComma()) && in parsePointerType()
320 if (succeeded(type.setBody(subtypes, isPacked))) in trySetStructBody()
348 bool isIdentified = succeeded(parser.parseOptionalString(&name)); in parseStructType()
361 if (succeeded(parser.parseOptionalKeyword("opaque"))) { in parseStructType()
376 bool isPacked = succeeded(parser.parseOptionalKeyword("packed")); in parseStructType()
381 if (succeeded(parser.parseOptionalRParen())) { in parseStructType()
[all …]
/external/curl/tests/data/
Dtest120214 0Query query succeeded /foo foo.bar.invalid 70
29 "gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine%09query%20succeeded/1202"
37 /the/search/engine query succeeded/1202
/external/image_io/src/jpeg/
Djpeg_image_extractor.cc28 bool succeeded = in ExtractAppleDepthImage() local
30 return jpeg_info_.HasAppleDepth() && succeeded; in ExtractAppleDepthImage()
35 bool succeeded = in ExtractAppleMatteImage() local
37 return jpeg_info_.HasAppleMatte() && succeeded; in ExtractAppleMatteImage()

12345678910>>...18