Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/third_party/googletest/googletest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anoncf0ed6e90111::Water
82 initially_allocated_ = Water::allocated(); in OnTestStart()
87 int difference = Water::allocated() - initially_allocated_; in OnTestEnd()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dinteraction_based.hpp114 virtual void allocated( const_string /*file*/, in allocated() function in boost::itest::manager
214 ::boost::itest::manager::instance().allocated( l.m_file_name, l.m_line_num, res, s ); in operator new()
229 ::boost::itest::manager::instance().allocated( l.m_file_name, l.m_line_num, res, s ); in operator new[]()
/ndk/tests/device/test-stlport_static-exception/jni/
Dunroll1.cpp350 Node(const Interval &owned, const Interval &allocated) in Node() argument
351 : domain_m(owned), allocated_m(allocated) {} in Node()
353 const Interval &allocated() const { return allocated_m; } in allocated() function in Node
367 return node_m.allocated(); in domain()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dunroll1.cpp350 Node(const Interval &owned, const Interval &allocated) in Node() argument
351 : domain_m(owned), allocated_m(allocated) {} in Node()
353 const Interval &allocated() const { return allocated_m; } in allocated() function in Node
367 return node_m.allocated(); in domain()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dlogged_expectations.ipp57 virtual void allocated( const_string, std::size_t, void*, std::size_t s );
157 expectations_logger::allocated( const_string, std::size_t, void*, std::size_t s )
Dexception_safety.ipp122 … virtual void allocated( const_string file, std::size_t line_num, void* p, std::size_t s );
336 exception_safety_tester::allocated( const_string file, std::size_t line_num, void* p, std::size_t s…
/ndk/sources/host-tools/make-3.81/
Dread.c78 unsigned int allocated; /* Elts allocated in following arrays. */ member
1528 if (conditionals->allocated == 0) in conditional_line()
1530 conditionals->allocated = 5; in conditional_line()
1531 conditionals->ignoring = (char *) xmalloc (conditionals->allocated); in conditional_line()
1532 conditionals->seen_else = (char *) xmalloc (conditionals->allocated); in conditional_line()
1536 if (conditionals->if_cmds > conditionals->allocated) in conditional_line()
1538 conditionals->allocated += 5; in conditional_line()
1540 xrealloc (conditionals->ignoring, conditionals->allocated); in conditional_line()
1542 xrealloc (conditionals->seen_else, conditionals->allocated); in conditional_line()
DChangeLog178 empty string we still need to free the allocated buffer.
180 * implicit.c (pattern_search): If we allocated a variable set for
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstrstream54 static const strstate allocated; // exposition only
Ddeque2250 // until all buffers are allocated. If we throw, we don't need to fix
2324 // until all buffers are allocated. If we throw, we don't need to fix
2400 // until it is allocated. If we throw, we don't need to fix
2469 // until all buffers are allocated. If we throw, we don't need to fix
/ndk/sources/host-tools/nawk-20071023/
DFIXES889 because it was freeing space not allocated by malloc.
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.07712 variables as main has allocated so far including compiler