Searched defs:used (Results 1 - 5 of 5) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dgcsec1.cpp17 void used() function
39 used ();
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dgcsec1.cpp17 void used() function
39 used ();
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DCompactUnwinder.hpp189 bool used[7] = { false, false, false, false, false, false, false }; local
193 if (!used[u]) {
196 used[u] = true;
418 bool used[7] = { false, false, false, false, false, false, false }; local
422 if (!used[u]) {
425 used[u] = true;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dstring.cpp369 size_type used = static_cast<size_type>(status); local
370 if ( used <= available )
372 s.resize( used );
375 available = used; // Assume this is advice of how much space we need.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_demangle.cpp4730 std::size_t used() const {return static_cast<std::size_t>(ptr_ - buf_);} function in class:__cxxabiv1::__anon187::arena

Completed in 219 milliseconds