/third_party/boost/libs/xpressive/perf/ |
D | regex_comparison.hpp | 44 struct results struct 56 results(const std::string& ex, const std::string& desc) in results() argument 89 extern std::list<results> result_list; argument
|
/third_party/vk-gl-cts/scripts/ |
D | testset.py | 29 def all (results, predicate): argument 35 def any (results, predicate): argument 48 def __init__ (self, name, results): argument 73 def addResultsToCaseList (caselist, results): argument 125 def createGroups (results, groupNames): argument 144 def createLeafGroups (results): argument 163 def filterList (results, condition): argument 182 def getCasesInSet (results, caseSet): argument 189 def selectCasesInGroups (results, groups): argument 196 def selectRandomSubset (results, groups, limit, seed): argument [all …]
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_operator.py | 43 def transform(self, node, results): argument 49 def _sequenceIncludes(self, node, results): argument 53 def _isCallable(self, node, results): argument 58 def _repeat(self, node, results): argument 62 def _irepeat(self, node, results): argument 66 def _isSequenceType(self, node, results): argument 70 def _isMappingType(self, node, results): argument 74 def _isNumberType(self, node, results): argument 77 def _handle_rename(self, node, results, name): argument 82 def _handle_type2abc(self, node, results, module, abc): argument [all …]
|
D | fix_idioms.py | 90 def transform(self, node, results): argument 100 def transform_isinstance(self, node, results): argument 112 def transform_while(self, node, results): argument 116 def transform_sort(self, node, results): argument
|
D | fix_urllib.py | 76 def transform_import(self, node, results): argument 92 def transform_member(self, node, results): argument 168 def transform_dot(self, node, results): argument 185 def transform(self, node, results): argument
|
D | fix_xrange.py | 27 def transform(self, node, results): argument 36 def transform_xrange(self, node, results): argument 42 def transform_range(self, node, results): argument
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | reporter.hpp | 70 struct results struct in boost::beast::unit_test::detail::reporter 72 using run_time = std::pair<std::string, 76 { 80 std::size_t suites = 0; 81 std::size_t cases = 0; 82 std::size_t total = 0; 83 std::size_t failed = 0; 84 std::vector<run_time> top; 85 typename clock_type::time_point start = clock_type::now();
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | reporter.hpp | 70 struct results struct in boost::beast::unit_test::detail::reporter 72 using run_time = std::pair<std::string, 76 { 80 std::size_t suites = 0; 81 std::size_t cases = 0; 82 std::size_t total = 0; 83 std::size_t failed = 0; 84 std::vector<run_time> top; 85 typename clock_type::time_point start = clock_type::now();
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
D | lexer_test.js | 60 let results = [0.0, 0.0, 0.0, 5.7, 5.0, 0.7, 0.0, 0.0, 0.0, -5.7, -5.0, variable 91 let results = [0, 0, 123, -123,2147483647, -2147483648, 4294967295, variable 134 let results = [TokenType.kEqual]; variable 169 let results = [`embedded\"quote`, `embedded\\slash`, `embeddednchar`]; variable 182 let results = ["GLSL", "Function"]; variable
|
/third_party/spirv-tools/tools/sva/src/ |
D | lexer_test.js | 60 let results = [0.0, 0.0, 0.0, 5.7, 5.0, 0.7, 0.0, 0.0, 0.0, -5.7, -5.0, variable 91 let results = [0, 0, 123, -123,2147483647, -2147483648, 4294967295, variable 134 let results = [TokenType.kEqual]; variable 169 let results = [`embedded\"quote`, `embedded\\slash`, `embeddednchar`]; variable 182 let results = ["GLSL", "Function"]; variable
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
D | lexer_test.js | 60 let results = [0.0, 0.0, 0.0, 5.7, 5.0, 0.7, 0.0, 0.0, 0.0, -5.7, -5.0, variable 91 let results = [0, 0, 123, -123,2147483647, -2147483648, 4294967295, variable 134 let results = [TokenType.kEqual]; variable 169 let results = [`embedded\"quote`, `embedded\\slash`, `embeddednchar`]; variable 182 let results = ["GLSL", "Function"]; variable
|
/third_party/boost/libs/local_function/example/ |
D | gcc_lambda.hpp | 32 #define GCC_LAMBDA_SPLIT_BIND_(elem, binds, params, results) \ argument 35 #define GCC_LAMBDA_SPLIT_PARAM_(elem, binds, params, results) \ argument 38 #define GCC_LAMBDA_SPLIT_RESULT_(elem, binds, params, results) \ argument 63 #define GCC_LAMBDA_RESULT_TYPE_(results) \ argument 69 # define GCC_LAMBDA_(binds, params, results) \ argument 84 # define GCC_LAMBDA_(binds, params, results) \ argument
|
/third_party/skia/site/docs/dev/chrome/ |
D | blink.md | 42 ### Setup 65 ### Rebaseline 87 ### Cleanup
|
/third_party/flutter/skia/site/dev/chrome/ |
D | blink.md | 37 ### Setup 60 ### Rebaseline 82 ### Cleanup
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/ |
D | util.py | 132 def proposal2json(dataset, results): argument 149 def det2json(dataset, results): argument 170 def segm2json(dataset, results): argument 204 def results2json(dataset, results, out_file): argument
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | RegexTransformerTest.java | 99 ImmutableList<Result> results = transformer.transform(value); in testMultipleResults() local 129 ImmutableList<Result> results = transformer.transform(personList); in testImplicitArgumentSplitting() local 212 ImmutableList<Result> results = transformer.transform(numberingSystem); in testResultFunctionCalling() local 245 ImmutableList<Result> results = transformer.transform(badValue); in testResultFunctionCalling_edgeCases() local 519 ImmutableList<Result> results = in transformSingleResult() local 525 private static void assertSingleResult(List<Result> results, RbPath path, String... values) { in assertSingleResult() 532 private static void assertSingleResult(List<Result> results, String path, String... values) { in assertSingleResult()
|
/third_party/gn/src/gn/ |
D | metadata_unittest.cc | 50 std::vector<Value> results; in TEST() local 84 std::vector<Value> results; in TEST() local 125 std::vector<Value> results; in TEST() local 171 std::vector<Value> results; in TEST() local 193 std::vector<Value> results; in TEST() local 221 std::vector<Value> results; in TEST() local
|
D | tokenizer_unittest.cc | 25 std::vector<Token> results = Tokenizer::Tokenize(&input_file, &err); in CheckTokenizer() local 45 std::vector<Token> results = Tokenizer::Tokenize(&empty_string_input, &err); in TEST() local 127 std::vector<Token> results = Tokenizer::Tokenize(&input, &err); in TEST() local 212 std::vector<Token> results = Tokenizer::Tokenize( in TEST() local 223 std::vector<Token> results = in TEST() local
|
/third_party/boost/libs/geometry/test/formulas/ |
D | inverse_karney.cpp | 30 Result const& results, in check_inverse() 51 void test_all(expected_results const& results) in test_all() 69 void test_karney(ExpectedResults const& results) in test_karney()
|
/third_party/boost/libs/histogram/benchmark/ |
D | run_benchmarks.py | 48 def recursion(results, commits, comments, ia, ib): argument 59 def run(results, comments, hash, update): argument
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayBindingPatternOmittedExpressions.js | 2 var results: string[]; variable 19 var results; variable
|
/third_party/boost/boost/asio/ip/ |
D | basic_resolver_results.hpp | 129 basic_resolver_results results; in create() local 163 basic_resolver_results results; in create() local 177 basic_resolver_results results; in create() local 199 basic_resolver_results results; member in boost::asio::ip::basic_resolver_results
|
/third_party/boost/libs/asio/include/boost/asio/ip/ |
D | basic_resolver_results.hpp | 129 basic_resolver_results results; in create() local 163 basic_resolver_results results; in create() local 177 basic_resolver_results results; in create() local 199 basic_resolver_results results; member in boost::asio::ip::basic_resolver_results
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
D | FakeTransformer.java | 18 public void addResults(CldrValue value, Result... results) { in addResults() 22 public void addFallbacks(String path, Result... results) { in addFallbacks()
|
/third_party/googletest/googletest/test/ |
D | googletest-test-part-test.cc | 194 TestPartResultArray results; in TEST_F() local 201 TestPartResultArray results; in TEST_F() local 210 TestPartResultArray results; in TEST_F() local 223 TestPartResultArray results; in TEST_F() local
|