Home
last modified time | relevance | path

Searched +defs:test +defs:error (Results 1 – 25 of 1134) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/deqp/modules/egl/
H A DteglSyncTests.cpp611 void test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc, in test() function in deqp::egl::CreateLongRunningSyncTest
722 void test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc) in test() function in deqp::egl::CreateNullAttribsTest
769 void test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc) in test() function in deqp::egl::CreateEmptyAttribsTest
817 …void test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc, syncType eglNo… in test() function in deqp::egl::CreateInvalidDisplayTest
830 EGLint error = egl.getError(); in test() local
875 …void test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc, EGLSyncKHR egl… in test() function in deqp::egl::CreateInvalidTypeTest
889 EGLint error = egl.getError(); in test() local
935 …void test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc, EGLSyncKHR egl… in test() function in deqp::egl::CreateInvalidAttribsTest
950 EGLint error = egl.getError(); in test() local
995 …void test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc, EGLSyncKHR egl… in test() function in deqp::egl::CreateInvalidContextTest
[all …]
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DFunctionsTest.java125 public void test() throws Throwable { in test() method in FunctionsTest.SomeException
158 public void test() throws Throwable { in test() method in FunctionsTest.Testable
162 public Object test(final Object input1, final Object input2) throws Throwable { in test() method in FunctionsTest.Testable
167 public void test(final Throwable throwable) throws Throwable { in test() method in FunctionsTest.Testable
276 final Error error = new OutOfMemoryError(); in testAcceptBiConsumer() local
298 final Error error = new OutOfMemoryError(); in testAcceptConsumer() local
322 final Error error = new OutOfMemoryError(); in testAcceptDoubleConsumer() local
349 final Error error = new OutOfMemoryError(); in testAcceptIntConsumer() local
376 final Error error = new OutOfMemoryError(); in testAcceptLongConsumer() local
405 final Error error = new OutOfMemoryError(); in testAcceptObjDoubleConsumer() local
[all …]
/aosp_15_r20/external/curl/tests/server/
H A Dtftpd.c342 static int readit(struct testcase *test, struct tftphdr **dpp, in readit()
362 static void read_ahead(struct testcase *test, in read_ahead()
422 static int writeit(struct testcase *test, struct tftphdr * volatile *dpp, in writeit()
440 static ssize_t write_behind(struct testcase *test, int convert) in write_behind()
561 int error; in main() local
562 struct testcase test; in main() local
890 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size) in do_tftp()
909 int error = errno; in do_tftp() local
1012 int error; in parse_servercmd() local
1073 static int validate_access(struct testcase *test, in validate_access()
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java426 private void stubNormalInvoke(IRemoteTest test) throws Throwable { in stubNormalInvoke()
438 private void verifyNormalInvoke(IRemoteTest test) throws Throwable { in verifyNormalInvoke()
879 IRemoteTest test = Mockito.mock(IRemoteTest.class); in testInvoke_RemoteTest() local
904 IRemoteTest test = Mockito.mock(IRemoteTest.class); in testInvokeMulti_RemoteTest() local
930 IRemoteTest test = Mockito.mock(IRemoteTest.class); in testInvoke_twoSummary() local
965 IRemoteTest test = Mockito.mock(IRemoteTest.class); in testInvoke_buildFailed() local
1005 BuildRetrievalError error = in testInvoke_buildFailed_runtimeException() local
1041 BuildRetrievalError error = in testInvoke_noBuild() local
1078 Throwable error = in testInvoke_noBuild_noHostLog() local
1081 IRemoteTest test = Mockito.mock(IRemoteTest.class); in testInvoke_noBuild_noHostLog() local
[all …]
/aosp_15_r20/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
H A DDalvikTestRunner.java126 private static void iterateTests(Test test, Set<String> includes, Set<String> excludes, in iterateTests()
172 private static boolean shouldRun(Test test, Set<String> includes, Set<String> excludes) { in shouldRun()
303 public void startTest(Test test) { in startTest()
311 public void endTest(Test test) { in endTest()
319 public void addFailure(Test test, AssertionFailedError error) { in addFailure()
327 public void addError(Test test, Throwable error) { in addError()
331 private String getId(Test test) { in getId()
339 public static String stringify(Throwable error) { in stringify()
399 public void runTest(Test test, TestResult result) { in runTest()
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DFramework.cpp44 namespace test namespace
116 for(const auto &test : _test_results) in count_test_results() local
226 void Framework::log_failed_expectation(const TestError &error) in log_failed_expectation()
362 catch(const FileNotFound &error) in run_test() local
396 catch(const TestError &error) in run_test() local
415 catch(const ::cl::Error &error) in run_test() local
437 catch(const std::exception &error) in run_test() local
474 catch(const std::exception &error) in run_test() local
632 for(const auto &test : _test_results) in print_test_results() local
/aosp_15_r20/external/antlr/runtime/Python/
H A Dxmlrunner.py30 def __init__(self, test, time): argument
37 def create_success(test, time): argument
42 def create_failure(test, time, failure): argument
49 def create_error(test, time, error): argument
72 def _print_error(self, stream, tagname, error): argument
101 def startTest(self, test): argument
107 def stopTest(self, test): argument
118 def addError(self, test, err): argument
122 def addFailure(self, test, err): argument
165 def run(self, test): argument
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.cpp37 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… argument
150 NumberFormatRoundTripTest::test(NumberFormat *fmt) in test() function in NumberFormatRoundTripTest
221 NumberFormatRoundTripTest::test(NumberFormat *fmt, double value) in test() function in NumberFormatRoundTripTest
227 NumberFormatRoundTripTest::test(NumberFormat *fmt, int32_t value) in test() function in NumberFormatRoundTripTest
233 NumberFormatRoundTripTest::test(NumberFormat *fmt, const Formattable& value) in test() function in NumberFormatRoundTripTest
285 double error = proportionalError(value, n); in test() local
321 double error = aa - bb; in proportionalError() local
H A Dtransrt.cpp40 #define CASE(id,test) case id: \ argument
52 #define EXHAUSTIVE(id,test) case id: \ argument
439 void RTTest::test(const UnicodeString& sourceRangeVal, in test() function in RTTest
954 RTTest test("Katakana-Hiragana"); in TestKana() local
968 RTTest test("Latin-Hiragana"); in TestHiragana() local
977 RTTest test("Latin-Katakana"); in TestKatakana() local
1120 RTTest test("Latin-Greek"); in TestGreek() local
1145 RTTest test("Latin-Greek/UNGEGN"); in TestGreekUNGEGN() local
1167 RTTest test("Latin-el"); in Testel() local
1190 RTTest test("Latin-Arabic"); in TestArabic() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dnmfmtrt.cpp37 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… argument
150 NumberFormatRoundTripTest::test(NumberFormat *fmt) in test() function in NumberFormatRoundTripTest
221 NumberFormatRoundTripTest::test(NumberFormat *fmt, double value) in test() function in NumberFormatRoundTripTest
227 NumberFormatRoundTripTest::test(NumberFormat *fmt, int32_t value) in test() function in NumberFormatRoundTripTest
233 NumberFormatRoundTripTest::test(NumberFormat *fmt, const Formattable& value) in test() function in NumberFormatRoundTripTest
285 double error = proportionalError(value, n); in test() local
321 double error = aa - bb; in proportionalError() local
H A Dtransrt.cpp40 #define CASE(id,test) case id: \ argument
52 #define EXHAUSTIVE(id,test) case id: \ argument
439 void RTTest::test(const UnicodeString& sourceRangeVal, in test() function in RTTest
954 RTTest test("Katakana-Hiragana"); in TestKana() local
968 RTTest test("Latin-Hiragana"); in TestHiragana() local
977 RTTest test("Latin-Katakana"); in TestKatakana() local
1120 RTTest test("Latin-Greek"); in TestGreek() local
1145 RTTest test("Latin-Greek/UNGEGN"); in TestGreekUNGEGN() local
1167 RTTest test("Latin-el"); in Testel() local
1190 RTTest test("Latin-Arabic"); in TestArabic() local
[all …]
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dtesting_refleaks.py54 def addError(self, test, error): argument
57 def addFailure(self, test, error): argument
60 def addSkip(self, test, reason): argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dtesting_refleaks.py54 def addError(self, test, error): argument
57 def addFailure(self, test, error): argument
60 def addSkip(self, test, reason): argument
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java141 String[] error = new String[1]; in testRun_testFailed() local
147 public void testFailed(TestDescription test, String trace) { in testRun_testFailed()
234 String[] error = new String[1]; in testRun_testTimeout() local
240 public void testFailed(TestDescription test, String trace) { in testRun_testTimeout()
288 String[] error = new String[1]; in testRun_deviceReboot() local
372 String[] error = new String[1]; in testRun_deviceRuntimeReset() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java116 public void testStarted(TestDescription test, long startTime) { in testStarted()
126 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
135 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
146 public void testRunFailed(FailureDescription error) { in testRunFailed()
203 FailureDescription error = in testRunEnded() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/generic_address_space/
H A Dadvanced_tests.cpp79 cl_int error; in PrintCompilationLog() local
99 cl_int error; in ExecuteSubcase() local
338 CAdvancedTest test(LIBRARY_FUNCTION, KERNEL_FUNCTION); in test_library_function() local
418 CAdvancedTest test(KERNEL_FUNCTIONS); in test_generic_variable_volatile() local
472 CAdvancedTest test(KERNEL_FUNCTIONS); in test_generic_variable_const() local
584 CAdvancedTest test(KERNEL_FUNCTIONS); in test_generic_variable_gentype() local
926 CAdvancedTest test(KERNEL_FUNCTIONS); in test_builtin_functions() local
978 CAdvancedTest test(KERNEL_FUNCTIONS); in test_generic_advanced_casting() local
991 cl_int error = clGetDeviceInfo(deviceID, CL_DEVICE_SVM_CAPABILITIES, sizeof(caps), &caps, NULL); in test_generic_ptr_to_host_mem_svm() local
/aosp_15_r20/trusty/user/app/sample/app-mgmt-test/client/
Dmain.c319 uint32_t error; in load_app() local
358 uint32_t error; in TEST() local
436 uint32_t error = load_app(port_start_app_begin, port_start_app_end); in AppMgrPortStart_SetUp() local
489 uint32_t error = load_app(never_start_app_begin, never_start_app_end); in TEST() local
506 uint32_t error = load_app(boot_start_app_begin, boot_start_app_end); in TEST() local
525 uint32_t error = load_app(restart_app_begin, restart_app_end); in TEST() local
557 uint32_t error = load_app(port_start_app_begin, port_start_app_end); in TEST() local
596 uint32_t error = in TEST() local
626 uint32_t error = load_app(port_start_app_begin, port_start_app_end); in TEST() local
924 uint32_t error = load_app(port_start_app_begin, port_start_app_end); in TEST() local
[all …]
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Daction.c274 struct test_entry *test; in parse_test() local
2033 static int parse_number(char *start, long long *size, int *range, char **error) in parse_number()
2099 static int parse_number_arg(struct test_entry *test, struct atom *atom) in parse_number_arg()
2104 char *error; in parse_number_arg() local
2125 static int parse_range_args(struct test_entry *test, struct atom *atom) in parse_range_args()
2131 char *error; in parse_range_args() local
2226 static int check_pathname(struct test_entry *test, struct atom *atom) in check_pathname()
2354 static int parse_uid_arg(struct test_entry *test, struct atom *atom) in parse_uid_arg()
2359 char *error; in parse_uid_arg() local
2399 static int parse_gid_arg(struct test_entry *test, struct atom *atom) in parse_gid_arg()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dmain.cpp125 int error = 0; in doTest() local
303 int error; in main() local
586 int error; in InitCL() local
906 int error; in InitILogbConstants() local
968 int error; in IsTininessDetectedBeforeRounding() local
1031 int error; in IsInRTZMode() local
1096 float Bruteforce_Ulp_Error_Double(double test, long double reference) in Bruteforce_Ulp_Error_Double()
1202 float Abs_Error(float test, double reference) in Abs_Error()
/aosp_15_r20/system/teeui/test/
H A Dteeui_draw_label_text_test.cpp32 namespace test { namespace
53 int error = runRenderTest("en", false /* magnified */, false, &kText12Character8Group[0]); in TEST_F() local
58 int error = runRenderTest("en", true /* magnified */, false, &kText12Character8Group[0]); in TEST_F() local
63 int error = runRenderTest("en", false /* magnified */, false, &kText100Character1Group[0]); in TEST_F() local
68 int error = runRenderTest("en", true /* magnified */, false, &kText100Character1Group[0]); in TEST_F() local
73 int error = runRenderTest("en", false /* magnified */, false, &kTextMultiLine[0]); in TEST_F() local
78 int error = runRenderTest("en", true /* magnified */, false, &kTextMultiLine[0]); in TEST_F() local
83 int error = runRenderTest("en", false /* magnified */, false, ""); in TEST_F() local
88 int error = runRenderTest("en", true /* magnified */, false, ""); in TEST_F() local
93 int error = runRenderTest("en", false /* magnified */, false, &kText12Character8Group[0], in TEST_F() local
[all …]
/aosp_15_r20/external/libxml2/
H A Dschematron.c95 xmlChar *test; /* the expression to test */ member
183 xmlSchematronValidityErrorFunc error;/* the callback in case of errors */ member
213 xmlSchematronValidityErrorFunc error;/* the callback in case of errors */ member
254 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, in xmlSchematronPErr()
311 xmlSchematronVErr(xmlSchematronValidCtxtPtr ctxt, int error, in xmlSchematronVErr()
362 xmlNodePtr node, xmlChar *test, xmlChar *report) in xmlSchematronAddTest()
971 xmlChar *test; in xmlSchematronParseRule() local
1468 xmlNodePtr test, xmlNodePtr cur) { in xmlSchematronFormatReport()
1596xmlSchematronTestPtr test, xmlNodePtr cur, xmlSchematronPatternPtr pattern, int success) { in xmlSchematronReportSuccess()
1833 xmlSchematronTestPtr test, xmlDocPtr instance, xmlNodePtr cur, xmlSchematronPatternPtr pattern) in xmlSchematronRunTest()
[all …]
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dtarith.c81 double test = 0; /* Important to test this. */ in validation_ascii_to_fp() local
335 const char test = (char)ch; in check_one_character() local
618 int error = 0; in validation_muldiv() local
802 double error = png_log8bit(i) - correct; in validation_gamma() local
822 double error = png_log16bit(i) - correct; in validation_gamma() local
847 double error = png_exp(i) - correct; in validation_gamma() local
866 double error = png_exp8bit(i) - correct; in validation_gamma() local
885 double error = png_exp16bit(i) - correct; in validation_gamma() local
916 double error = out - correct; in validation_gamma() local
935 double error = out - correct; in validation_gamma() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_global_work_offsets.cpp124 int error; in test_global_work_offsets() local
149 for( int test = 0; test < NUM_TESTS; test++ ) in test_global_work_offsets() local
220 int error; in test_get_global_offset() local
240 for( int test = 0; test < NUM_TESTS; test++ ) in test_get_global_offset() local
/aosp_15_r20/external/openthread/tools/harness-automation/autothreadharness/
H A Drunner.py77 def startTest(self, test): argument
99 def add_result(self, test, passed, error=None): argument
132 def addSuccess(self, test): argument
137 def addFailure(self, test, err): argument
142 def addError(self, test, err): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dcommon.h31 #define EXECUTE_TEST(error, test) \ argument
130 CBasicTest *test; member
210 int error = 0; in ExecuteForEachPointerType() local
224 int error = 0; in ExecuteForEachDeclarationType() local
240 int error = 0; in ExecuteForEachParameterSet() local
278 cl_int error = clGetDeviceInfo(deviceID, CL_DEVICE_SVM_CAPABILITIES, in Execute() local
572 int error = 0; in ExecuteForEachParameterSet() local
691 int error = 0; in ExecuteForEachParameterSet() local
1096 int error; in ExecuteSingleTest() local

12345678910>>...46