/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/ |
D | affine3.rs | 126 let result3 = m.transform_vector3($vec3::Y); localVariable 135 let result3 = m.transform_vector3($vec3::Y); localVariable 143 let result3 = m.transform_vector3($vec3::Y); localVariable 146 let result3 = m.transform_point3($vec3::Y); localVariable 376 let result3 = m.transform_vector3a(Vec3A::Y); localVariable 384 let result3 = m.transform_vector3a(Vec3A::Y); localVariable 387 let result3 = m.transform_point3a(Vec3A::Y); localVariable
|
D | affine2.rs | 87 let result3 = m.transform_vector2($vec2::Y); localVariable 91 let result3 = m.transform_vector2($vec2::Y); localVariable 99 let result3 = m.transform_vector2($vec2::Y); localVariable 102 let result3 = m.transform_point2($vec2::Y); localVariable
|
D | mat4.rs | 190 let result3 = m.transform_vector3($vec3::Y); localVariable 202 let result3 = m.transform_vector3($vec3::Y); localVariable 206 let result3 = m.transform_point3($vec3::Y); localVariable
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | TestRunResultTest.java | 244 TestRunResult result3 = new TestRunResult(); in testMergeRetriedRunResults_fullMergeLogicCheck() local 307 TestRunResult result3 = new TestRunResult(); in testMergeRetriedRunResults_checkMergingStackTraces() local 433 TestRunResult result3 = new TestRunResult(); in testMergeRetriedRunResults_runFailures() local 475 TestRunResult result3 = new TestRunResult(); in testMergeRetriedRunResults_incompleteRun() local 573 TestRunResult result3 = new TestRunResult(); in testMergeRetriedRunResults_testCaseStatus() local
|
/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | big_int_test.cpp | 305 LL_UInt128 result3({0x12346789bcdf1233, 0xa987765443210fed}); in TEST() local 340 LL_UInt128 result3(0xdffffffffffffff2); in TEST() local 374 LL_UInt128 result3({0x26ae048cea62c840, 0x02468aceeca86420}); in TEST() local 434 LL_UInt128 result3({0x1357024675316420, 0x0123456776543210}); in TEST() local 477 LL_UInt128 result3({1, 0}); in TEST() local 524 LL_UInt128 result3({0, 0}); in TEST() local 574 LL_UInt128 result3({0, 0x13579bdf02468ace}); in TEST() local 600 LL_UInt128 result3({0x123456789abcdef0, 0}); in TEST() local
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_cache_unittest.cc | 576 auto result3 = std::make_unique<HostResolverInternalDataResult>( in TEST_F() local 678 auto result3 = std::make_unique<HostResolverInternalAliasResult>( in TEST_F() local 936 auto result3 = std::make_unique<HostResolverInternalDataResult>( in TEST_F() local 1689 auto result3 = std::make_unique<HostResolverInternalDataResult>( in TEST_F() local 1743 auto result3 = std::make_unique<HostResolverInternalDataResult>( in TEST_F() local 1799 auto result3 = std::make_unique<HostResolverInternalDataResult>( in TEST_F() local 1856 auto result3 = std::make_unique<HostResolverInternalDataResult>( in TEST_F() local 1913 auto result3 = std::make_unique<HostResolverInternalDataResult>( in TEST_F() local
|
/aosp_15_r20/external/cronet/net/extras/sqlite/ |
H A D | sqlite_persistent_shared_dictionary_store_unittest.cc | 209 auto result3 = RegisterDictionaryImpl(store, isolation_key, dict3); in RegisterSharedDictionariesForProcessEvictionTest() local 1100 auto result3 = RegisterDictionaryImpl(store_.get(), isolation_key2, dict3, in TEST_F() local 1196 auto result3 = RegisterDictionaryImpl(store_.get(), isolation_key2, dict3, in TEST_F() local 1293 auto result3 = RegisterDictionaryImpl(store_.get(), isolation_key2, dict3, in TEST_F() local 1389 auto result3 = RegisterDictionaryImpl(store_.get(), isolation_key2, dict3, in TEST_F() local 2106 auto result3 = RegisterDictionary(isolation_key_, dict3); in TEST_F() local 2190 auto result3 = RegisterDictionary(isolation_key3, dict3); in TEST_F() local 2308 auto result3 = RegisterDictionary(isolation_key3, dict3); in TEST_F() local 2440 auto result3 = RegisterDictionary(isolation_key_, dict3); in TEST_F() local 2749 auto result3 = RegisterDictionary(isolation_key_, dict3); in TEST_F() local
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
H A D | AppSearchResultCtsTest.java | 43 AppSearchResult<String> result3 = in testResultEquals_identical() local 65 AppSearchResult<String> result3 = in testResultEquals_failure() local
|
/aosp_15_r20/external/openscreen/util/json/ |
H A D | json_value_unittest.cc | 22 absl::optional<int> result3 = in TEST() local 41 absl::optional<absl::string_view> result3 = in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | external_transforms.cpp | 124 …int result3 = calc_grammar()(_1 / _2, fusion::make_vector(8, 2), (42, proto::transforms = non_chec… in test_external_transforms() local 131 int result3 = calc_grammar()(_1 / _2, fusion::make_vector(6, 0), checked); in test_external_transforms() local
|
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/concurrency/ |
D | CallableSyncCallbackTest.java | 123 String result3 = "3rd time is a charm"; in testInjectCallable_multipleCalls_successFirst() local 168 String result3 = "3rd time is a charm"; in testInjectCallable_multipleCalls_failsFirst() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
H A D | TestGenerics.java | 114 Wrapper<Long> result3 = mapper.readValue in testMultipleWrappers() local 136 Wrapper<Long> result3 = mapper.readValue in testMultipleWrappersSingleValueArray() local
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_basic_handshake_stream_test.cc | 88 const int result3 = callback3.GetResult( in TEST() local 156 const int result3 = callback3.GetResult( in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | recursive_variant_test.cpp | 190 std::string result3( printer()(var4) ); in test_recursive_variant() local 335 std::string result3( printer()(var3) ); in test_recursive_variant_over() local
|
/aosp_15_r20/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.cpp | 128 Resolver::Result result3; in TEST_F() local 162 const char* result3 = m_pTestee->insertString(s); in TEST_F() local
|
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/ |
H A D | BedsteadServiceLocatorTest.kt | 54 val result3 = locator.get(ExampleClass::class.java) in callGetFewTimes_dependencyInstanceIsReused() constant
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_index_list.cpp | 129 Tensor<float, 1> result3 = tensor.sum(reduction_axis3); in test_type2index_list() local 345 Tensor<float, 0> result3 = tensor.sum(reduction_list); in test_mixed_index_list() local
|
/aosp_15_r20/external/icing/icing/index/numeric/ |
H A D | posting-list-integer-index-accessor_test.cc | 437 PostingListAccessor::FinalizeResult result3 = in TEST_F() local 515 PostingListAccessor::FinalizeResult result3 = in TEST_F() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | itrans16_dspr2.c | 26 int result1, result2, result3, result4; in idct16_rows_dspr2() local 401 int result1, result2, result3, result4; in idct16_cols_add_blk_dspr2() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/test/ |
D | pop_front.cpp | 28 typedef pop_front<types3>::type result3; in MPL_TEST_CASE() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/ |
H A D | run_handler_util_test.cc | 44 bool result3 = in TEST() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
H A D | VelocityAppTestCase.java | 72 StringWriter result3 = new StringWriter(); in testVelocityApp() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/properties/cpp14/ |
D | query_member.cpp | 37 constexpr int result3 = boost::asio::query(o3, prop()); in main() local
|
D | query_static.cpp | 37 constexpr int result3 = boost::asio::query(o3, prop()); in main() local
|
D | query_free.cpp | 37 constexpr int result3 = boost::asio::query(o3, prop()); in main() local
|