Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 83) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp19 int called = 0; variable
24 ++called; in my_alloc()
30 ++called; in my_free()
46 assert(called == 0); in main()
48 assert(called == 1); in main()
50 assert(called == 2); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp67 static int called; member
69 void operator()(int i) {called += i;} in operator ()()
72 int init1::called = 0; member in init1
83 static int called; member
85 void operator()(int i, int j) const {called += i + j;} in operator ()()
88 int init2::called = 0; member in init2
183 assert(init1::called == 1); in main()
191 assert(init2::called == 5); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.members/
Ddeallocate.pass.cpp22 int called = 0; variable
33 ++called; in deallocate()
41 assert(called == 1); in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Ddefault_names6 # Create a makefile called "GNUmakefile"
17 # Create another makefile called "makefile"
23 # Create another makefile called "Makefile"
Dmult_targets7 ."is called twice, once for each target, and the output which \n"
/ndk/sources/host-tools/make-3.81/config/
Disc-posix.m416 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
17 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
Dpo.m4101 # In autoconf-2.13 it is called $ac_given_srcdir.
102 # In autoconf-2.50 it is called $srcdir.
221 # In autoconf-2.13 it is called $ac_given_srcdir.
222 # In autoconf-2.50 it is called $srcdir.
/ndk/toolchains/mipsel-linux-android-4.4.3/
Dsetup.mk33 -fno-inline-functions-called-once \
/ndk/toolchains/mipsel-linux-android-4.6/
Dsetup.mk33 -fno-inline-functions-called-once \
/ndk/toolchains/mipsel-linux-android-4.7/
Dsetup.mk33 -fno-inline-functions-called-once \
/ndk/sources/host-tools/make-3.81/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/ndk/sources/host-tools/sed-4.2.1/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/ndk/sources/cxx-stl/stlport/stlport/
Dcomplex34 // std, as called for by the draft C++ standard
Dexception38 /* If we are here it means that we are in an include called
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-C8 called from another directory using the -C workdir option so that it can both
Ddash-l13 parallel the test will fail. When make is called in this test,
/ndk/sources/host-tools/sed-4.2.1/m4/
Ddos.m451 [Define on systems for which file names may have a so-called
Dextensions.m498 dnl warning: "AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS".
Dpo.m4107 # In autoconf-2.13 it is called $ac_given_srcdir.
108 # In autoconf-2.50 it is called $srcdir.
231 # In autoconf-2.13 it is called $ac_given_srcdir.
232 # In autoconf-2.50 it is called $srcdir.
/ndk/sources/cxx-stl/llvm-libc++/include/
Dlist897 _LIBCPP_ASSERT(!empty(), "list::front called on empty list");
903 _LIBCPP_ASSERT(!empty(), "list::front called on empty list");
909 _LIBCPP_ASSERT(!empty(), "list::back called on empty list");
915 _LIBCPP_ASSERT(!empty(), "list::back called on empty list");
1285 "list::insert(iterator, x) called with an iterator not"
1304 "list::insert(iterator, n, x) called with an iterator not"
1372 "list::insert(iterator, range) called with an iterator not"
1543 "list::insert(iterator, x) called with an iterator not"
1566 _LIBCPP_ASSERT(!empty(), "list::pop_front() called with empty list");
1594 _LIBCPP_ASSERT(!empty(), "list::pop_front() called with empty list");
[all …]
Dvector651 _LIBCPP_ASSERT(!empty(), "front() called for empty vector");
656 _LIBCPP_ASSERT(!empty(), "front() called for empty vector");
661 _LIBCPP_ASSERT(!empty(), "back() called for empty vector");
666 _LIBCPP_ASSERT(!empty(), "back() called for empty vector");
1539 _LIBCPP_ASSERT(!empty(), "vector::pop_back called for empty vector");
1550 "vector::erase(iterator) called with an iterator not"
1565 "vector::erase(iterator, iterator) called with an iterator not"
1568 _LIBCPP_ASSERT(__first <= __last, "vector::erase(first, last) called with invalid range");
1594 "vector::insert(iterator, x) called with an iterator not"
1633 "vector::insert(iterator, x) called with an iterator not"
[all …]
/ndk/build/tools/toolchain-patches/gcc/
D0006-Disable-libstdc-versioning.patch6 This patch ensure that the generated library is called libgnustl_shared.so
/ndk/sources/host-tools/make-3.81/tests/
DREADME41 By default, the test engine picks up the first executable called "make"
45 relative paths and when make is called something other than "make" (like
/ndk/sources/host-tools/make-3.81/
DINSTALL24 It can also use an optional file (typically called `config.cache'
38 `configure' by a program called `autoconf'. You only need
174 can create a site shell script called `config.site' that gives default
/ndk/sources/host-tools/sed-4.2.1/
DINSTALL24 It can also use an optional file (typically called `config.cache'
38 `configure' by a program called `autoconf'. You only need
174 can create a site shell script called `config.site' that gives default

1234