Searched defs:errors (Results 1 - 13 of 13) sorted by relevance

/frameworks/ml/nn/runtime/test/
H A DTestMemory.h29 int errors = 0; local
35 errors++;
39 return errors;
H A DTestTrivialModel.cpp99 int errors = 0; local
105 errors++;
109 return errors;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DUnitTestSuiteBuilderTest.java70 private Set<String> errors = new HashSet<String>(); field in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
74 errors.add(testName(test));
97 return errors.contains(testName);
H A DTestSuiteBuilderTest.java192 private Set<String> errors = new HashSet<String>(); field in class:TestSuiteBuilderTest.SuiteExecutionRecorder
196 errors.add(testName(test));
219 return errors.contains(testName);
/frameworks/native/vulkan/vkjson/
H A Dvkjson_unittest.cc45 std::string errors; local
70 result = VkJsonInstanceFromJson(json, &instance2, &errors);
73 std::cout << "Error: " << errors << std::endl;
87 result = VkJsonImageFormatPropertiesFromJson(json, &props2, &errors);
90 std::cout << "Error: " << errors << std::endl;
H A Dvkjson.cc1017 std::string* errors) {
1020 if (errors)
1021 *errors = std::string(key) + " missing.";
1025 if (errors)
1026 *errors = std::string("Wrong type for ") + std::string(key) + ".";
1037 JsonReaderVisitor(Json::Value* object, std::string* errors) argument
1038 : object_(object), errors_(errors) {}
1082 std::string* errors) {
1088 if (errors) errors
1016 ReadValue(Json::Value* object, const char* key, T* value, std::string* errors) argument
1080 VkTypeFromJson(const std::string& json, T* t, std::string* errors) argument
1100 VkJsonInstanceFromJson(const std::string& json, VkJsonInstance* instance, std::string* errors) argument
1110 VkJsonDeviceFromJson(const std::string& json, VkJsonDevice* device, std::string* errors) argument
1121 VkJsonImageFormatPropertiesFromJson(const std::string& json, VkImageFormatProperties* properties, std::string* errors) argument
[all...]
H A Dvkjson.h129 std::string* errors);
138 std::string* errors);
144 std::string* errors);
158 std::string* errors) {
159 return VkJsonDeviceFromJson(json, properties, errors);
156 VkJsonAllPropertiesFromJson(const std::string& json, VkJsonAllProperties* properties, std::string* errors) argument
/frameworks/base/test-base/src/junit/framework/
H A DTestResult.java12 * The test framework distinguishes between <i>failures</i> and <i>errors</i>.
37 * Adds an error to the list of errors. The passed in exception
82 * Gets the number of detected errors.
88 * Returns an Enumeration for the errors
90 public synchronized Enumeration<TestFailure> errors() { method in class:TestResult
/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp93 std::ostringstream errors; local
95 errors << " sizes do not match (expected " << expected.size() << ", got " << arg.size()
106 errors << " element mismatch at index " << i << "\n";
111 if (!errors.str().empty()) {
112 errors << "\nExpected args: " << expected_stream.str()
114 *result_listener << errors.str();
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java725 public void expectSSLCertificateError(int errors) { argument
727 expectSslErrors = errors;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 325 milliseconds