HomeSort by relevance Sort by last modified time
    Searched defs:test_function (Results 1 - 14 of 14) sorted by null

  /external/chromium/base/memory/
scoped_native_library_unittest.cc 23 FARPROC test_function; local
27 test_function = reinterpret_cast<FARPROC>(
29 EXPECT_EQ(0, IsBadCodePtr(test_function));
31 EXPECT_NE(0, IsBadCodePtr(test_function));
  /external/chromium_org/base/
scoped_native_library_unittest.cc 25 FARPROC test_function; local
29 test_function = reinterpret_cast<FARPROC>(
31 EXPECT_EQ(0, IsBadCodePtr(test_function));
33 EXPECT_NE(0, IsBadCodePtr(test_function));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
function.pass.cpp 35 void test_function() function
45 test_function<void ()>();
46 test_function<void (int)>();
47 test_function<int (double)>();
48 test_function<int (double, char)>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
function.pass.cpp 29 void test_function() function
39 test_function<void ()>();
40 test_function<void (int)>();
41 test_function<int (double)>();
42 test_function<int (double, char)>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/
copy_assign.pass.cpp 39 test_function() function
51 test_function();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 84 def test_function(self): member in class:NewTest
test_gc.py 175 def test_function(self): member in class:GCTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 84 def test_function(self): member in class:NewTest
test_gc.py 175 def test_function(self): member in class:GCTests
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp 78 void test_function() { function
  /ndk/sources/android/support/tests/minitest/
minitest.cc 13 minitest::TestFunction* test_function; member in struct:__anon34907::TestInfo
166 TestFunction* test_function) {
174 info->test_function = test_function;
191 info->test_function(&testcase);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 220 def _run_hybi_test_with_client_options(self, test_function, options):
229 test_function(client)
235 def _run_hybi_test(self, test_function):
236 self._run_hybi_test_with_client_options(test_function, self._options)
238 def _run_hybi_deflate_test(self, test_function):
246 test_function(client)
252 def _run_hybi_deflate_frame_test(self, test_function):
260 test_function(client)
266 def _run_hybi_close_with_code_and_reason_test(self, test_function, code,
274 test_function(client, code, reason
354 def test_function(client): function in function:EndToEndTest.test_close_on_protocol_error
371 def test_function(client): function in function:EndToEndTest.test_close_on_unsupported_frame
387 def test_function(client): function in function:EndToEndTest.test_close_on_invalid_frame
434 def test_function(client): function in function:EndToEndTest.test_echo_hixie75
449 def test_function(client): function in function:EndToEndTest.test_echo_server_close_hixie75
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 76 void AddTest(nacl::string test_name, TestFunction test_function) {
77 test_map_[test_name] = test_function;
97 TestFunction test_function = it->second; local
98 return test_function();
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 2838 static int test_function( function
    [all...]

Completed in 1762 milliseconds