Searched refs:DefineFunction (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 206 void DefineFunction(DIEHandler *parent, const string &name, 434 void CUFixtureBase::DefineFunction(dwarf2reader::DIEHandler *parent, in DefineFunction() function in CUFixtureBase 631 #define DefineFunction(a,b,c,d,e) TRACE(DefineFunction((a),(b),(c),(d),(e))) macro 634 TRACE((DefineFunction)((a),(b),(c),(d),(e),(f))) 657 DefineFunction(&root_handler_, "function1", in TEST_F() 689 DefineFunction(&root_handler_, "function1", in TEST_F() 797 DefineFunction(&root_handler_, "", in TEST_F() 873 DefineFunction(&root_handler_, "function1", in TEST_P() 876 DefineFunction(&root_handler_, "function2", in TEST_P() 921 DefineFunction(&root_handler_, "function1", 0x127da12ffcf5c51fULL, 0x1000U, in TEST_F() [all …]
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function_test.cc | 1213 void DefineFunction(const char* name, TF_Function** func, in DefineFunction() function 1321 DefineFunction(func_name_, &func_); in TEST_F() 1323 DefineFunction("MyGrad", &grad_func); in TEST_F() 1367 DefineFunction("FooFunc1", &func1); in TEST_F() 1368 DefineFunction("FooFunc2", &func2); in TEST_F() 1369 DefineFunction("MyGrad", &grad_func); in TEST_F() 1396 DefineFunction("FooFunc", &func); in TEST_F() 1397 DefineFunction("MyGrad", &grad_func); in TEST_F() 1432 DefineFunction(func_name_, &func_); in TEST_F() 1435 DefineFunction("MyGrad1", &grad_func1); in TEST_F() [all …]
|