/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | report_bad_message_unittest.cc | 17 namespace test { namespace 85 void OnProcessError(const std::string& error) { in OnProcessError() 97 bool error = false; in TEST_P() local 104 bool error = false; in TEST_P() local 121 bool error = false; in TEST_P() local 139 bool error = false; in TEST_P() local 164 bool error = false; in TEST_P() local 176 bool error = false; in TEST_P() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | ssl_stream_adapter_unittest.cc | 152 SSLDummyStreamBase(SSLStreamAdapterTestBase* test, in SSLDummyStreamBase() 165 int& error) override { in Read() 206 int& error) { in WriteData() 237 SSLDummyStreamTLS(SSLStreamAdapterTestBase* test, in SSLDummyStreamTLS() 257 int& error) override { in Read() 271 int& error) override { in Write() 303 SSLDummyStreamDTLS(SSLStreamAdapterTestBase* test, in SSLDummyStreamDTLS() 584 int error; in TestHandshakeWithDelayedIdentity() local 625 int error; in TestHandshakeWithDelayedIdentity() local 649 int& error) { in DataWritten() [all …]
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/performance/ |
H A D | KeyMintBenchmark.cpp | 39 namespace aidl::android::hardware::security::keymint::test { namespace 61 KeyMintBenchmarkTest* test = new KeyMintBenchmarkTest(); in newInstance() local 665 ErrorCode error = keymintTest->Begin(KeyPurpose::SIGN, in_params, &out_params); in sign() local 707 ErrorCode error = keymintTest->Begin(KeyPurpose::SIGN, in_params, &out_params); in verify() local 812 auto error = keymintTest->Begin(KeyPurpose::ENCRYPT, in_params, &out_params); in encrypt() local 857 auto error = keymintTest->Begin(KeyPurpose::ENCRYPT, in_params, &out_params); in decrypt() local 874 auto error = keymintTest->Begin(KeyPurpose::DECRYPT, in_params, &out_params); in decrypt() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
H A D | ShortcutThrottlingResetActivity.java | 120 protected void test() { in test() method in ShortcutThrottlingResetActivity.CheckForBot 153 protected void test() { in test() method in ShortcutThrottlingResetActivity.SetupNotification 179 protected void test() { in test() method in ShortcutThrottlingResetActivity.WaitForTestReply 202 protected void test() { in test() method in ShortcutThrottlingResetActivity.CheckResult 209 final String error = replyIntent.getStringExtra(EXTRA_RESET_REPLY_ERROR); in test() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/generic_address_space/ |
H A D | basic_tests.cpp | 35 cl_int error; in ExecuteSubcase() local 140 CBasicTest test(KERNEL_FUNCTION); in test_function_get_fence() local 188 CBasicTest test(KERNEL_FUNCTION); in test_function_to_address_space() local 221 CBasicTest test(KERNEL_FUNCTION); in test_variable_get_fence() local 254 CBasicTest test(KERNEL_FUNCTION); in test_variable_to_address_space() local 343 CBasicTest test(KERNEL_FUNCTIONS); in test_casting() local 374 CBasicTest test(KERNEL_FUNCTION); in test_conditional_casting() local 405 CBasicTest test(KERNEL_FUNCTION); in test_chain_casting() local 433 CBasicTest test(KERNEL_FUNCTION); in test_ternary_operator_casting() local 586 CBasicTest test(KERNEL_FUNCTIONS); in test_language_struct() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 119 static void __exit_with_error(int error, const char *file, const char *func, int line) in __exit_with_error() 126 #define exit_with_error(error) __exit_with_error(error, __FILE__, __func__, __LINE__) argument 127 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument 128 static char *mode_string(struct test_spec *test) in mode_string() 142 static void report_failure(struct test_spec *test) in report_failure() 480 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init() 525 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init() 558 static void test_spec_reset(struct test_spec *test) in test_spec_reset() 563 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name() 599 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default() [all …]
|
/aosp_15_r20/system/chre/chpp/test/ |
H A D | packet_util.cpp | 23 namespace chpp::test { namespace 28 uint8_t error) { in generateEmptyPacket() 98 const char *appErrorCodeToStr(uint8_t error) { in appErrorCodeToStr() 188 const char *transportErrorToStr(uint8_t error) { in transportErrorToStr() 271 uint8_t error = CHPP_TRANSPORT_GET_ERROR(hdr.packetCode); in dumpHeader() local 375 uint8_t error = CHPP_TRANSPORT_GET_ERROR(pkt.header.packetCode); in checkPacketValidity() local
|
/aosp_15_r20/trusty/user/app/keymaster/device_unittest/ |
D | main.cpp | 73 keymaster_error_t error = KM_ERROR_OK; in TestKeyStorage() local 101 keymaster_error_t error = KM_ERROR_OK; in TestCertChainStorage() local 138 keymaster_error_t error = KM_ERROR_OK; in TestCertStorageInvalid() local 164 keymaster_error_t error = KM_ERROR_OK; in DeleteAttestationData() local 193 keymaster_error_t error = KM_ERROR_OK; in TestUuidStorage() local 219 keymaster_error_t error = KM_ERROR_OK; in TestProductIdStorage() local 245 keymaster_error_t error = KM_ERROR_OK; in TestProductIdStoragePreventOverwrite() local 376 static bool keymaster_test(struct unittest* test) { in keymaster_test()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | testHarness.cpp | 593 int error = parseAndCallCommandLineTests(argc, argv, device, testNum, in runTestHarnessWithCheck() local 773 test_definition test; in test_function_runner() local 860 test_status callSingleTestFunction(test_definition test, in callSingleTestFunction() 865 cl_int error; in callSingleTestFunction() local 968 int error = clFinish(queue); in callSingleTestFunction() local 1013 cl_int error; in GetOpposingDevice() local
|
H A D | errorHelpers.cpp | 315 static float Ulp_Error_Half_Float(float test, double reference) in Ulp_Error_Half_Float() 372 float Ulp_Error_Half(cl_half test, float reference) in Ulp_Error_Half() 378 float Ulp_Error(float test, double reference) in Ulp_Error() 454 float Ulp_Error_Double(double test, long double reference) in Ulp_Error_Double() 548 int error; in OutputBuildLogs() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 114 tcu::Surface error(image.getWidth(), image.getHeight()); in verifyImageYellowGreen() local 151 static void addTestIterations(gls::DrawTest *test, gls::DrawTestSpec &spec, TestIterationType type) in addTestIterations() 264 gls::DrawTest *test = in init() local 302 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multipl… in init() local 351 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attrib… in init() local 414 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default… in init() local 528 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), … in init() local 597 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), … in init() local 646 …gls::DrawTest *test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), … in init() local 2430 uint32_t error; in iterate() local [all …]
|
/aosp_15_r20/external/webrtc/audio/test/ |
H A D | audio_stats_test.cc | 17 namespace test { namespace 22 const int error = reference / 10 + 1; in IsNear() local 110 NoLossTest test; in TEST_F() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogcatCrashResultForwarder.java | 93 public void testStarted(TestDescription test, long startTime) { in testStarted() 99 public void testFailed(TestDescription test, String trace) { in testFailed() 104 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 129 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 141 public void testRunFailed(FailureDescription error) { in testRunFailed()
|
/aosp_15_r20/external/tinyxml2/ |
H A D | xmltest.cpp | 356 static const char* test[] = { "<element />", in main() local 383 static const char* test = "<!--hello world\n" in main() local 424 static const char* test = "<element>Text before.</element>"; in main() local 435 static const char* test = "<element><sub/></element>"; in main() local 569 const char* error = "<?xml version=\"1.0\" standalone=\"no\" ?>\n" in main() local 1225 const char* test = "<?xml version='1.0'?><a.elem xmi.version='2.0'/>"; in main() local 1235 const char* test = "<element><Name>1.1 Start easy ignore fin thickness
</Name></element>"; in main() local 1824 XMLError error = doc.Parse( "This is not XML" ); in main() local 2071 XMLError error = doc.LoadFile( "resources/empty.xml" ); in main() local 2381 const XMLError error = static_cast<XMLError>(i); in main() local
|
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/ |
H A D | resolve_address_test.cc | 291 void TestIPv6WithoutPort(ResolveAddressTest* test, const char* target) { in TestIPv6WithoutPort() 312 void TestInvalidIPAddress(ResolveAddressTest* test, const char* target) { in TestInvalidIPAddress() 329 void TestUnparseableHostPort(ResolveAddressTest* test, const char* target) { in TestUnparseableHostPort() 512 [this](absl::StatusOr<std::vector<grpc_resolved_address>> error) { in TEST_F() 529 [this](absl::StatusOr<std::string> error) { in TEST_F()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | neteq_performance_test.cc | 29 namespace test { namespace 90 int error = neteq->InsertPacket(rtp_header, input_payload); in Run() local 108 int error = neteq->GetAudio(&out_frame, &muted); in Run() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_config_test.cc | 24 namespace test { namespace 104 QuicErrorCode error = msg.GetUint32(kICSL, &value); in TEST_P() local 149 const QuicErrorCode error = in TEST_P() local 207 const QuicErrorCode error = in TEST_P() local 248 const QuicErrorCode error = in TEST_P() local 267 const QuicErrorCode error = in TEST_P() local 281 const QuicErrorCode error = in TEST_P() local 294 const QuicErrorCode error = in TEST_P() local 311 const QuicErrorCode error = in TEST_P() local 345 const QuicErrorCode error = in TEST_P() local [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | web_transport_resets_backend.cc | 14 namespace test { namespace 87 WebTransportStreamError error) { in OnResetStreamReceived() 94 WebTransportStreamError error) { in OnStopSendingReceived()
|
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | HmacKeySharingTest.cpp | 23 namespace test { namespace 42 ErrorCode error; member 48 ErrorCode error; member 60 .getHmacSharingParameters([&](auto error, auto params) { in getHmacSharingParameters() 82 [&](auto error, auto params) { in computeSharedHmac()
|
H A D | VerificationTokenTest.cpp | 23 namespace test { namespace 29 ErrorCode error; member 40 [&](auto error, auto token) { in verifyAuthorization()
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglRobustnessTests.cpp | 637 glw::GLint error; in getError() local 1406 catch (const glu::Error &error) in execute() local 1532 const EGLenum error = egl.getError(); in iterate() local 1590 const EGLenum error = egl.getError(); in iterate() local 1649 const EGLenum error = egl.getError(); in iterate() local 1819 const RobustnessTestCase::Params &test = s_outOfBoundReadCases[testNdx]; in createRobustnessTests() local 1940 const RobustnessTestCase::Params &test = s_outOfBoundWriteCases[testNdx]; in createRobustnessTests() local 2046 const RobustnessTestCase::Params &test = s_fixedFunctionPipelineCases[testNdx]; in createRobustnessTests() local
|
/aosp_15_r20/frameworks/base/tools/processors/immutability/test/android/processor/ |
H A D | ImmutabilityProcessorTest.kt | 326 private fun test( in <lambda>() method 335 private fun test( in <lambda>() method in android.processor.ImmutabilityProcessorTest 344 errors.forEach { error -> in <lambda>() method
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/contractions/ |
H A D | contractions.cpp | 330 int error = ParseArgs( argc, argv ); in main() local 462 int error; in InitCL() local 944 int error = 0; in RunTest() local 1006 float *test = (float*) buf6; in RunTest() local 1065 int error = 0; in RunTest_Double() local 1127 double *test = (double*) buf6_double; in RunTest_Double() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | XsltXPathConformanceTestSuite.java | 301 public void test() { in test() method in XsltXPathConformanceTestSuite.MisspecifiedTest 349 public void test() throws Exception { in test() method in XsltXPathConformanceTestSuite.XsltTest 615 Exception error; field in XsltXPathConformanceTestSuite.ErrorRecorder 623 public void error(TransformerException exception) { in error() method in XsltXPathConformanceTestSuite.ErrorRecorder
|
/aosp_15_r20/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/ |
H A D | Logger.java | 82 public static void setRcsTestMode(boolean test) { in setRcsTestMode() 162 public void error(String trace) { in error() method in Logger 174 public void error(String trace, Throwable e) { in error() method in Logger
|