/aosp_15_r20/external/webrtc/test/network/ |
H A D | emulated_turn_server.cc | 66 void SetError(int error) override {} in SetError() 117 namespace test { namespace
|
H A D | fake_network_socket_server.cc | 26 namespace test { namespace 246 void FakeNetworkSocket::SetError(int error) { in SetError()
|
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 186 namespace test { namespace 460 ErrorCode error; in GenerateKey() local 486 ErrorCode error; in ImportKey() local 512 ErrorCode error; in ExportKey() local 545 ErrorCode error = keymaster_->deleteAllKeys(); in DeleteAllKeys() local 558 ErrorCode error = ErrorCode::UNKNOWN_ERROR; in GetCharacteristics() local 578 ErrorCode error; in Begin() local 607 ErrorCode error = Begin(purpose, in_params, &out_params); in Begin() local 616 ErrorCode error; in Update() local 634 ErrorCode error = Update(op_handle_, AuthorizationSet() /* in_params */, input, &out_params, in Update() local [all …]
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 425 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::ShaderTypeCase 445 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::ShaderCompileStatusCase 478 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::ShaderInfoLogCase 574 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::ShaderSourceCase 691 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::DeleteStatusCase 744 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::CurrentVertexAttribInitialCase 779 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::CurrentVertexAttribFloatCase 841 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::CurrentVertexAttribConversionCase 903 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::ProgramInfoLogCase 973 void test(void) in test() function in deqp::gles2::Functional::__anon2987f3580111::ProgramValidateStatusCase [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/init_args/ |
D | char_encoding_windows.rs | 256 fn test() { in test() function 340 let mut error = match result { in test_overflow() localVariable
|
/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | logging_test.cpp | 54 void test(const char* x) { in test() function 174 std::optional<::c10::Error> error; in TEST() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ITestSuiteTest.java | 238 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in run() local 395 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in expectTestRun() local 416 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in expectIntraModuleTestRun() local 1324 TestDescription test = new TestDescription(EMPTY_CONFIG, EMPTY_CONFIG); in testRun_withCollectors() local 1545 StubCollectingTest test = new StubCollectingTest(); in testRun_coverageOptionsCopied() local 1608 StubCollectingTest test = new StubCollectingTest(); in testRun_GranularRerunwithModuleListener() local 1901 FailureDescription error = in testReportNotExecuted_moduleInProgress() local
|
/aosp_15_r20/system/libbase/ |
H A D | expected_test.cpp | 537 exp_int::unexpected_type error{10}; in TEST() local 553 exp_int::unexpected_type error{20}; in TEST() local 616 auto test = [](bool yes) -> exp_pair { in TEST() local 630 auto test = [](bool ok) -> exp_void { in TEST() local 847 auto test = [](const std::string& in) -> exp_track { in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | simple_session_notifier.cc | 13 namespace test { namespace 98 QuicStreamId id, QuicRstStreamErrorCode error, in WriteOrBufferRstStream() 228 QuicRstStreamErrorCode error) { in OnStreamReset()
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _testembed.c | 42 static void error(const char *msg) in error() function 1322 AuditRunCommandTest *test = (AuditRunCommandTest*)userData; in _audit_hook_run() local 1342 AuditRunCommandTest test = {"cpython.run_command"}; in test_audit_run_command() local 1353 AuditRunCommandTest test = {"cpython.run_file"}; in test_audit_run_file() local 1362 static int run_audit_run_test(int argc, wchar_t **argv, void *test) in run_audit_run_test() 1388 AuditRunCommandTest test = {"cpython.run_interactivehook", 10}; in test_audit_run_interactivehook() local 1395 AuditRunCommandTest test = {"cpython.run_startup", 10}; in test_audit_run_startup() local 1402 AuditRunCommandTest test = {"cpython.run_stdin"}; in test_audit_run_stdin() local
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | pindent.py | 135 def error(self, fmt, *args): member in PythonIndenter 453 def test(): function
|
/aosp_15_r20/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 18 class error(Exception): class 426 def test(): function
|
/aosp_15_r20/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 137 def error(self, fmt, *args): member in PythonIndenter 455 def test(): function
|
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 19 class error(Exception): class 427 def test(): function
|
/aosp_15_r20/system/librustutils/ |
H A D | system_properties.rs | 30 pub mod error; module 330 mod test { module
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | ternary_double.cpp | 119 int error; in TestFunc_Double_Double_Double_Double() local 307 double test = ((double *)q)[j]; in TestFunc_Double_Double_Double_Double() local
|
H A D | ternary_float.cpp | 128 int error; in TestFunc_Float_Float_Float_Float() local 346 float test = ((float *)q)[j]; in TestFunc_Float_Float_Float_Float() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_exts_slice.rs | 145 let mut error = None; in from_slice_lax() localVariable 319 mod test { module
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/ |
H A D | TestFmwk.java | 214 TestFmwk test = getSubtest(targetName); in getTargets() local 235 TestFmwk test = getSubtest(i, groupOnly); in getTargets() local 677 TestFmwk test = this; in resolveTarget() local 1844 protected boolean assertEquals(String message, float expected, float actual, double error) { in assertEquals() 1856 protected boolean assertEquals(String message, double expected, double actual, double error) { in assertEquals()
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
H A D | SSLSocketTest.java | 116 StringBuilder error = new StringBuilder(); in test_SSLSocket_getSupportedCipherSuites_connect() local 125 TestKeyStore testKeyStore, StringBuilder error) { in test_SSLSocket_getSupportedCipherSuites_connect() 791 TestSSLSocketPair test = TestSSLSocketPair.create().connect(); in test_TestSSLSocketPair_create() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | mhlib.py | 118 def error(self, msg, *args): member in MH 256 def error(self, *args): member in Folder 962 def test(): function
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
H A D | SSLSocketTest.java | 125 StringBuilder error = new StringBuilder(); in test_SSLSocket_getSupportedCipherSuites_connect() local 134 TestKeyStore testKeyStore, StringBuilder error) { in test_SSLSocket_getSupportedCipherSuites_connect() 799 TestSSLSocketPair test = TestSSLSocketPair.create().connect(); in test_TestSSLSocketPair_create() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | test_helpers.cc | 186 CertError error(CertError::SEVERITY_HIGH, "unused", nullptr); in HasHighSeverityErrors() local 239 VerifyCertChainTest *test) { in ReadVerifyCertChainTestFromFile()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/ |
D | parse_and_typecheck.rs | 38 error: anyhow::Error, field 311 mod test { module
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | lib.rs | 21 mod error; module 27 mod test; module
|