Searched defs:dummy (Results 1 - 18 of 18) sorted by relevance

/ndk/sources/android/support/include/
H A Dxlocale.h44 void* dummy; member in struct:locale_struct
/ndk/sources/android/support/src/stdio/
H A Dwcio.h39 int dummy; member in struct:wchar_io_data
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
H A Dsize_type.hpp43 struct yes_type { char dummy[2]; }; member in struct:boost::detail::has_size_type::yes_type
/ndk/sources/cxx-stl/gabi++/tests/
H A Dtest_guard.cpp48 void* dummy; local
49 pthread_join( sThreads[nn], &dummy );
H A Dmalloc_lockup.cpp142 void* dummy; local
143 pthread_join(g_threads[n], &dummy);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/
H A Dcontainer_fwd.hpp158 struct dummy struct in namespace:boost::container::detail_really_deep_namespace
160 dummy() function in struct:boost::container::detail_really_deep_namespace::dummy
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
H A Dpredicate_result.hpp44 struct dummy { void nonnull() {}; }; struct in class:boost::test_tools::predicate_result
45 typedef void (dummy::*safe_bool)();
59 operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0; }
H A Dmock_object.hpp140 struct dummy { void nonnull() {}; }; struct in class:boost::itest::mock_object
141 typedef void (dummy::*safe_bool)();
144 mock_object( dummy* ) {}
149 static mock_object p( reinterpret_cast<dummy*>(0) );
241 (BOOST_ITEST_DPOINT() ? 0 : &dummy::nonnull) );
/ndk/sources/cxx-stl/stlport/src/
H A Dios.cpp151 static long dummy = 0; local
162 return dummy;
168 static void* dummy = 0; local
179 return dummy;
/ndk/sources/cxx-stl/stlport/src/details/
H A Dfstream_win32io.cpp147 DWORD dummy, dummy2; local
148 BOOL writeOk = WriteFile(oshandle, &dummy2, 0, &dummy, 0);
149 BOOL readOk = ReadFile(oshandle, &dummy2, 0, &dummy, NULL);
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc334 void* dummy; local
335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
H A Dgtest_unittest.cc41 bool dummy = testing::GTEST_FLAG(also_run_disabled_tests) local
56 EXPECT_TRUE(dummy || !dummy); // Suppresses warning that dummy is unused.
/ndk/tests/device/test-gnustl-full/unit/
H A Dfstream_test.cpp622 char dummy; member in struct:my_state
/ndk/tests/device/test-stlport/unit/
H A Dfstream_test.cpp622 char dummy; member in struct:my_state
/ndk/sources/host-tools/make-3.81/
H A Dalloca.c119 static char *addr = NULL; /* Address of first `dummy', once known. */
120 auto char dummy; /* To get stack address. */ local
124 addr = ADDRESS_FUNCTION (dummy);
131 if (ADDRESS_FUNCTION (dummy) > addr)
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dalloca.c101 static char *addr = NULL; /* Address of first `dummy', once known. */
102 auto char dummy; /* To get stack address. */ local
106 addr = ADDRESS_FUNCTION (dummy);
113 if (ADDRESS_FUNCTION (dummy) > addr)
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp443 R dummy;
444 return stepWithCompactEncoding(dummy);
467 R dummy; local
468 return compactSaysUseDwarf(dummy, offset);
505 R dummy; local
506 return dwarfEncoding(dummy);
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc984 int dummy; local
985 *result = (&dummy < ptr);
989 int dummy; local
991 StackLowerThanAddress(&dummy, &result);

Completed in 3209 milliseconds