Searched refs:using (Results 1 - 25 of 892) sorted by relevance

1234567891011>>

/external/stlport/stlport/using/h/
H A Diomanip.h0 using ::setiosflags;
2 using ::resetiosflags;
3 // using ::setbase;
4 using ::setfill;
5 using ::setprecision;
6 using ::setw;
H A Dfstream.h0 using ::streambuf;
2 using ::ifstream;
3 using ::ofstream;
4 using ::fstream;
H A Dstreambuf.h0 using ::streambuf;
H A Dostream.h0 using _STLP_OLD_IO_NAMESPACE::ostream;
2 using _STLP_OLD_IO_NAMESPACE::endl;
3 using _STLP_OLD_IO_NAMESPACE::ends;
4 using _STLP_OLD_IO_NAMESPACE::flush;
6 // using _STLP_OLD_IO_NAMESPACE::ws;
H A Dstrstream.h0 using _STLP_OLD_IO_NAMESPACE::strstreambuf;
2 using _STLP_OLD_IO_NAMESPACE::istrstream;
3 using _STLP_OLD_IO_NAMESPACE::ostrstream;
4 using _STLP_OLD_IO_NAMESPACE::strstream;
H A Diostream.h0 using _STLP_OLD_IO_NAMESPACE::istream;
2 using _STLP_OLD_IO_NAMESPACE::ostream;
6 using _STLP_OLD_IO_NAMESPACE::cin;
9 using _STLP_OLD_IO_NAMESPACE::cout;
12 using _STLP_OLD_IO_NAMESPACE::cerr;
15 using _STLP_OLD_IO_NAMESPACE::clog;
18 using _STLP_OLD_IO_NAMESPACE::endl;
19 using _STLP_OLD_IO_NAMESPACE::ends;
21 using _STLP_OLD_IO_NAMESPACE::ios;
22 using _STLP_OLD_IO_NAMESPAC
[all...]
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dscoped_ptr.h16 using ::scoped_ptr;
17 using ::scoped_array;
/external/stlport/stlport/stl/
H A D_cctype.h32 using _STLP_VENDOR_CSTD::isalnum;
33 using _STLP_VENDOR_CSTD::isalpha;
34 using _STLP_VENDOR_CSTD::iscntrl;
35 using _STLP_VENDOR_CSTD::isdigit;
36 using _STLP_VENDOR_CSTD::isgraph;
37 using _STLP_VENDOR_CSTD::islower;
38 using _STLP_VENDOR_CSTD::isprint;
39 using _STLP_VENDOR_CSTD::ispunct;
40 using _STLP_VENDOR_CSTD::isspace;
41 using _STLP_VENDOR_CST
[all...]
H A D_cstdio.h53 using _STLP_VENDOR_CSTD::FILE;
54 using _STLP_VENDOR_CSTD::fpos_t;
55 using _STLP_VENDOR_CSTD::size_t;
66 using _STLP_VENDOR_CSTD::clearerr;
67 using _STLP_VENDOR_CSTD::fclose;
68 using _STLP_VENDOR_CSTD::feof;
69 using _STLP_VENDOR_CSTD::ferror;
70 using _STLP_VENDOR_CSTD::fflush;
71 using _STLP_VENDOR_CSTD::fgetc;
72 using _STLP_VENDOR_CST
[all...]
H A D_cwctype.h36 using std::wctrans_t;
37 using std::towctrans;
38 using std::wctrans;
57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
63 using _STLP_VENDOR_CSTD_WFUNC::towctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
65 using _STLP_VENDOR_CSTD_WFUNC::wctype;
67 using _STLP_VENDOR_CSTD_WFUN
[all...]
H A D_ctime.h33 using _STLP_VENDOR_CSTD::size_t;
34 using _STLP_VENDOR_CSTD::clock_t;
35 using _STLP_VENDOR_CSTD::time_t;
36 using _STLP_VENDOR_CSTD::tm;
38 using _STLP_VENDOR_CSTD::clock;
39 using _STLP_VENDOR_CSTD::asctime;
40 using _STLP_VENDOR_CSTD::ctime;
41 using _STLP_VENDOR_CSTD::gmtime;
44 using _STLP_VENDOR_CSTD::difftime;
46 using _STLP_VENDOR_CST
[all...]
H A D_cstdlib.h56 using _STLP_VENDOR_CSTD::div_t;
57 using _STLP_VENDOR_CSTD::ldiv_t;
58 using _STLP_VENDOR_CSTD::size_t;
63 using _STLP_VENDOR_CSTD::abort;
64 using _STLP_VENDOR_CSTD::getenv;
65 using _STLP_VENDOR_CSTD::mblen;
66 using _STLP_VENDOR_CSTD::mbtowc;
67 using _STLP_VENDOR_CSTD::system;
68 using _STLP_VENDOR_CSTD::bsearch;
70 using _STLP_VENDOR_CST
[all...]
H A D_csetjmp.h43 using _STLP_VENDOR_CSTD::jmp_buf;
47 using ::jmp_buf;
53 using _STLP_VENDOR_CSTD::setjmp;
55 using ::setjmp;
60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
H A D_clocale.h33 using _STLP_VENDOR_CSTD::lconv;
35 using _STLP_VENDOR_CSTD::localeconv;
36 using _STLP_VENDOR_CSTD::setlocale;
/external/clang/test/SemaCXX/
H A Dwarn-using-namespace-in-header.h9 using namespace warn_in_header_in_global_context;
11 // While we want to error on the previous using directive, we don't when we are
14 using namespace warn_in_header_in_global_context;
20 using namespace warn_inside_linkage;
27 using namespace warn_inside_linkage;
35 using namespace warn_in_header_in_global_context;
41 using namespace warn_in_header_in_global_context;
46 #define USING_MACRO using namespace macronamespace;
48 // |using namespace| through a macro should warn if the instantiation is in a
/external/clang/include/clang/Basic/
H A DLLVM.h48 using llvm::isa;
49 using llvm::cast;
50 using llvm::dyn_cast;
51 using llvm::dyn_cast_or_null;
52 using llvm::cast_or_null;
55 using llvm::StringRef;
56 using llvm::Twine;
57 using llvm::ArrayRef;
58 using llvm::OwningPtr;
59 using llv
[all...]
/external/stlport/stlport/
H A Distream.h32 using _STLP_STD::basic_istream;
33 using _STLP_STD::basic_iostream;
34 using _STLP_STD::istream;
35 using _STLP_STD::iostream;
36 using _STLP_STD::ios;
38 using _STLP_STD::wistream;
39 using _STLP_STD::wiostream;
41 using _STLP_STD::ws;
H A Dstrstream.h33 using namespace _STLP_STD;
37 using _STLP_STD::strstreambuf;
38 using _STLP_STD::istrstream;
39 using _STLP_STD::ostrstream;
40 using _STLP_STD::strstream;
H A Diomanip.h32 using _STLP_STD::setiosflags;
33 using _STLP_STD::resetiosflags;
34 using _STLP_STD::setbase;
35 using _STLP_STD::setfill;
36 using _STLP_STD::setprecision;
37 using _STLP_STD::setw;
/external/webkit/Source/JavaScriptCore/wtf/
H A DForward.h46 using WTF::ListRefPtr;
47 using WTF::OwnArrayPtr;
48 using WTF::OwnPtr;
49 using WTF::PassOwnArrayPtr;
50 using WTF::PassOwnPtr;
51 using WTF::PassRefPtr;
52 using WTF::RefPtr;
53 using WTF::Vector;
55 using WTF::AtomicString;
56 using WT
[all...]
H A DRandomNumber.h37 using WTF::randomNumber;
/external/clang/test/PCH/
H A Dcxx-alias-decl.h5 template<typename V> using A = T<V>;
8 using A = int;
9 template<typename U> using B = S;
10 template<typename U> using C = T<U>;
11 template<typename U, typename V> using D = typename T<U>::template A<V>;
H A Dcxx-using.h1 // Header for PCH test cxx-using.cpp
14 using B::f;
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DCharacterNames.h93 using WTF::Unicode::aegeanWordSeparatorLine;
94 using WTF::Unicode::aegeanWordSeparatorDot;
95 using WTF::Unicode::blackCircle;
96 using WTF::Unicode::blackSquare;
97 using WTF::Unicode::blackUpPointingTriangle;
98 using WTF::Unicode::bullet;
99 using WTF::Unicode::bullseye;
100 using WTF::Unicode::carriageReturn;
101 using WTF::Unicode::ethiopicPrefaceColon;
102 using WT
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_config.h22 using std::string;
23 using std::vector;
24 using std::map;

Completed in 549 milliseconds

1234567891011>>