/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
D | anf_test.py | 81 def test_function(): function 84 node, _, _ = parser.parse_entity(test_function) 87 self.assertEqual(test_function(), result.test_function()) 117 def test_function(x, y, z): function 126 self.assert_body_anfs_as_expected(expected_result, test_function) 130 def test_function(a, b, c, e, f, g): function 143 self.assert_body_anfs_as_expected(expected_result, test_function) 147 def test_function(b, c, d, e): function 157 self.assert_body_anfs_as_expected(expected_result, test_function) 161 def test_function(call_something, a, b, y, z, c, d, e, f, g, h, i): function [all …]
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_decorator_test.py | 71 def test_function(x): function 113 self.assertIs(test_function, 114 tf_decorator.TFDecorator('', test_function).decorated_target) 119 test_function).decorator_name) 123 tf_decorator.TFDecorator('', test_function, 133 tf_decorator.TFDecorator('', test_function, '', 138 tf_decorator.TFDecorator('', test_function).__name__) 142 tf_decorator.TFDecorator('', test_function).__doc__) 145 self.assertEqual(124, tf_decorator.TFDecorator('', test_function)(123)) 186 return test_function(*args, **kwargs) [all …]
|
D | decorator_utils_test.py | 40 def test_function(self): member in GetQualifiedNameTest 101 def test_function(self): member in ValidateCallableTest
|
/external/vixl/test/ |
D | test-utils.cc | 47 void (*test_function)(void); in ExecuteMemory() local 50 VIXL_STATIC_ASSERT(sizeof(buffer) == sizeof(test_function)); in ExecuteMemory() 51 VIXL_STATIC_ASSERT(sizeof(uintptr_t) == sizeof(test_function)); in ExecuteMemory() 54 memcpy(&test_function, &entry_point, sizeof(test_function)); in ExecuteMemory() 66 test_function(); in ExecuteMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | externally_available.ll | 3 define available_externally i32 @test_function() { 4 ; CHECK-NOT: @test_function 13 %A = call i32 @test_function() 15 ; CHECK-NOT: @test_function 22 ; CHECK-NOT: @test_function
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
D | function.pass.cpp | 29 void test_function() in test_function() function 39 test_function<void ()>(); in main() 40 test_function<void (int)>(); in main() 41 test_function<int (double)>(); in main() 42 test_function<int (double, char)>(); in main()
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | transformer_test.py | 57 def test_function(): function 71 node, _, _ = parser.parse_entity(test_function) 131 def test_function(a): function 144 node, _, _ = parser.parse_entity(test_function) 197 def test_function(a): function 210 node, _, _ = parser.parse_entity(test_function) 268 def test_function(x, y): function 275 node, _, _ = parser.parse_entity(test_function) 299 def test_function(x): function 305 _, _, all_nodes = parser.parse_entity(test_function) [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | externally_available.ll | 2 ; RUN: not grep test_function %t 6 ; test_function should not be emitted to the .s file. 7 define available_externally i32 @test_function() { 13 %A = call i32 @test_function()
|
/external/llvm/test/Transforms/Inline/ |
D | externally_available.ll | 2 ; RUN: not grep test_function %t 6 ; test_function should not be emitted to the .s file. 7 define available_externally i32 @test_function() { 13 %A = call i32 @test_function()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ |
D | harness.c | 26 int run_test(int (test_function)(void), char *name) in run_test() 38 exit(test_function()); in run_test() 102 int test_harness(int (test_function)(void), char *name) in test_harness() 121 rc = run_test(test_function, name); in test_harness()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_host.cc | 42 typedef int (*test_function)(); in main() typedef 43 test_function gf = (test_function)GetProcAddress(h, "test_function"); in main()
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 ; CHECK-NOT: test_function 5 define available_externally i32 @test_function() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/ |
D | externally_available.ll | 11 ; test_function should not be emitted to the .s file. 12 ; CHECK-NOT: define {{.*}} @test_function() 13 define available_externally i32 @test_function() {
|
/external/tensorflow/tensorflow/tools/docs/ |
D | parser_test.py | 38 def test_function(unused_arg, unused_kwarg='default'): function 348 test_function, 385 self.assertEqual({test_function, test_function_with_args_kwargs}, funcs) 396 'test_function': test_function 419 py_object=test_function, 424 tf_inspect.getdoc(test_function).split('\n')[0], page_info.doc.brief) 539 'tf.test_function': test_function, 540 'tf.TestModule.test_function': test_function, 702 result = parser.is_free_function(test_function, 'test_module.test_function', 706 result = parser.is_free_function(test_function, 'TestClass.test_function',
|
/external/llvm/test/CodeGen/X86/ |
D | misched-code-difference-with-debug.ll | 27 declare i32 @test_function(%class.C*, i8 signext, i8 signext, i8 signext, ...) 37 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex… 39 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe… 53 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex… 56 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | misched-code-difference-with-debug.ll | 28 declare i32 @test_function(%class.C*, i8 signext, i8 signext, i8 signext, ...) 38 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex… 40 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe… 54 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex… 57 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
|
/external/llvm/test/CodeGen/Generic/ |
D | externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 define available_externally i32 @test_function() {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 define available_externally i32 @test_function() {
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/ |
D | externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 define available_externally i32 @test_function() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 define available_externally i32 @test_function() {
|
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks_v1.py | 383 if self.merged not in self.model.test_function.fetches: 384 self.model.test_function.fetches.append(self.merged) 385 self.model.test_function.fetch_callbacks[ 406 if self.merged in self.model.test_function.fetches: 407 self.model.test_function.fetches.remove(self.merged) 408 if self.merged in self.model.test_function.fetch_callbacks: 409 self.model.test_function.fetch_callbacks.pop(self.merged)
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/ |
D | copy_assign.pass.cpp | 38 test_function() in test_function() function 50 test_function(); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | type-directive-print.ll | 4 module asm ".type test_function, %function" 12 ; CHECK: .type test_function,%function
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/ |
D | cpuset_hotplug_test.sh | 206 "$test_function" "$@" 229 test_function="root_cpu_hotplug_test" 245 test_function="general_cpu_hotplug_test"
|
/external/ltp/testcases/kernel/syscalls/getsockopt/ |
D | getsockopt02.c | 53 static void test_function(void) in test_function() function 94 .test_all = test_function,
|