/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample10_unittest.cc | 66 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/ |
D | interaction_based.hpp | 114 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/ |
D | utils.c | 515 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/ |
D | unroll1.cpp | 350 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/ |
D | unroll1.cpp | 350 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/ |
D | logged_expectations.ipp | 57 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 )
|
D | exception_safety.ipp | 122 … 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/ |
D | read.c | 78 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()
|
D | ChangeLog | 178 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/ |
D | regex.h | 460 __re_long_size_t _REG_RE_NAME (allocated);
|
D | regcomp.c | 486 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/ |
D | strstream | 54 static const strstate allocated; // exposition only
|
D | deque | 2250 // 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/ |
D | CPLUSPLUS-SUPPORT.text | 190 - memory allocated in one library, and freed in the other would leak
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 889 because it was freeing space not allocated by malloc.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 1346 the call to textdomain() allocated. 1548 code to free all dynamically allocated memory.
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 7712 variables as main has allocated so far including compiler
|