OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STL
(Results
1 - 23
of
23
) sorted by null
/external/google-fruit/
.travis.yml
25
env: COMPILER=clang-7.0
STL
=libstdc++ UBUNTU=18.10 TEST=ReleasePlain
26
install: export OS=linux; export COMPILER='clang-7.0'; export
STL
='libstdc++';
29
script: export OS=linux; export COMPILER='clang-7.0'; export
STL
='libstdc++';
32
env: COMPILER=clang-7.0
STL
=libstdc++ UBUNTU=18.10 TEST=DebugAsanUbsan
33
install: export OS=linux; export COMPILER='clang-7.0'; export
STL
='libstdc++';
36
script: export OS=linux; export COMPILER='clang-7.0'; export
STL
='libstdc++';
39
env: COMPILER=clang-7.0
STL
=libstdc++ UBUNTU=18.10 TEST=DebugPlain
40
install: export OS=linux; export COMPILER='clang-7.0'; export
STL
='libstdc++';
43
script: export OS=linux; export COMPILER='clang-7.0'; export
STL
='libstdc++';
58
env: COMPILER=clang-4.0
STL
=libc++ TEST=DebugPlai
[
all
...]
/external/ImageMagick/Magick++/lib/
Magick++.h
15
#include <Magick++/
STL
.h>
STL.cpp
6
// Implementation of
STL
classes and functions
14
#include <Magick++/
STL
.h>
[
all
...]
/build/make/core/
allowed_ndk_types.mk
8
# my_ndk_stl_family: Family of the NDK
STL
.
9
# my_ndk_stl_link_type:
STL
link type, static or shared.
41
# library whether a static or shared
STL
should be used.
45
# The system
STL
is only the C++ ABI layer, so it's compatible with any
STL
.
49
# Libaries that don't use the
STL
can be linked to anything.
52
# And it's always okay to link a static library that uses your own
STL
type.
69
# Modules linked to a shared
STL
can only use another shared
STL
.
72
# Else we are a non-static library that uses a static
STL
, and ar
[
all
...]
cxx_stl_setup.mk
7
# Select the appropriate C++
STL
10
# Platform code. Select the appropriate
STL
.
24
#
STL
. An Android.mk that specifies both LOCAL_CXX_STL and
26
# the platform
STL
in an NDK binary. Emit an error to direct the user
97
# Using an NDK
STL
. Handled in binary.mk.
107
$(error $(LOCAL_PATH): $(LOCAL_MODULE): $(my_cxx_stl) is not a supported
STL
.)
/external/google-fruit/extras/scripts/
postsubmit.sh
7
if [ "$
STL
" != "" ]
9
STLARG="-stdlib=$
STL
"
/build/soong/cc/
stl.go
29
stl
:= m.
stl
.Properties.SelectedStl
30
switch
stl
{
40
panic(fmt.Errorf("
stl
: %q is not a valid
STL
",
stl
))
45
// Select the
STL
library to use. Possible values are "libc++",
48
Stl
*string `android:"arch_variant"`
53
type
stl
struct {
type
57
func (
stl
*stl) props() []interface{}
[
all
...]
cc.go
382
stl
*
stl
440
if c.
stl
!= nil {
441
c.AddProperties(c.
stl
.props()...)
766
if
stl
:= ctx.mod.
stl
;
stl
!= nil {
767
return
stl
.Properties.SelectedStl
816
module.
stl
= &
stl
{}
[
all
...]
/external/ImageMagick/Magick++/fuzz/
encoder_list.cc
6
#include <Magick++/
STL
.h>
/external/clang/lib/AST/
Comment.cpp
282
if (TemplateSpecializationTypeLoc
STL
=
288
if (
STL
.getNumArgs() != 1)
290
TemplateArgumentLoc MaybeFunction =
STL
.getArgLoc(0);
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaLLRP.cpp
67
case Alpha::STQ: case Alpha::
STL
:
AlphaInstrInfo.cpp
56
case Alpha::
STL
:
/external/ImageMagick/Magick++/
Makefile.am
90
Magick++/lib/
STL
.cpp \
111
Magick++/lib/Magick++/
STL
.h \
144
Magick++/lib/Magick++/
STL
.h \
/external/ImageMagick/scripts/
Makefile.am
98
Magick++/lib/
STL
.cpp \
116
Magick++/lib/Magick++/
STL
.h \
135
Magick++/lib/Magick++/
STL
.h \
/external/boringssl/
rules.mk
76
# BoringSSL expects an
STL
to be available when building for C++11 to provide
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py
5
such as for the C++
STL
types. Documentation on this API can be seen at:
[
all
...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h
[
all
...]
/external/python/cpython2/Tools/gdb/
libpython.py
5
such as for the C++
STL
types. Documentation on this API can be seen at:
[
all
...]
/external/python/cpython3/Tools/gdb/
libpython.py
5
such as for the C++
STL
types. Documentation on this API can be seen at:
[
all
...]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenMCCodeEmitter.inc
854
UINT64_C(25230480), //
STL
[
all
...]
ARMGenAsmMatcher.inc
[
all
...]
ARMGenDAGISel.inc
[
all
...]
ARMGenInstrInfo.inc
856
STL
= 841,
[
all
...]
Completed in 740 milliseconds