/external/toybox/toys/other/ |
D | nsenter.c | 98 static int test_f() { return FLAG(f); } in test_f() function 132 if (test_f()) { in unshare_main()
|
/external/clang/test/SemaTemplate/ |
D | recursive-template-instantiation.cpp | 8 void test_f(int ****p) { in test_f() function
|
D | ambiguous-ovl-print.cpp | 7 void test_f(int *ip, int i) { in test_f() function
|
D | member-function-template.cpp | 86 void test_f(X<3> x, Y<int> y) { x.f(y); } in test_f() function
|
/external/clang/test/CXX/temp/temp.names/ |
D | p4.cpp | 14 void test_f(int *ip) { in test_f() function
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p22.cpp | 11 void test_f() { in test_f() function
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
D | p1inst.cpp | 14 void test_f(X0<float, int> xfi, X0<void, int> xvi, float *fp, void *vp, int i) { in test_f() function
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | sfinae-1.cpp | 40 void test_f() { in test_f() function
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p3-0x.cpp | 22 void test_f() { in test_f() function
|
/external/pytorch/functorch/examples/maml_regression/ |
D | evjang_transforms_module.py | 123 test_f = net(t_params, test_x) variable 126 plt.plot(test_x.data.numpy(), test_f.data.numpy(), label="net(x)")
|
D | evjang.py | 123 test_f = net(test_x, t_params) variable 126 plt.plot(test_x.data.numpy(), test_f.data.numpy(), label="net(x)")
|
D | evjang_transforms.py | 127 test_f = net(t_params, test_x) variable 130 plt.plot(test_x.data.numpy(), test_f.data.numpy(), label="net(x)")
|
/external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/ |
D | p3-0x.cpp | 57 void test_f(int (&func_ref)(int)) { in test_f() function
|
/external/clang/test/SemaCXX/ |
D | overload-member-call.cpp | 7 void test_f(int x) const { in test_f() function
|
D | member-expr.cpp | 73 void test_f(Y y) { in test_f() function
|
D | overload-call.cpp | 9 void test_f(int iv, float fv) { in test_f() function
|
/external/clang/test/CodeGenCXX/ |
D | mangle-template.cpp | 119 void test_f() { in test_f() function
|
/external/clang/test/Sema/ |
D | overloadable.c | 12 void test_f(int iv, float fv, double dv) { in test_f() function
|
/external/llvm/test/CodeGen/X86/ |
D | sse_reload_fold.ll | 5 declare float @test_f(float %f) 30 %a = call float @test_f(float %f)
|
/external/clang/test/Index/ |
D | complete-blocks.m | 7 void test_f() { function
|
/external/gemmlowp/test/ |
D | correctness_meta_gemm.cc | 188 void test_f(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs, in test_f() function 235 test_f(scratch, left, right, m, n, k, result, pool, t); in f_suite()
|
/external/executorch/kernels/test/ |
D | test_case_gen.py | 306 def gen_test_cases(suite_name: str, op_name: str, test_cases, test_f=False): argument 358 test_f=True,
|
/external/clang/test/SemaObjCXX/ |
D | overload.mm | 154 void test_f(B* b, const B* bc) {
|
D | arc-templates.mm | 270 void test_f(A* ap) {
|
/external/pytorch/test/ |
D | test_proxy_tensor.py | 536 def test_f(): function 542 self.assertRaises(DataDependentOutputException, test_f) 544 self.assertRaisesRegex(RuntimeError, "data-dependent", test_f) 572 def test_f(): function 575 self.assertRaisesRegex(RuntimeError, "data-dependent", test_f) 583 def test_f(): function 586 self.assertRaisesRegex(RuntimeError, "data-dependent", test_f)
|