Home
last modified time | relevance | path

Searched refs:why (Results 126 – 150 of 26155) sorted by relevance

12345678910>>...1047

/dports/security/cracklib/cracklib-2.9.7/util/
H A Dcheck.c21 const char *why; in main() local
39 why = FascistCheck(buf, in main()
43 if ((why != NULL) && (strlen(why) > 0)) { in main()
44 printf("%s: %s\n", buf, why); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webrtc-sdp/examples/
H A Dfile_parser.rs29 Err(why) => panic!("Failed to open {}: {}", display, why), in main()
35 Err(why) => panic!("Couldn't read {}: {}", display, why), in main()
61 if let Err(why) = webrtc_sdp::parse_sdp(&s, true) { in main()
62 panic!("Failed to parse SDP with error: {}", why); in main()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dmessages.cpp131 << why; in msgAddedFunctionInvalidReturnType()
187 const QString &why) in msgUnmatchedParameterType() argument
195 str << ": " << why; in msgUnmatchedParameterType()
200 const QString &why) in msgUnmatchedReturnType() argument
204 + QLatin1String("': ") + why; in msgUnmatchedReturnType()
215 str << "function '" << signature << "', " << why; in msgSkippingFunction()
312 + t + QLatin1String("\": ") + why; in msgUnableToTranslateType()
316 const QString &why) in msgUnableToTranslateType() argument
372 const QString &why) in msgPropertyTypeParsingFailed() argument
377 << "): " << why; in msgPropertyTypeParsingFailed()
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dmessages.cpp131 << why; in msgAddedFunctionInvalidReturnType()
187 const QString &why) in msgUnmatchedParameterType() argument
195 str << ": " << why; in msgUnmatchedParameterType()
200 const QString &why) in msgUnmatchedReturnType() argument
204 + QLatin1String("': ") + why; in msgUnmatchedReturnType()
215 str << "function '" << signature << "', " << why; in msgSkippingFunction()
312 + t + QLatin1String("\": ") + why; in msgUnableToTranslateType()
316 const QString &why) in msgUnableToTranslateType() argument
372 const QString &why) in msgPropertyTypeParsingFailed() argument
377 << "): " << why; in msgPropertyTypeParsingFailed()
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dmessages.cpp131 << why; in msgAddedFunctionInvalidReturnType()
187 const QString &why) in msgUnmatchedParameterType() argument
195 str << ": " << why; in msgUnmatchedParameterType()
200 const QString &why) in msgUnmatchedReturnType() argument
204 + QLatin1String("': ") + why; in msgUnmatchedReturnType()
215 str << "function '" << signature << "', " << why; in msgSkippingFunction()
312 + t + QLatin1String("\": ") + why; in msgUnableToTranslateType()
316 const QString &why) in msgUnableToTranslateType() argument
372 const QString &why) in msgPropertyTypeParsingFailed() argument
377 << "): " << why; in msgPropertyTypeParsingFailed()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/webrtc-sdp/examples/
H A Dfile_parser.rs29 Err(why) => panic!("Failed to open {}: {}", display, why), in main()
35 Err(why) => panic!("Couldn't read {}: {}", display, why), in main()
63 Err(why) => panic!("Failed to parse SDP with error: {}", why), in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webrtc-sdp/examples/
H A Dfile_parser.rs29 Err(why) => panic!("Failed to open {}: {}", display, why), in main()
35 Err(why) => panic!("Couldn't read {}: {}", display, why), in main()
63 Err(why) => panic!("Failed to parse SDP with error: {}", why), in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webrtc-sdp/examples/
H A Dfile_parser.rs29 Err(why) => panic!("Failed to open {}: {}", display, why), in main()
35 Err(why) => panic!("Couldn't read {}: {}", display, why), in main()
63 Err(why) => panic!("Failed to parse SDP with error: {}", why), in main()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_butler.cc80 Session::request_overwrite_buffer (boost::shared_ptr<Track> t, OverwriteReason why) in request_overwrite_buffer() argument
85 ev->overwrite = why; in request_overwrite_buffer()
90 Session::overwrite_some_buffers (boost::shared_ptr<Route> r, OverwriteReason why) in overwrite_some_buffers() argument
106 t->set_pending_overwrite (why); in overwrite_some_buffers()
110 foreach_track (&Track::set_pending_overwrite, why); in overwrite_some_buffers()
113 if (why == LoopChanged) { in overwrite_some_buffers()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/bin/
H A Dcatbrotli.rs86 Err(why) => panic!("couldn't open {:}\n{:}", filename, why), in main()
102 Err(why) => panic!("couldn't write: {:}", why), in main()
127 Err(why) => panic!("couldn't write: {:}", why), in main()
138 Err(why) => panic!("couldn't write: {:}", why), in main()
/dports/www/firefox-esr/firefox-91.8.0/ipc/ipdl/test/cxx/
H A DTestEndpointOpens.cpp72 void TestEndpointOpensParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
76 if (NormalShutdown != why) { in ActorDestroy()
109 void TestEndpointOpensOpenedParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
112 if (NormalShutdown != why) { in ActorDestroy()
178 void TestEndpointOpensChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
182 if (NormalShutdown != why) { in ActorDestroy()
226 void TestEndpointOpensOpenedChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
229 if (NormalShutdown != why) { in ActorDestroy()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/ipdl/test/cxx/
H A DTestEndpointOpens.cpp72 void TestEndpointOpensParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
76 if (NormalShutdown != why) { in ActorDestroy()
109 void TestEndpointOpensOpenedParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
112 if (NormalShutdown != why) { in ActorDestroy()
178 void TestEndpointOpensChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
182 if (NormalShutdown != why) { in ActorDestroy()
226 void TestEndpointOpensOpenedChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
229 if (NormalShutdown != why) { in ActorDestroy()
/dports/www/firefox/firefox-99.0/ipc/ipdl/test/cxx/
H A DTestEndpointOpens.cpp72 void TestEndpointOpensParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
76 if (NormalShutdown != why) { in ActorDestroy()
109 void TestEndpointOpensOpenedParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
112 if (NormalShutdown != why) { in ActorDestroy()
178 void TestEndpointOpensChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
182 if (NormalShutdown != why) { in ActorDestroy()
226 void TestEndpointOpensOpenedChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
229 if (NormalShutdown != why) { in ActorDestroy()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/bin/
H A Dcatbrotli.rs86 Err(why) => panic!("couldn't open {:}\n{:}", filename, why), in main()
102 Err(why) => panic!("couldn't write: {:}", why), in main()
127 Err(why) => panic!("couldn't write: {:}", why), in main()
138 Err(why) => panic!("couldn't write: {:}", why), in main()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/bin/
H A Dcatbrotli.rs86 Err(why) => panic!("couldn't open {:}\n{:}", filename, why), in main()
102 Err(why) => panic!("couldn't write: {:}", why), in main()
127 Err(why) => panic!("couldn't write: {:}", why), in main()
138 Err(why) => panic!("couldn't write: {:}", why), in main()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/ipdl/test/cxx/
H A DTestEndpointOpens.cpp81 TestEndpointOpensParent::ActorDestroy(ActorDestroyReason why) in ActorDestroy() argument
86 if (NormalShutdown != why) { in ActorDestroy()
128 TestEndpointOpensOpenedParent::ActorDestroy(ActorDestroyReason why) in ActorDestroy() argument
132 if (NormalShutdown != why) { in ActorDestroy()
206 TestEndpointOpensChild::ActorDestroy(ActorDestroyReason why) in ActorDestroy() argument
211 if (NormalShutdown != why) { in ActorDestroy()
264 TestEndpointOpensOpenedChild::ActorDestroy(ActorDestroyReason why) in ActorDestroy() argument
268 if (NormalShutdown != why) { in ActorDestroy()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/ipdl/test/cxx/
H A DTestEndpointOpens.cpp72 void TestEndpointOpensParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
76 if (NormalShutdown != why) { in ActorDestroy()
109 void TestEndpointOpensOpenedParent::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
112 if (NormalShutdown != why) { in ActorDestroy()
178 void TestEndpointOpensChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
182 if (NormalShutdown != why) { in ActorDestroy()
226 void TestEndpointOpensOpenedChild::ActorDestroy(ActorDestroyReason why) { in ActorDestroy() argument
229 if (NormalShutdown != why) { in ActorDestroy()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dplan_ranker.cpp70 size_t PlanRanker::pickBestPlan(const vector<CandidatePlan>& candidates, PlanRankingDecision* why) { in pickBestPlan() argument
72 invariant(why); in pickBestPlan()
121 why->tieForBest = std::abs(bestScore - runnerUpScore) < epsilon; in pickBestPlan()
126 why->stats.clear(); in pickBestPlan()
127 why->scores.clear(); in pickBestPlan()
128 why->candidateOrder.clear(); in pickBestPlan()
156 why->stats.push_back(std::move(statTrees[candidateIndex])); in pickBestPlan()
157 why->scores.push_back(score); in pickBestPlan()
158 why->candidateOrder.push_back(candidateIndex); in pickBestPlan()
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dbroker.py236 why = failure.Failure(err)
237 self.shutdown(why)
250 self.finish(why)
254 def connectionLost(self, why): argument
260 self.finish(why)
274 def finish(self, why): argument
277 assert isinstance(why, failure.Failure), why
280 self.abandonAllRequests(why)
699 def reportViolation(self, why): argument
728 def reportViolation(self, why): argument
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/examples/
H A Dwindow.rs109 Err(why) => Status::error(format!("Could not parse the input color: {}", why)), in main()
147 if let Err(why) = shell.execute_command(file) { in main()
148 eprintln!("window: error in config file: {}", why); in main()
165 if let Err(why) = shell.execute_function(&function, &["ion"]) { in main()
167 eprintln!("window example: error in on_render callback: {}", why); in main()
174 if let Err(why) = in main()
178 eprintln!("window example: error in on_key callback: {}", why); in main()
185 if let Err(why) = in main()
188 eprintln!("window example: error in on_mouse callback: {}", why); in main()
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/test_runner/
H A Derrors.rs65 TestCaseError::Fail(ref why) => write!(f, "Case failed: {}", why), in fmt()
92 TestError::Abort(ref why) => write!(f, "Test aborted: {}", why), in fmt()
93 TestError::Fail(ref why, ref what) => write!( in fmt()
96 why, what in fmt()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/test_runner/
H A Derrors.rs65 TestCaseError::Fail(ref why) => write!(f, "Case failed: {}", why), in fmt()
92 TestError::Abort(ref why) => write!(f, "Test aborted: {}", why), in fmt()
93 TestError::Fail(ref why, ref what) => write!( in fmt()
96 why, what in fmt()
/dports/textproc/reflex/reflex-20210808/
H A Dccl.c36 ccladd(int cclp, int ch, CCLWHY why) in ccladd() argument
49 ccltbl[ind + i].why = (CCLWHY) ((unsigned) ccltbl[ind + i].why | (unsigned) why); in ccladd()
66 ccltbl[newpos].why = why; in ccladd()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/test_runner/
H A Derrors.rs65 TestCaseError::Fail(ref why) => write!(f, "Case failed: {}", why), in fmt()
92 TestError::Abort(ref why) => write!(f, "Test aborted: {}", why), in fmt()
93 TestError::Fail(ref why, ref what) => write!( in fmt()
96 why, what in fmt()
/dports/devel/lua-cqueues/cqueues-rel-20200726/examples/
H A Dthread.count19 local ok, why = cq:step()
20 if not ok then error(why) end
32 local ok, why = thr:join()
35 print(why or "OK")
37 error(require"cqueues.errno".strerror(why))

12345678910>>...1047