/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 404 Action<MyGlobalFunction> a2(a1); // Tests the copy constructor. in TEST() local 437 const Action<int(char)> a2 = Action<int(char)>(a1); // NOLINT in TEST() local 499 Action<void*()> a2 = ReturnZeroFromNullaryFunction(); in TEST() local 524 Action<std::string()> a2 = Return("world"); in TEST() local 617 const Action<const char*(bool)> a2 = ReturnNull(); // NOLINT in TEST() local 627 const Action<std::shared_ptr<int>(std::string)> a2 = ReturnNull(); in TEST() local 874 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world"); in TEST() local 915 Action<MyStringFunction> a2 = SetArgPointee<1>(world); in TEST() local 990 Action<int(int, double)> a2 = InvokeWithoutArgs(Nullary); // NOLINT in TEST() local 1007 Action<int(int, double, char)> a2 = // NOLINT in TEST() local [all …]
|
D | gmock-more-actions_test.cc | 294 Action<int(int, int, bool, int*)> a2 = in TEST() local 306 Action<int(char, double, int, int)> a2 = in TEST() local 1003 Action<int(double, bool)> a2 = Return5(); in TEST() local 1122 Action<double(float, void*)> a2 = PlusTwo(); in TEST() local 1177 const MyAction a2 = OverloadedAction("hi"); in TEST() local 1194 Action<std::string(const std::string& s)> a2 = Plus("tail", "-", ">"); in TEST() local 1348 DoFooActionP2<int, char> a2 = DoFoo(1, '2'); in TEST() local 1382 ACTION_P10(Plus10, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) { in ACTION_P10() argument 1408 TenArgConstructorClass(int a1, int a2, int a3, int a4, int a5, int a6, int a7, in TenArgConstructorClass() 1542 const Action<int()> a2 = ReturnSum<int>(1, 2); in TEST() local
|
D | gmock-internal-utils_test.cc | 611 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1); in TEST() local 639 NativeArray<int> a2 = in TEST() local
|
D | gmock-nice-strict_test.cc | 102 MockBar(char a1, char a2, std::string a3, std::string a4, int a5, int a6, in MockBar()
|
D | gmock-matchers_test.cc | 913 const char a2[] = "hi"; in TEST() local 5234 int a2[] = {1, 2, 3}; in TEST() local 5243 const char a2[][3] = {"hi", "lo"}; in TEST() local 5257 const int a2[] = {1, 2, 3}; in TEST() local 5274 std::string a2[][3] = { in TEST() local 7511 const char a2[][3] = {"hi", "lo"}; in TEST() local 8042 EqualsSumOfMatcherP2<int, char> a2 = EqualsSumOf(1, '2'); in TEST() local
|
D | gmock-spec-builders_test.cc | 1045 MockA a2; in TEST() local
|
/device/generic/vulkan-cereal/include/glm/simd/ |
D | matrix.h | 48 __m128 a2 = _mm_add_ps(a0, a1); in glm_mat4_mul_vec4() local 95 __m128 a2 = _mm_add_ps(a0, a1); in glm_mat4_mul() local 113 __m128 a2 = _mm_add_ps(a0, a1); in glm_mat4_mul() local 131 __m128 a2 = _mm_add_ps(a0, a1); in glm_mat4_mul() local 150 __m128 a2 = _mm_add_ps(a0, a1); in glm_mat4_mul() local
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/ |
D | Xresource.h | 108 #define XrmStringsEqual(a1, a2) (strcmp(a1, a2) == 0) argument
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/ |
D | googletest-printers-test.cc | 1177 const int a2[] = { 3, 4, 5 }; local
|