Home
last modified time | relevance | path

Searched defs:TestCase (Results 101 – 125 of 777) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dpow10_helper_test.cc28 struct TestCase { struct
29 int power; // Testing Pow10(power)
30 uint64_t significand; // Raw bits of the expected value
31 int radix; // significand is adjusted by 2^radix
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dpow10_helper_test.cc28 struct TestCase { struct
29 int power; // Testing Pow10(power)
30 uint64_t significand; // Raw bits of the expected value
31 int radix; // significand is adjusted by 2^radix
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/
H A Dpow10_helper_test.cc28 struct TestCase { struct
29 int power; // Testing Pow10(power)
30 uint64_t significand; // Raw bits of the expected value
31 int radix; // significand is adjusted by 2^radix
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dpow10_helper_test.cc28 struct TestCase { struct
29 int power; // Testing Pow10(power)
30 uint64_t significand; // Raw bits of the expected value
31 int radix; // significand is adjusted by 2^radix
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dpow10_helper_test.cc28 struct TestCase { struct
29 int power; // Testing Pow10(power)
30 uint64_t significand; // Raw bits of the expected value
31 int radix; // significand is adjusted by 2^radix
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dpow10_helper_test.cc28 struct TestCase { struct
29 int power; // Testing Pow10(power)
30 uint64_t significand; // Raw bits of the expected value
31 int radix; // significand is adjusted by 2^radix
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dpow10_helper_test.cc28 struct TestCase { struct
29 int power; // Testing Pow10(power)
30 uint64_t significand; // Raw bits of the expected value
31 int radix; // significand is adjusted by 2^radix
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp5479 const struct TestCase { in Test20332_PersonUnits() struct
5480 const char* locale; in Test20332_PersonUnits()
5481 MeasureUnit* unitToAdopt; in Test20332_PersonUnits()
5482 UMeasureFormatWidth width; in Test20332_PersonUnits()
5483 const char* expected; in Test20332_PersonUnits()
5583 struct TestCase { in TestIdentifiers() struct
5584 const char* id; in TestIdentifiers()
5585 const char* normalized; in TestIdentifiers()
5742 const struct TestCase { in TestPrefixes() struct
5743 UMeasurePrefix prefix; in TestPrefixes()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dmeasfmttest.cpp5478 const struct TestCase { in Test20332_PersonUnits() struct
5479 const char* locale; in Test20332_PersonUnits()
5480 MeasureUnit* unitToAdopt; in Test20332_PersonUnits()
5481 UMeasureFormatWidth width; in Test20332_PersonUnits()
5482 const char* expected; in Test20332_PersonUnits()
5582 struct TestCase { in TestIdentifiers() struct
5583 const char* id; in TestIdentifiers()
5584 const char* normalized; in TestIdentifiers()
5741 const struct TestCase { in TestPrefixes() struct
5742 UMeasurePrefix prefix; in TestPrefixes()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/key_package/
Dmod.rs253 struct TestCase { struct
254 cipher_suite: u16,
256 input: Vec<u8>,
258 output: Vec<u8>,
261 impl TestCase { implementation
/aosp_15_r20/external/cronet/url/
H A Dgurl_fuzzer.cc11 struct TestCase { struct
12 TestCase() { CHECK(base::i18n::InitializeICU()); } in TestCase() function
18 TestCase* test_case = new TestCase(); argument
H A Dorigin_unittest.cc343 struct TestCase { in TEST_P() struct
344 const char* scheme; in TEST_P()
345 const char* host; in TEST_P()
346 uint16_t port; in TEST_P()
567 struct TestCase { in TEST_P() struct
568 const char* url; in TEST_P()
569 raw_ptr<Origin> origin; in TEST_P()
570 bool expected_value; in TEST_P()
/aosp_15_r20/external/angle/build/fuchsia/test/
H A Dbundled_test_runner.py27 class TestCase(NamedTuple): class
48 def __init__(self, out_dir: str, tests: List[TestCase],
62 def _merge_packages(tests: List[TestCase],
90 def run_tests(tests: List[TestCase]) -> int:
/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/
H A Durl_parse_proto_fuzzer.cc23 struct TestCase { struct
24 TestCase() { in TestCase() function
31 TestCase* test_case = new TestCase(); argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Daead.rs353 struct TestCase<const KEY_LEN: usize, const NONCE_LEN: usize> { struct
354 key: [u8; KEY_LEN],
355 nonce: [u8; NONCE_LEN],
356 msg: Vec<u8>,
357 ad: Vec<u8>,
358 ciphertext: Vec<u8>,
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Daead.rs353 struct TestCase<const KEY_LEN: usize, const NONCE_LEN: usize> { struct
354 key: [u8; KEY_LEN],
355 nonce: [u8; NONCE_LEN],
356 msg: Vec<u8>,
357 ad: Vec<u8>,
358 ciphertext: Vec<u8>,
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dtree_hash.rs369 struct TestCase { struct
370 cipher_suite: u16,
372 tree_data: Vec<u8>,
374 tree_hash: Vec<u8>,
377 impl TestCase { impl
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_http_job_unittest.cc1057 struct TestCase { in TEST_F() struct
1058 const char* url; in TEST_F()
1059 bool upgrade_expected; in TEST_F()
1060 const char* url_expected; in TEST_F()
1117 struct TestCase { in TEST_F() struct
1118 const char* url; in TEST_F()
1119 bool bypass_hsts; in TEST_F()
1120 const char* url_expected; in TEST_F()
1612 static constexpr struct TestCase { in TEST_F() struct
1613 const char* url; in TEST_F()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp44 struct TestCase { in equivalent_test() struct
45 path lhs; in equivalent_test()
46 path rhs; in equivalent_test()
47 bool expect; in equivalent_test()
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp39 struct TestCase { in TEST_CASE() struct
40 path lhs; in TEST_CASE()
41 path rhs; in TEST_CASE()
42 bool expect; in TEST_CASE()
/aosp_15_r20/external/sandboxed-api/contrib/libxls/test/
H A Dlibxls_test.cc33 const struct TestCase { struct
34 std::string filename;
35 size_t sheet_count;
36 struct Sheet sheet[2];
/aosp_15_r20/external/skia/tests/
H A DBlendTest.cpp111 struct TestCase { in DEF_GANESH_TEST_FOR_GL_CONTEXT() struct
112 RectAndSamplePoint fRectAndPoints; in DEF_GANESH_TEST_FOR_GL_CONTEXT()
113 SkRect fClip; in DEF_GANESH_TEST_FOR_GL_CONTEXT()
114 int fSampleCnt; in DEF_GANESH_TEST_FOR_GL_CONTEXT()
115 GrSurfaceOrigin fOrigin; in DEF_GANESH_TEST_FOR_GL_CONTEXT()
H A DExtendedSkColorTypeTests.cpp72 struct TestCase { struct
79 static const TestCase gTests[] = { argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dstructured_headers_test.cc340 static const struct TestCase { in TEST() struct
341 const char* name; in TEST()
342 const char* raw; in TEST()
343 ListOfLists expected; // empty if parse error is expected in TEST()
381 static const struct TestCase { in TEST() struct
382 const char* name; in TEST()
383 const char* raw; in TEST()
384 ParameterisedList expected; // empty if parse error is expected in TEST()
/aosp_15_r20/external/pigweed/pw_compilation_testing/py/pw_compilation_testing/
H A Drunner.py106 def _start_failure(test: TestCase, command: str) -> None:
119 test: TestCase, command: str, process: subprocess.CompletedProcess
229 test: TestCase,
259 test: TestCase, toolchain_ninja: Path, target_ninja: Path, all_tests: Path

12345678910>>...32