| /external/swiftshader/third_party/subzero/crosstest/ |
| D | test_cast.cpp | 22 ToType __attribute__((noinline)) cast(FromType a) { in cast() 27 ToType __attribute__((noinline)) castBits(FromType a) { in castBits() 32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) { in cast() 39 ToType __attribute__((noinline)) castBits(int i, FromType a, int j) { in castBits() 49 static ToType f(bool a) { return cast<bool, ToType>(a); } in f() function in Caster 50 static ToType f(myint8_t a) { return cast<myint8_t, ToType>(a); } in f() function in Caster 51 static ToType f(uint8_t a) { return cast<uint8_t, ToType>(a); } in f() function in Caster 52 static ToType f(int16_t a) { return cast<int16_t, ToType>(a); } in f() function in Caster 53 static ToType f(uint16_t a) { return cast<uint16_t, ToType>(a); } in f() function in Caster 54 static ToType f(int32_t a) { return cast<int32_t, ToType>(a); } in f() function in Caster [all …]
|
| /external/tensorflow/tensorflow/python/autograph/converters/ |
| D | call_trees_test.py | 30 def __call__(self, f, args, kwargs, caller_fn_scope=None, options=None): argument 39 def _transform_with_mock(self, f): argument 48 def f(f): function 58 def f(f, g): argument 71 def f(f, g): function 87 def f(): function 100 def f(f, a): argument 110 def f(f, a, b): argument 120 def f(f, a, b): argument 130 def f(f, a, *args, **kwargs): argument [all …]
|
| D | logical_expressions_test.py | 28 def f(a, b): argument 39 def f(a, b, c): argument 49 def f(a, b, c, d): argument 64 def f(a, b): argument 73 def f(a): argument
|
| /external/python/cpython3/Lib/test/ |
| D | test_positional_only_arg.py | 10 def global_pos_only_f(a, b, /): argument 13 def global_pos_only_and_normal(a, /, b): argument 16 def global_pos_only_defaults(a=1, /, b=2): argument 68 def f(a, b=10, /, c=100): argument 81 def f(a=1, b=10, /, c=100): argument 100 def f(a, b, c, /, d, e=1, *, f, g=2): argument 107 def f(a, b, c=1, /, d=2, e=3, *, f, g=4): argument 115 def f(a, b, /): argument 121 def f(a, /): argument 127 def f(a, /, b): argument [all …]
|
| D | test_grammar.py | 372 def f(): function 521 def v1(a, *rest): pass argument 522 def v2(a, b, *rest): pass argument 544 def d01(a=1): pass argument 552 def d11(a, b=1): pass argument 556 def d21(a, b, c=1): pass argument 563 def d02(a=1, b=2): pass argument 571 def d12(a, b=1, c=2): pass argument 575 def d22(a, b, c=1, d=2): pass argument 579 def d01v(a=1, *rest): pass argument [all …]
|
| D | test_peepholer.py | 7 def count_instr_recursively(f, opname): argument 80 def f(): function 96 def f(): function 106 def f(): function 196 def f(a): argument 199 def g(a): argument 313 def f(x): function 323 def f(cond, true_value, false_value): function 337 def f(): function 350 def f(): function [all …]
|
| /external/arm-optimized-routines/pl/math/test/ |
| D | mathbench_funcs.h | 9 #define _ZSF1(fun, a, b) F(fun##f, a, b) argument 10 #define _ZSD1(f, a, b) D(f, a, b) argument 14 #define _ZVF1(fun, a, b) F(__s_##fun##f, a, b) VF(__v_##fun##f, a, b) VNF(__vn_##fun##f, a, b) VNF(… argument 15 #define _ZVD1(f, a, b) D(__s_##f, a, b) VD(__v_##f, a, b) VND(__vn_##f, a, b) VND(_ZGVnN2v_##f, a, … argument 19 #define _ZVF1(fun, a, b) F(__s_##fun##f, a, b) VF(__v_##fun##f, a, b) argument 20 #define _ZVD1(f, a, b) D(__s_##f, a, b) VD(__v_##f, a, b) argument 24 #define _ZVF1(fun, a, b) F(__s_##fun##f, a, b) argument 25 #define _ZVD1(f, a, b) D(__s_##f, a, b) argument 29 #define _ZVF1(f, a, b) argument 30 #define _ZVD1(f, a, b) argument [all …]
|
| /external/clang/test/SemaCXX/ |
| D | access-base-class.cpp | 7 void f(B* b) { in f() function 8 A *a = b; // expected-error{{cannot cast 'T1::B' to its private base class 'T1::A'}} in f() local 18 void f(B* b) { in f() function 19 A *a = b; // expected-error {{cannot cast 'T2::B' to its private base class 'T2::A'}} in f() local 29 void f(B* b) { in f() function 30 A *a = b; in f() local 44 void f(D *d) { in f() function 46 A *a = d; in f() local 55 void f(B *b) { in f() function in T5::B 56 A *a = b; in f() local [all …]
|
| D | cxx1y-generic-lambdas-capturing.cpp | 9 void f(T, const int (&)[N]) { } in f() function 12 void f(const T&, const int (&)[ODRUSE_SZ]) { } in f() function 17 #define F_CALL(x, a) f(x, selector_ ## a) argument 35 auto L = [](auto a) { return a; }; in foo() 38 auto L = [](auto a) -> void { in foo2() 63 auto L = [](auto a, auto b) { in doit() 69 auto L2 = [](auto a, int i) { in doit() 75 int a; //expected-note{{declared here}} in doit() local 94 auto L = [=](auto a) { in doit() 102 auto L = [](auto a) { //expected-note{{begins here}} in doit() [all …]
|
| /external/mesa3d/src/gallium/frontends/nine/ |
| D | nine_csmt_helper.h | 44 #define _args_for_bypass_1(a) a argument 45 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument 46 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument 47 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument 48 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument 49 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument 50 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument 51 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument 52 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument 53 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument [all …]
|
| /external/clang/test/Analysis/ |
| D | identical-expressions.cpp | 15 int funcParam(int a) in funcParam() 32 float f = 7.1F; in checkNotEqualFloatDeclCompare1() local 38 float f = 7.1F; in checkNotEqualFloatDeclCompare12() local 43 float f = 7.1F; in checkNotEqualFloatDeclCompare3() local 48 float f = 7.1F; in checkNotEqualFloatDeclCompare4() local 53 float f = 7.1F; in checkNotEqualFloatDeclCompare5() local 59 float f = 7.1F; in checkNotEqualFloatDeclCompare6() local 67 float f = 7.1F; in checkNotEqualCastFloatDeclCompare11() local 71 float f = 7.1F; in checkNotEqualCastFloatDeclCompare12() local 76 float f= 3.14F; in checkNotEqualBinaryOpFloatCompare1() local [all …]
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | def_function_xla_jit_test.py | 53 def outer(a, b, c): argument 75 def fn(x, a): argument 89 def fn(x, a): argument 98 def fn(x, a): argument 128 def fn(x, a): argument 132 def fn2(x, a): argument 232 def f(x, y): function 336 def f(x): function 341 def body(i, a): argument 444 def f1(self, x, a): argument [all …]
|
| D | function_gradients_test.py | 79 def f(): function 90 def f(x, order): function 104 def f(x, order): function 129 def _grad(f): argument 153 def _grad(f): argument 231 def f(x): function 245 def f(x): function 274 def f(x): function 287 def f(x): function 304 def f(): function [all …]
|
| /external/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
| D | ctor_func_alloc.pass.cpp | 37 A(A&& a) : data_(a.data_) {++n_moves; a.data_ = -1;} in A() function in A 38 A(const A& a) : data_(a.data_) {++n_copies;} in A() 55 std::future<double> f = p.get_future(); in main() local 65 A a(5); in main() local 70 std::future<double> f = p.get_future(); in main() local 80 A a(5); in main() local 84 std::future<int> f = p.get_future(); in main() local 92 A a(5); in main() local 96 std::future<int> f = p.get_future(); in main() local 107 std::future<double> f = p.get_future(); in main() local [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/futures/futures.task/futures.task.members/ |
| D | ctor_func_alloc.pass.cpp | 37 A(A&& a) : data_(a.data_) {++n_moves; a.data_ = -1;} in A() function in A 38 A(const A& a) : data_(a.data_) {++n_copies;} in A() 56 std::future<double> f = p.get_future(); in main() local 66 A a(5); in main() local 71 std::future<double> f = p.get_future(); in main() local 81 A a(5); in main() local 85 std::future<int> f = p.get_future(); in main() local 93 A a(5); in main() local 97 std::future<int> f = p.get_future(); in main() local 108 std::future<double> f = p.get_future(); in main() local [all …]
|
| /external/clang/test/Layout/ |
| D | ms-x86-vfvb-alignment.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() member 9 struct B1 { char a; B1() : a(0xB1) {} }; in B1() member 10 struct B2 : virtual B1 { int a; B2() : a(0xf00000B2) {} }; in B2() member 11 struct B3 { __declspec(align(16)) int a; B3() : a(0xf00000B3) {} }; in B3() member 12 struct B4 : virtual B3 { int a; B4() : a(0xf00000B4) {} }; in B4() member 13 struct B5 { __declspec(align(32)) int a; B5() : a(0xf00000B5) {} }; in B5() member 14 struct B6 { int a; B6() : a(0xf00000B6) {} virtual void f() { printf("B6"); } }; in B6() member 16 struct A : B0, virtual B1 { __declspec(align(16)) int a; A() : a(0xf000000A) {} virtual void f() { … in A() member 45 struct B : A, B2 { int a; B() : a(0xf000000B) {} virtual void f() { printf("B"); } }; in B() member 82 struct C : B4 { int a; C() : a(0xf000000C) {} virtual void f() { printf("C"); } }; in C() member [all …]
|
| D | ms-x86-primary-bases.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() member 9 struct B1 { int a; B1() : a(0xf00000B1) { printf("B1 = %p\n", this); } virtual void g() { printf("B… in g() member 10 struct B2 { int a; B2() : a(0xf00000B2) { printf("B1 = %p\n", this); } }; in B2() member 11 struct B0X { int a; B0X() : a(0xf00000B0) {} }; in B0X() member 12 struct B1X { int a; B1X() : a(0xf00000B1) {} virtual void f() { printf("B0"); } }; in f() member 13 struct B2X : virtual B1X { int a; B2X() : a(0xf00000B2) {} }; in B2X() member 38 virtual void f() { printf("B"); } in f() function 82 virtual void f() { printf("D"); } in f() function 112 virtual void f() { printf("E"); } in f() function 167 struct AX : B0X, B1X { int a; AX() : a(0xf000000A) {} virtual void f() { printf("A"); } }; in f() member [all …]
|
| /external/python/cpython2/Tools/pybench/ |
| D | Calls.py | 14 def f(): function 20 def g(a,b,c): argument 23 def h(a,b,c,d=1,e=2,f=3): argument 94 def f(): function 100 def g(a,b,c): argument 103 def h(a,b,c,d=1,e=2,f=3): argument 121 def f(a,b,c,d=1,e=2,f=3): argument 158 def f(a,b,c,d=1,e=2,f=3): argument 304 def f(self): member in PythonMethodCalls.test.c 308 def j(self,a,b): argument [all …]
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | risc_ops_test.py | 31 def f(a, b): argument 43 def f(a, b): argument 56 def f(a, b): argument 68 def f(a, b): argument
|
| /external/clang/test/CodeGenCXX/ |
| D | debug-info.cpp | 27 void f(Identity<int>::Type a) {} in f() function 28 void f(Identity<int> a) {} in f() function 29 void f(int& a) { } in f() function 34 void f(A<int>) { } in f() function 38 void f() { in f() function 39 int B::*a = 0; in f() local 67 struct A { int a; }; member 85 void f() { in f() function 119 foo func(foo f) { in func() 143 struct a { struct [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/containers/associative/ |
| D | tree_balance_after_insert.pass.cpp | 39 Node a; in test1() local 94 Node a; in test1() local 149 Node a; in test1() local 204 Node a; in test1() local 259 Node a; in test1() local 264 Node f; in test1() local 334 Node a; in test1() local 339 Node f; in test1() local 409 Node a; in test1() local 414 Node f; in test1() local [all …]
|
| /external/libcxx/test/libcxx/containers/associative/ |
| D | tree_balance_after_insert.pass.cpp | 38 Node a; in test1() local 93 Node a; in test1() local 148 Node a; in test1() local 203 Node a; in test1() local 258 Node a; in test1() local 263 Node f; in test1() local 333 Node a; in test1() local 338 Node f; in test1() local 408 Node a; in test1() local 413 Node f; in test1() local [all …]
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| D | decorators.py | 23 def _TimeoutRetryWrapper(f, argument 78 def WithTimeoutAndRetries(f): argument 88 get_timeout = lambda *a, **kw: kw['timeout'] 89 get_retries = lambda *a, **kw: kw['retries'] 105 def decorator(f): argument 106 get_timeout = lambda *a, **kw: kw['timeout'] 107 get_retries = lambda *a, **kw: kw['retries'] 128 def decorator(f): argument 129 get_timeout = lambda *a, **kw: timeout 130 get_retries = lambda *a, **kw: retries [all …]
|
| /external/rust/crates/nom/src/character/ |
| D | tests.rs | 7 fn f(i: &[u8]) -> IResult<&[u8], char> { in one_of_test() function 11 let a = &b"abcd"[..]; in one_of_test() localVariable 27 fn f(i: &[u8]) -> IResult<&[u8], char> { in none_of_test() function 31 let a = &b"abcd"[..]; in none_of_test() localVariable 40 fn f(i: &[u8]) -> IResult<&[u8], char> { in char_byteslice() function 44 let a = &b"abcd"[..]; in char_byteslice() localVariable 53 fn f(i: &str) -> IResult<&str, char> { in char_str() function 57 let a = &"abcd"[..]; in char_str() localVariable
|
| /external/tensorflow/tensorflow/python/autograph/pyct/ |
| D | transpiler_test.py | 54 def f(a): argument 65 def f(a): argument 76 def f(a): argument 92 def f(a, d=c + 1): argument 106 def g(a): argument 109 def f(a): argument 119 f = lambda x: (b + (x if x > 0 else -x)) function 145 def f(x): function 160 def f(x): function 171 def f(): function
|