Home
last modified time | relevance | path

Searched refs:Tests (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/third_party/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh65 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/
Dtestlist.go48 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/
DREADME.md1 # 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/
Dgl4cSyncTests.hpp45 class Tests : public deqp::TestCaseGroup class
49 Tests(deqp::Context& context);
55 Tests(const Tests& other);
56 Tests& operator=(const Tests& other);
Dgl4cIncompleteTextureAccessTests.hpp45 class Tests : public deqp::TestCaseGroup class
49 Tests(deqp::Context& context);
55 Tests(const Tests& other);
56 Tests& operator=(const Tests& other);
Dgl4cContextFlushControlTests.hpp67 class Tests : public deqp::TestCaseGroup class
71 Tests(deqp::Context& context);
77 Tests(const Tests& other);
78 Tests& operator=(const Tests& other);
Dgl4cConditionalRenderInvertedTests.hpp51 class Tests : public deqp::TestCaseGroup class
55 Tests(deqp::Context& context);
61 Tests(const Tests& other);
62 Tests& operator=(const Tests& other);
Dgl4cES31CompatibilityTests.hpp53 class Tests : public deqp::TestCaseGroup class
57 Tests(deqp::Context& context);
63 Tests(const Tests& other);
64 Tests& operator=(const Tests& other);
Dgl4cGetTextureSubImageTests.hpp53 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);
Dgl3cTextureSizePromotion.hpp43 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.
Dgl3cCullDistanceTests.hpp249 class Tests : public deqp::TestCaseGroup class
253 Tests(deqp::Context& context);
258 Tests(const CullDistance::Tests& other);
259 Tests& operator=(const CullDistance::Tests& other);
Dgl3cClipDistance.hpp193 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/
Dbench.go59 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/
Dmain.go97 …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/
DReadMe.txt17 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/
DREADME.md1 # 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/
DMakefile.am660 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/
Ddeqp.go79 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/
DREADME.md2 # 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/
DHOWTO_ConformanceTest24 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"
DHOWTO_RunTests4 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/
Dmanifest.stub2 Specification-Title: ICU for Java Performance Tests
5 Implementation-Title: ICU for Java Performance Tests
/third_party/icu/icu4j/main/tests/core/
Dmanifest.stub4 Specification-Title: ICU for Java Core Tests
7 Implementation-Title: ICU for Java Core Tests
/third_party/icu/icu4j/main/tests/packaging/
Dmanifest.stub4 Specification-Title: ICU for Java Packaging Tests
7 Implementation-Title: ICU for Java Packaging Tests
/third_party/icu/icu4j/main/tests/translit/
Dmanifest.stub4 Specification-Title: ICU for Java Transliteration Tests
7 Implementation-Title: ICU for Java Transliteration Tests

12345678910>>...33