Searched refs:results (Results 76 - 100 of 228) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp210 TypeResults results; local
211 item.first->FindTypes(query, results);
213 for (const lldb::TypeSP &type_sp : results.GetTypeMap().Types()) {
238 TypeResults results; local
239 module_list.FindTypes(nullptr, query, results);
240 for (const lldb::TypeSP &type_sp : results.GetTypeMap().Types()) {
600 TypeResults results; local
604 module_sp->FindTypes(query, results);
605 type_sp = results.GetFirstType();
610 m_target->GetImages().FindTypes(nullptr, query, results);
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp302 "results for \"%s\"--",
341 DiagnosticManager &diagnostic_manager, Value &results) {
415 FetchFunctionResults(exe_ctx, args_addr, results);
338 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr, const EvaluateExpressionOptions &options, DiagnosticManager &diagnostic_manager, Value &results) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc118 // EnumProcessModulesEx the results should not be used.
/freebsd-current/sys/rpc/
H A Drpcb_prot.h227 } results; member in struct:rpcb_rmtcallres
239 } results; member in struct:r_rpcb_rmtcallres
240 xdrproc_t xdr_res; /* decodes results */
390 * Remote calls results
394 uint32_t resultslen; /* results length */
395 caddr_t results_ptr; /* results */
H A Dclnt_vc.c42 * sent. The batching occurs if the results' xdr routine is NULL (0) AND
45 * Clients should NOT casually batch calls that in fact return results; that is,
291 struct mbuf **resultsp, /* pointer to results */
304 struct mbuf *mreq = NULL, *results; local
551 results = xdrmbuf_getall(&xdrs);
554 &results)) {
558 KASSERT(results,
560 *resultsp = results;
H A Dclnt_dg.c328 struct mbuf **resultsp, /* pointer to results */
348 struct mbuf *mreq = NULL, *results; local
701 results = xdrmbuf_getall(&xdrs);
704 &results)) {
734 *resultsp = results;
/freebsd-current/sys/conf/
H A Dconfig.mk7 # the code here when they all produce identical results
/freebsd-current/contrib/bmake/unit-tests/
H A Dvardebug.mk58 # When ApplyModifiers results in an error, this appears in the debug log
/freebsd-current/contrib/ntp/
H A DMakefile.am51 results.y2kfixes \
/freebsd-current/contrib/openpam/t/
H A DMakefile.in835 results=`for b in $$bases; do echo $$b.trs; done`; \
836 test -n "$$results" || results=/dev/null; \
837 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
838 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
839 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
840 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
841 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
842 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
843 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | w
[all...]
/freebsd-current/contrib/expat/tests/
H A DMakefile.in1009 results=`for b in $$bases; do echo $$b.trs; done`; \
1010 test -n "$$results" || results=/dev/null; \
1011 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1012 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1013 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1014 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1015 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1016 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1017 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | w
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp583 TypeResults &results) const {
586 search_first->FindTypes(query, results);
587 if (results.Done(query))
592 module_sp->FindTypes(query, results);
593 if (results.Done(query))
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc887 TestPartResultArray results; local
891 &results);
896 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
1019 // of them are intended to fail), and then compare the test results
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp196 ExpressionResults results = m_print_object_caller_up->ExecuteFunction( local
198 if (results != eExpressionCompleted) {
199 strm.Printf("Error evaluating Print Object function: %d.\n", results);
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql93 -- and test cases), and also the data about particular runs (test results).
191 -- Representation of test case results.
193 -- Note that there is a 1:1 relation between test cases and their results.
/freebsd-current/usr.bin/mkuzip/
H A Dmkuzip.c336 oblk = mkuz_fqueue_deq_when(cvp->results, cmp_blkno, &io);
392 mkuz_fqueue_enq(cvp->results, oblk);
/freebsd-current/contrib/bmake/mk/
H A Dsys.clean-env.mk26 # A list of prefixes to match against the environment - the results
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js685 // results is for internal usage only
686 makeArray: function( array, results ) {
687 var ret = results || [];
3941 var Sizzle = function( selector, context, results, seed ) {
3942 results = results || [];
3952 return results;
4059 results.push.apply( results, checkSet );
4064 results
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c2446 struct iwl_mvm_nd_results *results)
2483 results->matched_profiles = le32_to_cpu(query->matched_profiles);
2484 memcpy(results->matches, query->matches, matches_len);
2496 struct iwl_mvm_nd_results *results,
2504 (void *)results->matches;
2510 (void *)results->matches;
2520 struct iwl_mvm_nd_results *results,
2529 (void *)results->matches;
2537 (void *)results->matches;
2599 IWL_INFO(mvm, "Query FW for ND results\
2445 iwl_mvm_netdetect_query_results(struct iwl_mvm *mvm, struct iwl_mvm_nd_results *results) argument
2495 iwl_mvm_query_num_match_chans(struct iwl_mvm *mvm, struct iwl_mvm_nd_results *results, int idx) argument
2519 iwl_mvm_query_set_freqs(struct iwl_mvm *mvm, struct iwl_mvm_nd_results *results, struct cfg80211_wowlan_nd_match *match, int idx) argument
2824 struct iwl_mvm_nd_results *results = d3_data->nd_results; local
3051 struct iwl_mvm_nd_results results = {}; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h168 llvm::ArrayRef<CompletionResult::Completion> results);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h109 lldb_private::TypeResults &results) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp929 ResultSet &results) override {
941 results.insert(std::move(result));
956 ResultSet &results) override {
972 results.insert(std::move(result));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h254 /// returns the results in \a sc_list.
354 /// \param[in] results
355 /// Any matching types will be populated into the \a results object using
358 lldb_private::TypeResults &results) const;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h156 lldb_private::TypeResults &results) override;
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l309 " %s constant %s results in integer"
392 xyerror(D_INT_OFLOW, "constant %s results in "

Completed in 327 milliseconds

12345678910