test_function      31 base/scoped_native_library_unittest.cc     FARPROC test_function =
test_function      33 base/scoped_native_library_unittest.cc     EXPECT_EQ(0, IsBadCodePtr(test_function));
test_function      36 base/scoped_native_library_unittest.cc         test_function);
test_function      76 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   void AddTest(nacl::string test_name, TestFunction test_function) {
test_function      77 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc     test_map_[test_name] = test_function;
test_function      97 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   TestFunction test_function = it->second;
test_function      98 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   return test_function();
test_function      78 ppapi/native_client/tests/ppapi_test_lib/test_interface.h void RegisterTest(nacl::string test_name, TestFunction test_function);
test_function    5657 third_party/sqlite/src/src/test1.c      { "add_test_function",       test_function, 0           },