Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
Dfp-regs.cpp21 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/
Dfp-regs.cpp21 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/
Dstrings.pass.cpp33 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/
Dcopy.pass.cpp62 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/
Dassign.pass.cpp65 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()
Dswap.pass.cpp75 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/
Dinvoke.pass.cpp30 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/
Dmove.pass.cpp52 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() function
90 ios2.register_callback(g1, 7); in main()
Dswap.pass.cpp53 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() function
101 ios2.register_callback(g1, 7); in main()
Dcopyfmt.pass.cpp64 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/
Dgtest-param-util-generated.h3164 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/
Dgtest-param-test.h1275 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 …]
Dgtest-param-test.h.pump92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product