Home
last modified time | relevance | path

Searched refs:my_func (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
Dopaque-pointer.c4 typedef void (*my_func) (struct test *); typedef
5 my_func handler;
/external/clang/test/Analysis/
Duninit-vals-ps.c4 void (*my_func)(int * x); member
11 (*foo->my_func)(&x); in f1_a()
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope_test.py73 def my_func(t, a=None): function
77 with arg_scope([my_func], a=1):
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer_test.cc516 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()
Dfunction_optimizer_test.cc1812 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/
Dltmain.sh1796 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/
Dcore.txt677 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);