/ndk/tests/device/test-stlport/unit/ |
D | bound_test.cpp | 46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; in uprbnd1() local 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2() local 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3); in lwrbnd1() local 77 …char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"… in lwrbnd2() local
|
D | search_test.cpp | 45 int* location; in search0() local 61 IntVec::iterator location; in search1() local 79 …char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char cons… in search2() local
|
D | adj_test.cpp | 46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5); in adjfind0() local 59 IntVector::iterator location; in adjfind1() local 76 CStrVector::iterator location; in adjfind2() local
|
D | advance_test.cpp | 34 IntVector::iterator location = v.begin(); in adv() local
|
D | find_test.cpp | 42 int *location = find((int*)numbers, (int*)numbers + 10, 25); in find0() local 69 int* location = find((int*)years, (int*)years + yearCount, 1972); in find1() local 78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); in findif0() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bound_test.cpp | 46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; in uprbnd1() local 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2() local 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3); in lwrbnd1() local 77 …char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"… in lwrbnd2() local
|
D | search_test.cpp | 45 int* location; in search0() local 61 IntVec::iterator location; in search1() local 79 …char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char cons… in search2() local
|
D | adj_test.cpp | 46 int* location = adjacent_find((int*)numbers1, (int*)numbers1 + 5); in adjfind0() local 59 IntVector::iterator location; in adjfind1() local 76 CStrVector::iterator location; in adjfind2() local
|
D | advance_test.cpp | 34 IntVector::iterator location = v.begin(); in adv() local
|
D | find_test.cpp | 42 int *location = find((int*)numbers, (int*)numbers + 10, 25); in find0() local 69 int* location = find((int*)years, (int*)years + yearCount, 1972); in find1() local 78 int *location = find_if((int*)numbers, (int*)numbers + 6, odd); in findif0() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | execution_monitor.hpp | 116 struct BOOST_TEST_DECL location { struct in boost::execution_exception 119 const_string m_file_name; 120 size_t m_line_num; 121 const_string m_function;
|
D | interaction_based.hpp | 178 struct location { struct 179 location( const_string file, std::size_t line ) in location() argument 184 const_string m_file_name; 185 std::size_t m_line_num;
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | DwarfParser.hpp | 77 RegisterSavedWhere location; member
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 1998 const char* location) { in FormatSehExceptionMessage() 2014 const char* location) { in FormatCxxExceptionMessage() 2045 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported() 2072 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported() 3288 const string location = internal::FormatCompilerIndependentFileLocation( in OutputXmlTestInfo() local
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | png.h | 710 png_byte location; /* mode of operation at read time */ member
|