Searched refs:my_func (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | opaque-pointer.c | 4 typedef void (*my_func) (struct test *); typedef 5 my_func handler;
|
/external/clang/test/Analysis/ |
D | uninit-vals-ps.c | 4 void (*my_func)(int * x); member 11 (*foo->my_func)(&x); in f1_a()
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | arg_scope_test.py | 73 def my_func(t, a=None): function 77 with arg_scope([my_func], a=1):
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | meta_optimizer_test.cc | 516 FunctionDef my_func = FunctionDefHelper::Create( in TEST_F() local 522 (*my_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 545 {my_func}); in TEST_F()
|
D | function_optimizer_test.cc | 1812 FunctionDef my_func = FunctionDefHelper::Create( in TEST_F() local 1819 (*my_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1820 std::vector<FunctionDef> function_library = {my_func}; in TEST_F() 1920 FunctionDef my_func = FunctionDefHelper::Create( in TEST_F() local 1927 (*my_func.mutable_attr())["_noinline"].set_b(true); in TEST_F() 1928 std::vector<FunctionDef> function_library = {my_func}; in TEST_F()
|
/external/pcre/dist2/ |
D | ltmain.sh | 1796 for my_func in options_prep parse_options validate_options options_finish 1798 func_unset func_${my_func}_result 1800 eval func_$my_func '${1+"$@"}' 1801 func_propagate_result func_$my_func func_options
|
/external/libnl/doc/ |
D | core.txt | 677 static int my_func(struct nl_msg *msg, void *arg) 697 nl_socket_modify_cb(sk, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL); 708 * will be passed on to my_func(). 2555 /* Modify the set to call my_func() for all valid messages */ 2556 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
|