/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_split_copy_test.cpp | 68 std::vector<Tensor> expected_out = { in test_dtype() local 132 std::vector<Tensor> expected_out = { in TEST_F() local 179 std::vector<Tensor> expected_out = { in TEST_F() local 229 std::vector<Tensor> expected_out = { in TEST_F() local 288 std::vector<Tensor> expected_out = {input}; in TEST_F() local 315 std::vector<Tensor> expected_out = {input}; in TEST_F() local 345 std::vector<Tensor> expected_out = {input}; in TEST_F() local 389 std::vector<Tensor> expected_out = {input}; in TEST_F() local 443 std::vector<Tensor> expected_out = { in TEST_F() local 491 std::vector<Tensor> expected_out = { in TEST_F() local
|
H A D | op_unbind_copy_test.cpp | 52 std::vector<Tensor> expected_out = { in test_unbind_dim0() local 84 std::vector<Tensor> expected_out = { in test_unbind_dim1() local 124 std::vector<Tensor> expected_out = { in test_unbind_dim2() local 247 std::vector<Tensor> expected_out = {tf.ones({0, 2})}; in TEST_F() local 278 std::vector<Tensor> expected_out = {tf.ones({1, 3})}; in TEST_F() local 311 std::vector<Tensor> expected_out = { in TEST_F() local 331 std::vector<Tensor> expected_out = { in TEST_F() local
|
/aosp_15_r20/bionic/tests/ |
H A D | libgen_test.cpp | 22 static void TestDirname(const char* in, const char* expected_out) { in TestDirname() 43 static void TestBasename(const char* in, const char* expected_out, int expected_rc, in TestBasename() 54 static void TestDirname(const char* in, const char* expected_out, int expected_rc, in TestDirname()
|
H A D | sys_thread_properties_test.cpp | 24 const char expected_out[] = in TEST() local 36 const char expected_out[] = "exit_cb_1 called exit_cb_2 called exit_cb_3 called"; in TEST() local
|
H A D | libgen_basename_test.cpp | 50 static void __TestGnuBasename(const char* in, const char* expected_out, int line) { in __TestGnuBasename() 58 static void __TestPosixBasename(const char* in, const char* expected_out, int line) { in __TestPosixBasename()
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_gpu.cu | 668 Tensor<Scalar, 1> expected_out(7); in test_gpu_digamma() local 724 Tensor<Scalar, 1> expected_out(6); in test_gpu_zeta() local 792 Tensor<Scalar, 1> expected_out(7); in test_gpu_polygamma() local 1077 Tensor<Scalar, 1> expected_out(8); in test_gpu_ndtri() local 1140 Tensor<Scalar, 1> expected_out(125); in test_gpu_betainc() local 1284 Tensor<Scalar, 1> expected_out(21); in test_gpu_i0e() local 1339 Tensor<Scalar, 1> expected_out(21); in test_gpu_i1e() local 1395 Tensor<Scalar, 1> expected_out(30); in test_gpu_igamma_der_a() local 1471 Tensor<Scalar, 1> expected_out(30); in test_gpu_gamma_sample_der_alpha() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | dataset_utils_test.cc | 201 std::vector<string> expected_out; member 300 std::vector<string> expected_out; member 441 std::vector<string> expected_out; member
|
/aosp_15_r20/external/pdfium/core/fxcodec/basic/ |
H A D | a85_unittest.cpp | 26 const uint8_t expected_out[] = {33, 60, 78, 63, 43, 115, in TEST() local 88 const uint8_t expected_out[] = {33, 60, 78, 63, 43, 122, 126, 62}; in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/ |
H A D | hpack_encoder_test.cc | 232 std::string expected_out = expected_.TakeString(); in CompareWithExpectedEncoding() local 251 std::string expected_out = expected_.TakeString(); in CompareWithExpectedEncoding() local 512 std::string expected_out = expected_.TakeString(); in TEST_P() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/tests/ |
D | fixtures_test.rs | 30 let expected_out = read_file(&path_out).expect("Failed to read file"); in test_fixtures() localVariable
|
/aosp_15_r20/external/executorch/examples/models/llama/tokenizer/test/ |
H A D | test_tiktoken.cpp | 54 std::vector<uint64_t> expected_out = { in TEST_F() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_popen2.py | 61 def validate_output(self, teststr, expected_out, r, w, e=None): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/kernel_test/ |
H A D | input_generator_test.cc | 57 std::string expected_out = "a:"; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_gather_op_test.py | 295 expected_out, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/ |
D | hkdf_tests.rs | 42 let expected_out = test_case.consume_bytes("OKM"); in hkdf_tests() localVariable
|
/aosp_15_r20/external/cronet/base/ |
H A D | base64_unittest.cc | 36 const char* expected_out; in TEST() member
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | proposal_ref.rs | 221 let expected_out = ProposalRef(HashReference::from(one_case.output)); in test_proposal_ref() localVariable
|
/aosp_15_r20/external/rappor/client/cpp/ |
H A D | encoder_unittest.cc | 241 std::vector<uint8_t> expected_out(4); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/io_ops/ |
H A D | decode_csv_op_test.py | 28 def _test(self, args, expected_out=None, expected_err_re=None): argument
|
/aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 61 void expected_out(const char *file) { in expected_out() function
|
/aosp_15_r20/system/update_engine/scripts/ |
H A D | payload_info_unittest.py | 205 def TestCommand(self, payload_cmd, payload, expected_out): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/key_package/ |
D | mod.rs | 315 let expected_out = KeyPackageRef::from(one_case.output); in test_key_package_ref() localVariable
|
/aosp_15_r20/external/capstone/suite/arm/ |
H A D | test_arm_regression.c | 238 char *expected_out; member
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_max_autotune.py | 59 def benchmark_choice(choice, args, out, expected_out, timings): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_test.cc | 59 const std::vector<Node*>& expected_out) { in VerifyNodes()
|