Searched refs:DefineFunction (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 203 void DefineFunction(DIEHandler *parent, const string &name, 431 void CUFixtureBase::DefineFunction(dwarf2reader::DIEHandler *parent, in DefineFunction() function in CUFixtureBase 628 #define DefineFunction(a,b,c,d,e) TRACE(DefineFunction((a),(b),(c),(d),(e))) macro 631 TRACE((DefineFunction)((a),(b),(c),(d),(e),(f))) 654 DefineFunction(&root_handler_, "function1", in TEST_F() 686 DefineFunction(&root_handler_, "function1", in TEST_F() 794 DefineFunction(&root_handler_, "", in TEST_F() 870 DefineFunction(&root_handler_, "function1", in TEST_P() 873 DefineFunction(&root_handler_, "function2", in TEST_P() 918 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 1283 DefineFunction(func_name_, &func_); in TEST_F() 1285 DefineFunction("MyGrad", &grad_func); in TEST_F() 1329 DefineFunction("FooFunc1", &func1); in TEST_F() 1330 DefineFunction("FooFunc2", &func2); in TEST_F() 1331 DefineFunction("MyGrad", &grad_func); in TEST_F() 1358 DefineFunction("FooFunc", &func); in TEST_F() 1359 DefineFunction("MyGrad", &grad_func); in TEST_F() 1394 DefineFunction(func_name_, &func_); in TEST_F() 1397 DefineFunction("MyGrad1", &grad_func1); in TEST_F() [all …]
|