Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anonced617800111::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/sources/host-tools/sed-4.2.1/sed/
Dutils.c515 size_t allocated; member
527 b->allocated = MIN_ALLOCATE; in init_buffer()
553 size_t alen = b->allocated;
565 b->allocated = alen;
576 if (b->allocated - b->length < n)
597 if (b->allocated - b->length < 1)
/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/host-tools/sed-4.2.1/lib/
Dregex.h460 __re_long_size_t _REG_RE_NAME (allocated);
Dregcomp.c486 preg->allocated = 0;
667 preg->allocated = 0;
771 if (BE (preg->allocated < sizeof (re_dfa_t), 0)) in re_compile_internal()
780 preg->allocated = sizeof (re_dfa_t); in re_compile_internal()
790 preg->allocated = 0; in re_compile_internal()
810 preg->allocated = 0; in re_compile_internal()
842 preg->allocated = 0; in re_compile_internal()
/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/docs/text/
DCPLUSPLUS-SUPPORT.text190 - memory allocated in one library, and freed in the other would leak
/ndk/sources/host-tools/nawk-20071023/
DFIXES889 because it was freeing space not allocated by malloc.
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1346 the call to textdomain() allocated.
1548 code to free all dynamically allocated memory.
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.07712 variables as main has allocated so far including compiler