Searched defs:std (Results 126 - 150 of 518) sorted by relevance

1234567891011>>

/external/stlport/stlport/stl/
H A D_cstdlib.h34 * once in native std namespace and the other in STLport namespace...
45 namespace std { namespace
111 //In this config bcc define everything in std namespace and not in
/external/stlport/stlport/stl/config/
H A D_intel.h66 namespace std namespace
/external/webrtc/src/common_audio/vad/
H A Dvad_gmm.c26 // s = |std| (Q7)
32 int16_t std,
38 // 131072 = 1 in Q17, and (|std| >> 1) is for rounding instead of truncation.
40 tmp32 = (int32_t) 131072 + (int32_t) (std >> 1);
41 inv_std = (int16_t) WebRtcSpl_DivW32W16(tmp32, std);
30 WebRtcVad_GaussianProbability(int16_t input, int16_t mean, int16_t std, int16_t* delta) argument
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Dmove02.pass.cpp55 operator std::__rv<Deleter>() {return std::__rv<Deleter>(*this);}
56 Deleter(std::__rv<Deleter> r) : state_(r->state_) {r->state_ = 0;}
57 Deleter& operator=(std::__rv<Deleter> r)
70 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0)
76 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0);
80 typename std::enable_if<!std
69 Deleter(Deleter<U>&& d, typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) argument
79 Deleter(Deleter<U> d, typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) argument
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_pref_util.h18 std::map<T, std::string>* CreateToStringMap(T k1, const std::string& v1,
19 T k2, const std::string& v2,
20 T k3, const std::string& v3,
21 T k4, const std::string& v4) {
22 std::map<T, std::string>* map = new std::map<T, std
42 ReverseFind(const std::map<T, std::string>* map, const base::StringPiece& value, T* key) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dextension_statuses_handler.cc32 const std::map<GURL, std::string>& status_map) {
39 for (std::map<GURL, std::string>::const_iterator itr = status_map.begin();
42 std::string extension_id = itr->first.HostNoBrackets();
29 ConvertExtensionStatusToDictionary( const base::WeakPtr<ExtensionService>& extension_service, const base::Callback<void(const base::ListValue&)>& callback, const std::map<GURL, std::string>& status_map) argument
/external/chromium_org/net/cookies/
H A Dcookie_util_unittest.cc16 std::string str;
17 std::vector<std::pair<std::string, std::string> > parsed;
21 const std::vector<std::pair<std::string, std::string> >& data) {
24 parsed.push_back(std
20 MakeParsedRequestCookies( const std::vector<std::pair<std::string, std::string> >& data) argument
30 CheckParse( const std::string& str, const std::vector<std::pair<std::string, std::string> >& parsed_expected) argument
38 CheckSerialize( const std::vector<std::pair<std::string, std::string> >& parsed, const std::string& str_expected) argument
[all...]
/external/chromium_org/ppapi/cpp/dev/
H A Dime_input_event_dev.cc56 const std::vector<uint32_t>& segment_offsets,
58 const std::pair<uint32_t, uint32_t>& selection) : InputEvent() {
116 std::pair<uint32_t, uint32_t> IMEInputEvent_Dev::GetSelection() const {
117 std::pair<uint32_t, uint32_t> range(0, 0);
51 IMEInputEvent_Dev( const InstanceHandle& instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, const Var& text, const std::vector<uint32_t>& segment_offsets, int32_t target_segment, const std::pair<uint32_t, uint32_t>& selection) argument
/external/chromium_org/remoting/signaling/
H A Dserver_log_entry_unittest.cc57 const std::map<std::string, std::string>& key_value_pairs,
58 const std::set<std::string> keys,
60 std::string* error) {
69 const std::string& key = attr->Name().LocalPart();
70 const std::string& value = attr->Value();
71 std::map<std
56 VerifyStanza( const std::map<std::string, std::string>& key_value_pairs, const std::set<std::string> keys, const XmlElement* elem, std::string* error) argument
[all...]
/external/chromium_org/tools/gn/
H A Dpattern.h22 Subrange(Type t, const std::string& l = std::string()) argument
44 std::string literal;
47 Pattern(const std::string& s);
51 bool MatchesString(const std::string& s) const;
56 bool RecursiveMatch(const std::string& s,
61 std::vector<Subrange> subranges_;
81 bool MatchesString(const std::string& s) const;
85 std::vector<Pattern> patterns_;
/external/chromium_org/ui/base/clipboard/
H A Dcustom_data_helper.cc7 // std::pair<base::string16, base::string16> and swap the deserialized values.
42 std::vector<base::string16>* types) {
91 std::map<base::string16, base::string16>* result) {
106 std::pair<std::map<base::string16, base::string16>::iterator, bool>
107 insert_result = result->insert(std::make_pair(type, base::string16()));
117 const std::map<base::string16, base::string16>& data,
120 for (std::map<base::string16, base::string16>::const_iterator it =
116 WriteCustomDataToPickle( const std::map<base::string16, base::string16>& data, Pickle* pickle) argument
/external/chromium_org/ui/base/win/
H A Dopen_file_name_win_unittest.cc30 const std::vector<Tuple2<base::string16, base::string16> >& expected,
31 const std::vector<Tuple2<base::string16, base::string16> >& actual) {
151 std::vector<base::FilePath> filenames;
191 std::vector<Tuple2<base::string16, base::string16> > filters;
216 std::vector<base::FilePath> filenames;
29 CheckFilters( const std::vector<Tuple2<base::string16, base::string16> >& expected, const std::vector<Tuple2<base::string16, base::string16> >& actual) argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp4.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++1y
2 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 -Wno-c++1y-extensions
3 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98 -Wno-c++11-extensions
46 namespace std { template<typename T> struct initializer_list { initializer_list(); }; } namespace
H A Dp5.cpp1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify %s -std=c++11
35 namespace std { namespace
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp12-0x.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
24 namespace std { namespace
28 const std::type_info& k = typeid(S::m);
29 const std::type_info& m = typeid(*(Poly*)S::m); // expected-error {{invalid use of non-static data member}}
30 const std::type_info& n = typeid(*(Poly*)(0*sizeof S::m));
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp2.cpp1 // RUN: %clang_cc1 -fsyntax-only -std=c++11 %s -verify
9 namespace std { namespace
19 const std::type_info &ti1 = typeid([&]() -> P& { return p; }());
20 const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expression in an unevaluated operand}}
35 const std::type_info &ti1
37 const std::type_info &ti2
/external/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp15 namespace std { namespace
18 // CHECK-LABEL: define void @_ZNSt1AC2Ev(%"struct.std::A"* %this) unnamed_addr
19 // CHECK-LABEL: define void @_ZNSt1AC1Ev(%"struct.std::A"* %this) unnamed_addr
23 namespace std { namespace
28 void f(std::allocator<char>, std::allocator<int>) { }
30 namespace std { namespace
35 void f(std::basic_string<char, char, int>) { }
37 namespace std { namespace
40 typedef std
46 namespace std { namespace
83 namespace std namespace
106 namespace std { namespace in namespace:N
[all...]
H A Dvtable-key-function-arm.cpp15 namespace std { class type_info; } namespace
16 extern void use(const std::type_info &rtti);
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp9 namespace std { class type_info {}; } namespace
45 i1 = typeid(t1); // expected-error {{assigning to 'int' from incompatible type 'const std::type_info'}}
/external/compiler-rt/lib/asan/
H A Dasan_new_delete.cc35 // Fake std::nothrow_t to avoid including <new>.
36 namespace std { namespace
38 } // namespace std
66 void *operator new(size_t size, std::nothrow_t const&)
69 void *operator new[](size_t size, std::nothrow_t const&)
79 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
82 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
101 void operator delete(void *ptr, std::nothrow_t const&) {
105 void operator delete[](void *ptr, std::nothrow_t const&) {
116 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_new_delete.cc31 // Fake std::nothrow_t to avoid including <new>.
32 namespace std { namespace
34 } // namespace std
46 void *operator new(size_t size, std::nothrow_t const&) { OPERATOR_NEW_BODY; }
48 void *operator new[](size_t size, std::nothrow_t const&) { OPERATOR_NEW_BODY; }
59 void operator delete(void *ptr, std::nothrow_t const&) { OPERATOR_DELETE_BODY; }
61 void operator delete[](void *ptr, std::nothrow_t const&) {
/external/eigen/test/
H A Dsparse.h29 namespace std { namespace
30 using std::tr1::unordered_map;
61 std::vector<Matrix<Index,2,1> >* zeroCoords = 0,
62 std::vector<Matrix<Index,2,1> >* nonzeroCoords = 0)
76 std::swap(ai,aj);
113 std::vector<Matrix<Index,2,1> >* zeroCoords = 0,
114 std::vector<Matrix<Index,2,1> >* nonzeroCoords = 0)
126 std::swap(ai,aj);
161 std::vector<int>* zeroCoords = 0,
162 std
[all...]
/external/libcxxabi/src/
H A Dcxa_default_handlers.cpp56 // If the uncaught exception can be caught with std::exception&
58 static_cast<const __shim_type_info*>(&typeid(std::exception));
62 const std::exception* e = static_cast<const std::exception*>(thrown_object);
84 std::terminate();
91 std::terminate_handler __cxa_terminate_handler = default_terminate_handler;
92 std::unexpected_handler __cxa_unexpected_handler = default_unexpected_handler;
95 // std::atomic<std::terminate_handler> __cxa_terminate_handler(default_terminate_handler);
96 // std
98 namespace std namespace
[all...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h22 const std::error_category &instrprof_category();
40 inline std::error_code make_error_code(instrprof_error E) {
41 return std::error_code(static_cast<int>(E), instrprof_category());
46 namespace std { namespace
48 struct is_error_code_enum<llvm::instrprof_error> : std::true_type {};
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aaevents.c123 const char *std; local
139 for( std = std_keys; *std; std ++ ) {
140 keymap[*std] = *std;

Completed in 735 milliseconds

1234567891011>>