OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stlport
(Results
1 - 25
of
47
) sorted by null
1
2
/external/stlport/
libstlport.mk
1
# Add a couple include paths to use
stlport
.
5
$(error
STLPort
not suitable for the simulator! $(LOCAL_PATH))
11
external/
stlport
/
stlport
\
Android.mk
1
# We cannot use
stlport
on the simulator because it conficts with the host stl
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
...]
/external/stlport/stlport/
streambuf.h
34
_STLP_USING_NAMESPACE(
stlport
)
iomanip.h
30
_STLP_USING_NAMESPACE(
stlport
)
istream.h
30
_STLP_USING_NAMESPACE(
stlport
)
iostream.h
34
_STLP_USING_NAMESPACE(
stlport
)
/external/stlport/stlport/stl/
_ioserr.h
2
* This file is included in every header that needs the
STLport
library to be
5
* iostreams part of
STLport
cannot be used when the symbols were defined
9
# error
STLport
iostreams header cannot be used; you chose not to use iostreams in the
STLport
configuration file (
stlport
/stl/config/user_config.h).
11
# error
STLport
iostreams header cannot be used; your compiler do not support it.
/external/stlport/etc/
STLport-4.6.spec
4
Name:
STLport
8
URL: http://www.
stlport
.org/
12
Source0: http://www.
stlport
.org/archive/%{name}-%{version}.tar.gz
13
#Patch0:
STLport
-rename.patch
14
#Patch1:
STLport
-rules.patch
15
#Patch2:
STLport
-install-dir.patch
19
STLport
is a multiplatform STL implementation based on SGI STL.
20
This package contains the runtime library for
STLport
.
22
%package -n
STLport
-devel
25
Requires:
STLport
= %{version
[
all
...]
STLport-4.5.1.spec
4
Name:
STLport
8
URL: http://www.
stlport
.org/
12
Source0: http://www.
stlport
.org/archive/%{name}-%{version}.tar.gz
13
Patch0:
STLport
-rename.patch
14
#Patch1:
STLport
-rules.patch
15
#Patch2:
STLport
-install-dir.patch
19
STLport
is a multiplatform STL implementation based on SGI STL.
20
This package contains the runtime library for
STLport
.
22
%package -n
STLport
-devel
25
Requires:
STLport
= %{version
[
all
...]
STLport-4.5.3.spec
4
Name:
STLport
8
URL: http://www.
stlport
.org/
12
Source0: http://www.
stlport
.org/archive/%{name}-%{version}.tar.gz
13
#Patch0:
STLport
-rename.patch
14
#Patch1:
STLport
-rules.patch
15
#Patch2:
STLport
-install-dir.patch
19
STLport
is a multiplatform STL implementation based on SGI STL.
20
This package contains the runtime library for
STLport
.
22
%package -n
STLport
-devel
25
Requires:
STLport
= %{version
[
all
...]
/external/stlport/stlport/stl/config/
_solaris.h
18
# error Uncomment one of the defines (__SunOS_5_x) in the file
stlport
/stl/config/host.h
/external/stlport/test/eh/
cray.mak
7
STL_INCL=-I${PWD}/../../
stlport
/
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
gcc7.mak
9
STL_INCL=-I../../
stlport
hp.mak
11
STL_INCL= -I../../
stlport
/external/gtest/src/
Android.mk
42
external/
stlport
/
stlport
\
47
# Gtest depends on
STLPort
which does not build on host/simulator.
/external/gtest/test/
Android.mk
26
# Gtest depends on
STLPort
which does not build on host/simulator.
44
external/
stlport
/
stlport
\
86
# Cannot build simulator with
STLport
.
115
# Cannot build simulator with
STLport
.
Completed in 68 milliseconds
1
2