OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stlport
(Results
76 - 100
of
139
) sorted by null
1
2
3
4
5
6
/external/stlport/test/eh/
bcb.mak
51
CFLAG1 = -w- -jb -j1 -I.;..\..\
stlport
;$(BCB)\include; -Od -v -N -x -xp -tWC -D$(SYSDEFINES);$(USERDEFINES)
como.mak
9
STL_INCL=../../
stlport
deccxx.mak
12
STL_INCL= -I../../
stlport
intel.mak
22
STL_INCL=../../
stlport
sgi_mipspro.mak
11
STL_INCL=-I${PWD}/../../
stlport
/
como-linux.mak
12
STL_INCL=../../
stlport
Prefix.h
85
#if defined (
STLPORT
)
86
# define EH_STD
STLPORT
156
void construct(pointer __p, const _Tp& __val) const {
stlport
::construct(__p, __val); }
157
void destroy(pointer __p) const {
stlport
::destroy(__p); }
263
# ifdef
STLPORT
264
# define EH_STD
STLPORT
egcs.mak
9
STL_INCL=../../
stlport
/external/webrtc/src/common_audio/resampler/main/source/
Android.mk
57
include external/
stlport
/libstlport.mk
/external/webrtc/src/common_audio/vad/main/source/
Android.mk
63
include external/
stlport
/libstlport.mk
/external/webrtc/src/modules/audio_processing/aec/main/source/
Android.mk
60
include external/
stlport
/libstlport.mk
/external/webrtc/src/modules/audio_processing/aecm/main/source/
Android.mk
54
include external/
stlport
/libstlport.mk
/external/webrtc/src/modules/audio_processing/main/test/process_test/
Android.mk
47
include external/
stlport
/libstlport.mk
/external/webrtc/src/modules/audio_processing/main/test/unit_test/
Android.mk
48
include external/
stlport
/libstlport.mk
/external/webrtc/src/modules/audio_processing/utility/
Android.mk
48
include external/
stlport
/libstlport.mk
/external/webrtc/src/system_wrappers/source/
Android.mk
66
include external/
stlport
/libstlport.mk
/ndk/build/tools/
build-target-prebuilts.sh
88
dump "Building
stlport
binaries..."
89
run $BUILDTOOLS/build-
stlport
.sh $FLAGS
90
fail_panic "Could not build
stlport
!"
build-stlport.sh
17
# This shell script is used to rebuild the prebuilt
STLport
binaries from
28
"Rebuild the prebuilt
STLport
binaries for the Android NDK.
31
rebuild the
STLport
static and shared libraries from sources.
81
BUILD_DIR=$NDK_TMPDIR/build-
stlport
94
# Location of the
STLPort
source tree
96
STLPORT_CFLAGS="-DGNU_SOURCE -fPIC -O2 -I$STLPORT_SRCDIR/
stlport
-DANDROID -D__ANDROID__"
196
PACKAGE="$PACKAGE_DIR/
stlport
-libs-$ABI.tar.bz2"
199
fail_panic "Could not package $ABI
STLport
binaries!"
/system/media/mca/filterfw/native/
libfilterfw.mk
21
#
STLport
22
include external/
stlport
/libstlport.mk
/system/media/mca/filterpacks/base/
Android.mk
33
include external/
stlport
/libstlport.mk
/external/valgrind/tsan/
Android.mk
77
external/
stlport
/
stlport
\
/frameworks/base/opengl/tests/hwc/
Android.mk
24
external/
stlport
/
stlport
\
/external/gtest/test/
Android.mk
26
# Gtest depends on
STLPort
which does not build on host/simulator.
44
external/
stlport
/
stlport
\
/ndk/sources/cxx-stl/stlport/
Android.mk
3
# Normally, we distribute the NDK with prebuilt binaries of
STLport
10
$(call __ndk_info,WARNING: Rebuilding
STLport
libraries from sources!)
11
$(call __ndk_info,You might want to use $$NDK/build/tools/build-
stlport
.sh)
55
libstlport_c_includes := $(libstlport_path)/
stlport
58
# of
STLport
. This is similar to what the GNU libstdc++ does (it includes
71
$(call ndk_log,Using prebuilt
STLport
libraries)
89
$(call ndk_log,Rebuilding
STLport
libraries from sources)
/external/stlport/
configure
38
--with-
stlport
=<dir> use
STLport
in catalog <dir>
39
--without-
stlport
compile without
STLport
64
--without-stldebug don't build
STLport
's STLP_DEBUG mode
73
--without-thread Per default
STLport
libraries are built in order to be usable
80
C/C++ runtime library when linking with
STLport
. If you want your appli/dll
81
to link statically with
STLport
but using the dynamic C runtime use
82
--with-dynamic-rtl; if you want to link dynamicaly with
STLport
but using the
85
stlport
/stl/config/host.h set the following macro depending on the configur
[
all
...]
Completed in 470 milliseconds
1
2
3
4
5
6