/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | fp-regs.cpp | 21 double a1, b1, c1, d1, e1, f1, g1, h1, i1, j1; in main() local 40 g1 = f1 + 1; in main() 41 h1 = g1 + 1; in main() 84 if (g1 != 6.0) in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | fp-regs.cpp | 21 double a1, b1, c1, d1, e1, f1, g1, h1, i1, j1; in main() local 40 g1 = f1 + 1; in main() 41 h1 = g1 + 1; in main() 84 if (g1 != 6.0) in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/ |
D | strings.pass.cpp | 33 std::string g1 = "1234567890"; in test() local 35 T s1(g1.begin(), g1.end()); in test()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
D | copy.pass.cpp | 62 char g1, g2, g3, p1, p3; in main() local 64 t.setg(&g1, &g2, &g3); in main() 69 wchar_t g1, g2, g3, p1, p3; in main() local 71 t.setg(&g1, &g2, &g3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | assign.pass.cpp | 65 char g1, g2, g3, p1, p3; in main() local 67 t.setg(&g1, &g2, &g3); in main() 73 wchar_t g1, g2, g3, p1, p3; in main() local 75 t.setg(&g1, &g2, &g3); in main()
|
D | swap.pass.cpp | 75 char g1, g2, g3, p1, p3; in main() local 77 t.setg(&g1, &g2, &g3); in main() 83 wchar_t g1, g2, g3, p1, p3; in main() local 85 t.setg(&g1, &g2, &g3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/ |
D | invoke.pass.cpp | 30 Array<char, 1>::type& g1() &; 43 static_assert(sizeof(std::__invoke(&Type::g1, std::declval<Type &>())) == 1, ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | move.pass.cpp | 52 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() function 90 ios2.register_callback(g1, 7); in main()
|
D | swap.pass.cpp | 53 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() function 101 ios2.register_callback(g1, 7); in main()
|
D | copyfmt.pass.cpp | 64 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() function 139 ios2.register_callback(g1, 7); in main()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3164 CartesianProductGenerator2(const ParamGenerator<T1>& g1, in CartesianProductGenerator2() argument 3166 : g1_(g1), g2_(g2) {} in CartesianProductGenerator2() 3180 const ParamGenerator<T1>& g1, in Iterator() argument 3185 begin1_(g1.begin()), end1_(g1.end()), current1_(current1), in Iterator() 3279 CartesianProductGenerator3(const ParamGenerator<T1>& g1, in CartesianProductGenerator3() argument 3281 : g1_(g1), g2_(g2), g3_(g3) {} in CartesianProductGenerator3() 3296 const ParamGenerator<T1>& g1, in Iterator() argument 3303 begin1_(g1.begin()), end1_(g1.end()), current1_(current1), in Iterator() 3411 CartesianProductGenerator4(const ParamGenerator<T1>& g1, in CartesianProductGenerator4() argument 3414 : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} in CartesianProductGenerator4() [all …]
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h | 1275 const Generator1& g1, const Generator2& g2) { in Combine() argument 1277 g1, g2); in Combine() 1282 const Generator1& g1, const Generator2& g2, const Generator3& g3) { in Combine() argument 1284 g1, g2, g3); in Combine() 1291 const Generator1& g1, const Generator2& g2, const Generator3& g3, in Combine() argument 1295 g1, g2, g3, g4); in Combine() 1302 const Generator1& g1, const Generator2& g2, const Generator3& g3, in Combine() argument 1306 g1, g2, g3, g4, g5); in Combine() 1313 const Generator1& g1, const Generator2& g2, const Generator3& g3, in Combine() argument 1317 g1, g2, g3, g4, g5, g6); in Combine() [all …]
|
D | gtest-param-test.h.pump | 92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
|