Home
last modified time | relevance | path

Searched +defs:test +defs:error (Results 176 – 200 of 1398) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/web_transport/encapsulated/
H A Dencapsulated_web_transport_test.cc27 namespace webtransport::test { namespace
45 .WillByDefault([](absl::string_view error) { in EncapsulatedWebTransportTest()
167 .WillOnce([](absl::string_view error) { in TEST_F()
322 .WillOnce([](absl::string_view error) { in TEST_F()
336 .WillOnce([](absl::string_view error) { in TEST_F()
491 .WillOnce([](absl::string_view error) { in TEST_F()
/aosp_15_r20/external/rust/android-crates-io/crates/tinytemplate/src/
Dlib.rs73 pub mod error; module
237 mod test { module
/aosp_15_r20/external/webrtc/test/testsupport/
H A Dperf_test_histogram_writer.cc27 namespace test { namespace
57 const double error, in LogResultMeanAndError()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dunary_two_results_double.cpp43 int error; in TestFunc_Double2_Double() local
221 double test = ((double *)q)[j]; in TestFunc_Double2_Double() local
H A Dunary_two_results_i_float.cpp50 int error; in TestFunc_FloatI_Float() local
230 float test = ((float *)q)[j]; in TestFunc_FloatI_Float() local
H A Dunary_two_results_i_double.cpp50 int error; in TestFunc_DoubleI_Double() local
225 double test = ((double *)q)[j]; in TestFunc_DoubleI_Double() local
H A Dunary_two_results_float.cpp43 int error; in TestFunc_Float2_Float() local
282 float test = ((float *)q)[j]; in TestFunc_Float2_Float() local
/aosp_15_r20/external/python/cpython2/Lib/
Daudiodev.py8 class error(Exception): class
238 def test(fn = None): function
/aosp_15_r20/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp233 bool error = false; in parseOptions() local
380 const char* test = argv[optind++]; in parseOptions() local
/aosp_15_r20/external/ComputeLibrary/tests/
H A Dmain.cpp74 namespace test namespace
343 catch(const std::exception &error) in main() local
/aosp_15_r20/external/libxml2/
H A Dtestparser.c58 const xmlError *error; in testUnsupportedEncoding() local
437 testStructuredReaderError(void *arg, const xmlError *error) { in testStructuredReaderError()
654 const xmlRelativeUriTest *test = tests + i; in testBuildRelativeUri() local
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_ip_address.cpp48 Error error; in checkAddressFromString() local
259 Error error; in checkCidrFromString() local
736 for (auto test : kPrefixes) in TestIp6PrefixTidy() local
H A Dtest_dns.cpp308 Error error; in TestDnsName() local
354 for (const TestName &test : kTestNames) in TestDnsName() local
508 for (const TestName &test : kTestNames) in TestDnsName() local
527 for (const TestName &test : kTestNames) in TestDnsName() local
550 for (const TestMatches &test : kTestMatches) in TestDnsName() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_toplevel.cpp143 astcenc_error error; member
156 astcenc_error error; member
165 float test; in is_float() local
201 astcenc_error error = astcenc_compress_image( in compression_workload_runner() local
228 astcenc_error error = astcenc_decompress_image( in decompression_workload_runner() local
254 bool& error in get_slice_filename()
305 bool error; in load_uncomp_file() local
1864 int error = parse_commandline_options(argc, argv, operation, profile); in main() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_client_config_test.cc23 namespace test { namespace
286 std::string error; in TEST_F() local
449 std::string error; in TEST_F() local
470 std::string error; in TEST_F() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java338 IRemoteTest test = mTests.iterator().next(); in poll() local
348 void addTests(List<IRemoteTest> test) { in addTests()
562 IRemoteTest test = poll(); in run() local
792 IRemoteTest test, in prepareGranularRetriableWrapper()
904 String error = in reportFinalResults() local
1600 private void applyFilterToTest(IRemoteTest test, Set<TestDescription> filters) { in applyFilterToTest()
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dcompute_interpolated_gain_curve.cc93 double error; in SampleLimiterRegion() member
216 namespace test { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dmod.rs6 pub(crate) mod error; module
145 mod test { module
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dpath_builder_unittest.cc233 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
258 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
301 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
329 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
353 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
384 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
419 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
451 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
505 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
540 VerifyError error = result.GetBestPathVerifyError(); in TEST_F() local
[all …]
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc1730 audioproc::Test* test = ref_data.add_test(); in TEST_F() local
1741 audioproc::Test* test = ref_data.add_test(); in TEST_F() local
1753 audioproc::Test* test = ref_data.mutable_test(i); in TEST_F() local
1898 const float* test, in UpdateBestSNR()
1914 double error = test[i + delay] - ref[i]; in UpdateBestSNR() local
3300 int error; in TEST_P() local
3379 int error; in TEST_P() local
3455 int error = ap->AnalyzeReverseStream(input_block.channels(), input_config); in TEST() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java170 TestDescription test = new TestDescription(mRunName + "class", "test" + i); in run() local
243 TestDescription test = new TestDescription(runName + "class", "test" + i); in run() local
254 TestDescription test = new TestDescription(runName + "class", "fail" + i); in run() local
971 TargetSetupError error = in testRun_failPreparation_FailAfterModuleRetry() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify22.c106 int error; member
313 static struct tst_test test = { variable
/aosp_15_r20/external/grpc-grpc/third_party/utf8_range/
H A Dascii.cpp157 static void test(const struct ftab &f, uint8_t *data, int len) { in test() function
158 int error = 0; in test() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/utf8_range/
Dascii.cpp157 static void test(const struct ftab &f, uint8_t *data, int len) { in test() function
158 int error = 0; in test() local
/aosp_15_r20/external/grpc-grpc/test/core/http/
H A Dhttpcli_test.cc146 HttpRequestTest* test; member
152 void OnFinish(void* arg, grpc_error_handle error) { in OnFinish()
174 void OnFinishExpectFailure(void* arg, grpc_error_handle error) { in OnFinishExpectFailure()

12345678910>>...56