Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 101) sorted by relevance

12345

/ndk/tests/device/test-stlport_shared-exception/jni/
Dgcsec1.cpp17 void used() in used() function
39 used (); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dgcsec1.cpp17 void used() in used() function
39 used (); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport con…
11 # error STLport iostreams header cannot be used; your compiler do not support it.
/ndk/build/tools/
DREADME.md2 call the "dev-scripts", that are only used to develop the NDK
50 Contains the main NDK build system used when `ndk-build`. Relies heavily on GNU
51 Make 3.81+ but isn't used by any of the scripts described here.
70 Contains the sources of various C++ runtime and libraries that can be used with
76 Contains the sources of the GAbi++ C++ runtime library. Only used via stlport or
82 Contains the sources of a port of STLport that can be used with `ndk-build`. The
83 dev-script `build-cxx-stl.sh` can be used to generate prebuilt libraries from
89 Contains the sources of a port of LLVM's libc++ that can be used with ndk-build.
90 The dev-script `build-cxx-stl.sh` can be used to generate prebuilt libraries
97 dev-script `build-gnu-libstdc++.sh` is used to generate prebuilt libraries from
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dfilter-out6 filter-out function is first used to discard names ending in
10 which is only used if there are multiple literals present in both
/ndk/sources/android/libthread_db/
DREADME8 a small interface used by gdbserver to manage the list of threads on the
/ndk/sources/host-tools/make-3.81/config/
Dnls.m49 dnl This file can can be used in projects which are not available under
35 dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
Dlcmessage.m49 dnl This file can can be used in projects which are not available under
Dgettext.m49 dnl This file can can be used in projects which are not available under
39 dnl INTLDIR is used to find the intl libraries. If empty,
40 dnl the value `$(top_builddir)/intl/' is used.
44 dnl and used.
209 dnl use it. But if this macro is used in GNU gettext, and GNU
233 dnl Mark actions used to generate GNU NLS library.
295 dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump17 // contributors may be used to endorse or promote products derived from
59 // NB: This function is also used in Google Mock, so don't move it inside of
91 // type. This can be used as a compile-time assertion to ensure that
102 // A unique type used as the default value for the arguments of class
108 // The following family of struct and struct templates are used to
182 // The template "selector" struct TemplateSel<Tmpl> is used to
201 // A unique struct template used as the default value for the
208 // The following family of struct and struct templates are used to
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DCompactUnwinder.hpp189 bool used[7] = { false, false, false, false, false, false, false }; in stepWithCompactEncodingFrameless() local
193 if (!used[u]) { in stepWithCompactEncodingFrameless()
196 used[u] = true; in stepWithCompactEncodingFrameless()
418 bool used[7] = { false, false, false, false, false, false, false }; in stepWithCompactEncodingFrameless() local
422 if (!used[u]) { in stepWithCompactEncodingFrameless()
425 used[u] = true; in stepWithCompactEncodingFrameless()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstring.cpp369 size_type used = static_cast<size_type>(status); in as_string() local
370 if ( used <= available ) in as_string()
372 s.resize( used ); in as_string()
375 available = used; // Assume this is advice of how much space we need. in as_string()
/ndk/build/gmsl/
Dgmsl5 # A library of functions to be used with GNU Make's $(call) that
24 # contributors may be used to endorse or promote products derived from
/ndk/sources/third_party/googletest/googletest/
DCHANGES5 * New feature: Test::RecordProperty() can now be used outside of the
39 * GTEST_ASSERT_XY can be used instead of ASSERT_XY in case the latter
40 name is already used by another library.
58 * New feature: predicates used inside EXPECT_TRUE() and friends
DLICENSE15 contributors may be used to endorse or promote products derived from
/ndk/sources/host-tools/nawk-20071023/
DNOTICE10 its entities not be used in advertising or publicity pertaining
/ndk/sources/cxx-stl/stlport/stlport/
Dcstdlib26 * is not used and the workaround in this file must be duplicated here
/ndk/sources/host-tools/make-3.81/
DREADME.OS213 that is used to determine the shell:
20 5. If none of the above is defined /bin/sh is used as default. This
34 - At compile time you can turn off that cmd is used as default shell
141 _getcwd2() are NOT used). The testsuite interpretes the whole output of
/ndk/sources/cxx-stl/llvm-libc++abi/
DNOTICE8 to be used under both.
44 Urbana-Champaign, nor the names of its contributors may be used to
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/
DLICENSE.TXT8 to be used under both.
44 Urbana-Champaign, nor the names of its contributors may be used to
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DLICENSE.TXT8 to be used under both.
44 Urbana-Champaign, nor the names of its contributors may be used to
/ndk/sources/cxx-stl/llvm-libc++/
DNOTICE8 to be used under both.
44 Urbana-Champaign, nor the names of its contributors may be used to
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DREADME42 described above the location there will be used. Otherwise, test/.gdbinit will
/ndk/build/tools/toolchain-licenses/
DCOPYING.RUNTIME42 format that is used as a compiler intermediate representation, or used
/ndk/sources/third_party/googletest/
DNOTICE15 contributors may be used to endorse or promote products derived from

12345