/external/llvm/test/Transforms/Inline/ |
externally_available.ll | 2 ; RUN: not grep test_function %t 6 ; test_function should not be emitted to the .s file. 7 define available_externally i32 @test_function() { 13 %A = call i32 @test_function()
|
/external/llvm/test/CodeGen/NVPTX/ |
tuple-literal.ll | 3 define ptx_device void @test_function({i8, i8}*) {
|
/external/llvm/test/CodeGen/Generic/ |
externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 define available_externally i32 @test_function() {
|
/external/llvm/test/Transforms/GlobalDCE/ |
externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 define available_externally i32 @test_function() {
|
/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));
|
/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)>();
|
/external/chromium_org/base/ |
scoped_native_library_unittest.cc | 31 FARPROC test_function = local 33 EXPECT_EQ(0, IsBadCodePtr(test_function)); 36 test_function); local
|
/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)>();
|
/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...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
unit_test_suite.hpp | 28 #define BOOST_TEST_CASE( test_function ) \ 29 boost::unit_test::make_test_case( boost::unit_test::callback0<>(test_function), BOOST_TEST_STRINGIZE( test_function ) ) 30 #define BOOST_CLASS_TEST_CASE( test_function, tc_instance ) \ 31 boost::unit_test::make_test_case((test_function), BOOST_TEST_STRINGIZE( test_function ), tc_instance )
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 92 >>> def test_function(foo, bar): 102 ... test_function(1, None) 103 > <doctest test.test_pdb.test_pdb_displayhook[0]>(3)test_function() 120 >>> def test_function(): 163 ... test_function() 164 > <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>(3)test_function() 202 > <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>(4)test_function() 211 > <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>(5)test_function() 294 >>> def test_function(): 319 ... test_function() [all...] |
test_new.py | 84 def test_function(self): member in class:NewTest
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 92 >>> def test_function(foo, bar): 102 ... test_function(1, None) 103 > <doctest test.test_pdb.test_pdb_displayhook[0]>(3)test_function() 120 >>> def test_function(): 163 ... test_function() 164 > <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>(3)test_function() 202 > <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>(4)test_function() 211 > <doctest test.test_pdb.test_pdb_breakpoint_commands[0]>(5)test_function() 294 >>> def test_function(): 319 ... test_function() [all...] |
test_new.py | 84 def test_function(self): member in class:NewTest
|
/external/chromium_org/chrome/test/security_tests/ |
renderer_sandbox_tests_mac.mm | 55 bool (*test_function)(void); 72 test_case->test_function != NULL; 75 if (test_case->test_function()) {
|
/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();
|
/ndk/sources/android/support/tests/minitest/ |
minitest.cc | 13 minitest::TestFunction* test_function; member in struct:__anon33098::TestInfo 166 TestFunction* test_function) { 174 info->test_function = test_function; 191 info->test_function(&testcase);
|
/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();
|
test_interface.h | 75 // Registers test_function, so it is callable from JS using 78 void RegisterTest(nacl::string test_name, TestFunction test_function);
|
/external/chromium_org/third_party/sqlite/src/test/ |
enc2.test | 331 proc test_function {enc arg} { 348 SELECT test_function('sqlite') 356 SELECT test_function('sqlite') 364 SELECT test_function('sqlite') 381 SELECT test_function('sqlite') 389 SELECT test_function('sqlite') 397 SELECT test_function('sqlite') 414 SELECT test_function('sqlite') 422 SELECT test_function('sqlite') 430 SELECT test_function('sqlite' [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-function.cpp | 78 void test_function() { function
|
/external/clang/test/Sema/ |
warn-documentation.cpp | 565 /*! @function test_function 568 unsigned test_function(Base64Flags inFlags); 1021 /*! @function test_function 1023 template <class T> T test_function (T arg); 1025 /*! @function test_function<int> 1027 template <> int test_function<int> (int arg);
|
/external/pixman/test/ |
utils.h | 105 uint32_t (*test_function)(int testnum, int verbose),
|
utils.c | 653 uint32_t (*test_function)(int testnum, int verbose), 674 checksum = test_function (n2, 1); 686 shared(n1, n2, test_function, verbose) 690 uint32_t crc = test_function (i, 0); [all...] |
/external/pixman/ |
configure.ac | 223 unsigned (*test_function)(unsigned, unsigned); 224 test_function = function; 226 shared(n1, n2, test_function, verbose) 229 unsigned crc = test_function (i, 0);
|