| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 70 /// A container of code-completion results. 82 /// The actual results we have found. 83 std::vector<Result> Results; member in __anone047e0890111::ResultBuilder 128 // 1 -> 2 elements: create the vector of results and push in the in Add() 156 /// results. 159 /// The semantic analysis object for which results are being 169 /// results that are not desirable. 204 /// The completion context in which we are gathering results. 248 /// results. 254 /// Set the filter used for code-completion results. [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | t_authdata.c | 50 /* We want three results in the return from krb5_find_authdata so it has to 80 krb5_authdata **results; in main() local 86 assert(krb5_merge_authdata(context, adseq1, adseq2, &results) == 0); in main() 87 compare_authdata(results[0], &ad1); in main() 88 compare_authdata( results[1], &ad2); in main() 89 compare_authdata(results[2], &ad4); in main() 90 compare_authdata( results[3], &ad3); in main() 91 assert(results[4] == NULL); in main() 92 krb5_free_authdata(context, results); in main() 97 &results) == 0); in main() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 76 /// Assuming the node is legal, "legalize" the results. 79 /// Make sure Results are legal and update the translation cache. 81 MutableArrayRef<SDValue> Results); 83 /// Wrapper to interface LowerOperation with a vector of Results. 85 /// returns true. If return is true and the Results are empty, then the 87 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results); 96 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results); 100 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results); 104 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results); 142 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results); [all …]
|
| H A D | LegalizeDAG.cpp | 135 void ExpandFrexpLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 137 SmallVectorImpl<SDValue> &Results); 142 SmallVectorImpl<SDValue> &Results); 153 SmallVectorImpl<SDValue> &Results); 154 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 155 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 165 SmallVectorImpl<SDValue> &Results); 178 SmallVectorImpl<SDValue> &Results); 180 SmallVectorImpl<SDValue> &Results); 1310 // FIXME: The handling for custom lowering with multiple results is in LegalizeOp() [all …]
|
| /freebsd/contrib/kyua/integration/ |
| H A D | cmd_test_test.sh | 44 Results file id is $(utils_results_id) 45 Results saved to $(utils_results_file) 69 Results file id is $(utils_results_id) 70 Results saved to $(utils_results_file) 102 Results file id is $(utils_results_id) 103 Results saved to $(utils_results_file) 138 Results file id is $(utils_results_id) 139 Results saved to $(utils_results_file) 172 Results file id is $(utils_results_id) 173 Results saved to $(utils_results_file) [all …]
|
| H A D | cmd_report_test.sh | 50 grep '^Results saved to ' stdout | cut -d ' ' -f 4 >"${dbfile_name}" 53 # Ensure the results of 'report' come from the database. 68 Results read from $(cat dbfile_name1) 80 Results read from $(cat dbfile_name2) 90 echo 'kyua: E: No previous results file found for test suite' \ 102 -e empty kyua report --results-file="$(cat dbfile_name1)" \ 105 -e empty kyua report --results-file="$(cat dbfile_name2)" \ 112 atf_check -s exit:2 -o empty -e match:"kyua: E: No previous results.*foo" \ 113 kyua report --results-file=foo 125 Results read from $(cat dbfile_name) [all …]
|
| /freebsd/contrib/kyua/doc/ |
| H A D | results-files-report-example.mdoc | 1 .Ss Workflow with results files 9 ~/.kyua/store/results.usr_tests.20140731-150500-196784.db 10 ~/.kyua/store/results.usr_tests.20140731-151730-997451.db 14 generate a report for the results of the 19 cd /usr/tests && kyua __REPORT_COMMAND__ --results-file=LATEST 20 kyua __REPORT_COMMAND__ --results-file=/usr/tests 21 kyua __REPORT_COMMAND__ --results-file=usr_tests 22 kyua __REPORT_COMMAND__ --results-file=usr_tests.20140731-151730-997451 29 --results-file=usr_tests.20140731-150500-196784 31 --results-file=~/.kyua/store/results.usr_tests.20140731-150500-196784.db
|
| H A D | kyua-report-html.1.in | 33 .Nd Generates an HTML report with the results of a test suite run 38 .Op Fl -results-file Ar file 39 .Op Fl -results-filter Ar types 45 The command processes a results file and then populates a directory with 46 multiple HTML and supporting files to describe the results recorded in that 47 results file. 67 .It Fl -results-file Ar path , Fl s Ar path 68 __include__ results-file-flag-read.mdoc 69 .It Fl -results-filter Ar types 84 The default value for this flag includes all the test results except the [all …]
|
| H A D | results-files.mdoc | 28 Results files contain, as their name implies, the results of the execution of a 32 generates a new results file, and such results files can be loaded later on by 37 Results files support identifier-based lookups and also path name lookups. 40 The default naming scheme for the results files provides simple support for 42 Each results file is given an identifier derived from the test suite that 44 Kyua can later look up results files by these fields. 58 When using the default naming scheme, results files are stored in the 62 ~/.kyua/store/results.\*(Ltidentifier\*(Gt.db 65 Results files are simple SQLite databases with the schema described in the
|
| H A D | kyua-report.1.in | 33 .Nd Generates reports with the results of a test suite run 37 .Op Fl -results-file Ar file 38 .Op Fl -results-filter Ar types 44 command parses a results file and generates a user-friendly, plaintext 73 .It Fl -results-file Ar path , Fl s Ar path 74 __include__ results-file-flag-read.mdoc 75 .It Fl -results-filter Ar types 90 The default value for this flag includes all the test results except the 100 .Ss Results files 101 __include__ results-files.mdoc [all …]
|
| H A D | results-file-flag-read.mdoc | 28 Specifies the results file to operate on. 33 to automatically load the latest results file from the current test suite. 38 Requests the load of the latest results file available for the test suite rooted 41 Requests the load of the latest results file available for the test suite rooted 44 Requests the load of the latest results file available for the given test suite. 45 .It Results identifier 46 Requests the load of a specific results file. 48 Load the specified results file. 52 .Sx Results files
|
| H A D | kyua-report-junit.1.in | 33 .Nd Generates a JUnit report with the results of a test suite run 37 .Op Fl -results-file Ar file 43 The command processes a results file and then generates a single XML file 53 .It Fl -results-file Ar path , Fl s Ar path 54 __include__ results-file-flag-read.mdoc 68 Test cases that report expected failures as their results are recorded as 73 .Ss Results files 74 __include__ results-files.mdoc 83 __include__ results-files-report-example.mdoc REPORT_COMMAND=report-junit
|
| H A D | kyua-test.1.in | 38 .Op Fl -results-file Ar file 45 runs the tests defined in it, and records the results into a new results 72 .It Fl -results-file Ar path , Fl s Ar path 73 __include__ results-file-flag-write.mdoc 76 You can later inspect the results of the test run in more detail by using 82 .Ss Results files 83 __include__ results-files.mdoc 98 __include__ results-files-report-example.mdoc REPORT_COMMAND=report
|
| /freebsd/contrib/kyua/store/ |
| H A D | layout_test.cpp | 60 "results." + test_suite + ".")).str(); in ATF_TEST_CASE_BODY() 88 "results." + layout::test_suite_for_path(dir1) + ".")).str(); in ATF_TEST_CASE_BODY() 90 "results." + layout::test_suite_for_path(dir2) + ".")).str(); in ATF_TEST_CASE_BODY() 134 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); in ATF_TEST_CASE_BODY() 136 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY() 168 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); in ATF_TEST_CASE_BODY() 170 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY() 196 "No previous results file found for test suite foo_bar", in ATF_TEST_CASE_BODY() 203 "No previous results file found for test suite foo_bar", in ATF_TEST_CASE_BODY() 207 "results.foo.20140613-194515-012345.db", // Bad test suite. in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | avxvnniint16intrin.h | 28 /// signed 16-bit results. Sum these 2 results with the corresponding 29 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. 65 /// signed 16-bit results. Sum these 2 results with the corresponding 66 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. 101 /// signed 16-bit results. Sum these 2 results with the corresponding 103 /// 32-bit results in \a dst. 139 /// signed 16-bit results. Sum these 2 results with the corresponding 141 /// 32-bit results in \a dst. 176 /// signed 16-bit results. Sum these 2 results with the corresponding 177 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. [all …]
|
| H A D | avxvnniintrin.h | 48 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer 49 /// in \a __S, and store the packed 32-bit results in DST. 71 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer 72 /// in \a __S using signed saturation, and store the packed 32-bit results in DST. 94 /// results. Sum these 2 results with the corresponding 32-bit integer in \a __S, 95 /// and store the packed 32-bit results in DST. 115 /// results. Sum these 2 results with the corresponding 32-bit integer in \a __S 116 /// using signed saturation, and store the packed 32-bit results in DST. 136 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer 137 /// in \a __S, and store the packed 32-bit results in DST. [all …]
|
| H A D | avxvnniint8intrin.h | 27 /// signed 16-bit results. Sum these 4 results with the corresponding 28 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. 64 /// signed 16-bit results. Sum these 4 results with the corresponding 65 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. 100 /// signed 16-bit results. Sum these 4 results with the corresponding 102 /// 32-bit results in \a dst. 138 /// signed 16-bit results. Sum these 4 results with the corresponding 140 /// 32-bit results in \a dst. 175 /// signed 16-bit results. Sum these 4 results with the corresponding 176 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. [all …]
|
| /freebsd/contrib/kyua/engine/ |
| H A D | scanner_test.cpp | 140 /// \return The full collection of results yielded by the scanner. 144 std::set< engine::scan_result > results; in yield_all() local 148 results.insert(result.get()); in yield_all() 152 return results; in yield_all() 187 const std::set< engine::scan_result > results = yield_all(scanner); in ATF_TEST_CASE_BODY() local 188 ATF_REQUIRE_EQ(exp_results, results); in ATF_TEST_CASE_BODY() 216 const std::set< engine::scan_result > results = yield_all(scanner); in ATF_TEST_CASE_BODY() local 217 ATF_REQUIRE_EQ(exp_results, results); in ATF_TEST_CASE_BODY() 239 const std::set< engine::scan_result > results = yield_all(scanner); in ATF_TEST_CASE_BODY() local 240 ATF_REQUIRE_EQ(exp_results, results); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 45 ReplCompletionConsumer(std::vector<std::string> &Results, in ReplCompletionConsumer() argument 49 CCTUInfo(CCAllocator), Results(Results), CC(CC) {} in ReplCompletionConsumer() 65 std::vector<std::string> &Results; member in clang::ReplCompletionConsumer 76 std::vector<std::string> &Results; member in clang::CompletionContextHandler 83 std::vector<std::string> &Results) in CompletionContextHandler() argument 84 : CCC(CCC), Results(Results), S(S) {} in CompletionContextHandler() 88 /// stores it in Results. 92 Results.push_back(Result.Declaration->getName().str()); in handleDeclaration() 107 Results.push_back(VD->getName().str()); in handleDeclaration() 113 Results.push_back(VD->getName().str()); in handleDeclaration() [all …]
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | DwarfParser.hpp | 162 int arch, PrologInfo *results); 419 int arch, PrologInfo *results) { in parseFDEInstructions() argument 444 // initialState initialized as registers in results are modified. Use in parseFDEInstructions() 498 results->setRegister(reg, kRegisterInCFA, offset, initialState); in parseFDEInstructions() 510 results->restoreRegisterToInitialState(reg, initialState); in parseFDEInstructions() 521 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions() 535 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions() 551 results->setRegister(reg, kRegisterInRegister, (int64_t)reg2, in parseFDEInstructions() 564 entry->info = *results; in parseFDEInstructions() 575 *results = top->info; in parseFDEInstructions() [all …]
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-test-part-test.cc | 184 TestPartResultArray results; in TEST_F() local 185 EXPECT_EQ(0, results.size()); in TEST_F() 191 TestPartResultArray results; in TEST_F() local 192 results.Append(r1_); in TEST_F() 193 EXPECT_EQ(1, results.size()); in TEST_F() 194 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); in TEST_F() 200 TestPartResultArray results; in TEST_F() local 201 results.Append(r1_); in TEST_F() 202 results.Append(r2_); in TEST_F() 203 EXPECT_EQ(2, results.size()); in TEST_F() [all …]
|
| /freebsd/contrib/kyua/drivers/ |
| H A D | scan_results_test.cpp | 73 /// The captured results, flattened as "program:test_case:result". 91 /// \param r A structure with all results computed by this driver. Note 109 /// Callback executed when a test results is found. 130 /// Populates a results file. 135 /// \param count The number of "elements" to insert into the results file. 138 /// results file has been loaded. 201 std::set< std::string > results; in ATF_TEST_CASE_BODY() local 202 results.insert("/root/dir/prog_0:case_0:skipped:Count 0:4:10"); in ATF_TEST_CASE_BODY() 203 results.insert("/root/dir/prog_0:case_1:skipped:Count 1:4:11"); in ATF_TEST_CASE_BODY() 204 results.insert("/root/dir/prog_1:case_0:skipped:Count 0:4:11"); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/ntp/sntp/unity/auto/ |
| H A D | unity_test_summary.rb | 30 results = @targets.map {|target| target.gsub(/\\/,'/')} 36 results.each do |result_file| 87 puts " result_file_directory - The location of your results files." 97 results = { :failures => [], :ignores => [], :successes => [] } 102 when 'IGNORE' then results[:ignores] << line_out 103 when 'FAIL' then results[:failures] << line_out 104 when 'PASS' then results[:successes] << line_out 107 return results 114 raise "Couldn't parse test results: #{summary}" 135 results = Dir[targets] [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 39 /// Represents the results of name lookup. 41 /// An instance of the LookupResult class captures the results of a 45 /// results occurred for a given lookup. 70 /// Name lookup results in an ambiguity; use 77 /// Name lookup results in an ambiguity because multiple 91 /// Name lookup results in an ambiguity because multiple 105 /// Name lookup results in an ambiguity because multiple definitions 120 /// Name lookup results in an ambiguity because multiple placeholder 131 /// Name lookup results in an ambiguity because an entity with a 149 /// A little identifier for flagging temporary lookup results. [all …]
|
| /freebsd/contrib/bc/include/ |
| H A D | lang.h | 121 /// a copy at all. In fact, it saves a copy, a push onto the results stack, 122 /// a pop from the results stack, and a free. Definitely worth it to detect. 140 /// Push a constant onto the results stack. 143 /// Push a variable onto the results stack. 146 /// Push an array element onto the results stack. 149 /// Push an array onto the results stack. This is different from pushing an 150 /// array *element* onto the results stack; it pushes a reference to the 233 /// Oh, and BC_INST_STR pushes a string onto the results stack. 243 /// Jumps if the top of the results stack is zero (condition failed). It 263 /// Pop an item off of the results stack. [all …]
|