Searched defs:std (Results 26 - 50 of 518) sorted by relevance

1234567891011>>

/external/stlport/stlport/stl/
H A D_cwctype.h31 namespace std { namespace
36 using std::wctrans_t;
37 using std::towctrans;
38 using std::wctrans;
/external/stressapptest/src/
H A Dos_factory.cc30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) { argument
/external/chromium_org/chrome/common/
H A Dswitch_utils.cc27 std::map<std::string, CommandLine::StringType>* switch_list) {
26 RemoveSwitchesForAutostart( std::map<std::string, CommandLine::StringType>* switch_list) argument
/external/clang/test/CodeCompletion/
H A Dtemplates.cpp1 namespace std { namespace
8 template<typename T, typename Alloc = std::allocator<T> >
18 std::vector<int> v;
/external/clang/test/PCH/
H A Dcxx-typeid.h6 namespace std { namespace
42 } // std
/external/clang/test/SemaCXX/
H A Dcxx1y-user-defined-literals.cpp1 // RUN: %clang_cc1 -std=c++1y %s -include %s -verify
7 namespace std { namespace
32 using namespace std;
H A Dlibstdcxx_map_base_hack.cpp4 // declaration for std::tr1::__detail::_Map base has different
9 namespace std { namespace tr1 { namespace __detail { namespace
16 namespace std { namespace tr1 { namespace
25 std::tr1::X1<int> x1i;
H A Druntimediag-ppe.cpp7 namespace std { namespace
H A Dtypeid.cpp8 namespace std { namespace
H A Dlibstdcxx_pointer_return_false_hack.cpp1 // RUN: %clang_cc1 -fsyntax-only %s -std=c++11 -verify
11 namespace std { namespace
30 auto *test1 = std::tr1::hashtable<int>().find_node();
H A Dwarn-absolute-value-header.cpp9 namespace std { namespace
18 // expected-note@-2{{use function 'std::abs' instead}}
19 // expected-note@-3{{please include the header <cmath> or explicitly provide a declaration for 'std::abs'}}
20 // CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:9-[[@LINE-4]]:12}:"std::abs"
24 // expected-note@-2{{use function 'std::abs' instead}}
25 // expected-note@-3{{please include the header <cmath> or explicitly provide a declaration for 'std::abs'}}
26 // CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:9-[[@LINE-4]]:14}:"std::abs"
31 // expected-note@-2{{use function 'std::abs' instead}}
32 // expected-note@-3{{please include the header <cstdlib> or explicitly provide a declaration for 'std::abs'}}
33 // CHECK: fix-it:"{{.*}}":{[[@LINE-4]]:9-[[@LINE-4]]:12}:"std
[all...]
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
H A Dlocales.pass.cpp25 : public std::basic_streambuf<CharT>
29 void imbue(const std::locale&) argument
41 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
45 assert(t.pubimbue(std::locale(LOCALE_fr_FR_UTF_8)).name() == "en_US.UTF-8");
/external/oprofile/libutil++/
H A Dpath_filter.h32 path_filter(std::string const & include_patterns = std::string(), argument
33 std::string const & exclude_patterns = std::string())
39 path_filter(std::vector<std::string> const & include_patterns,
40 std::vector<std::string> const & exclude_patterns)
45 virtual bool match(std::string const & str) const;
/external/chromium_org/chrome/browser/search/
H A Dinstant_service_observer.cc11 const std::vector<InstantMostVisitedItem>&) {
10 MostVisitedItemsChanged( const std::vector<InstantMostVisitedItem>&) argument
/external/chromium_org/v8/src/base/
H A Dwin32-math.h28 namespace std { namespace
38 } // namespace std
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2.cpp16 namespace std { namespace
22 void* operator new(std::size_t) throw(std::bad_alloc); // expected-note{{previous declaration}}
23 void* operator new[](std::size_t) throw(std::bad_alloc);
27 void* operator new(std::size_t); // expected-warning{{'operator new' is missing exception specification 'throw(std::bad_alloc)'}}
/external/clang/test/CXX/except/except.spec/
H A Dp3.cpp1 // RUN: %clang_cc1 -std=c++11 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
100 extern "C++" { namespace std { class bad_alloc {}; } } namespace
102 void* operator new(mysize_t) throw(std::bad_alloc);
105 void* operator new[](mysize_t) throw(std::bad_alloc);
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-no-rtti-data.cpp7 namespace std { using ::type_info; } namespace
19 const std::type_info &ti = typeid(*getS());
/external/clang/test/Modules/Inputs/
H A Dcxx-inline-namespace.h1 namespace std { namespace
7 namespace std { namespace
/external/clang/test/Modules/
H A Dsubmodules.cpp5 @import std.vector;
10 remove_reference<int&>::type *int_ptr = 0; // expected-error{{declaration of 'remove_reference' must be imported from module 'std.type_traits' before it is required}}
14 @import std.typetraits; // expected-error{{no submodule named 'typetraits' in module 'std'; did you mean 'type_traits'?}}
19 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
21 @import std; // import everything in 'std' variable
24 hash_map<int, float> ints_to_floats; // expected-error{{declaration of 'hash_map' must be imported from module 'std.hash_map' before it is required}}
26 @import std
[all...]
/external/clang/test/SemaTemplate/
H A Dqualified-names-diag.cpp3 namespace std { namespace
11 using namespace std;
13 std::vector<INT> v1;
/external/libcxx/include/
H A Dcxxabi.h34 namespace std { namespace
49 std::type_info * tinfo, void (*dest)(void *));
59 extern std::type_info * __cxa_current_exception_type();
177 // Apple addition to support std::uncaught_exception()
/external/libcxx/src/
H A Dstdexcept.cpp25 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");
27 namespace std // purposefully not using versioning namespace namespace
106 } // std
/external/libcxx/test/containers/
H A DNotConstructible.h27 namespace std namespace
32 : public std::unary_function<NotConstructible, std::size_t>
34 std::size_t operator()(const NotConstructible&) const {return 0;}
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dtry_lock_until.pass.cpp27 bool try_lock_shared_until(const std::chrono::time_point<Clock, Duration>& abs_time) argument
29 typedef std::chrono::milliseconds ms;
44 typedef std::chrono::steady_clock Clock;
45 std::shared_lock<mutex> lk(m, std::defer_lock);
54 catch (std::system_error& e)
68 catch (std::system_error& e)

Completed in 792 milliseconds

1234567891011>>