/third_party/protobuf/objectivec/DevTools/ |
D | compile_testing_protos.sh | 65 objectivec/Tests/unittest_cycle.proto 66 objectivec/Tests/unittest_deprecated.proto 67 objectivec/Tests/unittest_deprecated_file.proto 68 objectivec/Tests/unittest_extension_chain_a.proto 69 objectivec/Tests/unittest_extension_chain_b.proto 70 objectivec/Tests/unittest_extension_chain_c.proto 71 objectivec/Tests/unittest_extension_chain_d.proto 72 objectivec/Tests/unittest_extension_chain_e.proto 73 objectivec/Tests/unittest_extension_chain_f.proto 74 objectivec/Tests/unittest_extension_chain_g.proto [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
D | testlist.go | 48 Tests []string member 69 g.Tests = append(g.Tests, line) 72 sort.Strings(g.Tests) 83 for _, test := range g.Tests { 85 out.Tests = append(out.Tests, test) 97 Tests: g.Tests, 99 if len(g.Tests) > limit { 100 out.Tests = g.Tests[:limit] 113 if len(filtered.Tests) > 0 {
|
/third_party/node/test/ |
D | README.md | 1 # Node.js Core Tests 18 | `abort` | Yes | Tests that use `--abort-on-uncaught-exception` and other situatio… 19 | `addons` | Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionali… 20 | `async-hooks` | Yes | Tests for [async\_hooks](https://nodejs.org/api/async_hooks.html)… 23 | `code-cache` | No | Tests for a Node.js binary compiled with V8 code cache. … 25 | `doctool` | Yes | Tests for the documentation generator. … 28 | `internet` | No | Tests that make real outbound network connections. Tests for netw… 29 | `js-native-api` | Yes | Tests for Node.js-agnostic [Node-API](https://nodejs.org/api/n-ap… 30 | `known_issues` | Yes | Tests reproducing known issues within the system. All tests insid… 31 | `message` | Yes | Tests for messages that are output for various conditions (`conso… [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSyncTests.hpp | 45 class Tests : public deqp::TestCaseGroup class 49 Tests(deqp::Context& context); 55 Tests(const Tests& other); 56 Tests& operator=(const Tests& other);
|
D | gl4cIncompleteTextureAccessTests.hpp | 45 class Tests : public deqp::TestCaseGroup class 49 Tests(deqp::Context& context); 55 Tests(const Tests& other); 56 Tests& operator=(const Tests& other);
|
D | gl4cContextFlushControlTests.hpp | 67 class Tests : public deqp::TestCaseGroup class 71 Tests(deqp::Context& context); 77 Tests(const Tests& other); 78 Tests& operator=(const Tests& other);
|
D | gl4cConditionalRenderInvertedTests.hpp | 51 class Tests : public deqp::TestCaseGroup class 55 Tests(deqp::Context& context); 61 Tests(const Tests& other); 62 Tests& operator=(const Tests& other);
|
D | gl4cES31CompatibilityTests.hpp | 53 class Tests : public deqp::TestCaseGroup class 57 Tests(deqp::Context& context); 63 Tests(const Tests& other); 64 Tests& operator=(const Tests& other);
|
D | gl4cGetTextureSubImageTests.hpp | 53 class Tests : public deqp::TestCaseGroup class 56 Tests(deqp::Context& context); 57 ~Tests(void); 62 Tests(const Tests& other); 63 Tests& operator=(const Tests& other);
|
D | gl3cTextureSizePromotion.hpp | 43 class Tests : public deqp::TestCaseGroup class 47 Tests(deqp::Context& context); //!< Constructor. 48 virtual ~Tests() in ~Tests() 56 Tests(const Tests&); //!< Default copy constructor. 57 Tests& operator=(const Tests&); //!< Default assign constructor.
|
D | gl3cCullDistanceTests.hpp | 249 class Tests : public deqp::TestCaseGroup class 253 Tests(deqp::Context& context); 258 Tests(const CullDistance::Tests& other); 259 Tests& operator=(const CullDistance::Tests& other);
|
D | gl3cClipDistance.hpp | 193 class Tests : public deqp::TestCaseGroup class 197 Tests(deqp::Context& context); 203 Tests(const Tests& other); 204 Tests& operator=(const Tests& other);
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/ |
D | bench.go | 59 Tests []Test member 91 Tests: make([]Test, 0, len(lines)), 116 b.Tests = append(b.Tests, t) 128 Tests []T `json:"benchmarks"` 137 Tests: make([]Test, len(b.Tests)), 139 for i, test := range b.Tests { 146 out.Tests[i] = t
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/ |
D | main.go | 97 …rnd.Shuffle(len(group.Tests), func(i, j int) { group.Tests[i], group.Tests[j] = group.Tests[j], gr… 100 if *limit != 0 && len(group.Tests) > *limit { 101 group.Tests = group.Tests[:*limit] 104 log.Printf("Running %d tests...\n", len(group.Tests)) 135 for _, r := range res.Tests {
|
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | ReadMe.txt | 17 DateFmt250: Tests date formatting with 250 dates 18 DateFmt10000: Tests date formatting with 10,000 dates 19 DateFmt100000: Tests date formatting with 100,000 dates 20 BreakItWord250: Tests word break iteration with 250 iterations. 21 BreakItWord10000: Tests word break iteration with 10000 iterations. 22 BreakItChar250: Tests character break iteration with 250 iterations. 23 BreakItChar10000: Tests character break iteration with 10000 iterations.
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | README.md | 1 # ANGLE Performance Tests 7 ## Running the Tests 59 * [`UniformsBenchmark`](UniformsPerf.cpp): Tests performance of updating various uniforms counts fo… 60 * `vec4`: Tests `vec4` Uniforms. 61 * `matrix`: Tests using Matrix uniforms instead of `vec4`. 62 * `multiprogram`: Tests switching Programs between updates and draws. 65 * [`BindingsBenchmark`](BindingPerf.cpp): Tests Buffer binding performance. Does no draw call opera… 66 …* `100_objects_allocated_every_iteration`: Tests repeated glBindBuffer with new buffers allocated … 67 …* `100_objects_allocated_at_initialization`: Tests repeated glBindBuffer the same objects each ite… 68 * [`TexSubImageBenchmark`](TexSubImage.cpp): Tests `glTexSubImage` update performance. [all …]
|
/third_party/protobuf/ |
D | Makefile.am | 660 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.pbxproj \ 661 …objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.xcworkspace/con… 662 …objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/… 663 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h \ 664 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m \ 665 …objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconse… 666 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/MainMenu.xib \ 667 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Info.plist \ 668 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m \ 669 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
D | deqp.go | 79 Tests map[string]TestResult member 181 tests := make(chan string, len(list.Tests)) 207 shuffled := make([]string, len(list.Tests)) 208 for i, j := range rand.New(rand.NewSource(42)).Perm(len(list.Tests)) { 209 shuffled[i] = list.Tests[j] 222 numTests += len(list.Tests) 227 Tests: map[string]TestResult{}, 249 out.Tests[r.Test] = r
|
/third_party/vulkan-loader/tests/ |
D | README.md | 2 # Loader Tests 17 ## Running Tests 22 Tests are organized into various executables: 24 * `test_threading` - Tests which need multiple threads to execute. 32 ## Writing Tests
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ConformanceTest | 24 spec. Tests are taken from the Base Definitions document. 27 POSIX spec. Tests are taken from the System Interfaces document. 52 Writing Tests 60 Speculative Tests 62 Tests which the POSIX spec uses the words "may" or "implementation-defined"
|
D | HOWTO_RunTests | 4 3. Building and Running the Tests 18 * Conformance Tests 30 * Functional/Stress Tests 37 3. Building and Running the Tests 86 4. Running POSIX Option Group Feature Tests
|
/third_party/icu/icu4j/perf-tests/ |
D | manifest.stub | 2 Specification-Title: ICU for Java Performance Tests 5 Implementation-Title: ICU for Java Performance Tests
|
/third_party/icu/icu4j/main/tests/core/ |
D | manifest.stub | 4 Specification-Title: ICU for Java Core Tests 7 Implementation-Title: ICU for Java Core Tests
|
/third_party/icu/icu4j/main/tests/packaging/ |
D | manifest.stub | 4 Specification-Title: ICU for Java Packaging Tests 7 Implementation-Title: ICU for Java Packaging Tests
|
/third_party/icu/icu4j/main/tests/translit/ |
D | manifest.stub | 4 Specification-Title: ICU for Java Transliteration Tests 7 Implementation-Title: ICU for Java Transliteration Tests
|