Home
last modified time | relevance | path

Searched defs:location (Results 1 – 15 of 15) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dbound_test.cpp46 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
Dsearch_test.cpp45 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
Dadj_test.cpp46 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
Dadvance_test.cpp34 IntVector::iterator location = v.begin(); in adv() local
Dfind_test.cpp42 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/
Dbound_test.cpp46 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
Dsearch_test.cpp45 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
Dadj_test.cpp46 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
Dadvance_test.cpp34 IntVector::iterator location = v.begin(); in adv() local
Dfind_test.cpp42 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/
Dexecution_monitor.hpp116 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;
Dinteraction_based.hpp178 struct location { struct
179 location( const_string file, std::size_t line ) in location() function
184 const_string m_file_name;
185 std::size_t m_line_num;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfParser.hpp77 RegisterSavedWhere location; member
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1998 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/
Dpng.h710 png_byte location; /* mode of operation at read time */ member